Commit Graph

6141 Commits

Author SHA1 Message Date
rsadowski 676613ea6f Remove gcc3
Feedback sthen@, tweak and OK jca@
2025-10-24 14:25:34 +00:00
kn 2fbdf2ea49 Recycle openct's user (removed in 2016) into _yggdrasil; OK sthen 2025-10-19 16:23:20 +00:00
kn 8bc511d2fc update/fix puppet(db) pkgpaths 2025-10-18 22:50:34 +00:00
danj 702388c2a7 Update port for _puppetdb
databases/puppetdb/7 was removed but 8 still uses that user.
2025-09-07 22:28:35 +00:00
kirill ec426d7f66 proot: fix checkout_ports from non-root
OK: tb@
2025-08-27 20:26:38 +00:00
rsadowski c9bc380141 Remove obsolete and unused apache-module
OK tb@
2025-08-17 11:06:39 +00:00
danj 635075cdb0 Update _epmd following erlang/25 removal
ok sthen
2025-08-12 13:33:38 +00:00
jca 35736fe8f7 In do-extract fail early if the decompressor errors out
Using set -o pipefail we can detect when gzip -d and friends fail when
decompressing archives. This is better than a partially extracted
archive leading to failures to patch or build later.

ok phessler@ landry@
2025-07-30 12:06:30 +00:00
sthen 4e575d45d5 poison NTLIB (misspelling of WANTLIB) 2025-07-25 10:33:16 +00:00
sthen 997a91ae8f poison DIST_TUPLES (with an S) 2025-07-21 15:06:12 +00:00
sthen 9718527a88 bump _SYSTEM_VERSION following step 1 opaque FILE diff (in OpenBSD,
shared libraries don't record a dependency on libc so normal pkg_add
mechanisms don't result in everything using libc getting updated
following this change)
2025-07-21 02:31:26 +00:00
sthen 14a7206792 poison MODPY_PYTEST_LINK_SO to help me remember that because it's not
specific to pytest, it's actually named MODPY_TEST_LINK_SO

sort lists while there
2025-06-17 16:38:29 +00:00
tb 630fdf0012 bump _SYSTEM_VERSION-clang after clang update and MODCLANG_VERSION change
discussed with many
2025-06-16 07:49:07 +00:00
tb 0bd87ef712 dpb: more ^Z fixes
from espie
2025-06-09 04:33:52 +00:00
tb 73fadfa07b Partially unbreak ^Z for dpb
This is some fallout from the v5.36 conversion and more is needed, which
espie will do when he gets around to et.

ok espie
2025-06-07 04:08:00 +00:00
volker a900859601 Reserve 581 for _piknik, recycling _gonzui 2025-05-20 16:50:21 +00:00
jsg e059a3e060 fix previous; ok danj@ 2025-05-14 03:00:00 +00:00
danj c7d38f86d7 Comment out _pop3d 2025-05-14 01:41:19 +00:00
sthen 4a0a0eca1e support "fdo" in DIST_TUPLE for gitlab.freedesktop.org, ok tb 2025-05-08 10:35:46 +00:00
sthen 0fbcf24b3e comment out _lldpd 2025-05-02 10:09:00 +00:00
danj 92fa8db482 Comment out _fastnetmon 2025-04-24 18:42:03 +00:00
stsp ebd7ecea84 reserve UID 600 (former www/ntlmaps, removed in 2016) for _gotsysd
ok jca@ rsadowski@
2025-04-21 16:29:44 +00:00
stsp 700c800aa8 recyle UID 593 (former _nginx, removed in 2012) for _gotwebd
ok rsadowski, jca
2025-04-16 15:46:39 +00:00
danj 3719fd87a7 Comment out _gotosocial 2025-03-22 00:51:57 +00:00
sthen 54b39415f6 reserve _mollysocket 2025-03-19 11:30:19 +00:00
sthen 1aabd00897 add ax_enable_builddir_sed=${ax_enable_builddir_sed=/usr/bin/sed} to
config.site unless there's a BDEP on GNU sed.  ok jca
2025-03-04 14:33:51 +00:00
afresh1 b0652593e2 Correctly load Exporter::import
With perl 5.40, there's a new warning when calling an "import" method
that doesn't exist.  Previously the error was ignored, although still there.

Reported and reminded by rsedowski@
2025-03-03 04:11:30 +00:00
landry a3db94dc5a bsd.port.mk: improve an error message
mention the DIAGNOSTICS section of the bsd.port.mk(5) manpage when the
packing-list doesn't match installed pkgs vs what's in the portstree.

