Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:24:22 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368486 - in head/multimedia: libva libvdpau
Message-ID:  <201409181524.s8IFOMGT097971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Sep 18 15:24:21 2014
New Revision: 368486
URL: http://svnweb.freebsd.org/changeset/ports/368486
QAT: https://qat.redports.org/buildarchive/r368486/

Log:
  These ports does use GNU configure.
  
  Reported by:	bapt

Modified:
  head/multimedia/libva/Makefile
  head/multimedia/libvdpau/Makefile

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Thu Sep 18 15:22:37 2014	(r368485)
+++ head/multimedia/libva/Makefile	Thu Sep 18 15:24:21 2014	(r368486)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graph
 USES=		autoreconf libtool pkgconfig tar:bzip2
 USE_XORG=	glproto pciaccess xext xfixes
 USE_GL=		gl
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=va
 USE_LDCONFIG=	yes
 

Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile	Thu Sep 18 15:22:37 2014	(r368485)
+++ head/multimedia/libvdpau/Makefile	Thu Sep 18 15:24:21 2014	(r368486)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf libtool pkgconfig tar:xz
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-documentation
 USE_XORG=	dri2proto xext
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181524.s8IFOMGT097971>