Ticket #16755: patch-dbus-Portfile.diff
File patch-dbus-Portfile.diff, 849 bytes (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
old new 5 5 6 6 name dbus 7 7 version 1.2.4 8 revision 1 8 9 maintainers nomaintainer 9 10 categories devel 10 11 platforms darwin … … 26 27 27 28 configure.args --disable-doxygen-docs \ 28 29 --disable-xml-docs \ 29 --with out-x30 --with-x 30 31 31 32 configure.cflags-append -no-cpp-precomp -flat_namespace 32 33 … … 73 74 system "dbus-uuidgen --ensure" 74 75 } 75 76 76 variant test {77 variant test description {enable tests} { 77 78 configure.args-append --enable-tests 78 79 } 79 80 81 variant no_x11 description {disable X11 support} { 82 configure.args-delete --with-x 83 configure.args-append --without-x 84 } 85 80 86 livecheck.check regex 81 87 livecheck.regex {D-Bus (\d+(?:\.\d+)*)} 82 88