New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79196


Ignore:
Timestamp:
06/04/11 18:25:44 (4 years ago)
Author:
jmr@…
Message:

glib2: remove dbus dependency (#28985), 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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/glib2/Portfile

    r79195 r79196  
    4141                            patch-gio_gdbusprivate.c.diff 
    4242 
    43 depends_build               port:dbus 
    44  
    4543depends_lib                 port:gettext \ 
    4644                            port:libiconv \ 
     
    5048archcheck.files             lib/libintl.dylib \ 
    5149                            lib/libiconv.dylib \ 
    52                             lib/libz.dylib \ 
    53                             lib/libdbus-1.dylib 
     50                            lib/libz.dylib 
    5451 
    5552use_autoconf                yes 
     
    6764                            PKG_CONFIG=false \ 
    6865                            ZLIB_CFLAGS="-I${prefix}/lib" \ 
    69                             ZLIB_LIBS="-L${prefix}/lib -lz" \ 
    70                             DBUS1_CFLAGS="-I${prefix}/include/dbus-1.0 -I${prefix}/lib/dbus-1.0/include" \ 
    71                             DBUS1_LIBS="-L${prefix}/lib -ldbus-1 -lpthread" 
     66                            ZLIB_LIBS="-L${prefix}/lib -lz" 
    7267 
    7368post-patch { 
Note: See TracChangeset for help on using the changeset viewer.