From 3f53601fb6eddb895089030009c2e0fd87b892c2 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Wed, 9 Jul 2014 13:19:45 +0000 Subject: [PATCH] - Add USES=libtool - Add MAKE_JOBS_UNSAFE=yes (target that generates two files runs twice) --- net-im/zephyr/Makefile | 4 +++- net-im/zephyr/pkg-plist | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-im/zephyr/Makefile b/net-im/zephyr/Makefile index a651009de560..893ea53a56bb 100644 --- a/net-im/zephyr/Makefile +++ b/net-im/zephyr/Makefile @@ -3,6 +3,7 @@ PORTNAME= zephyr DISTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://zephyr.1ts.org/export/2642/distribution/ @@ -11,10 +12,11 @@ COMMENT= Enterprise-scale distributed messaging system LICENSE= MIT -USES= iconv GNU_CONFIGURE= yes +USES= iconv libtool USE_RC_SUBR= zhm USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-im/zephyr/pkg-plist b/net-im/zephyr/pkg-plist index 6b91c7be6228..0261e220e8a3 100644 --- a/net-im/zephyr/pkg-plist +++ b/net-im/zephyr/pkg-plist @@ -12,8 +12,9 @@ include/zephyr/mit-copyright.h include/zephyr/zephyr.h include/zephyr/zephyr_err.h lib/libzephyr.a -lib/libzephyr.so.4.0 -lib/libzephyr.la +lib/libzephyr.so +lib/libzephyr.so.4 +lib/libzephyr.so.4.0.0 sbin/zshutdown_notify sbin/zephyrd sbin/zhm