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-descr
SVNWeb

Number of commits found: 4

Sun, 12 Mar 2023
[ 15:12 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:aa72a65245df6bf0e11f1d46ba1bf3131adb6aab  commit hash:aa72a65245df6bf0e11f1d46ba1bf3131adb6aab  commit hash:aa72a65245df6bf0e11f1d46ba1bf3131adb6aab  aa72a65 
devel/libpthread-stubs: remove port

libpthread-stubs >= 0.4 isn't granular: checks too few or often unused
pthread symbols. On FreeBSD it always added -pthread even if pthread
stubs libc would be enough. Consumers usually avoid libpthread-stubs
dependency on Linux, duplicating the logic. So, remove the wrapper.

PR:		269453
See also:	https://gitlab.freedesktop.org/xorg/lib/pthread-stubs/-/issues/2
Inspired by:	Arch, Fedora, OpenBSD, PkgSrc, Void
Approved by:	ashish (maintainer)
Wed, 7 Sep 2022
[ 21:58 Stefan Eßer (se) search for other commits by this committer ]    commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4  commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4  commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4  fb16dfe  (Only the first 10 of 27964 ports in this commit are shown above. View all ports for this commit)
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
Thu, 8 Mar 2018
[ 08:33 amdmi3 search for other commits by this committer ] Original commit   Revision:463876
- Add LICENSE
- Update WWW
- Remove USES=libtool, USE_LDCONFIG, add NO_ARCH - this does not install any
libraries

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