While here simplify logic for superseded compiler default versions.
Details
- Reviewers
acm antoine ashish bofh danfe eduardo ehaupt eugen_grosbein.net henry.hu.sh_gmail.com jbeich jwb khng martymac monwarez_mailoo.org nc nobutaka pi pkubaj sunpoet tagattie tijl vanilla yuri zi arrowd - Group Reviewers
Erlang gnome portmgr kde multimedia vbox - Commits
- R11:19d68720f1da: all: drop support for FreeBSD 13.2 which reached EOL today
make INDEX
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 57639 Build 54527: arc lint + arc unit
Event Timeline
Can you also drop annotated cruft?
$ git grep -lF 'FreeBSD 13.2 EOL' devel/hyprlang/Makefile emulators/rpcs3/Makefile emulators/yuzu/Makefile x11/hyprcursor/Makefile x11/hyprlock/Makefile x11/xdg-desktop-portal-hyprland/Makefile x11-toolkits/como/Makefile x11-wm/gamescope/Makefile x11-wm/hyprland/Makefile x11-wm/theseus-ship/Makefile
graphics/nvidia-drm-510-kmod/Makefile | ||
---|---|---|
15 | Do you plan to remove the actual file as well? |
Incorporated suggestions from @jbeich , updated TIMESTAMPs of affected distinfo files.
editors/kakoune need to be skipped, as I recently updated it, and removed those lines, and so the editors/kakoune/Makefile part of this patch isn't applicable anymore.
Thanks!
emulators/virtualbox-ose-legacy/Makefile | ||
---|---|---|
199 | I think we can remove this line too - it's old 14-CURRENT before create stable/14. |
emulators/virtualbox-ose-legacy/Makefile | ||
---|---|---|
200 | We must remove this too. |
emulators/virtualbox-ose-legacy/Makefile | ||
---|---|---|
199 | It isn't 14.0 - it's 14-CURRENT. | |
200 | There is work for build it with LLVM from base: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279257 |
emulators/virtualbox-ose-legacy/Makefile | ||
---|---|---|
200 | It looks like a separate issue from dropping 13.2 |
Please add www/nghttp2. Thanks.
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 440601480831..daec34b12a14 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -45,11 +45,6 @@ HPACK_LIB_DEPENDS= libjansson.so:devel/jansson .include <bsd.port.options.mk> -.if ${OSREL} == 13.2 -USES+= llvm -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-compatibility-fix -.endif - .if ${OSREL} == 14.0 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-compatibility-fix .endif
More libc++ < 16 workarounds to remove:
$ rg -lF FreeBSD\ 13.2 deskutils/plasma6-xdg-desktop-portal-kde/files/patch-src_session.h devel/hyprutils/Makefile graphics/wrapland/Makefile
databases/arrow/Makefile | ||
---|---|---|
184 | Better completely revert bd78a1b4103a. | |
emulators/rpcs3/Makefile | ||
100 ↗ | (On Diff #140191) | Clean up distinfo after 8b3b56eaa45b rebase. |