Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 19:26:42 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368132 - in head/audio: faac faad
Message-ID:  <201409131926.s8DJQgCD099319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Sep 13 19:26:41 2014
New Revision: 368132
URL: http://svnweb.freebsd.org/changeset/ports/368132
QAT: https://qat.redports.org/buildarchive/r368132/

Log:
  Remove redundant pre-configure (USE_AUTOTOOLS already contains libtoolize)

Modified:
  head/audio/faac/Makefile
  head/audio/faad/Makefile

Modified: head/audio/faac/Makefile
==============================================================================
--- head/audio/faac/Makefile	Sat Sep 13 19:24:23 2014	(r368131)
+++ head/audio/faac/Makefile	Sat Sep 13 19:26:41 2014	(r368132)
@@ -29,7 +29,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
 		${WRKSRC}/frontend/main.c \
 
-pre-configure:
-	@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
-
 .include <bsd.port.mk>

Modified: head/audio/faad/Makefile
==============================================================================
--- head/audio/faad/Makefile	Sat Sep 13 19:24:23 2014	(r368131)
+++ head/audio/faad/Makefile	Sat Sep 13 19:26:41 2014	(r368132)
@@ -35,9 +35,6 @@ post-patch:
 	@${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \
 		${WRKSRC}/Makefile.am
 
-pre-configure:
-	@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
-
 post-configure:
 	@${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile
 



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