Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159723225
D57282.id178756.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
10 KB
Referenced Files
None
Subscribers
None
D57282.id178756.diff
View Options
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1165,7 +1165,7 @@
. endif
_EXPORTED_VARS+= OSVERSION
-. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1403000
+. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1404000
_UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\
are guaranteed to build on this system. Please upgrade to a supported release.
. if defined(ALLOW_UNSUPPORTED_SYSTEM)
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile
--- a/archivers/pbzip2/Makefile
+++ b/archivers/pbzip2/Makefile
@@ -19,8 +19,7 @@
post-patch:
@${REINPLACE_CMD} -e 's,PRI[iu]MAX, & ,g' ${WRKSRC}/pbzip2.cpp \
${WRKSRC}/BZ2StreamScanner.cpp
-.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1403508 || \
- ${OSVERSION} >= 1500000 && ${OSVERSION} < 1500053)
+.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1500000 && ${OSVERSION} < 1500053)
# Spell target sources to be understood by both BSD and GNU make(1)
@${REINPLACE_CMD} -e '/-O2/s,^,#, ; s,$$^,$$>&,' \
${WRKSRC}/Makefile
diff --git a/biology/atac-seq/Makefile b/biology/atac-seq/Makefile
--- a/biology/atac-seq/Makefile
+++ b/biology/atac-seq/Makefile
@@ -15,6 +15,7 @@
RUN_DEPENDS= sra-tools>0:biology/sra-tools \
fastq-trim>0:biology/fastq-trim \
fastqc>0:biology/fastqc \
+ ${PYTHON_PKGNAMEPREFIX}MACS3>0:biology/py-macs3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}multiqc>0:biology/py-multiqc@${PY_FLAVOR} \
biolibc-tools>0:biology/biolibc-tools \
bwa>0:biology/bwa \
@@ -29,10 +30,4 @@
USES= metaport python
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} != FreeBSD || ${OSVERSION} >= 1302509
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MACS3>0:biology/py-macs3@${PY_FLAVOR}
-.endif
-
.include <bsd.port.mk>
diff --git a/databases/proxysql/Makefile b/databases/proxysql/Makefile
--- a/databases/proxysql/Makefile
+++ b/databases/proxysql/Makefile
@@ -38,12 +38,6 @@
GH_ACCOUNT= sysown
-.include <bsd.port.pre.mk>
-
-.if (${OSVERSION} < 1400000 && ${SSL_DEFAULT} == "base")
-IGNORE= requires OpenSSL 3.x or greater
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's,/etc/,${ETCDIR}/,g' ${WRKSRC}/lib/ProxySQL_GloVars.cpp
@${REINPLACE_CMD} \
@@ -82,4 +76,4 @@
${INSTALL_DATA} ${WRKSRC}/src/proxysql.cfg \
${STAGEDIR}${ETCDIR}/proxysql.cfg.sample
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/samurai/Makefile b/devel/samurai/Makefile
--- a/devel/samurai/Makefile
+++ b/devel/samurai/Makefile
@@ -24,10 +24,4 @@
${INSTALL_PROGRAM} ${WRKSRC}/samu ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/samu.1 ${STAGEDIR}${PREFIX}/share/man/man1
-.include <bsd.port.options.mk>
-
-.if ${OPSYS}_${OSREL:R} == FreeBSD_13
-CFLAGS+= -D_XOPEN_SOURCE=700L
-.endif
-
.include <bsd.port.mk>
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -364,11 +364,6 @@
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ( \
- (${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057))
-BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
-.endif
-
.if ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == powerpc64
CONFIGURE_ARGS+= --disable-skia
.endif
diff --git a/emulators/wine-devel/files/pkg32.sh b/emulators/wine-devel/files/pkg32.sh
--- a/emulators/wine-devel/files/pkg32.sh
+++ b/emulators/wine-devel/files/pkg32.sh
@@ -30,8 +30,8 @@
shift
# Show what we're going to do, then do it.
- echo pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1403000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
- pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1403000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
+ echo pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1404000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
+ pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1404000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
}
if [ $# -gt 0 ]; then
diff --git a/emulators/wine/files/pkg32.sh b/emulators/wine/files/pkg32.sh
--- a/emulators/wine/files/pkg32.sh
+++ b/emulators/wine/files/pkg32.sh
@@ -30,8 +30,8 @@
shift
# Show what we're going to do, then do it.
- echo pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1403000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
- pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1403000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
+ echo pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1404000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
+ pkg -o ABI="FreeBSD:14:i386" -o OSVERSION=1404000 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@";
}
if [ $# -gt 0 ]; then
diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile
--- a/net-mgmt/check_mysql_health/Makefile
+++ b/net-mgmt/check_mysql_health/Makefile
@@ -32,11 +32,4 @@
PLIST_FILES= libexec/nagios/check_mysql_health
-.include <bsd.port.options.mk>
-
-# Change regexp for older awk
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-plugins-scripts_subst.in
-.endif
-
.include <bsd.port.mk>
diff --git a/net-mgmt/check_mysql_health/files/extra-patch-plugins-scripts_subst.in b/net-mgmt/check_mysql_health/files/extra-patch-plugins-scripts_subst.in
deleted file mode 100644
--- a/net-mgmt/check_mysql_health/files/extra-patch-plugins-scripts_subst.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins-scripts/subst.in.orig 2016-08-01 16:28:29.583644100 +0000
-+++ plugins-scripts/subst.in 2025-05-12 18:58:53.592280000 +0000
-@@ -41,7 +41,7 @@
-
- /^#! ?\/.*\/python/ {sub(/^#! ?\/.*\/python/,"#! @PYTHON@");}
- /^#! ?\/.*\/perl/ {sub(/^#! ?\/.*\/perl/,"#! @PERL@");}
--/^#! ?\/.*\/[a-z]{0,2}awk/ {sub(/^#! ?\/.*\/[a-z]{0,2}awk/,"#! @AWK@");}
-+/^#! ?\/.*\/[a-z]?[a-z]?awk/ {sub(/^#! ?\/.*\/[a-z]?[a-z]?awk/,"#! @AWK@");}
- /^#! ?\/.*\/sh/ {sub(/^#! ?\/.*\/sh/,"#! @SHELL@");}
-
- # add to libexecdir to INC for perl utils.pm
diff --git a/net/libifconfig/Makefile b/net/libifconfig/Makefile
--- a/net/libifconfig/Makefile
+++ b/net/libifconfig/Makefile
@@ -41,27 +41,4 @@
${INSTALL_DATA} ${WRKSRC}/${h} ${STAGEDIR}${PREFIX}/include
.endfor
-_ALL_VERSIONS= 13.5 14.3
-.if make(makesum)
-DISTFILES= libifconfig-${_LIBIFCONFIG_HASH}.tar.gz
-.for version in ${_ALL_VERSIONS}
-DISTFILES+= libifconfig-${version}_${_LIBIFCONFIG_REV}.tar.gz
-.endfor
-.endif
-
-.if defined(MAINTAINER_MODE)
-upload:
- for version in ${_ALL_VERSIONS}; \
- do \
- cd /usr/src/lib && \
- git archive --format=tar.gz \
- --output=libifconfig-$${version}_${_LIBIFCONFIG_REV}.tar.gz \
- freebsd/releng/$${version} libifconfig ; \
- done
- cd /usr/src/lib && \
- git archive --format=tar.gz \
- --output=libifconfig-${_LIBIFCONFIG_HASH}.tar.gz \
- ${_LIBIFCONFIG_HASH} libifconfig ;
-.endif
-
.include <bsd.port.post.mk>
diff --git a/net/libifconfig/distinfo b/net/libifconfig/distinfo
--- a/net/libifconfig/distinfo
+++ b/net/libifconfig/distinfo
@@ -1,7 +1,3 @@
TIMESTAMP = 1750761670
-SHA256 (libifconfig-13.5_0.tar.gz) = b2bf5bd107ab75663736df3b918eed999a916fd0ed253ef7546c7633642ad934
-SIZE (libifconfig-13.5_0.tar.gz) = 22474
-SHA256 (libifconfig-14.3_0.tar.gz) = 04069eacdf7ec216fad6769ab5fdc2d7e781cbb8e09f3d4356691984880f5fc7
-SIZE (libifconfig-14.3_0.tar.gz) = 23709
SHA256 (libifconfig-b670c9bafc0e.tar.gz) = 87740e514a9c993ca4b7e1ed250df62aab766e60fd27e56e7b38dded4e835232
SIZE (libifconfig-b670c9bafc0e.tar.gz) = 23854
diff --git a/net/libpfctl/Makefile b/net/libpfctl/Makefile
--- a/net/libpfctl/Makefile
+++ b/net/libpfctl/Makefile
@@ -36,7 +36,7 @@
${LN} -s libpfctl.so.0 ${STAGEDIR}${PREFIX}/lib/libpfctl.so
${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include
-_ALL_VERSIONS= 14.3 14.4 15.0 15.1
+_ALL_VERSIONS= 14.4 15.0 15.1
.if make(makesum)
DISTFILES=
.for version in ${_ALL_VERSIONS}
diff --git a/net/wifi-firmware-iwlwifi-kmod/Makefile b/net/wifi-firmware-iwlwifi-kmod/Makefile
--- a/net/wifi-firmware-iwlwifi-kmod/Makefile
+++ b/net/wifi-firmware-iwlwifi-kmod/Makefile
@@ -101,10 +101,10 @@
DISTFILES_${FWDRV}_lic=
### <<< main, stable/15, 15.0, 15.1
-### >>> 14.3, 14.4, stable/14
+### >>> 14.4, stable/14
DISTFILES_bz+= \
${FWSUBDIR}/iwlwifi-gl-c0-fm-c0-92.ucode${DISTURL_SUFFIX}
-### <<< 14.3, 14.4, stable/14
+### <<< 14.4, stable/14
### >>> iwx(4)
DISTFILES_22000+= \
diff --git a/security/openssl-pkcs11provider/Makefile b/security/openssl-pkcs11provider/Makefile
--- a/security/openssl-pkcs11provider/Makefile
+++ b/security/openssl-pkcs11provider/Makefile
@@ -33,14 +33,8 @@
share/man/man7/provider-pkcs11.7.gz
# @comment\ @dir\ /usr/lib/ossl-modules
-.include <bsd.port.pre.mk>
-
-.if !defined(OPENSSL_PORT) && ${OSVERSION} < 1400000
-BROKEN= requires OpenSSL 3.0+, preferably 3.2+
-.endif
-
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/openssl
${INSTALL_DATA} ${WRKDIR}/pkcs11provider.cnf ${STAGEDIR}${PREFIX}/openssl/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/nbytes/Makefile b/www/nbytes/Makefile
--- a/www/nbytes/Makefile
+++ b/www/nbytes/Makefile
@@ -22,9 +22,4 @@
USE_GITHUB= yes
GH_ACCOUNT= nodejs
-# Remove after 14.3-RELEASE EoL (expected 2026-06-30)
-.if !exists(/usr/bin/clang-scan-deps)
-USES+= llvm:build
-.endif
-
.include <bsd.port.mk>
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile
--- a/x11-wm/sway/Makefile
+++ b/x11-wm/sway/Makefile
@@ -52,11 +52,6 @@
.include <bsd.port.options.mk>
-# https://github.com/freebsd/freebsd-src/pull/1675
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1403505
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-wordexp
-.endif
-
post-patch:
# Let @sample handle default files under etc/
@${REINPLACE_CMD} -e '/config\.in/{ N; s/@BASENAME@/&.sample/; }' \
diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile
--- a/x11-wm/swayfx/Makefile
+++ b/x11-wm/swayfx/Makefile
@@ -56,11 +56,6 @@
.include <bsd.port.options.mk>
-# https://github.com/freebsd/freebsd-src/pull/1675
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1403505
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-wordexp
-.endif
-
post-patch:
# Let @sample handle default files under etc/
@${REINPLACE_CMD} -e '/config\.in/{ N; s/@BASENAME@/&.sample/; }' \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 18, 12:46 PM (2 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34050873
Default Alt Text
D57282.id178756.diff (10 KB)
Attached To
Mode
D57282: Drop support for FreeBSD 14.3
Attached
Detach File
Event Timeline
Log In to Comment