Date: Thu, 18 Sep 2014 08:45:08 +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: r368431 - head/audio/soundtouch Message-ID: <201409180845.s8I8j8O1001737@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Sep 18 08:45:08 2014 New Revision: 368431 URL: http://svnweb.freebsd.org/changeset/ports/368431 QAT: https://qat.redports.org/buildarchive/r368431/ Log: Convert to USES=autoreconf Modified: head/audio/soundtouch/Makefile Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Thu Sep 18 08:38:14 2014 (r368430) +++ head/audio/soundtouch/Makefile Thu Sep 18 08:45:08 2014 (r368431) @@ -14,13 +14,11 @@ LICENSE= LGPL21 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I config/m4 -AUTOMAKE_ARGS= --add-missing --copy --foreign +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -USES= pathfix libtool +USES= autoreconf libtool pathfix PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= INTEGER_SAMPLES DOCS @@ -31,8 +29,6 @@ INTEGER_SAMPLES_DESC= Use integer sample INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples SSE_CONFIGURE_ENABLE= x86-optimizations -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e \ '/^pkgdoc_DATA/s|COPYING.TXT||' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409180845.s8I8j8O1001737>