Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 18:02:07 +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: r356662 - head/devel/libpthread-stubs
Message-ID:  <201406051802.s55I27uq097622@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406051802.s55I27uq097622>