[Midnightbsd-cvs] mports [17926] trunk/audio/faad: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Dec 24 08:16:35 EST 2014
Revision: 17926
http://svnweb.midnightbsd.org/mports/?rev=17926
Author: laffer1
Date: 2014-12-24 08:16:34 -0500 (Wed, 24 Dec 2014)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/audio/faad/Makefile
trunk/audio/faad/distinfo
trunk/audio/faad/pkg-plist
Modified: trunk/audio/faad/Makefile
===================================================================
--- trunk/audio/faad/Makefile 2014-12-24 13:11:55 UTC (rev 17925)
+++ trunk/audio/faad/Makefile 2014-12-24 13:16:34 UTC (rev 17926)
@@ -2,6 +2,7 @@
PORTNAME= faad2
PORTVERSION= 2.7
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
@@ -8,13 +9,12 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
+
LICENSE= gpl2
-USES= gmake tar:bzip2
+USES= autoreconf gmake libtool tar:bzip2
+GNU_CONFIGURE= yes
USE_DOS2UNIX= yes
-USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
-ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS= --add-missing
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_LDCONFIG= yes
@@ -36,7 +36,5 @@
@${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \
${WRKSRC}/Makefile.am
-pre-configure:
- @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
.include <bsd.port.post.mk>
Modified: trunk/audio/faad/distinfo
===================================================================
--- trunk/audio/faad/distinfo 2014-12-24 13:11:55 UTC (rev 17925)
+++ trunk/audio/faad/distinfo 2014-12-24 13:16:34 UTC (rev 17926)
@@ -1,4 +1,2 @@
-MD5 (faad2-2.7.tar.bz2) = 4c332fa23febc0e4648064685a3d4332
SHA256 (faad2-2.7.tar.bz2) = 14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5
-RMD160 (faad2-2.7.tar.bz2) = f0b5148ab9ebfdb5156c39cef2bc2798bf745205
SIZE (faad2-2.7.tar.bz2) = 901043
Modified: trunk/audio/faad/pkg-plist
===================================================================
--- trunk/audio/faad/pkg-plist 2014-12-24 13:11:55 UTC (rev 17925)
+++ trunk/audio/faad/pkg-plist 2014-12-24 13:16:34 UTC (rev 17926)
@@ -4,7 +4,6 @@
include/mp4ffint.h
include/neaacdec.h
lib/libfaad.a
-lib/libfaad.la
lib/libfaad.so
lib/libfaad.so.2
lib/libmp4ff.a
More information about the Midnightbsd-cvs
mailing list