From owner-svn-ports-all@FreeBSD.ORG Sun May 31 18:58:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2259CD65; Sun, 31 May 2015 18:58:17 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F93E1775; Sun, 31 May 2015 18:58:17 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VIwGRf013840; Sun, 31 May 2015 18:58:16 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VIwGVr013839; Sun, 31 May 2015 18:58:16 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201505311858.t4VIwGVr013839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 31 May 2015 18:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388127 - head/multimedia/libvpx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2015 18:58:17 -0000 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 .if ${OSVERSION} < 900000