Date: Tue, 27 May 2014 18:29:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355554 - head/devel/zthread Message-ID: <201405271829.s4RITFjo050567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271829.s4RITFjo050567>