[128891] trunk/dports/textproc/openjade

mf2k at macports.org mf2k at macports.org
Sat Nov 29 05:50:32 PST 2014


Revision: 128891
          https://trac.macports.org/changeset/128891
Author:   mf2k at macports.org
Date:     2014-11-29 05:50:31 -0800 (Sat, 29 Nov 2014)
Log Message:
-----------
openjade: Clean up configuration and remove patch file. (#46058)

Modified Paths:
--------------
    trunk/dports/textproc/openjade/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/openjade/files/Makefile.prog.in.patch

Modified: trunk/dports/textproc/openjade/Portfile
===================================================================
--- trunk/dports/textproc/openjade/Portfile	2014-11-29 13:44:13 UTC (rev 128890)
+++ trunk/dports/textproc/openjade/Portfile	2014-11-29 13:50:31 UTC (rev 128891)
@@ -6,7 +6,7 @@
 
 name            openjade
 version         1.3.2
-revision        8
+revision        9
 categories      textproc
 license         MIT
 maintainers     gmail.com:tlockhart1976 openmaintainer
@@ -25,8 +25,7 @@
                 patch-GroveBuilder.cxx \
                 patch-Node.h \
                 openjade-getoptperl.patch \
-                delete_la_files.patch \
-                Makefile.prog.in.patch
+                delete_la_files.patch
 
 depends_lib     port:opensp
 depends_run     port:xmlcatmgr
@@ -49,7 +48,7 @@
 
 set cxx_stdlibflags {}
 if {[string match *clang* ${configure.cxx}]} {
-    set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
+    set cxx_stdlibflags "-stdlib=${configure.cxx_stdlib}"
 }
 
 configure.env-append      LIBS="-L${prefix}/lib"

Deleted: trunk/dports/textproc/openjade/files/Makefile.prog.in.patch
===================================================================
--- trunk/dports/textproc/openjade/files/Makefile.prog.in.patch	2014-11-29 13:44:13 UTC (rev 128890)
+++ trunk/dports/textproc/openjade/files/Makefile.prog.in.patch	2014-11-29 13:50:31 UTC (rev 128891)
@@ -1,11 +0,0 @@
---- 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@')
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141129/6f271f0a/attachment.html>


More information about the macports-changes mailing list