libarchive: Clean up the build configuration
* Move settings duplicated in libarchive, bsdcat, bsdcpio, bsdtar, and
bsdunzip into libarchive's Makefile.inc.
* Drop some CFLAGS that merely duplicated some of the contents of our
platform configuration header.
MFC after: 1 week
Reviewed by: mm
Differential Revision: https://reviews.freebsd.org/D57307
games/minetestmapper: revert removal and update 20220221 → 20250408
Please do not remove ports abruptly. Instead, go through a proper
process of first documenting the breakage with unconditional BROKEN
and then scheduling the removal with DEPRECATED/EXPIRATION_DATE.
Pointyhat to: diizzy
graphics/tippecanoe: revert removal
Please do not remove ports abruptly. Instead, go through a proper
process of first documenting the breakage with unconditional BROKEN
and then scheduling the removal with DEPRECATED/EXPIRATION_DATE.
This reverts commit 4c9bd41bd6fe492b8796ff927d3443ae1f5e58a2.
Pointyhat to: diizzy
assert.h: style(9): Space after #define, between #endif and comment
style(9) still allows TAB after #define but this is a historical
artifact and by far the minority of uses cases. Going forward, we would
like to promote the use of a single space, as it allows alignment to
survive line prefixing (such as in diffs).
style(9) also has prescribed a single space between '#else' or '#endif'
and a comment recalling the guard since 2002.
So, commit 157c184689ea ("assert.h: Remove leading tabs for whitespace
consistency") was good, and in line with rules about whitespace changes
(since the file was heavily modified by surrounding commits).
This commit is thus basically a revert of 439710cf003b ("assert.h:
Revert "Remove leading tabs for whitespace consistency"), which extended
replacing spaces with TABs in the code introduced in the meantime (after
commit 157c184689ea).
[4 lines not shown]
www/mattermost-server: Update to 10.11.19 and change LICENSE to AGPLv3
Mattermost can be licensed under either MIT or AGPLv3. AGPLv3 should
be used to create compiled versions not produced by Mattermost, Inc.
science/zotero: Update to 9.0.4
Drop i386 as there is no firefox-esr package available on this arch.
Tested by: Trenton Schulz <trenton at norwegianrockcat.com>
defaultroute: Fix dual-stack and IPv6-only handling
Since IPv6-only setups are becoming more common, and IPv6
connectivity is often sufficient for tasks such as DNS
resolution and NTP time synchronization, update defaultroute
rc.d script to support IPv6-only environments.
Reviewed by: pouria, ae
Differential Revision: https://reviews.freebsd.org/D56797
Revert "defaultroute: Fix dual-stack and IPv6-only handling"
This reverts commit 5b5a836e72ec2614def23409674822c907cf3740.
Despite using arcpatch for this commit, I attributed the wrong
author of the patch.