diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-08-09 23:14:22 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-09-01 15:52:16 +0200 |
commit | 2a09e5b4da7cfa9288c56e94791cc371a31b914d (patch) | |
tree | 85371193824b40f77e1daa340ca67a3da4271bf4 /archivers | |
parent | 38b884ce3bab911817375c60a8c781af1911acd8 (diff) | |
download | freebsd-ports-2a09e5b4da7cfa9288c56e94791cc371a31b914d.zip |
cleanup: remove support for FreeBSD 13.0 which expired today.
- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0
- math/igraph: remove support for 13.0
- net/asterisk16: drop support for ancient FreeBSD versions
- net/asterisk18: drop support for ancient FreeBSD versions
- security/openssl*: drop now obsolete patches
- sysutils/bhyve+: drop support for FreeBSD 13.0
- sysutils/ebsnvme-id: drop support for FreeBSD 13.0
- sysutils/openzfs: remove detection of FreeBSD 13.0
- sysutils/openzfs-kmod: drop detection of FreeBSD 13.0
- www/firefox: generalize pkg-message a bit regarding hgame(4)
- x11/xorg-cf-files: remove support for FreeBSD < 6 (yes, pre-2008)
While here, regenerate patches for:
- x11/xorg-cf-files
- net/asterisk16
- net/asterisk18
While here, remove a stale $Id$ from Tools/scripts/portsearch
Differential Revision: https://reviews.freebsd.org/D36233
Reviewed by: office (fluffy), x11 (manu), arrowd, brnrd, cperciva, freqlabs, imp, jbeich, madpilot, nobutaka
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zstd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 0f444ca11498..09d83608ef6c 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -13,12 +13,11 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LIB_DEPENDS= liblz4.so:archivers/liblz4 -TEST_DEPENDS= gmd5sum:sysutils/coreutils # required by FreeBSD 13.0 USES= gmake localbase:ldflags tar:zst ALL_TARGET= default -#BINARY_ALIAS= gmd5sum=md5sum +BINARY_ALIAS= gmd5sum=md5sum TEST_TARGET= test MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_MAN="${INSTALL_MAN}" \ |