svn commit: r353159 - head/devel/ORBit2

Tijl Coosemans tijl at FreeBSD.org
Wed May 7 14:38:47 UTC 2014


Author: tijl
Date: Wed May  7 14:38:46 2014
New Revision: 353159
URL: http://svnweb.freebsd.org/changeset/ports/353159
QAT: https://qat.redports.org/buildarchive/r353159/

Log:
  Don't run RANLIB on installed library because it is read-only and it has
  already been run during build.  Fixes staging as non-root.
  
  Reported by:	Andrzej Tobola <ato at iem.pw.edu.pl>

Modified:
  head/devel/ORBit2/Makefile

Modified: head/devel/ORBit2/Makefile
==============================================================================
--- head/devel/ORBit2/Makefile	Wed May  7 14:34:24 2014	(r353158)
+++ head/devel/ORBit2/Makefile	Wed May  7 14:38:46 2014	(r353159)
@@ -30,6 +30,8 @@ post-patch:
 		${WRKSRC}/src/orb/orb-core/orbit-typelib.c
 	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
 		${WRKSRC}/configure ${WRKSRC}/linc2/src/Makefile.in
+	@${REINPLACE_CMD} '/DESTDIR.*RANLIB/d' \
+		${WRKSRC}/src/services/name/Makefile.in
 
 post-install:
 	@${ECHO_CMD} "ORBIIOPIPv4=0" > ${STAGEDIR}${PREFIX}/etc/orbit2rc.sample


More information about the svn-ports-all mailing list