From owner-svn-ports-head@FreeBSD.ORG Wed Jul 9 13:19:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D536FC9; Wed, 9 Jul 2014 13:19:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C1D22C5B; Wed, 9 Jul 2014 13:19:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69DJk0v093824; Wed, 9 Jul 2014 13:19:46 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69DJkWH093822; Wed, 9 Jul 2014 13:19:46 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407091319.s69DJkWH093822@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 9 Jul 2014 13:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361363 - head/net-im/zephyr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 13:19:46 -0000 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