[50232] trunk/dports/x11/gtk2/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Mon Apr 27 17:06:23 PDT 2009


Revision: 50232
          http://trac.macports.org/changeset/50232
Author:   mcalhoun at macports.org
Date:     2009-04-27 17:06:22 -0700 (Mon, 27 Apr 2009)
Log Message:
-----------
gtk2: --disable-shm was added in r1324 with no explanation.
      --with-included-loaders in r2671 (with no explanation) so that all all loaders are
           built directly into gdk-pixbuf as static libraries instead of shared objects.
gtk2 and the OS have changed significantly since these changes, and they do not seem necessary anymore.

Build static libraries.

Modified Paths:
--------------
    trunk/dports/x11/gtk2/Portfile

Modified: trunk/dports/x11/gtk2/Portfile
===================================================================
--- trunk/dports/x11/gtk2/Portfile	2009-04-28 00:05:42 UTC (rev 50231)
+++ trunk/dports/x11/gtk2/Portfile	2009-04-28 00:06:22 UTC (rev 50232)
@@ -5,7 +5,7 @@
 
 name            gtk2
 version         2.16.1
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      x11
 maintainers     nox openmaintainer
@@ -92,9 +92,8 @@
 
 depends_run     port:shared-mime-info
 
-configure.args  --disable-shm \
-                --disable-glibtest \
-                --with-included-loaders
+configure.args  --enable-static \
+                --disable-glibtest
 
 configure.ccache            no
 configure.cppflags-append   -DX_LOCALE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090427/4974a03a/attachment.html>


More information about the macports-changes mailing list