Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2014 13:19:46 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361363 - head/net-im/zephyr
Message-ID:  <201407091319.s69DJkWH093822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407091319.s69DJkWH093822>