Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 14:50:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431744 - branches/2017Q1/multimedia/libvpx
Message-ID:  <201701171450.v0HEoSAT090956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jan 17 14:50:28 2017
New Revision: 431744
URL: https://svnweb.freebsd.org/changeset/ports/431744

Log:
  MFH: r431743
  
  multimedia/libvpx: unbreak SHARED=off after r394231
  
  /usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q1/multimedia/libvpx/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/multimedia/libvpx/Makefile
==============================================================================
--- branches/2017Q1/multimedia/libvpx/Makefile	Tue Jan 17 14:44:51 2017	(r431743)
+++ branches/2017Q1/multimedia/libvpx/Makefile	Tue Jan 17 14:50:28 2017	(r431744)
@@ -88,6 +88,8 @@ post-patch:
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx*
+
+post-install-SHARED-on:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvpx.so.*.*.*
 
 .include <bsd.port.mk>



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