Ticket #16833: Portfile.patch

File Portfile.patch, 713 bytes (added by mtalexander (Mike Alexander), 15 years ago)

Patch to set DBUS_TEST_SOCKET_DIR correctly and add a +verbose variant

  • Portfile

     
    7878    system "dbus-uuidgen --ensure"
    7979}
    8080
     81platform darwin 9 {
     82    configure.args-append \
     83        --with-session-socket-dir=/tmp \
     84        --with-test-socket-dir=/tmp \
     85}
     86
    8187variant test description {enable tests} {
    8288    configure.args-append   --enable-tests
    8389}
     
    8894    depends_lib-delete    lib:libX11:xorg-libX11
    8995}
    9096
     97variant verbose description {enable verbose mode using DBUS_VERBOSE environment variable} {
     98    configure.args-append  --enable-verbose-mode
     99}
     100
    91101livecheck.check regex
    92102livecheck.regex {D-Bus (\d+(?:\.\d+)*)}