<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[114000] trunk/dports/graphics</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/114000">114000</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2013-11-27 00:18:09 -0800 (Wed, 27 Nov 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>graphviz, graphviz-devel: use -replace where possible</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsgraphicsgraphvizPortfile">trunk/dports/graphics/graphviz/Portfile</a></li>
<li><a href="#trunkdportsgraphicsgraphvizdevelPortfile">trunk/dports/graphics/graphviz-devel/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsgraphicsgraphvizPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/graphics/graphviz/Portfile (113999 => 114000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/graphviz/Portfile        2013-11-27 08:08:37 UTC (rev 113999)
+++ trunk/dports/graphics/graphviz/Portfile        2013-11-27 08:18:09 UTC (rev 114000)
</span><span class="lines">@@ -107,25 +107,25 @@
</span><span class="cx"> 
</span><span class="cx"> platform macosx {
</span><span class="cx">     if {${os.major} &gt; 8} {
</span><del>-        configure.args-delete   --without-quartz
-        configure.args-append   --with-quartz
</del><ins>+        configure.args-replace  --without-quartz --with-quartz
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant guile description {Include Guile language bindings} {
</span><span class="cx">     depends_lib-append          port:guile
</span><span class="cx">     depends_build-append        port:swig-guile
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-guile
-    configure.args-append       --enable-guile
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-guile --enable-guile
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant lua description {Include Lua language bindings} {
</span><span class="cx">     depends_lib-append          port:lua
</span><span class="cx">     depends_build-append        port:swig-lua
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-lua
-    configure.args-append       --enable-lua
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-lua --enable-lua
+
</ins><span class="cx">     post-patch {
</span><span class="cx">         reinplace &quot;s|/usr/lib\$LIBPOSTFIX/lua|${prefix}/lib\$LIBPOSTFIX/lua|g&quot; ${worksrcpath}/configure
</span><span class="cx">     }
</span><span class="lines">@@ -134,27 +134,28 @@
</span><span class="cx"> variant ocaml description {Include Objective Caml language bindings} {
</span><span class="cx">     depends_lib-append          port:ocaml
</span><span class="cx">     depends_build-append        port:swig-ocaml
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-ocaml
-    configure.args-append       --enable-ocaml
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-ocaml --enable-ocaml
</ins><span class="cx">     configure.cppflags-append   -I${prefix}/lib/ocaml
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant perl description {Include PERL 5 language bindings} {
</span><span class="cx">     depends_lib-append          path:bin/perl:perl5
</span><span class="cx">     depends_build-append        port:swig-perl
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-perl
-    configure.args-append       --enable-perl
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-perl --enable-perl
</ins><span class="cx">     configure.perl              ${prefix}/bin/perl
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant php description {Include PHP language bindings} {
</span><span class="cx">     depends_lib-append          path:bin/php:php5
</span><span class="cx">     depends_build-append        port:swig-php5
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-php
-    configure.args-append       --enable-php
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-php --enable-php
+
</ins><span class="cx">     post-patch {
</span><span class="cx">         reinplace &quot;s|/usr/include/php|${prefix}/include/php|g&quot; ${worksrcpath}/configure
</span><span class="cx">         reinplace &quot;s|/usr/lib\${LIBPOSTFIX}/php|${prefix}/lib\${LIBPOSTFIX}/php|g&quot; ${worksrcpath}/configure
</span><span class="lines">@@ -165,10 +166,11 @@
</span><span class="cx"> variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 {
</span><span class="cx">     depends_lib-append          port:python24
</span><span class="cx">     depends_build-append        port:swig-python
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-python
-    configure.args-append       --enable-python
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-python --enable-python
</ins><span class="cx">     configure.python            ${prefix}/bin/python2.4
</span><ins>+
</ins><span class="cx">     # The configure script asks python where to install
</span><span class="cx">     # This doesn't work for 2.4 and 2.5 (see #16334)
</span><span class="cx">     post-patch {
</span><span class="lines">@@ -179,10 +181,11 @@
</span><span class="cx"> variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 {
</span><span class="cx">     depends_lib-append          port:python25
</span><span class="cx">     depends_build-append        port:swig-python
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-python
-    configure.args-append       --enable-python
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-python --enable-python
</ins><span class="cx">     configure.python            ${prefix}/bin/python2.5
</span><ins>+
</ins><span class="cx">     # The configure script asks python where to install
</span><span class="cx">     # This doesn't work for 2.4 and 2.5 (see #16334)
</span><span class="cx">     post-patch {
</span><span class="lines">@@ -193,79 +196,76 @@
</span><span class="cx"> variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 {
</span><span class="cx">     depends_lib-append          port:python26
</span><span class="cx">     depends_build-append        port:swig-python
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-python
-    configure.args-append       --enable-python
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-python --enable-python
</ins><span class="cx">     configure.python            ${prefix}/bin/python2.6
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant ruby description {Include Ruby language bindings} {
</span><span class="cx">     depends_lib-append          port:ruby
</span><span class="cx">     depends_build-append        port:swig-ruby
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-ruby
-    configure.args-append       --enable-ruby
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-ruby --enable-ruby
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant tcl description {Include Tcl language bindings} {
</span><span class="cx">     depends_lib-append          port:tcl
</span><span class="cx">     depends_build-append        port:swig-tcl
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-tcl
-    configure.args-append       --enable-tcl
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-tcl --enable-tcl
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant java description {Include Java language bindings} {
</span><span class="cx">     depends_build-append        port:swig-java
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-java
-    configure.args-append       --enable-java
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-java --enable-java
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant smyrna description {Include the Smyrna large graph viewer} {
</span><del>-    configure.args-delete       --without-smyrna \
-                                --without-gtk \
-                                --without-gtkglext \
-                                --without-glade
-    configure.args-append       --with-smyrna \
-                                --with-gtk \
-                                --with-gtkglext \
-                                --with-glade
</del><span class="cx">     depends_lib-append          port:freeglut \
</span><span class="cx">                                 port:gtk2 \
</span><span class="cx">                                 port:gtkglext \
</span><span class="cx">                                 port:libglade2
</span><ins>+
+    configure.args-replace      --without-glade --with-glade
+    configure.args-replace      --without-gtk --with-gtk
+    configure.args-replace      --without-gtkglext --with-gtkglext
+    configure.args-replace      --without-smyrna --with-smyrna
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant r description {Include R language bindings} {
</span><span class="cx">     depends_build-append        port:swig-r
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-r
-    configure.args-append       --enable-r
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-r --enable-r
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant rsvg description {enable the rsvg plugin} {
</span><span class="cx">     depends_lib-append          port:librsvg
</span><del>-    configure.args-delete       --without-rsvg
-    configure.args-append       --with-rsvg
</del><ins>+
+    configure.args-replace      --without-rsvg --with-rsvg
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant gdk_pixbuf description {enable the gdk_pixbuf plugin} {
</span><span class="cx">     depends_lib-append          port:gtk2
</span><del>-    configure.args-delete       --without-gdk-pixbuf
-    configure.args-append       --with-gdk-pixbuf
</del><ins>+
+    configure.args-replace      --without-gdk-pixbuf --with-gdk-pixbuf
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant glitz description {enable the incomplete glitz plugin} {
</span><span class="cx">     depends_lib-append          port:glitz
</span><del>-    configure.args-delete       --without-glitz
-    configure.args-append       --with-glitz
</del><ins>+
+    configure.args-replace      --without-glitz --with-glitz
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant ming description {enable the incomplete ming plugin} {
</span><span class="cx">     depends_lib-append          port:ming
</span><del>-    configure.args-delete       --without-ming
-    configure.args-append       --with-ming
</del><ins>+
+    configure.args-replace      --without-ming --with-ming
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> # Legacy no_pangocairo variant to be removed after February 2014
</span><span class="lines">@@ -273,10 +273,9 @@
</span><span class="cx"> variant pangocairo conflicts no_pangocairo description {Add pangocairo support (antialiased bitmapped output; PDF output)} {
</span><span class="cx">     depends_lib-append          path:lib/pkgconfig/pango.pc:pango \
</span><span class="cx">                                 port:libLASi
</span><del>-    configure.args-append       --with-pangocairo \
-                                --with-lasi
-    configure.args-delete       --without-pangocairo \
-                                --without-lasi
</del><ins>+
+    configure.args-replace      --without-lasi --with-lasi
+    configure.args-replace      --without-pangocairo --with-pangocairo
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> if {[variant_isset no_pangocairo]} {
</span></span></pre></div>
<a id="trunkdportsgraphicsgraphvizdevelPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/graphics/graphviz-devel/Portfile (113999 => 114000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/graphviz-devel/Portfile        2013-11-27 08:08:37 UTC (rev 113999)
+++ trunk/dports/graphics/graphviz-devel/Portfile        2013-11-27 08:18:09 UTC (rev 114000)
</span><span class="lines">@@ -108,25 +108,25 @@
</span><span class="cx"> 
</span><span class="cx"> platform macosx {
</span><span class="cx">     if {${os.major} &gt; 8} {
</span><del>-        configure.args-delete   --without-quartz
-        configure.args-append   --with-quartz
</del><ins>+        configure.args-replace  --without-quartz --with-quartz
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant guile description {Include Guile language bindings} {
</span><span class="cx">     depends_lib-append          port:guile
</span><span class="cx">     depends_build-append        port:swig-guile
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-guile
-    configure.args-append       --enable-guile
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-guile --enable-guile
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant lua description {Include Lua language bindings} {
</span><span class="cx">     depends_lib-append          port:lua
</span><span class="cx">     depends_build-append        port:swig-lua
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-lua
-    configure.args-append       --enable-lua
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-lua --enable-lua
+
</ins><span class="cx">     post-patch {
</span><span class="cx">         reinplace &quot;s|/usr/lib\$LIBPOSTFIX/lua|${prefix}/lib\$LIBPOSTFIX/lua|g&quot; ${worksrcpath}/configure
</span><span class="cx">     }
</span><span class="lines">@@ -135,27 +135,28 @@
</span><span class="cx"> variant ocaml description {Include Objective Caml language bindings} {
</span><span class="cx">     depends_lib-append          port:ocaml
</span><span class="cx">     depends_build-append        port:swig-ocaml
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-ocaml
-    configure.args-append       --enable-ocaml
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-ocaml --enable-ocaml
</ins><span class="cx">     configure.cppflags-append   -I${prefix}/lib/ocaml
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant perl description {Include PERL 5 language bindings} {
</span><span class="cx">     depends_lib-append          path:bin/perl:perl5
</span><span class="cx">     depends_build-append        port:swig-perl
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-perl
-    configure.args-append       --enable-perl
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-perl --enable-perl
</ins><span class="cx">     configure.perl              ${prefix}/bin/perl
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant php description {Include PHP language bindings} {
</span><span class="cx">     depends_lib-append          path:bin/php:php5
</span><span class="cx">     depends_build-append        port:swig-php5
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-php
-    configure.args-append       --enable-php
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-php --enable-php
+
</ins><span class="cx">     post-patch {
</span><span class="cx">         reinplace &quot;s|/usr/include/php|${prefix}/include/php|g&quot; ${worksrcpath}/configure
</span><span class="cx">         reinplace &quot;s|/usr/lib\${LIBPOSTFIX}/php|${prefix}/lib\${LIBPOSTFIX}/php|g&quot; ${worksrcpath}/configure
</span><span class="lines">@@ -166,10 +167,11 @@
</span><span class="cx"> variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 {
</span><span class="cx">     depends_lib-append          port:python24
</span><span class="cx">     depends_build-append        port:swig-python
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-python
-    configure.args-append       --enable-python
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-python --enable-python
</ins><span class="cx">     configure.python            ${prefix}/bin/python2.4
</span><ins>+
</ins><span class="cx">     # The configure script asks python where to install
</span><span class="cx">     # This doesn't work for 2.4 and 2.5 (see #16334)
</span><span class="cx">     post-patch {
</span><span class="lines">@@ -180,10 +182,11 @@
</span><span class="cx"> variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 {
</span><span class="cx">     depends_lib-append          port:python25
</span><span class="cx">     depends_build-append        port:swig-python
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-python
-    configure.args-append       --enable-python
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-python --enable-python
</ins><span class="cx">     configure.python            ${prefix}/bin/python2.5
</span><ins>+
</ins><span class="cx">     # The configure script asks python where to install
</span><span class="cx">     # This doesn't work for 2.4 and 2.5 (see #16334)
</span><span class="cx">     post-patch {
</span><span class="lines">@@ -194,79 +197,76 @@
</span><span class="cx"> variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 {
</span><span class="cx">     depends_lib-append          port:python26
</span><span class="cx">     depends_build-append        port:swig-python
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-python
-    configure.args-append       --enable-python
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-python --enable-python
</ins><span class="cx">     configure.python            ${prefix}/bin/python2.6
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant ruby description {Include Ruby language bindings} {
</span><span class="cx">     depends_lib-append          port:ruby
</span><span class="cx">     depends_build-append        port:swig-ruby
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-ruby
-    configure.args-append       --enable-ruby
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-ruby --enable-ruby
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant tcl description {Include Tcl language bindings} {
</span><span class="cx">     depends_lib-append          port:tcl
</span><span class="cx">     depends_build-append        port:swig-tcl
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-tcl
-    configure.args-append       --enable-tcl
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-tcl --enable-tcl
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant java description {Include Java language bindings} {
</span><span class="cx">     depends_build-append        port:swig-java
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-java
-    configure.args-append       --enable-java
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-java --enable-java
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant smyrna description {Include the Smyrna large graph viewer} {
</span><del>-    configure.args-delete       --without-smyrna \
-                                --without-gtk \
-                                --without-gtkglext \
-                                --without-glade
-    configure.args-append       --with-smyrna \
-                                --with-gtk \
-                                --with-gtkglext \
-                                --with-glade
</del><span class="cx">     depends_lib-append          port:freeglut \
</span><span class="cx">                                 port:gtk2 \
</span><span class="cx">                                 port:gtkglext \
</span><span class="cx">                                 port:libglade2
</span><ins>+
+    configure.args-replace      --without-glade --with-glade
+    configure.args-replace      --without-gtk --with-gtk
+    configure.args-replace      --without-gtkglext --with-gtkglext
+    configure.args-replace      --without-smyrna --with-smyrna
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant r description {Include R language bindings} {
</span><span class="cx">     depends_build-append        port:swig-r
</span><del>-    configure.args-delete       --disable-swig \
-                                --disable-r
-    configure.args-append       --enable-r
</del><ins>+
+    configure.args-replace      --disable-swig --enable-swig
+    configure.args-replace      --disable-r --enable-r
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant rsvg description {enable the rsvg plugin} {
</span><span class="cx">     depends_lib-append          port:librsvg
</span><del>-    configure.args-delete       --without-rsvg
-    configure.args-append       --with-rsvg
</del><ins>+
+    configure.args-replace      --without-rsvg --with-rsvg
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant gdk_pixbuf description {enable the gdk_pixbuf plugin} {
</span><span class="cx">     depends_lib-append          port:gtk2
</span><del>-    configure.args-delete       --without-gdk-pixbuf
-    configure.args-append       --with-gdk-pixbuf
</del><ins>+
+    configure.args-replace      --without-gdk-pixbuf --with-gdk-pixbuf
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant glitz description {enable the incomplete glitz plugin} {
</span><span class="cx">     depends_lib-append          port:glitz
</span><del>-    configure.args-delete       --without-glitz
-    configure.args-append       --with-glitz
</del><ins>+
+    configure.args-replace      --without-glitz --with-glitz
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant ming description {enable the incomplete ming plugin} {
</span><span class="cx">     depends_lib-append          port:ming
</span><del>-    configure.args-delete       --without-ming
-    configure.args-append       --with-ming
</del><ins>+
+    configure.args-replace      --without-ming --with-ming
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> # Legacy no_pangocairo variant to be removed after February 2014
</span><span class="lines">@@ -274,10 +274,9 @@
</span><span class="cx"> variant pangocairo conflicts no_pangocairo description {Add pangocairo support (antialiased bitmapped output; PDF output)} {
</span><span class="cx">     depends_lib-append          path:lib/pkgconfig/pango.pc:pango \
</span><span class="cx">                                 port:libLASi
</span><del>-    configure.args-append       --with-pangocairo \
-                                --with-lasi
-    configure.args-delete       --without-pangocairo \
-                                --without-lasi
</del><ins>+
+    configure.args-replace      --without-lasi --with-lasi
+    configure.args-replace      --without-pangocairo --with-pangocairo
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> if {[variant_isset no_pangocairo]} {
</span></span></pre>
</div>
</div>

</body>
</html>