Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 18:58:16 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388127 - head/multimedia/libvpx
Message-ID:  <201505311858.t4VIwGVr013839@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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