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: x11/xscreensaver/files/patch-config.h.in

Number of commits found: 6

Thursday, 24 Nov 2022
12:52 Felix Palmen (zirias) search for other commits by this committer
x11/xscreensaver: Update to 6.05

Changelog:
  - X11: Cope with dumb DPMS settings that existed pre-startup.
  - X11: Silence new Perl warnings from xscreensaver-getimage-file.
  - X11: Fix sonar pthreads crash on recent Pi systems.
  - X11: Removed dependence on gdk-pixbuf-xlib-2.0.
  - X11: GTK 3 is now required.

Approved by:		x11 (manu, maintainer), cy, tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D37461
commit hash: 163c6030506313e42ca8f1e967e5e88489bd8a1b commit hash: 163c6030506313e42ca8f1e967e5e88489bd8a1b commit hash: 163c6030506313e42ca8f1e967e5e88489bd8a1b commit hash: 163c6030506313e42ca8f1e967e5e88489bd8a1b 163c603
Tuesday, 30 Aug 2022
18:14 Felix Palmen (zirias) search for other commits by this committer
x11/xscreensaver: Update to 6.04

Any code for calling an external helper for PAM was removed in 6.03,
therefore replace pam_helper by unix-selfauth-helper that's called by
pam_exec.so

Also fix line length in USES.

Approved by:		x11 (manu), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D35348
commit hash: b5319e4aa6f8681e134c2b72d7e338ab170575a0 commit hash: b5319e4aa6f8681e134c2b72d7e338ab170575a0 commit hash: b5319e4aa6f8681e134c2b72d7e338ab170575a0 commit hash: b5319e4aa6f8681e134c2b72d7e338ab170575a0 b5319e4
Monday, 2 May 2022
18:41 Charlie Li (vishwin) search for other commits by this committer Author: Felix Palmen
x11/xscreensaver: update to 6.02

Only install xscreensaver suid root if option PAM is disabled. In this
case, add an extra patch, so xscreensaver-gfx drops privileges
(otherwise it doesn't show any screensaver).

Fix setuid installs in the Makefile and remove extra patch. Respect
upstream's USE_CSTD=gnu89. Remove now-unknown configure option and
associated dependency. Remove old CONFLICTS.

Use security/pam_helper for PAM support. This is the last release
to support pam_unix as the next release removes external helper
calling code.

PR: 254178
Co-authored-by: swills, vishwin
Approved by: arrowd (mentor), maintainer-timeout, maintainer-reset
commit hash: 979995168c2f4dec4dd67cd617639c1abf67f16e commit hash: 979995168c2f4dec4dd67cd617639c1abf67f16e commit hash: 979995168c2f4dec4dd67cd617639c1abf67f16e commit hash: 979995168c2f4dec4dd67cd617639c1abf67f16e 9799951
Thursday, 9 Jun 2016
21:02 zeising search for other commits by this committer
Update to 5.35

Add missing dependencies as reported by poudriere.
Enable XFT by default.
Regenerate patches.

Changelog: https://www.jwz.org/xscreensaver/changelog.html
Original commitRevision:416630 
Friday, 2 Oct 2015
08:40 madpilot search for other commits by this committer
- Update to 5.33
- Resolves the obnoxious startup message issue [1]
- Add options NLS and XFT
- Convert to USES=autoreconf
- Don't install pam file when PAM option is disabled
- Regenerate patches

PR:		201254
Submitted by:	Will B. <will_brokenbourgh at yahoo.com>
Approved by:	Maintainer timeout
MFH:		2015Q4 [1]
Original commitRevision:398425 
Monday, 2 Sep 2013
12:05 zeising search for other commits by this committer
A bunch of cleanups and fixes.

Fix build with compiler is gccXX (where xx is for instance 46, 47) by
running autoconf to generate a working configure.
Use ${REINPLACE_CMD} instead of hand-rolled sed.  Change regexp to work on
configure.in instead of configure, since we'll autoconf configure.in anyway.
Check for libutil.h alongside util.h, and make use of that if it is found.
Make detection and use of gettext work with all compilers.  Add locale
messages to plist.
Bump portrevision.

Noticed by:	avg (build issues)
Tested by:	avg
Original commitRevision:325979 

Number of commits found: 6