[csw-devel] SF.net SVN: gar:[14704] csw/mgar/pkg/graphviz/trunk

ellson at users.sourceforge.net ellson at users.sourceforge.net
Sat Jun 4 16:12:35 CEST 2011


Revision: 14704
          http://gar.svn.sourceforge.net/gar/?rev=14704&view=rev
Author:   ellson
Date:     2011-06-04 14:12:35 +0000 (Sat, 04 Jun 2011)

Log Message:
-----------
graphviz: use ggrep instead of grep

Modified Paths:
--------------
    csw/mgar/pkg/graphviz/trunk/checksums
    csw/mgar/pkg/graphviz/trunk/files/Makefile.am.patch

Modified: csw/mgar/pkg/graphviz/trunk/checksums
===================================================================
--- csw/mgar/pkg/graphviz/trunk/checksums	2011-06-04 13:29:28 UTC (rev 14703)
+++ csw/mgar/pkg/graphviz/trunk/checksums	2011-06-04 14:12:35 UTC (rev 14704)
@@ -4,7 +4,7 @@
 b66d09e11339fc981ab7c62518b3f92e  CSWgraphvizgd.postinstall
 b66d09e11339fc981ab7c62518b3f92e  CSWgraphvizgd.postuninstall
 d039829d638e26ea600f4db3e213959f  configure.patch
-85ebea4df5ba1af93d04f52dbf7b94b6  Makefile.am.patch
+f2c5f062fb643dbb0db352a25bf09e6c  Makefile.am.patch
 5ced04f48ec6c223d6a6e51c2f6219d0  trapezoid.c.patch
 31f8a6e9e31075ad537fc2b9d2e6ab09  post_process.c.patch
 a9e6a8d6711f217155272c1e17e7d106  gvpr_Makefile.am.patch

Modified: csw/mgar/pkg/graphviz/trunk/files/Makefile.am.patch
===================================================================
--- csw/mgar/pkg/graphviz/trunk/files/Makefile.am.patch	2011-06-04 13:29:28 UTC (rev 14703)
+++ csw/mgar/pkg/graphviz/trunk/files/Makefile.am.patch	2011-06-04 14:12:35 UTC (rev 14704)
@@ -19,7 +19,7 @@
 -graphviz_version.h: config.h
 -	$(GREP) 'PACKAGE\|VERSION\|GVPLUGIN' config.h > graphviz_version.h
 +$(top_builddir)/graphviz_version.h: config.h
-+	-$(GREP) 'PACKAGE\|VERSION\|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h
++	ggrep 'PACKAGE\|VERSION\|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h
  
  EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \
  	autogen.sh config/depcomp config/config.rpath \


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