svn commit: r388127 - head/multimedia/libvpx

Sean Bruno sbruno at FreeBSD.org
Sun May 31 18:58:17 UTC 2015


Author: sbruno
Date: Sun May 31 18:58:16 2015
New Revision: 388127
URL: https://svnweb.freebsd.org/changeset/ports/388127

Log:
  Fix build error introduced by changes to default behavior of perl port.
  
  Apply shebangfix to build/make/ads2gas.pl as it was invoking /usr/bin/perl.
  
  PR:		200535
  Reviewed by:	kwm

Modified:
  head/multimedia/libvpx/Makefile

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Sun May 31 18:51:27 2015	(r388126)
+++ head/multimedia/libvpx/Makefile	Sun May 31 18:58:16 2015	(r388127)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvpx
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	DEBIAN
 DISTNAME=	${PORTNAME}_${DISTVERSION}.orig
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		yasm:${PORTSDIR}/devel/yasm
 
-USES=		cpe gmake perl5 tar:bzip2
+USES=		cpe gmake perl5 shebangfix tar:bzip2
 CPE_VENDOR=	john_koleszar
 HAS_CONFIGURE=	yes
 USE_PERL5=	build
@@ -48,6 +49,8 @@ RUNTIME_CONFIGURE_ON=	--enable-runtime-c
 THREADS_CONFIGURE_OFF=	--disable-multithread
 SHARED_CONFIGURE_ON=	--enable-shared
 
+SHEBANG_FILES=	build/make/ads2gas.pl
+
 .include <bsd.port.options.mk>
 
 .if ${OSVERSION}  < 900000


More information about the svn-ports-all mailing list