Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 17:14:18 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342342 - head/audio/x11amp
Message-ID:  <201402021714.s12HEI2Y045601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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