Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 01:42:03 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        edwin@mavetju.org, xmj@chaot.net
Subject:   ports/187881: [PATCH] audio/linux-fmodapi: Stage, amd64
Message-ID:  <7524285009848279308.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403232350.s2NNo1v3077443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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