svn commit: r342342 - head/audio/x11amp

Pawel Pekala pawel at FreeBSD.org
Sun Feb 2 17:14:18 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list