Bug 187881 - [PATCH] audio/linux-fmodapi: Stage, amd64
Summary: [PATCH] audio/linux-fmodapi: Stage, amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-23 23:50 UTC by Johannes Meixner
Modified: 2014-05-11 07:00 UTC (History)
1 user (show)

See Also:


Attachments
linux-fmodapi-4.24.16.patch (638 bytes, patch)
2014-03-23 23:50 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-23 23:50:01 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-23 23:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-23 23:50:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-23 23:50:12 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-11 06:54:08 UTC
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"
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-11 06:54:42 UTC
State Changed
From-To: feedback->closed

Commited, thanks.