Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 15:05:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330231 - head/audio/faad
Message-ID:  <201310131505.r9DF54PO019002@svn.freebsd.org>

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



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