New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79195


Ignore:
Timestamp:
06/04/11 17:21:33 (4 years ago)
Author:
ryandesign@…
Message:

glib2, glib2-devel: no longer require pkgconfig, because pkgconfig 0.26+ requires glib2; see #29514

Location:
trunk/dports/devel
Files:
2 edited

Legend:

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

    r78976 r79195  
    4242                            patch-gio_gdbusprivate.c.diff 
    4343 
    44 depends_build               port:pkgconfig \ 
    45                             port:dbus 
     44depends_build               port:dbus 
    4645 
    4746depends_lib                 port:gettext \ 
     
    6867 
    6968configure.perl              ${prefix}/bin/perl 
    70 configure.env-append        PERL_PATH=${configure.perl} 
     69configure.env-append        PERL_PATH=${configure.perl} \ 
     70                            PKG_CONFIG=false \ 
     71                            ZLIB_CFLAGS="-I${prefix}/lib" \ 
     72                            ZLIB_LIBS="-L${prefix}/lib -lz" \ 
     73                            DBUS1_CFLAGS="-I${prefix}/include/dbus-1.0 -I${prefix}/lib/dbus-1.0/include" \ 
     74                            DBUS1_LIBS="-L${prefix}/lib -ldbus-1 -lpthread" 
     75 
     76pre-configure { 
     77    set libffi_version      [exec sed -n {s/Version: //p} ${prefix}/lib/pkgconfig/libffi.pc] 
     78    configure.env-append    LIBFFI_CFLAGS="-I${prefix}/lib/libffi-${libffi_version}/include" \ 
     79                            LIBFFI_LIBS="-L${prefix}/lib -lffi" 
     80} 
    7181 
    7282post-patch { 
  • trunk/dports/devel/glib2/Portfile

    r78750 r79195  
    4141                            patch-gio_gdbusprivate.c.diff 
    4242 
    43 depends_build               port:pkgconfig \ 
    44                             port:dbus 
     43depends_build               port:dbus 
    4544 
    4645depends_lib                 port:gettext \ 
     
    6564 
    6665configure.perl              ${prefix}/bin/perl 
    67 configure.env-append        PERL_PATH=${configure.perl} 
     66configure.env-append        PERL_PATH=${configure.perl} \ 
     67                            PKG_CONFIG=false \ 
     68                            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" 
    6872 
    6973post-patch { 
Note: See TracChangeset for help on using the changeset viewer.