Date: Thu, 18 Sep 2014 16:49:45 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Guido Falsi <madpilot@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r368467 - head/multimedia/libvdpau Message-ID: <20140918144944.GA1171@ivaldir.etoilebsd.net> In-Reply-To: <201409181441.s8IEfG90074827@svn.freebsd.org> References: <201409181441.s8IEfG90074827@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 18, 2014 at 02:41:16PM +0000, Guido Falsi wrote: > Author: madpilot > Date: Thu Sep 18 14:41:16 2014 > New Revision: 368467 > URL: http://svnweb.freebsd.org/changeset/ports/368467 > QAT: https://qat.redports.org/buildarchive/r368467/ >=20 > Log: > - Convert to USES autoreconf > - Drop .la files > - Use @sample >=20 > Modified: > head/multimedia/libvdpau/Makefile > head/multimedia/libvdpau/pkg-plist >=20 > Modified: head/multimedia/libvdpau/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/multimedia/libvdpau/Makefile Thu Sep 18 14:40:54 2014 (r368466) > +++ head/multimedia/libvdpau/Makefile Thu Sep 18 14:41:16 2014 (r368467) > @@ -2,6 +2,7 @@ > =20 > PORTNAME=3D libvdpau > PORTVERSION=3D 0.8 > +PORTREVISION=3D 1 > CATEGORIES=3D multimedia > MASTER_SITES=3D http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/ > =20 > @@ -11,10 +12,8 @@ COMMENT=3D VDPAU wrapper and tracing libra > LICENSE=3D MIT > LICENSE_FILE=3D ${WRKSRC}/COPYING > =20 > -USES=3D libtool:keepla pkgconfig tar:xz > -USE_AUTOTOOLS=3D aclocal autoheader automake autoconf libtoolize > -ACLOCAL_ARGS=3D -I. > -AUTOMAKE_ARGS=3D --add-missing > +USES=3D autoreconf libtool pkgconfig tar:xz > +HAS_CONFIGURE=3D yes That must probably be GNU_CONFIGURE=3Dyes instead of HAS_CONFIGURE if you a= re using GNU autotools then it is a GNU configure script which is used :) regards, Bapt --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQa8QgACgkQ8kTtMUmk6EzgUwCfdgH1w5/eyYumKNXDNk9X1ZgV esUAn1EBklWb9gboIw9WBuox3TjgyuKV =W07C -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140918144944.GA1171>