aboutsummaryrefslogtreecommitdiff
path: root/audio/faad/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-11-01 15:36:02 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-11-01 15:36:02 +0000
commit7bad0ac619c0ab61860316a5b1806b2a43bdb3c3 (patch)
treeb4d6e0065154901e3a0e78b6248321961388486c /audio/faad/Makefile
parent6186431c53b685f6462fb05ae53bf432558af4f9 (diff)
downloadports-7bad0ac619c0ab61860316a5b1806b2a43bdb3c3.tar.gz
ports-7bad0ac619c0ab61860316a5b1806b2a43bdb3c3.zip
Update to upstream version 2.8.6
Notes
Notes: svn path=/head/; revision=453292
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r--audio/faad/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 70b754244e17..0c5da42a4dcb 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= faad2
-PORTVERSION= 2.7
-PORTREVISION= 6
+PORTVERSION= 2.8.6
PORTEPOCH= 1
CATEGORIES= audio
-MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
@@ -14,7 +13,9 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf gmake libtool tar:bzip2
+USES= autoreconf gmake libtool
+INSTALL_TARGET= install-strip
+
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
@@ -24,8 +25,6 @@ post-extract:
@${LN} -sf faad.man ${WRKSRC}/frontend/faad.1
post-patch:
- @${REINPLACE_CMD} -e '/AC_CONFIG_FILES(plugins/d' \
- ${WRKSRC}/configure.in
@${REINPLACE_CMD} -e 's|faad.man|faad.1|g' \
${WRKSRC}/frontend/Makefile.am
@${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \
@@ -38,7 +37,4 @@ post-patch:
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>