[91413] trunk/dports/print/gv/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 31 23:46:13 PDT 2012


Revision: 91413
          https://trac.macports.org/changeset/91413
Author:   ryandesign at macports.org
Date:     2012-03-31 23:46:09 -0700 (Sat, 31 Mar 2012)
Log Message:
-----------
gv: add pkgconfig build dep so Xaw3d 1.6+ is detected properly so we don't crash at startup (#33082); enable international support now that Xaw3d includes the necessary patches (#33420)

Modified Paths:
--------------
    trunk/dports/print/gv/Portfile

Modified: trunk/dports/print/gv/Portfile
===================================================================
--- trunk/dports/print/gv/Portfile	2012-04-01 04:09:21 UTC (rev 91412)
+++ trunk/dports/print/gv/Portfile	2012-04-01 06:46:09 UTC (rev 91413)
@@ -5,6 +5,7 @@
 
 name                    gv
 version                 3.7.3.90
+revision                1
 categories              print
 maintainers             ryandesign openmaintainer
 homepage                http://www.gnu.org/software/gv/
@@ -25,6 +26,8 @@
 
 use_parallel_build      yes
 
+depends_build           port:pkgconfig
+
 depends_lib             port:xorg-libXinerama \
                         port:libiconv \
                         port:Xaw3d \
@@ -33,12 +36,10 @@
 depends_run             path:bin/gs:ghostscript
 
 configure.args          --enable-setenv-code \
+                        --enable-international \
                         --x-include=${prefix}/include \
                         --x-lib=${prefix}/lib
 
-# Try reenabling this later once patches from #33420 have been incorporated into Xaw3d.
-# --enable-international
-
 platform darwin {
     configure.args-append --enable-SIGCHLD-fallback
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120331/d61d3ddd/attachment.html>


More information about the macports-changes mailing list