notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/libpthread-stubs/distinfo

Number of commits found: 5

Sunday, 12 Mar 2023
15:12 Jan Beich (jbeich) search for other commits by this committer
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)
commit hash: aa72a65245df6bf0e11f1d46ba1bf3131adb6aab commit hash: aa72a65245df6bf0e11f1d46ba1bf3131adb6aab commit hash: aa72a65245df6bf0e11f1d46ba1bf3131adb6aab commit hash: aa72a65245df6bf0e11f1d46ba1bf3131adb6aab aa72a65
Wednesday, 29 Mar 2017
06:50 ashish search for other commits by this committer
- 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
Original commitRevision:437182 
Sunday, 3 Jul 2011
14:59 ohauer search for other commits by this committer
-remove MD5
Original commit
Thursday, 5 Nov 2009
20:16 miwi search for other commits by this committer
- Update to 0.3

PR:             139722
Submitted by:   Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Original commit
Monday, 29 Jan 2007
09:20 miwi search for other commits by this committer
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
Original commit

Number of commits found: 5