Date: Wed, 7 May 2014 14:38:46 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353159 - head/devel/ORBit2 Message-ID: <201405071438.s47EckAG013000@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405071438.s47EckAG013000>