[Midnightbsd-cvs] mports: audio/faad: update to 2.6, switch to autoheader 261
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Feb 24 19:40:37 EST 2008
Log Message:
-----------
update to 2.6, switch to autoheader 261
Modified Files:
--------------
mports/audio/faad:
Makefile (r1.1 -> r1.2)
distinfo (r1.1 -> r1.2)
Removed Files:
-------------
mports/audio/faad/files:
patch-libfaad_common.h
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/faad/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L audio/faad/Makefile -L audio/faad/Makefile -u -r1.1 -r1.2
--- audio/faad/Makefile
+++ audio/faad/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= faad2
-PORTVERSION= 2.5
+PORTVERSION= 2.6
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -17,17 +17,15 @@
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_CDROM= Restrictive copyright (do not sell for profit)
USE_DOS2UNIX= yes
-USE_AUTOTOOLS= automake:15 autoheader:259 libtool:15
+USE_AUTOTOOLS= automake:15 autoheader:261 libtool:15
AUTOMAKE_ARGS= --add-missing
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd6.0
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-drm
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/audio/faad/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L audio/faad/distinfo -L audio/faad/distinfo -u -r1.1 -r1.2
--- audio/faad/distinfo
+++ audio/faad/distinfo
@@ -1,3 +1,3 @@
-MD5 (faad2-2.5.tar.gz) = 696490935bf65b2ace4aafaff79e2396
-SHA256 (faad2-2.5.tar.gz) = a75f9642f85030d60c332b02e53fa04e3b4677f73914da2dc1b000689f5f67bb
-SIZE (faad2-2.5.tar.gz) = 751675
+MD5 (faad2-2.6.tar.gz) = aeeb1e6c2dc70eeb7fb74afd546d8b82
+SHA256 (faad2-2.6.tar.gz) = 27aef924f8b36e9166cad43cb2d0875dcf5341cd0cd2e7eb27f3d5269e1712a2
+SIZE (faad2-2.6.tar.gz) = 840155
--- audio/faad/files/patch-libfaad_common.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- libfaad/common.h.orig Thu Aug 24 16:50:30 2006
-+++ libfaad/common.h Thu Aug 24 16:51:20 2006
-@@ -310,6 +310,7 @@
-
-
- #if defined(_WIN32) && !defined(__MINGW32__)
-+ #ifndef HAVE_LRINTF
- #define HAS_LRINTF
- static INLINE int lrintf(float f)
- {
-@@ -335,6 +336,7 @@
- : "m" (f));
- return i;
- }
-+ #endif /* HAVE_LRINTF */
- #endif
-
-
More information about the Midnightbsd-cvs
mailing list