from espie@
2025-03-02 13:16:48 +00:00
sthen aef472a266 don't suggest VARBASE; LOCALSTATEDIR is the ports-relevant variable
that usually ends up at /var and that's already mentioned
2025-02-26 14:22:53 +00:00
pascal 5938ad921c Reserve UID for sysutils/ssl_exporter. 2025-02-24 19:19:55 +00:00
bket 382c3da0c3 Add _wstunnel user 2025-02-08 16:02:50 +00:00
denis 943756e080 Link net/ergo to the build and add _ergo user 2025-02-07 18:44:15 +00:00
pascal a247435980 Reserve UID/GID for dhcpd_leases_exporter. 2025-01-29 17:01:59 +00:00
sthen 247351802c Move ports back to using --forward in PATCH_ARGS and PATCH_DIST_ARGS.
this was used earlier, but lost when changing to PATCH_DEBUG by default.

Without this, if a diff appears to be reversed, patch asks whether to
assume that you used -R, with a default 'y'. If there's no tty, as is the
case with a bulk build, the default is accepted, resulting in problems
(potentially nasty in the case of a security fix which was applied via
a patch and later committed upstream) if 'cvs rm' was missed.

Sync option order between PATCH_ARGS and PATCH_DIST_ARGS while there.

Grepping ports logs doesn't show any current ports where this will cause
unexpected changes in behaviour.

ok tb
2025-01-20 17:16:42 +00:00
thfr 9c932fc099 Change (github) tagnames containing '/' to replace slash with '-', as
done for GH_* already. Original idea from sthen@. Draft from me and
fixed by tb@ and survived a bulk. ok tb@ sthen@
2025-01-18 14:03:41 +00:00
sthen 456b50e2f8 setup WRKDIST correct when GH_TAGNAME contains /, ok tb 2025-01-14 15:06:49 +00:00
pascal 0aa1c7d4b5 Reserve UID 540 for sysutils/idrac_exporter. 2025-01-11 17:18:11 +00:00
sthen e1db0ccf12 in the comment about USE_NOBTCFI-aarch64, mention the standard format
for ports using fortran libs
2025-01-11 12:35:16 +00:00
jca 5a9600c7e5 Mark ports using lang/gcc/8,-f95 on arm64 as not BTI compliant
To be reconsidered when we move to lang/gcc/11 or newer, which
supports -mbranch-protection. The fix isn't complete since some ports
may use BTI-incompatible fortran code through shared libraries.

ok tb@ phessler@ pascal@ sthen@
2025-01-10 18:03:43 +00:00
sthen 6b2d8ac009 change SITE_PYPI to use files.pythonhosted.org as suggested in
https://docs.pypi.org/api/#integration-guide "Predictable URLs";
teach portroach to handle this.  ok aja@ jasper@
2025-01-10 11:44:18 +00:00
sthen 28a8f2166d poison old MODPY variables: MODPY_EGG_VERSION, MODPY_FLAVOR.
suggested by landry
2024-12-23 12:44:23 +00:00
sthen 0e4ddf64f5 follow python.port.mk changes 2024-12-21 11:40:34 +00:00
tb 02d8b76720 Fix external "addhost" command in dpb
$state->{default_prop} contains the already built object, so passing it
to a constructor will not end up in a new host with the desired properties

from espie
2024-12-18 07:05:19 +00:00
danj bb535f6f68 Comment out _mfi (from net/mfi)
It was removed a few weeks ago.
ok sthen
2024-12-15 23:03:27 +00:00
sthen c4dfbc174d use 900 for comms/zigbee2mqtt 2024-12-09 22:43:22 +00:00
tb 613302473b bsd.port.mk: fix indentation
from espie
2024-11-28 09:53:09 +00:00
kirill 1aaec8e3ef reserve _ejabberd for incoming net/ejabberd
OK: sthen@ volker@
2024-11-25 08:29:28 +00:00
ajacoutot 42cdef89aa Release _gnome-initial-setup user & group. 2024-11-08 16:05:20 +00:00
kirill 34a4e1573c modgo-gen-modules-helper: print MODGO_VERSION to STDERR
The goal is to avoid editing modules.inc by removing the MODGO_VERSION
variable from that file by the go ports maintainer when using it like:

    make modgo-gen-modules > modules.inc

OK: paco@ sthen@
2024-11-07 09:49:51 +00:00
denis 4ce4d056fb Reserve uid 555 for Krill 2024-11-06 14:31:59 +00:00