- Stagify - Allow package build on amd64 Port maintainer (edwin@mavetju.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->edwin edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of audio/linux-fmodapi, Please note that PR ports/187881 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187881 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Author: edwin Date: Sun May 11 05:54:05 2014 New Revision: 353646 URL: http://svnweb.freebsd.org/changeset/ports/353646 QAT: https://qat.redports.org/buildarchive/r353646/ Log: - Stagify - Allow package build on amd64 PR: 187881 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Modified: head/audio/linux-fmodapi/Makefile Modified: head/audio/linux-fmodapi/Makefile ============================================================================== --- head/audio/linux-fmodapi/Makefile Sun May 11 05:48:46 2014 (r353645) +++ head/audio/linux-fmodapi/Makefile Sun May 11 05:54:05 2014 (r353646) @@ -12,14 +12,16 @@ DISTNAME= fmodapi42416linux MAINTAINER= edwin@mavetju.org COMMENT= Music & Sound effects system -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 INSTALL_SHLIB= yes USE_LDCONFIG= yes -NO_STAGE= yes -NO_BUILD= yes USE_LINUX_PREFIX= yes +NO_BUILD= yes post-patch: - ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's,%%PREFIX%%,${STAGEDIR}${PREFIX},' ${WRKSRC}/Makefile + +pre-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Commited, thanks.