Date: Thu, 18 Dec 2014 11:03:04 +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: r374886 - head/audio/mpiosh Message-ID: <201412181103.sBIB341L096472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 18 11:03:03 2014 New Revision: 374886 URL: https://svnweb.freebsd.org/changeset/ports/374886 QAT: https://qat.redports.org/buildarchive/r374886/ Log: Convert to USES=autoreconf Strip binaries Modified: head/audio/mpiosh/Makefile Modified: head/audio/mpiosh/Makefile ============================================================================== --- head/audio/mpiosh/Makefile Thu Dec 18 11:00:31 2014 (r374885) +++ head/audio/mpiosh/Makefile Thu Dec 18 11:03:03 2014 (r374886) @@ -11,20 +11,17 @@ DISTNAME= mpio-${PORTVERSION:S|.p|_pre|} MAINTAINER= ports@FreeBSD.org COMMENT= Digit@lway MPIO MP3 player tool -USES= iconv libtool readline +USES= autoreconf iconv libtool readline GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -USE_AUTOTOOLS= aclocal automake autoconf libtoolize -ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in post-patch: - ${RM} -f ${WRKSRC}/configure @${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181103.sBIB341L096472>