From owner-svn-ports-all@FreeBSD.ORG Tue May 27 18:29:15 2014 Return-Path: Delivered-To: svn-ports-all@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 D190A138; Tue, 27 May 2014 18:29:15 +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 A611026D1; Tue, 27 May 2014 18:29:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RITFSP050569; Tue, 27 May 2014 18:29:15 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RITFjo050567; Tue, 27 May 2014 18:29:15 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405271829.s4RITFjo050567@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 27 May 2014 18:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355554 - head/devel/zthread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 18:29:15 -0000 Author: amdmi3 Date: Tue May 27 18:29:14 2014 New Revision: 355554 URL: http://svnweb.freebsd.org/changeset/ports/355554 QAT: https://qat.redports.org/buildarchive/r355554/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/devel/zthread/Makefile head/devel/zthread/pkg-plist Modified: head/devel/zthread/Makefile ============================================================================== --- head/devel/zthread/Makefile Tue May 27 18:27:38 2014 (r355553) +++ head/devel/zthread/Makefile Tue May 27 18:29:14 2014 (r355554) @@ -3,7 +3,7 @@ PORTNAME= zthread PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/ZThread/${PORTVERSION} DISTNAME= ZThread-${PORTVERSION} @@ -11,12 +11,10 @@ DISTNAME= ZThread-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Platform-independent object-oriented C++ threading library -USE_AUTOTOOLS= libtool +USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-ftime --disable-static -USES= gmake MAKE_ARGS+= INSTALL_PROGRAM="${INSTALL_SCRIPT}" -MAKE_ENV+= SED=sed # req'd for LIBTOOL?! USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS @@ -34,5 +32,6 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libZThread.so .include Modified: head/devel/zthread/pkg-plist ============================================================================== --- head/devel/zthread/pkg-plist Tue May 27 18:27:38 2014 (r355553) +++ head/devel/zthread/pkg-plist Tue May 27 18:29:14 2014 (r355554) @@ -1,12 +1,6 @@ bin/zthread-config -lib/libZThread-2.3.so -lib/libZThread-2.3.so.2 -lib/libZThread.a -lib/libZThread.la -lib/libZThread.so -share/aclocal/pthread.m4 -share/aclocal/zthread.m4 include/zthread/AtomicCount.h +include/zthread/Barrier.h include/zthread/BiasedReadWriteLock.h include/zthread/BlockingQueue.h include/zthread/BoundedQueue.h @@ -25,9 +19,9 @@ include/zthread/FastRecursiveMutex.h include/zthread/Guard.h include/zthread/GuardedClass.h include/zthread/Lockable.h -include/zthread/Mutex.h include/zthread/LockedQueue.h include/zthread/MonitoredQueue.h +include/zthread/Mutex.h include/zthread/NonCopyable.h include/zthread/PoolExecutor.h include/zthread/Priority.h @@ -50,5 +44,9 @@ include/zthread/ThreadedExecutor.h include/zthread/Time.h include/zthread/Waitable.h include/zthread/ZThread.h -include/zthread/Barrier.h +lib/libZThread-2.3.so.2 +lib/libZThread-2.3.so.2.0.0 +lib/libZThread.so +share/aclocal/pthread.m4 +share/aclocal/zthread.m4 @dirrm include/zthread