From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 18:02:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46BD0F5; Thu, 5 Jun 2014 18:02:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 318F92926; Thu, 5 Jun 2014 18:02:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55I28HL097625; Thu, 5 Jun 2014 18:02:08 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55I27uq097622; Thu, 5 Jun 2014 18:02:07 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406051802.s55I27uq097622@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 5 Jun 2014 18:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356662 - head/devel/libpthread-stubs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 18:02:08 -0000 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