svn commit: r361363 - head/net-im/zephyr
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 9 13:19:46 UTC 2014
Author: tijl
Date: Wed Jul 9 13:19:45 2014
New Revision: 361363
URL: http://svnweb.freebsd.org/changeset/ports/361363
QAT: https://qat.redports.org/buildarchive/r361363/
Log:
- Add USES=libtool
- Add MAKE_JOBS_UNSAFE=yes (target that generates two files runs twice)
Modified:
head/net-im/zephyr/Makefile
head/net-im/zephyr/pkg-plist
Modified: head/net-im/zephyr/Makefile
==============================================================================
--- head/net-im/zephyr/Makefile Wed Jul 9 13:05:49 2014 (r361362)
+++ head/net-im/zephyr/Makefile Wed Jul 9 13:19:45 2014 (r361363)
@@ -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 me
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
Modified: head/net-im/zephyr/pkg-plist
==============================================================================
--- head/net-im/zephyr/pkg-plist Wed Jul 9 13:05:49 2014 (r361362)
+++ head/net-im/zephyr/pkg-plist Wed Jul 9 13:19:45 2014 (r361363)
@@ -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
More information about the svn-ports-all
mailing list