svn commit: r367916 - head/devel/pthsem

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 11 10:38:30 UTC 2014


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


More information about the svn-ports-head mailing list