[SVN-Commit] r868 - branches/experimental/Mk
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Wed Jul 11 19:44:05 UTC 2012
Author: jbeich
Date: Wed Jul 11 19:43:51 2012
New Revision: 868
Log:
remove dup substitution in pkg-config files
- location obsolete since 2007/08/03 (bug#389673)
- is useless outside of xulrunner ports
- www/xulrunner needed it but was removed in 2009/12/02
- already present in www/libxul since 2009/04/10
The command always succeeded as part of Mk/bsd.gecko.mk and couldn't
cause a build failure. `|| ${TRUE}' was added in 2008/06/30 as part of
consolidating www/mozilla/Makefile.common + www/mozilla/bsd.gecko.mk
-> Mk/bsd.gecko.mk probably to make migration from www/xulrunner to
www/libxul easier.
Modified:
branches/experimental/Mk/bsd.gecko.mk
Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk Mon Jul 9 22:54:59 2012 (r867)
+++ branches/experimental/Mk/bsd.gecko.mk Wed Jul 11 19:43:51 2012 (r868)
@@ -911,12 +911,6 @@
gecko-post-configure:
@${ECHO_CMD} "#define JNIIMPORT" >> ${MOZSRC}/mozilla-config.h
-post-build: gecko-post-build
-
-gecko-post-build:
- @${REINPLACE_CMD} -e "s|\(Libs:.*\)\($$\)|\1 -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}\2|" \
- ${MOZSRC}/build/unix/*.pc || ${TRUE}
-
pre-install: gecko-moz-pis-pre-install gecko-pre-install port-pre-install gecko-create-plist
.if !target(port-pre-install)
More information about the freebsd-gecko
mailing list