Date: Thu, 11 Sep 2014 10:38:29 +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: r367916 - head/devel/pthsem Message-ID: <201409111038.s8BAcU5r051551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 11 10:38:29 2014 New Revision: 367916 URL: http://svnweb.freebsd.org/changeset/ports/367916 QAT: https://qat.redports.org/buildarchive/r367916/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/devel/pthsem/Makefile head/devel/pthsem/pkg-plist Modified: head/devel/pthsem/Makefile ============================================================================== --- head/devel/pthsem/Makefile Thu Sep 11 09:34:14 2014 (r367915) +++ head/devel/pthsem/Makefile Thu Sep 11 10:38:29 2014 (r367916) @@ -3,7 +3,7 @@ PORTNAME= pthsem PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} @@ -13,7 +13,7 @@ COMMENT= GNU Portable Threads with semap USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= gmake libtool:keepla pathfix +USES= gmake libtool pathfix INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes Modified: head/devel/pthsem/pkg-plist ============================================================================== --- head/devel/pthsem/pkg-plist Thu Sep 11 09:34:14 2014 (r367915) +++ head/devel/pthsem/pkg-plist Thu Sep 11 10:38:29 2014 (r367916) @@ -1,7 +1,6 @@ bin/pthsem-config include/pthsem.h lib/libpthsem.a -lib/libpthsem.la lib/libpthsem.so lib/libpthsem.so.20 lib/libpthsem.so.20.0.28
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409111038.s8BAcU5r051551>