New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16755: patch-dbus-Portfile.diff

File patch-dbus-Portfile.diff, 0.8 KB (added by db.evans@…, 4 years ago)

Revised patch for Portfile

  • Portfile

    old new  
    55 
    66name            dbus 
    77version         1.2.4 
     8revision        1 
    89maintainers     nomaintainer 
    910categories      devel 
    1011platforms       darwin 
     
    2627 
    2728configure.args  --disable-doxygen-docs \ 
    2829                --disable-xml-docs \ 
    29                 --without-x 
     30                --with-x 
    3031     
    3132configure.cflags-append -no-cpp-precomp -flat_namespace 
    3233 
     
    7374    system "dbus-uuidgen --ensure" 
    7475} 
    7576 
    76 variant test { 
     77variant test description {enable tests} { 
    7778    configure.args-append   --enable-tests 
    7879} 
    7980 
     81variant no_x11 description {disable X11 support} { 
     82    configure.args-delete --with-x 
     83    configure.args-append --without-x 
     84} 
     85 
    8086livecheck.check regex 
    8187livecheck.regex {D-Bus (\d+(?:\.\d+)*)} 
    8288