Bug 186327 - fix audio/x11amp error about packaging by a normal user
Summary: fix audio/x11amp error about packaging by a normal user
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 04:40 UTC by TsurutaniNaoki
Modified: 2014-02-02 17:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (551 bytes, patch)
2014-02-01 04:40 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-02-01 04:40:01 UTC
	building audio/x11amp package by a normal user fails.

Fix: here is a patch:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 17:05:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-02 17:14:25 UTC
Author: pawel
Date: Sun Feb  2 17:14:17 2014
New Revision: 342342
URL: http://svnweb.freebsd.org/changeset/ports/342342
QAT: https://qat.redports.org/buildarchive/r342342/

Log:
  Allow staging as normal user
  
  PR:		ports/186327 (patch not used)
  Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

Modified:
  head/audio/x11amp/Makefile

Modified: head/audio/x11amp/Makefile
==============================================================================
--- head/audio/x11amp/Makefile	Sun Feb  2 17:06:21 2014	(r342341)
+++ head/audio/x11amp/Makefile	Sun Feb  2 17:14:17 2014	(r342342)
@@ -27,5 +27,6 @@ post-extract:
 
 post-patch:
 	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
+	@${REINPLACE_CMD} 's|-o root -g wheel||' ${WRKSRC}/libx11amp/Makefile.in
 
 .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 3 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 17:14:26 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!