svn commit: r368467 - head/multimedia/libvdpau

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 18 14:49:51 UTC 2014


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/
> 
> Log:
>   - Convert to USES autoreconf
>   - Drop .la files
>   - Use @sample
> 
> Modified:
>   head/multimedia/libvdpau/Makefile
>   head/multimedia/libvdpau/pkg-plist
> 
> Modified: head/multimedia/libvdpau/Makefile
> ==============================================================================
> --- 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 @@
>  
>  PORTNAME=	libvdpau
>  PORTVERSION=	0.8
> +PORTREVISION=	1
>  CATEGORIES=	multimedia
>  MASTER_SITES=	http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/
>  
> @@ -11,10 +12,8 @@ COMMENT=	VDPAU wrapper and tracing libra
>  LICENSE=	MIT
>  LICENSE_FILE=	${WRKSRC}/COPYING
>  
> -USES=		libtool:keepla pkgconfig tar:xz
> -USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
> -ACLOCAL_ARGS=	-I.
> -AUTOMAKE_ARGS=	--add-missing
> +USES=		autoreconf libtool pkgconfig tar:xz
> +HAS_CONFIGURE=	yes

That must probably be GNU_CONFIGURE=yes instead of HAS_CONFIGURE if you are
using GNU autotools then it is a GNU configure script which is used :)

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140918/39e81ef6/attachment.sig>


More information about the svn-ports-head mailing list