Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 04:57:25 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389669 - head/multimedia/libvpx
Message-ID:  <201506150457.t5F4vPxn066772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Mon Jun 15 04:57:24 2015
New Revision: 389669
URL: https://svnweb.freebsd.org/changeset/ports/389669

Log:
  - Remove dependency on bash, not required anymore
  - Remove old %%DESTDIR%% REINPLACE_CMD from post-patch
  
  PR:		200839
  Submitted by:	tijl

Modified:
  head/multimedia/libvpx/Makefile

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Mon Jun 15 03:55:58 2015	(r389668)
+++ head/multimedia/libvpx/Makefile	Mon Jun 15 04:57:24 2015	(r389669)
@@ -13,8 +13,7 @@ COMMENT=	VP8/VP9 Codec SDK
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		yasm:${PORTSDIR}/devel/yasm
+BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm
 
 USES=		cpe gmake perl5 shebangfix tar:bzip2
 CPE_VENDOR=	john_koleszar
@@ -88,9 +87,5 @@ IGNORE=	no support for ${ARCH} the momen
 post-patch:
 	@${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \
 		${WRKSRC}/build/make/configure.sh
-	@${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' \
-	       	${WRKSRC}/build/make/Makefile ${WRKSRC}/libs.mk
-	@${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \
-		-e 's,#!/bin/bash,#!/usr/bin/env bash,g'
 
 .include <bsd.port.mk>



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