svn commit: r356662 - head/devel/libpthread-stubs
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 5 18:02:08 UTC 2014
Author: amdmi3
Date: Thu Jun 5 18:02:07 2014
New Revision: 356662
URL: http://svnweb.freebsd.org/changeset/ports/356662
QAT: https://qat.redports.org/buildarchive/r356662/
Log:
- Switch to USES=libtool:keepla
Approved by: portmgr blanket
Modified:
head/devel/libpthread-stubs/Makefile
head/devel/libpthread-stubs/pkg-plist
Modified: head/devel/libpthread-stubs/Makefile
==============================================================================
--- head/devel/libpthread-stubs/Makefile Thu Jun 5 18:01:32 2014 (r356661)
+++ head/devel/libpthread-stubs/Makefile Thu Jun 5 18:02:07 2014 (r356662)
@@ -3,15 +3,14 @@
PORTNAME= libpthread-stubs
PORTVERSION= 0.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= ashish at FreeBSD.org
COMMENT= This library provides weak aliases for pthread functions
-USES= pathfix
-USE_BZIP2= yes
+USES= pathfix tar:bzip2 libtool:keepla
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/devel/libpthread-stubs/pkg-plist
==============================================================================
--- head/devel/libpthread-stubs/pkg-plist Thu Jun 5 18:01:32 2014 (r356661)
+++ head/devel/libpthread-stubs/pkg-plist Thu Jun 5 18:02:07 2014 (r356662)
@@ -2,4 +2,5 @@ lib/libpthread-stubs.a
lib/libpthread-stubs.la
lib/libpthread-stubs.so
lib/libpthread-stubs.so.0
+lib/libpthread-stubs.so.0.0.0
libdata/pkgconfig/pthread-stubs.pc
More information about the svn-ports-all
mailing list