[csw-devel] SF.net SVN: gar:[14659] csw/mgar/pkg/graphviz/trunk
ellson at users.sourceforge.net
ellson at users.sourceforge.net
Sun May 29 19:44:00 CEST 2011
Revision: 14659
http://gar.svn.sourceforge.net/gar/?rev=14659&view=rev
Author: ellson
Date: 2011-05-29 17:43:59 +0000 (Sun, 29 May 2011)
Log Message:
-----------
graphviz: more fixes for broken $(shell $(PERL) -MExtUtils::Embed -e ccopts)
Modified Paths:
--------------
csw/mgar/pkg/graphviz/trunk/Makefile
csw/mgar/pkg/graphviz/trunk/checksums
csw/mgar/pkg/graphviz/trunk/files/gv_Makefile.am.patch
Modified: csw/mgar/pkg/graphviz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/graphviz/trunk/Makefile 2011-05-29 14:44:20 UTC (rev 14658)
+++ csw/mgar/pkg/graphviz/trunk/Makefile 2011-05-29 17:43:59 UTC (rev 14659)
@@ -15,7 +15,6 @@
ENABLE_CHECK = 0
GARCOMPILER = GCC4
-#NORUNPATH = 1
PATCHFILES += configure.patch
PATCHFILES += Makefile.am.patch
Modified: csw/mgar/pkg/graphviz/trunk/checksums
===================================================================
--- csw/mgar/pkg/graphviz/trunk/checksums 2011-05-29 14:44:20 UTC (rev 14658)
+++ csw/mgar/pkg/graphviz/trunk/checksums 2011-05-29 17:43:59 UTC (rev 14659)
@@ -8,5 +8,5 @@
5ced04f48ec6c223d6a6e51c2f6219d0 trapezoid.c.patch
31f8a6e9e31075ad537fc2b9d2e6ab09 post_process.c.patch
a9e6a8d6711f217155272c1e17e7d106 gvpr_Makefile.am.patch
-a474494b403fe8217785c50eaee4a5df gv_Makefile.am.patch
+53b4189304d377812b47c885a4f97342 gv_Makefile.am.patch
8d26c1171f30ca3b1dc1b429f7937e58 graphviz-2.28.0.tar.gz
Modified: csw/mgar/pkg/graphviz/trunk/files/gv_Makefile.am.patch
===================================================================
--- csw/mgar/pkg/graphviz/trunk/files/gv_Makefile.am.patch 2011-05-29 14:44:20 UTC (rev 14658)
+++ csw/mgar/pkg/graphviz/trunk/files/gv_Makefile.am.patch 2011-05-29 17:43:59 UTC (rev 14659)
@@ -7,7 +7,7 @@
-PERL_CC = $(shell $(PERL) -MExtUtils::Embed -e ccopts)
-PERL_LD = $(shell $(PERL) -MExtUtils::Embed -e ldopts)
-VENDOR_ARCH = $(shell $(PERL) -MConfig -e 'print $$Config{installvendorarch};')
-+PERL_CC = `$(PERL) -MExtUtils::Embed -e ccopts | $(SED) -e 's/-x[^ ]* //g'`
++PERL_CC = `$(PERL) -MExtUtils::Embed -e ccopts | $(PERL) -pe 's/-x.*? //g'`
+PERL_LD = `$(PERL) -MExtUtils::Embed -e ldopts`
+VENDOR_ARCH = `$(PERL) -MConfig -e 'print $$Config{installvendorarch};'`
PERL_data = gv.pm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list