svn commit: r330231 - head/audio/faad
Baptiste Daroussin
bapt at FreeBSD.org
Sun Oct 13 15:05:04 UTC 2013
Author: bapt
Date: Sun Oct 13 15:05:04 2013
New Revision: 330231
URL: http://svnweb.freebsd.org/changeset/ports/330231
Log:
Allow packageing as a user[1]
While where strip the final library[2]
Reported by: danfe [1], stage-qa [2]
Modified:
head/audio/faad/Makefile
Modified: head/audio/faad/Makefile
==============================================================================
--- head/audio/faad/Makefile Sun Oct 13 14:02:07 2013 (r330230)
+++ head/audio/faad/Makefile Sun Oct 13 15:05:04 2013 (r330231)
@@ -3,7 +3,7 @@
PORTNAME= faad2
PORTVERSION= 2.7
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
@@ -39,4 +39,10 @@ post-patch:
pre-configure:
@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
+post-configure:
+ @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfaad.so.2
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list