[79196] trunk/dports/devel/glib2/Portfile

jmr at macports.org jmr at macports.org
Sat Jun 4 18:25:46 PDT 2011


Revision: 79196
          http://trac.macports.org/changeset/79196
Author:   jmr at macports.org
Date:     2011-06-04 18:25:44 -0700 (Sat, 04 Jun 2011)
Log Message:
-----------
glib2: remove dbus dependency, it's only used by some tests, and without pkgconfig it's not picked up opportunistically (which is the reason the dep was originally added, see #26711)

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2011-06-05 00:21:33 UTC (rev 79195)
+++ trunk/dports/devel/glib2/Portfile	2011-06-05 01:25:44 UTC (rev 79196)
@@ -40,8 +40,6 @@
                             patch-gio_xdgmime_xdgmime.c.diff \
                             patch-gio_gdbusprivate.c.diff
 
-depends_build               port:dbus
-
 depends_lib                 port:gettext \
                             port:libiconv \
                             port:zlib \
@@ -49,8 +47,7 @@
 
 archcheck.files             lib/libintl.dylib \
                             lib/libiconv.dylib \
-                            lib/libz.dylib \
-                            lib/libdbus-1.dylib
+                            lib/libz.dylib
 
 use_autoconf                yes
 
@@ -66,9 +63,7 @@
 configure.env-append        PERL_PATH=${configure.perl} \
                             PKG_CONFIG=false \
                             ZLIB_CFLAGS="-I${prefix}/lib" \
-                            ZLIB_LIBS="-L${prefix}/lib -lz" \
-                            DBUS1_CFLAGS="-I${prefix}/include/dbus-1.0 -I${prefix}/lib/dbus-1.0/include" \
-                            DBUS1_LIBS="-L${prefix}/lib -ldbus-1 -lpthread"
+                            ZLIB_LIBS="-L${prefix}/lib -lz"
 
 post-patch {
     reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110604/938ed4df/attachment.html>


More information about the macports-changes mailing list