svn commit: r328001 - head/audio/faac
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 23 13:34:00 UTC 2013
Author: bapt
Date: Mon Sep 23 13:33:59 2013
New Revision: 328001
URL: http://svnweb.freebsd.org/changeset/ports/328001
Log:
Convert to stage,
modernize LIB_DEPENDS,
Remove useless pre.mk/post.mk
Modified:
head/audio/faac/Makefile
head/audio/faac/pkg-plist
Modified: head/audio/faac/Makefile
==============================================================================
--- head/audio/faac/Makefile Mon Sep 23 13:20:58 2013 (r328000)
+++ head/audio/faac/Makefile Mon Sep 23 13:33:59 2013 (r328001)
@@ -10,12 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= multimedia at FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
-LIB_DEPENDS= mp4v2.10:${PORTSDIR}/multimedia/mp4v2
+LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2
RESTRICTED= Distribution in binary form is prohibited
USES= gmake
-NO_STAGE= yes
USE_BZIP2= yes
USE_DOS2UNIX= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
@@ -26,10 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-MAN1= faac.1
-
-.include <bsd.port.pre.mk>
-
post-patch:
@${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h
@${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
@@ -38,4 +33,4 @@ post-patch:
pre-configure:
@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/audio/faac/pkg-plist
==============================================================================
--- head/audio/faac/pkg-plist Mon Sep 23 13:20:58 2013 (r328000)
+++ head/audio/faac/pkg-plist Mon Sep 23 13:33:59 2013 (r328001)
@@ -5,3 +5,4 @@ lib/libfaac.a
lib/libfaac.la
lib/libfaac.so
lib/libfaac.so.0
+man/man1/faac.1.gz
More information about the svn-ports-head
mailing list