[95638] trunk/dports/sysutils/gearmand/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Jul 18 01:00:35 PDT 2012
Revision: 95638
https://trac.macports.org/changeset/95638
Author: ryandesign at macports.org
Date: 2012-07-18 01:00:34 -0700 (Wed, 18 Jul 2012)
Log Message:
-----------
gearmand: update to 0.34 to fix build with boost 1.50 (#35224); replace no_sqlite variant with default-on sqlite variant; disable silent rules
Modified Paths:
--------------
trunk/dports/sysutils/gearmand/Portfile
Modified: trunk/dports/sysutils/gearmand/Portfile
===================================================================
--- trunk/dports/sysutils/gearmand/Portfile 2012-07-18 07:33:22 UTC (rev 95637)
+++ trunk/dports/sysutils/gearmand/Portfile 2012-07-18 08:00:34 UTC (rev 95638)
@@ -4,8 +4,7 @@
PortSystem 1.0
name gearmand
-version 0.33
-revision 1
+version 0.34
categories sysutils net devel
platforms darwin
@@ -26,26 +25,33 @@
homepage http://gearman.org/
master_sites https://launchpad.net/gearmand/trunk/${version}/+download/
-checksums rmd160 993c48fd7dc8fecefa052cd9a7d2e13945a58ee9 \
- sha256 b3f2a0218213a7276b28ce4b6c4b7900f37e0e60123e15494502429b5f78bded
+checksums rmd160 d5cf8b68d64b8095c695daa0a3d2248df7b888a3 \
+ sha256 968d701233f2376060274a69fa7c1b8e99f34b454a401805a2bd62067c13bca1
-depends_lib port:boost port:libevent port:ossp-uuid port:sqlite3
+depends_lib port:boost port:libevent port:ossp-uuid
-configure.args --mandir=${prefix}/share/man \
- --with-libevent-prefix=${prefix} \
+configure.args --disable-silent-rules \
--disable-libdrizzle \
--disable-libpq \
--disable-libmemcached \
- --disable-libtokyocabinet
+ --disable-libtokyocabinet \
+ --without-mysql \
+ --without-sqlite3
variant dtrace description {Enable DTrace probes} {
configure.args-append --enable-dtrace
}
-variant no_sqlite description {Build without sqlite3 support} {
- depends_lib-delete port:sqlite3
- configure.args-append --disable-libsqlite3
+variant no_sqlite conflicts sqlite description {Legacy compatibility variant} {}
+variant sqlite description {Build with sqlite3 support} {
+ depends_lib-append port:sqlite3
+ configure.args-delete --without-sqlite3
}
+if {[variant_isset no_sqlite]} {
+ default_variants -sqlite
+} else {
+ default_variants +sqlite
+}
variant drizzle description {Build with libdrizzle support} {
depends_lib-append port:libdrizzle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120718/5f063ea0/attachment.html>
More information about the macports-changes
mailing list