[25479] trunk/dports/graphics/graphviz/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue May 22 12:08:56 PDT 2007


Revision: 25479
          http://trac.macosforge.org/projects/macports/changeset/25479
Author:   ryandesign at macports.org
Date:     2007-05-22 12:08:56 -0700 (Tue, 22 May 2007)

Log Message:
-----------
#11416: Fix regex used on 10.3 systems so it won't do the wrong thing if executed twice, as old MacPorts versions used to do sometimes.

Modified Paths:
--------------
    trunk/dports/graphics/graphviz/Portfile

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2007-05-22 17:24:16 UTC (rev 25478)
+++ trunk/dports/graphics/graphviz/Portfile	2007-05-22 19:08:56 UTC (rev 25479)
@@ -42,9 +42,8 @@
 		MACOSX_DEPLOYMENT_TARGET=10.3
 	depends_lib-append \
 		port:gnuregex
-
 	post-extract {
-		reinplace "s|regex.h|gnuregex.h|g" ${worksrcpath}/lib/gvc/gvconfig.c
+		reinplace "s|<regex.h>|<gnuregex.h>|g" ${worksrcpath}/lib/gvc/gvconfig.c
 	}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070522/316c298a/attachment.html


More information about the macports-changes mailing list