Revision: 122971 https://trac.macports.org/changeset/122971 Author: sean@macports.org Date: 2014-08-02 14:59:59 -0700 (Sat, 02 Aug 2014) Log Message: ----------- openjade: fix overmatching regex; closes #42434 Modified Paths: -------------- trunk/dports/textproc/openjade/Portfile Added Paths: ----------- trunk/dports/textproc/openjade/files/Makefile.prog.in.patch Modified: trunk/dports/textproc/openjade/Portfile =================================================================== --- trunk/dports/textproc/openjade/Portfile 2014-08-02 21:59:54 UTC (rev 122970) +++ trunk/dports/textproc/openjade/Portfile 2014-08-02 21:59:59 UTC (rev 122971) @@ -25,7 +25,8 @@ patch-GroveBuilder.cxx \ patch-Node.h \ openjade-getoptperl.patch \ - delete_la_files.patch + delete_la_files.patch \ + Makefile.prog.in.patch depends_lib port:opensp depends_run port:xmlcatmgr Added: trunk/dports/textproc/openjade/files/Makefile.prog.in.patch =================================================================== --- trunk/dports/textproc/openjade/files/Makefile.prog.in.patch (rev 0) +++ trunk/dports/textproc/openjade/files/Makefile.prog.in.patch 2014-08-02 21:59:59 UTC (rev 122971) @@ -0,0 +1,11 @@ +--- Makefile.prog.in.orig 2014-07-31 19:45:02.000000000 -0500 ++++ Makefile.prog.in 2014-07-31 19:44:50.000000000 -0500 +@@ -12,7 +12,7 @@ + + ALL_LIBS = $(XLIBS) $(LIBS) + Makefile.lt: +- echo 'LT_LIBS='`echo $(XLIBS)|sed 's/\.a/.la/g'|sed 's|libosp\.la|libosp.dylib|'` >Makefile.lt ++ echo 'LT_LIBS='`echo $(XLIBS)|perl -pe 's/\.a\b/.la/g'|sed 's|libosp\.la|libosp.dylib|'` >Makefile.lt + + PROG:=$(shell echo "$(PROG)" | sed '@program_transform_name@') +
participants (1)
-
sean@macports.org