ports/187881: [PATCH] audio/linux-fmodapi: Stage, amd64
Johannes Jost Meixner
xmj at chaot.net
Sun Mar 23 23:50:03 UTC 2014
>Number: 187881
>Category: ports
>Synopsis: [PATCH] audio/linux-fmodapi: Stage, amd64
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Mar 23 23:50:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Johannes Jost Meixner
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #6: Wed Mar 19 11:02:48 EET 2014
>Description:
- Stagify
- Allow package build on amd64
Port maintainer (edwin at mavetju.org) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- linux-fmodapi-4.24.16.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 348902)
+++ Makefile (working copy)
@@ -12,14 +12,16 @@
MAINTAINER= edwin at 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
+USE_LINUX_PREFIX= yes
NO_BUILD= yes
-USE_LINUX_PREFIX= 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>
--- linux-fmodapi-4.24.16.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list