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: net/socks5/files/socks5.sh.sample

Number of commits found: 3

Monday, 16 Apr 2007
04:26 mi search for other commits by this committer
A long-standing issue in the vendor's reimplementation of vsnprintf()
was not only inefficient (writing out to a file and then reading back!),
but also had a bug in its handling of va_args.

The most obvious ill-effect was the daemon crashing shortly after
start-up on amd64. The inefficientcy was less obvious, but still there
on all platforms.

Although log.c contained HAVE_VSNPRINTF ifdef-s, the configure script
does not check for the function's presence and never sets the define.

Add the -DHAVE_VSNPRINTF as a simple work-around... Bump PORTREVISION.

Approved by: maintainer

While here, ditch the ancient socks5.sh.sample in favor of the proper
USE_RC_SUBR script based on the maintainer-supplied code.
Original commit
Saturday, 19 Jun 2004
10:53 vs search for other commits by this committer
Check if socks5.conf exists in startup-script.

PR:             ports/68067
Submitted by:   KIMURA Yasuhiro
Original commit
Friday, 2 Apr 2004
19:39 krion search for other commits by this committer
- compile with password file support (turning on in socks5.conf)
- Add startup script
- Bump PORTVERSION

PR:             ports/65075
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
Original commit

Number of commits found: 3