[97742] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Thu Sep 13 19:29:11 PDT 2012


Revision: 97742
          http://trac.macports.org//changeset/97742
Author:   ryandesign at macports.org
Date:     2012-09-13 19:29:11 -0700 (Thu, 13 Sep 2012)
Log Message:
-----------
graphviz, graphviz-devel: conflicts_build nawk (#35327)

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

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2012-09-14 01:53:37 UTC (rev 97741)
+++ trunk/dports/graphics/graphviz/Portfile	2012-09-14 02:29:11 UTC (rev 97742)
@@ -3,6 +3,7 @@
 
 PortSystem                      1.0
 PortGroup                       archcheck 1.0
+PortGroup                       conflicts_build 1.0
 PortGroup                       xcodeversion 1.0
 
 # Keep relevant lines in sync between graphviz, graphviz-gui and gvedit.
@@ -74,6 +75,9 @@
 
 depends_run                     port:urw-fonts
 
+# nawk: illegal jump type 339
+conflicts_build                 nawk
+
 configure.args                  --with-codegens \
                                 --with-x \
                                 --without-devil \

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2012-09-14 01:53:37 UTC (rev 97741)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2012-09-14 02:29:11 UTC (rev 97742)
@@ -3,6 +3,7 @@
 
 PortSystem                      1.0
 PortGroup                       archcheck 1.0
+PortGroup                       conflicts_build 1.0
 PortGroup                       xcodeversion 1.0
 
 # Keep relevant lines in sync between graphviz-devel, graphviz-gui-devel and gvedit-devel.
@@ -75,6 +76,9 @@
 
 depends_run                     port:urw-fonts
 
+# nawk: illegal jump type 339
+conflicts_build                 nawk
+
 configure.args                  --with-codegens \
                                 --with-x \
                                 --without-devil \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120913/ee348f71/attachment.html>


More information about the macports-changes mailing list