Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 13:34:00 +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: r328001 - head/audio/faac
Message-ID:  <201309231334.r8NDY0Nf020033@svn.freebsd.org>

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



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