notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/libpthread-stubs/pkg-plist
SVNWeb

Number of commits found: 4

Wed, 29 Mar 2017
[ 06:50 ashish search for other commits by this committer ] Original commit   Revision:437182 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
Thu, 18 Sep 2014
[ 15:29 tijl search for other commits by this committer ] Original commit   Revision:368488
Drop .la file and remove old libtool patch
Thu, 5 Jun 2014
[ 18:02 amdmi3 search for other commits by this committer ] Original commit   Revision:356662
- Switch to USES=libtool:keepla

Approved by:	portmgr blanket
Mon, 29 Jan 2007
[ 09:20 miwi search for other commits by this committer ] Original commit 
This library provides weak aliases for pthread functions not provided in libc
or otherwise available by default.  Libraries like libxcb rely on pthread
stubs to use pthreads optionally, becoming thread-safe when linked to
libpthread, while avoiding any performance hit when running single-threaded.
libpthread-stubs supports this behavior even on platforms which do not supply
all the necessary pthread stubs.  On platforms which already supply all the
necessary pthread stubs, this package ships only the pkg-config file
pthread-stubs.pc, to allow libraries to unconditionally express a dependency
on pthread-stubs and still obtain correct behavior.

WWW: http://xcb.freedesktop.org/

PR:             ports/108491
Submitted by:   wahjava

Number of commits found: 4