svn commit: r341669 - head/multimedia/x264

Matthias Andree mandree at FreeBSD.org
Tue Jan 28 23:04:39 UTC 2014


Author: mandree
Date: Tue Jan 28 23:04:38 2014
New Revision: 341669
URL: http://svnweb.freebsd.org/changeset/ports/341669
QAT: https://qat.redports.org/buildarchive/r341669/

Log:
  Strip debug symbols from bin/x264 unless WITH_DEBUG is set.
  
  Approved by:	portmgr (implicit/blanket)

Modified:
  head/multimedia/x264/Makefile

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Tue Jan 28 22:51:54 2014	(r341668)
+++ head/multimedia/x264/Makefile	Tue Jan 28 23:04:38 2014	(r341669)
@@ -114,4 +114,7 @@ post-patch:
 		s|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/x264
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list