From 30e471ef67898fff3d8b93168b27b9b760b2e897 Mon Sep 17 00:00:00 2001 From: Kusoneko Date: Wed, 20 Mar 2024 22:34:02 -0400 Subject: OpenBSD: switch ports MASTER_SITES=>SITES for 7.4 As of OpenBSD 7.4, ports give errors when using the following paradigm: ``` DISTFILES = file.ext:0 file2.ext:1 MASTER_SITES0 = https://asite.com/path/to/file.ext MASTER_SITES1 = https://anothersite.com/path/to/file2.ext ``` Instead, ports now use the following: ``` DISTFILES = file.ext DISTFILES.substring = file2.ext SITES = https://asite.com/path/to/file.ext SITES.substring = https://anothersite.com/path/to/file2.ext ``` This changes all the OpenBSD ports to the new paradigm, allowing them to compile on OpenBSD 7.4+. Note: some OpenBSD ports are not currently up to date with upstream: - cgit-pink uses git 2.36.1 when the latest git release is 2.44.0 as of now - litterbox is at version 1.8 instead of 1.9 - pounce* are at version 3.0 instead of 3.1 - offers catsit instead of kitd Signed-off-by: Kusoneko --- OpenBSD/sysutils/catsit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenBSD/sysutils') diff --git a/OpenBSD/sysutils/catsit/Makefile b/OpenBSD/sysutils/catsit/Makefile index a26f6a8..eda5576 100644 --- a/OpenBSD/sysutils/catsit/Makefile +++ b/OpenBSD/sysutils/catsit/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes # uses pledge() and unveil() WANTLIB = c -MASTER_SITES = https://git.causal.agency/catsit/snapshot/ +SITES = https://git.causal.agency/catsit/snapshot/ # C11 COMPILER = base-clang ports-gcc -- cgit 1.4.1 /log.c?h=1.0&id=4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65&follow=1'>diff
Commit message (Collapse)Author
2018-09-12Add note about C-oJune McEnroe
Why are there so few well usable ctrl key bindings?
2018-09-12Use formatParse split to position input cursorJune McEnroe
2018-09-12Factor out IRC formatting parsingJune McEnroe
2018-09-11Add /help equivalent to /manJune McEnroe
2018-09-11Don't render every PM as a pingJune McEnroe
2018-09-11Add urlOpenMatchJune McEnroe
2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe
2018-09-10Set LESSSECURE=1 in man.shJune McEnroe
Ridiculous.
2018-09-10Add /man commandJune McEnroe
2018-09-10Install man page in chrootJune McEnroe
2018-09-10Install man pageJune McEnroe
2018-09-10Split keys into subsections and document colorsJune McEnroe
2018-09-10Add "blank" lines to chatte.1June McEnroe
2018-09-10Document key bindings in chatte.1June McEnroe
2018-09-08Document slash commands in chatte.1June McEnroe