From owner-svn-ports-all@FreeBSD.ORG Sun Jun 21 14:41:06 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C177ECE; Sun, 21 Jun 2015 14:41:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AA651A6; Sun, 21 Jun 2015 14:41:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5LEf640094864; Sun, 21 Jun 2015 14:41:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5LEf6XJ094863; Sun, 21 Jun 2015 14:41:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201506211441.t5LEf6XJ094863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 21 Jun 2015 14:41:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390241 - head/multimedia/libbluray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 14:41:06 -0000 Author: bapt Date: Sun Jun 21 14:41:05 2015 New Revision: 390241 URL: https://svnweb.freebsd.org/changeset/ports/390241 Log: Convert to USES=autoreconf Modified: head/multimedia/libbluray/Makefile Modified: head/multimedia/libbluray/Makefile ============================================================================== --- head/multimedia/libbluray/Makefile Sun Jun 21 14:38:52 2015 (r390240) +++ head/multimedia/libbluray/Makefile Sun Jun 21 14:41:05 2015 (r390241) @@ -20,10 +20,10 @@ LIB_DEPENDS+= libaacs.so:${PORTSDIR}/mul libbdplus.so:${PORTSDIR}/multimedia/libbdplus INSTALL_TARGET= install-strip -USE_AUTOTOOLS= autoconf aclocal automake -USES= iconv libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 +GNU_CONFIGURE= yes .include "Makefile.include"