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: dns/void-zones-tools/files/patch-Makefile

Number of commits found: 4

Friday, 24 Nov 2023
06:12 Robert Clausecker (fuz) search for other commits by this committer Author: Vidar Karlsen
dns/void-zones-tools: Fix build with WITH_PIE=YES

Patch CFLAGS from being overridden and remove -fno-pic to facilitate
building with WITH_PIE=yes

PR:		275039
Reported by:	Marek Zarychta
commit hash: 11a7b638a6c63425070e60ddcad9ebb27fad88c9 commit hash: 11a7b638a6c63425070e60ddcad9ebb27fad88c9 commit hash: 11a7b638a6c63425070e60ddcad9ebb27fad88c9 commit hash: 11a7b638a6c63425070e60ddcad9ebb27fad88c9 11a7b63
Sunday, 24 Sep 2023
18:57 Robert Clausecker (fuz) search for other commits by this committer Author: Vidar Karlsen
dns/void-zones-tools: fix unbound-killing bug

void-zones-tools downloads a set of pre-defined lists of undesirable
domains and creates "voided" dns zones for Unbound, blocking access to
these domains via dns.

One of the default lists is no longer maintained, and was removed from
the upstream code. However, there hasn't been released a new version
after the change was made, thus the port has not been updated.
This has not been a problem up until now because the update script has
been downloading an empty file, essentially a no-op in the zone
creation/loading, but at some point today it started serving a domain
parking page, and the HTML of that page is being dumped into the dns
zone file resulting in parse errors and Unbound cannot start.

While waiting for upstream to tag a new version, I changed the port to
track the latest GitHub commit.  This fixes the issue for now.

PR:		274027
Upstream issue:	https://github.com/cyclaero/void-zones-tools/issues/12
Reported by:	Robert William Vesterman <bob@vesterman.com>
MFH:		2023Q3
commit hash: 27c31c5386f115976bd436e42566539e42be2b21 commit hash: 27c31c5386f115976bd436e42566539e42be2b21 commit hash: 27c31c5386f115976bd436e42566539e42be2b21 commit hash: 27c31c5386f115976bd436e42566539e42be2b21 27c31c5
Monday, 27 Aug 2018
17:04 tobik search for other commits by this committer
dns/void-zones-tools: Respect CFLAGS and avoid using -march=native

It currently compiles with -march=native which breaks on some
machines

cc  -march=native -mssse3 -ffast-math -std=c11 -g0 -Ofast -fstrict-aliasing
-Wno-parentheses binutils.c -c -o binutils.o
error: unknown target CPU 'k6-3'

Given that the build is currently targeting the build host CPU,
existing binary packages on pkg.FreeBSD.org (or elsewhere) might
be broken on many machines too, so bump PORTREVISION to trigger a
rebuild.

PR:		230899
Submitted by:	tobik
Reported by:	Marco Beishuizen <mbeis@xs4all.nl>
Approved by:	Vidar Karlsen <vidar@karlsen.tech> (maintainer)
MFH:		2018Q3
Original commitRevision:478228 
Friday, 25 Nov 2016
18:31 ehaupt search for other commits by this committer
Add void-zones-tools 0.1.a, prepare a list of void zones that can be
readily fed into Unbound.

PR:		214723
Submitted by:	vidar@karlsen.tech
Original commitRevision:427123 

Number of commits found: 4