Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 23:04:38 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341669 - head/multimedia/x264
Message-ID:  <201401282304.s0SN4c2F020756@svn.freebsd.org>

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



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