diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-25 18:39:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-25 18:39:56 +0000 |
commit | 167fcb8e7500d8e6f07e7e2187cc2f4b384bd6c6 (patch) | |
tree | b1e114955396831f2837dd9a069e52d32ce22e74 /devel/gearmand-devel | |
parent | ac52872680f64d0d6accecd45aef3006553d2c9f (diff) |
Notes
Diffstat (limited to 'devel/gearmand-devel')
-rw-r--r-- | devel/gearmand-devel/Makefile | 19 | ||||
-rw-r--r-- | devel/gearmand-devel/pkg-plist | 2 |
2 files changed, 11 insertions, 10 deletions
diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index a4656af60224..7d06970734c2 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ @@ -12,9 +13,9 @@ COMMENT= Gearman C Server and Library BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \ libexecinfo>=0:${PORTSDIR}/devel/libexecinfo \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx -LIB_DEPENDS= event:${PORTSDIR}/devel/libevent \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.* @@ -25,7 +26,7 @@ GROUPS= gearmand USE_PERL5= build GNU_CONFIGURE= yes -USES= pathfix perl5 gmake +USES= pathfix perl5 gmake libtool USE_LDCONFIG= yes USE_PYTHON_BUILD=yes USE_RC_SUBR= gearmand @@ -56,14 +57,14 @@ BROKEN= Does not compile without POSIX spawn() support .endif .if ${PORT_OPTIONS:MDRIZZLE} -LIB_DEPENDS+= drizzle:${PORTSDIR}/databases/libdrizzle +LIB_DEPENDS+= libdrizzleso:${PORTSDIR}/databases/libdrizzle CONFIGURE_ARGS+= --enable-libdrizzle .else CONFIGURE_ARGS+= --disable-libdrizzle .endif .if ${PORT_OPTIONS:MMEMCACHED} -LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached +LIB_DEPENDS+= libmemcached.so:${PORTSDIR}/databases/libmemcached BUILD_DEPENDS+= memcached>=0:${PORTSDIR}/databases/memcached CONFIGURE_ARGS+= --enable-libmemcached # This hack is required for the test programs invoked by configure, @@ -98,14 +99,14 @@ CONFIGURE_ARGS+= --disable-libpq .if ${PORT_OPTIONS:MSQLITE} BUILD_DEPENDS+= sqlite3>=3.0.0:${PORTSDIR}/databases/sqlite3 -LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} .else CONFIGURE_ARGS+= --without-sqlite3 .endif .if ${PORT_OPTIONS:MTOKYOCAB} -LIB_DEPENDS+= tokyocabinet:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS+= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet CONFIGURE_ARGS+= --enable-libtokyocabinet CONFIGURE_ENV+= LIBTOKYOCABINET_CPPFLAGS=-I${LOCALBASE}/include \ LIBTOKYOCABINET_LDFLAGS=-L${LOCALBASE}/lib @@ -114,7 +115,7 @@ CONFIGURE_ARGS+= --disable-libtokyocabinet .endif .if ${PORT_OPTIONS:MHIREDIS} -LIB_DEPENDS+= hiredis:${PORTSDIR}/databases/hiredis +LIB_DEPENDS+= libhiredis.so:${PORTSDIR}/databases/hiredis CONFIGURE_ARGS+= --enable-hires CONFIGURE_ENV+= LIBHIREDIS_CPPFLAGS=-I${LOCALBASE}/include/hiredis \ LIBHIREDIS_LDFLAGS=-L${LOCALBASE}/lib diff --git a/devel/gearmand-devel/pkg-plist b/devel/gearmand-devel/pkg-plist index 74aae99984dc..5b08fe4654a1 100644 --- a/devel/gearmand-devel/pkg-plist +++ b/devel/gearmand-devel/pkg-plist @@ -40,9 +40,9 @@ include/libgearman-1.0/visibility.h include/libgearman-1.0/worker.h include/libgearman/gearman.h lib/libgearman.a -lib/libgearman.la lib/libgearman.so lib/libgearman.so.8 +lib/libgearman.so.8.0.0 libdata/pkgconfig/gearmand.pc man/man1/gearadmin.1.gz man/man1/gearman.1.gz |