Framework: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-03-26 12:26:49 +01:00
parent e968a94215
commit d12def797b
13 changed files with 43 additions and 49 deletions

5
MOVED
View file

@ -3055,3 +3055,8 @@ lang/swi-pl|lang/swipl|2024-03-17|Port renamed on request
devel/rubygem-with_advisory_lock|devel/rubygem-with_advisory_lock61|2024-03-18|Port renamed to follow naming convention devel/rubygem-with_advisory_lock|devel/rubygem-with_advisory_lock61|2024-03-18|Port renamed to follow naming convention
emulators/cpmemu||2024-03-19|Has expired: BROKEN on all versions since last year emulators/cpmemu||2024-03-19|Has expired: BROKEN on all versions since last year
devel/grpc142||2024-03-20|Has expired: Please use devel/grpc instead devel/grpc142||2024-03-20|Has expired: Please use devel/grpc instead
www/h2o-devel|www/h2o|2024-03-23|Upstream no longer supports releases, this port is folded into www/h2o instead
security/rubygem-metasploit-aggregator||2024-03-24|Has expired: No longer used, no longer maintained upstream
net-p2p/tooth||2024-03-24|Has expired: Project has been renamed to Tuba. Consider porting to the new project. See https://github.com/GeopJr/Tuba
www/tidy-devel|www/tidy-html5|2024-03-25|Has expired: no more dev at SF, replaced by www/tidy-html5
www/tidy-lib|www/tidy-html5|2024-03-25|Has expired: no more dev at SF, replaced by www/tidy-html5

View file

@ -97,7 +97,7 @@ WRKSRC_crate_${_crate}= ${WRKDIR}/${_wrksrc}
CARGO_BUILDDEP?= yes CARGO_BUILDDEP?= yes
. if ${CARGO_BUILDDEP:tl} == "yes" . if ${CARGO_BUILDDEP:tl} == "yes"
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.76.0:lang/${RUST_DEFAULT} BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.77.0:lang/${RUST_DEFAULT}
. elif ${CARGO_BUILDDEP:tl} == "any-version" . elif ${CARGO_BUILDDEP:tl} == "any-version"
BUILD_DEPENDS+= ${RUST_DEFAULT}>=0:lang/${RUST_DEFAULT} BUILD_DEPENDS+= ${RUST_DEFAULT}>=0:lang/${RUST_DEFAULT}
. endif . endif
@ -139,8 +139,11 @@ CARGO_ENV+= \
CARGO_ENV+= RUST_BACKTRACE=1 CARGO_ENV+= RUST_BACKTRACE=1
. endif . endif
. if !defined(_WITHOUT_LTO) && (!defined(WITHOUT_LTO_PORTS) || ${WITHOUT_LTO_PORTS:N${PKGORIGIN}})
_CARGO_MSG= "===> Additional optimization to port applied" _CARGO_MSG= "===> Additional optimization to port applied"
WITH_LTO= yes _WITH_LTO= yes
.undef _WITHOUT_LTO
. endif
# Adjust -C target-cpu if -march/-mcpu is set by bsd.cpu.mk # Adjust -C target-cpu if -march/-mcpu is set by bsd.cpu.mk
. if ${ARCH} == amd64 || ${ARCH} == i386 . if ${ARCH} == amd64 || ${ARCH} == i386

View file

@ -96,11 +96,11 @@ KDE_APPLICATIONS_SHLIB_G_VER?= ${KDE_APPLICATIONS5_SHLIB_G_VER}
# Current KDE desktop. # Current KDE desktop.
KDE_PLASMA5_VERSION?= 5.27.10 KDE_PLASMA5_VERSION?= 5.27.11
KDE_PLASMA5_BRANCH?= stable KDE_PLASMA5_BRANCH?= stable
# Next KDE Plasma desktop # Next KDE Plasma desktop
KDE_PLASMA6_VERSION?= 6.0.0 KDE_PLASMA6_VERSION?= 6.0.2
KDE_PLASMA6_BRANCH?= stable KDE_PLASMA6_BRANCH?= stable
# Current KDE frameworks. # Current KDE frameworks.

View file

@ -34,7 +34,7 @@ linux_ARGS= ${LINUX_DEFAULT}
. if ${linux_ARGS} == c7 . if ${linux_ARGS} == c7
LINUX_DIST_VER?= 7.9.2009 LINUX_DIST_VER?= 7.9.2009
. else . else
IGNORE= Invalid Linux distribution: ${linux_ARGS} ERROR+= "Invalid Linux distribution: ${linux_ARGS}"
. endif . endif
. ifndef ONLY_FOR_ARCHS . ifndef ONLY_FOR_ARCHS
@ -212,20 +212,12 @@ DISTFILES_aarch64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_aarch64}:aarch64/} \
. endif . endif
. if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mamd64)) \ . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mamd64)) \
&& empty(NOT_FOR_ARCHS:Mamd64) && empty(NOT_FOR_ARCHS:Mamd64)
. if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mi386)) \
&& empty(NOT_FOR_ARCHS:Mi386)
DISTFILES_amd64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ DISTFILES_amd64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \
${LIB_DISTNAMES_amd64:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES_i386:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \
${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
${LIB_DISTNAMES_amd64:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${LIB_DISTNAMES_amd64:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/}
. else
DISTFILES_amd64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}/} \
${LIB_DISTNAMES_amd64:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}/} \
${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/}
. endif
. endif . endif
. if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mi386)) \ . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mi386)) \
&& empty(NOT_FOR_ARCHS:Mi386) && empty(NOT_FOR_ARCHS:Mi386)

View file

@ -55,7 +55,7 @@ OCTAVE_SRC?= ${DISTNAME}
WRKSRC?= ${WRKDIR}/${OCTAVE_SRC}/src WRKSRC?= ${WRKDIR}/${OCTAVE_SRC}/src
MAKE_ENV+= PACKAGE=${OCTAVE_DISTNAME}.tar.gz MAKE_ENV+= PACKAGE=${OCTAVE_DISTNAME}.tar.gz
MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD_CXX="${CXX}" DL_LD="${CXX}" MKOCTFILE="${LOCALBASE}/bin/mkoctfile" OCTAVE_VERSION=-${OCTAVE_VERSION} MAKE_ARGS+= CC="${CC}" CXX="${CXX}" LD_CXX="${CXX}" DL_LD="${CXX}" MKOCTFILE="${LOCALBASE}/bin/mkoctfile" OCTAVE_VERSION=-${OCTAVE_VERSION}
LOAD_OCTAVE_PKG_CMD= ${LOCALBASE}/libexec/octave/load-octave-pkg LOAD_OCTAVE_PKG_CMD= ${LOCALBASE}/libexec/octave/load-octave-pkg

View file

@ -606,7 +606,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp
# cryptography* support # cryptography* support
. if ${PYCRYPTOGRAPHY_DEFAULT} == rust . if ${PYCRYPTOGRAPHY_DEFAULT} == rust
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=41.0.7,1:security/py-cryptography@${PY_FLAVOR} CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=42.0.5,1:security/py-cryptography@${PY_FLAVOR}
. else . else
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_1,1:security/py-cryptography-legacy@${PY_FLAVOR} CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_1,1:security/py-cryptography-legacy@${PY_FLAVOR}
. endif . endif

View file

@ -64,7 +64,7 @@ GHOSTSCRIPT_DEFAULT?= 10
# Possible values: mesa-libs, mesa-devel # Possible values: mesa-libs, mesa-devel
GL_DEFAULT?= mesa-libs GL_DEFAULT?= mesa-libs
# Possible values: 1.19, 1.20, 1.21, 1.22, 1.23-devel # Possible values: 1.19, 1.20, 1.21, 1.22, 1.23-devel
GO_DEFAULT?= 1.20 GO_DEFAULT?= 1.21
# Possible values: 1.8, 2.2, 3.0 # Possible values: 1.8, 2.2, 3.0
GUILE_DEFAULT?= 2.2 GUILE_DEFAULT?= 2.2
# Possible versions: 6, 7 # Possible versions: 6, 7
@ -75,11 +75,11 @@ GUILE_DEFAULT?= 2.2
IMAGEMAGICK_DEFAULT?= 7 IMAGEMAGICK_DEFAULT?= 7
# Possible values: 8, 11, 17, 18, 19, 20, 21 # Possible values: 8, 11, 17, 18, 19, 20, 21
JAVA_DEFAULT?= 8 JAVA_DEFAULT?= 8
# Possible values: 3.0.0, 3.1.0 # Possible values: 3.2.0, 3.1.0
. if !defined(WANT_LAZARUS_DEVEL) . if !defined(WANT_LAZARUS_DEVEL)
LAZARUS_DEFAULT?= 3.0.0 LAZARUS_DEFAULT?= 3.2.0
. else . else
LAZARUS_DEFAULT?= 3.1.0 LAZARUS_DEFAULT?= 3.3.1
. endif . endif
# Possible values: rust, legacy # Possible values: rust, legacy
. if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64) . if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64)

View file

@ -74,7 +74,7 @@ BINARY_ALIAS+= python3=${PYTHON_CMD}
BUNDLE_LIBS= yes BUNDLE_LIBS= yes
BUILD_DEPENDS+= rust-cbindgen>=0.26.0:devel/rust-cbindgen \ BUILD_DEPENDS+= rust-cbindgen>=0.26.0:devel/rust-cbindgen \
${RUST_DEFAULT}>=1.76.0:lang/${RUST_DEFAULT} \ ${RUST_DEFAULT}>=1.77.0:lang/${RUST_DEFAULT} \
node:www/node node:www/node
LIB_DEPENDS+= libdrm.so:graphics/libdrm LIB_DEPENDS+= libdrm.so:graphics/libdrm
RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci

View file

@ -219,7 +219,11 @@ OPTIONS_DEFINE+= ${opt}
. endfor . endfor
# Add per arch defaults # Add per arch defaults
. if defined(OPTIONS_DEFAULT_${ARCH})
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${ARCH}} OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${ARCH}}
. else
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_OTHER_ARCHS}
. endif
_ALL_EXCLUDE= ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} \ _ALL_EXCLUDE= ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} \
${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${OPSYS}} \ ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${OPSYS}} \

View file

@ -1568,7 +1568,7 @@ EXTRACT_SUFX?= .tar.gz
. if defined(USE_LINUX_PREFIX) . if defined(USE_LINUX_PREFIX)
PREFIX= ${LINUXBASE} PREFIX= ${LINUXBASE}
DATADIR?= ${PREFIX}/usr/share/${PORTNAME} DATADIR?= ${PREFIX}/usr/share/${PORTNAME}
DOCSDIR?= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} DOCSDIR?= ${PREFIX}/usr/share/doc/${PORTNAME}-${DISTVERSION}
NO_LICENSES_INSTALL= yes NO_LICENSES_INSTALL= yes
NO_MTREE= yes NO_MTREE= yes
. endif . endif
@ -1633,7 +1633,8 @@ PKG_NOTE_flavor= ${FLAVOR}
. endif . endif
WRK_ENV+= HOME=${WRKDIR} \ WRK_ENV+= HOME=${WRKDIR} \
PWD="$${PWD}" PWD="$${PWD}" \
__MAKE_CONF=${NONEXISTENT}
. for e in OSVERSION PATH TERM TMPDIR \ . for e in OSVERSION PATH TERM TMPDIR \
UNAME_b UNAME_i UNAME_K UNAME_m UNAME_n \ UNAME_b UNAME_i UNAME_K UNAME_m UNAME_n \
UNAME_p UNAME_r UNAME_s UNAME_U UNAME_v UNAME_p UNAME_r UNAME_s UNAME_U UNAME_v

View file

@ -104,7 +104,6 @@ MASTER_SITE_CRAN+= \
http://cran.utstat.utoronto.ca/%SUBDIR%/ \ http://cran.utstat.utoronto.ca/%SUBDIR%/ \
https://cran.csiro.au/%SUBDIR%/ \ https://cran.csiro.au/%SUBDIR%/ \
https://mirrors.tuna.tsinghua.edu.cn/CRAN/%SUBDIR%/ \ https://mirrors.tuna.tsinghua.edu.cn/CRAN/%SUBDIR%/ \
http://camoruco.ing.uc.edu.ve/cran/%SUBDIR%/ \
https://mirror.las.iastate.edu/CRAN/%SUBDIR%/ \ https://mirror.las.iastate.edu/CRAN/%SUBDIR%/ \
https://cran.ma.imperial.ac.uk/%SUBDIR%/ \ https://cran.ma.imperial.ac.uk/%SUBDIR%/ \
https://cran.ism.ac.jp/%SUBDIR%/ https://cran.ism.ac.jp/%SUBDIR%/
@ -134,8 +133,7 @@ MASTER_SITE_DEBIAN_POOL+= \
.if !defined(IGNORE_MASTER_SITE_ECLIPSE) .if !defined(IGNORE_MASTER_SITE_ECLIPSE)
MASTER_SITE_ECLIPSE+= \ MASTER_SITE_ECLIPSE+= \
https://ftp-stud.hs-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ https://ftp-stud.hs-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \
https://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ \ https://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/
http://eclipse.stu.edu.tw/%SUBDIR%/
.endif .endif
# List: https://www.exim.org/mirmon/ftp_mirrors.html # List: https://www.exim.org/mirmon/ftp_mirrors.html
@ -566,14 +564,12 @@ WWW?= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/
.if !defined(IGNORE_MASTER_SITE_GNOME) .if !defined(IGNORE_MASTER_SITE_GNOME)
MASTER_SITE_GNOME+= \ MASTER_SITE_GNOME+= \
https://download.gnome.org/%SUBDIR%/ \ https://download.gnome.org/%SUBDIR%/ \
http://download.gnome.org/%SUBDIR%/ \
https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/ \ https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/ \
http://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ http://ftp.belnet.be/mirror/ftp.gnome.org/gnomeftp/%SUBDIR%/ \
ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/ftp.gnome.org/gnomeftp/%SUBDIR%/ \
https://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \ https://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \
ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \
https://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \ https://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \
http://www.gtlib.gatech.edu/pub/gnome/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \
ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/
@ -686,13 +682,6 @@ MASTER_SITE_MATE+= \
.if !defined(IGNORE_MASTER_SITE_MOZDEV) .if !defined(IGNORE_MASTER_SITE_MOZDEV)
MASTER_SITE_MOZDEV+= \ MASTER_SITE_MOZDEV+= \
http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \
http://ftp.rz.tu-bs.de/pub/mirror/downloads.mozdev.org/%SUBDIR%/ \
http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \
http://mozdev.oregonstate.edu/%SUBDIR%/ \
http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \
http://www.devlib.org/mozdev/%SUBDIR%/ \
ftp://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \
http://mirrors.ibiblio.org/mozdev.org/%SUBDIR%/ http://mirrors.ibiblio.org/mozdev.org/%SUBDIR%/
.endif .endif
@ -784,8 +773,7 @@ MASTER_SITE_OSSP+= \
.if !defined(IGNORE_MASTER_SITE_PACKETSTORM) .if !defined(IGNORE_MASTER_SITE_PACKETSTORM)
MASTER_SITE_PACKETSTORM+= \ MASTER_SITE_PACKETSTORM+= \
https://dl.packetstormsecurity.net/%SUBDIR%/ \ https://dl.packetstormsecurity.net/%SUBDIR%/
https://packetstorm.foofus.com/%SUBDIR%/
.endif .endif
.if !defined(IGNORE_MASTER_SITE_PERL_CPAN) .if !defined(IGNORE_MASTER_SITE_PERL_CPAN)
@ -853,8 +841,6 @@ MASTER_SITE_QMAIL+= \
http://qmail.glasswings.com.au/%SUBDIR%/ \ http://qmail.glasswings.com.au/%SUBDIR%/ \
http://qmail.psshee.com/%SUBDIR%/ \ http://qmail.psshee.com/%SUBDIR%/ \
http://www.agria.hu/qmail/%SUBDIR%/ \ http://www.agria.hu/qmail/%SUBDIR%/ \
http://qmail.netvisao.pt/%SUBDIR%/ \
http://qmail.ipg.sk/%SUBDIR%/ \
http://qmail.omnis.ch/%SUBDIR%/ \ http://qmail.omnis.ch/%SUBDIR%/ \
http://www.qmail.org/%SUBDIR%/ http://www.qmail.org/%SUBDIR%/
.endif .endif
@ -865,7 +851,6 @@ MASTER_SITE_QT+= \
http://master.qt.io/%SUBDIR%/ \ http://master.qt.io/%SUBDIR%/ \
https://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \ https://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \
http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \
http://qtmirror.ics.com/pub/qtproject/%SUBDIR%/ \
https://ftp.jaist.ac.jp/pub/qtproject/%SUBDIR%/ https://ftp.jaist.ac.jp/pub/qtproject/%SUBDIR%/
.endif .endif
@ -908,9 +893,9 @@ MASTER_SITE_SAVANNAH+= \
. for p in https http . for p in https http
MASTER_SITE_SOURCEFORGE+= ${p}://downloads.sourceforge.net/project/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= ${p}://downloads.sourceforge.net/project/%SUBDIR%/
. for m in cfhcable cytranet deac-ams deac-fra deac-riga excellmedia \ . for m in cfhcable cytranet deac-ams deac-fra deac-riga excellmedia \
freefr gigenet ixpeering jaist jztkft kumisystems liquidtelecom \ freefr gigenet ixpeering jaist kumisystems liquidtelecom \
nchc netactuate netcologne netix onboardcloud phoenixnap \ nchc netactuate netcologne netix onboardcloud phoenixnap \
razaoinfo sinalbr sitsa sonik tenet udomain ufpr versaweb razaoinfo sinalbr sitsa tenet udomain ufpr versaweb
MASTER_SITE_SOURCEFORGE+= ${p}://${m}.dl.sourceforge.net/project/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= ${p}://${m}.dl.sourceforge.net/project/%SUBDIR%/
. endfor . endfor
. endfor . endfor
@ -1007,7 +992,6 @@ MASTER_SITE_TOR+= \
http://tor.cyberarmy.at/dist/%SUBDIR%/ \ http://tor.cyberarmy.at/dist/%SUBDIR%/ \
http://tor.dont-know-me.at/dist/%SUBDIR%/ \ http://tor.dont-know-me.at/dist/%SUBDIR%/ \
http://tor.factor.cc/dist/%SUBDIR%/ \ http://tor.factor.cc/dist/%SUBDIR%/ \
http://tor.homosu.net/dist/%SUBDIR%/ \
http://tor.idnr.ws/dist/%SUBDIR%/ \ http://tor.idnr.ws/dist/%SUBDIR%/ \
http://tor.kamagurka.org/dist/%SUBDIR%/ \ http://tor.kamagurka.org/dist/%SUBDIR%/ \
http://tor.spline.de/dist/%SUBDIR%/ \ http://tor.spline.de/dist/%SUBDIR%/ \
@ -1039,8 +1023,7 @@ MASTER_SITE_XFCE+= \
https://mirror.netcologne.de/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \ https://mirror.netcologne.de/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \
https://ftp.cixug.es/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \ https://ftp.cixug.es/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \
https://archive.be.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ \ https://archive.be.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ \
https://archive.al-us.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ \ https://archive.al-us.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/
http://mirror.perldude.de/archive.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/
.endif .endif
.if !defined(IGNORE_MASTER_SITE_XORG) .if !defined(IGNORE_MASTER_SITE_XORG)
@ -1053,7 +1036,6 @@ MASTER_SITE_XORG+= \
https://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \
https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \
http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/%SUBDIR%/ \ http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/%SUBDIR%/ \
http://xorg.mirrors.pair.com/%SUBDIR%/ \
http://ftp.kaist.ac.kr/x.org/%SUBDIR%/ http://ftp.kaist.ac.kr/x.org/%SUBDIR%/
.endif .endif

View file

@ -862,7 +862,7 @@
: ${gl_cv_func_btowc_eof=yes} : ${gl_cv_func_btowc_eof=yes}
: ${gl_cv_func_btowc_nul=yes} : ${gl_cv_func_btowc_nul=yes}
: ${gl_cv_func_fcntl_f_dupfd_cloexec=yes} : ${gl_cv_func_fcntl_f_dupfd_cloexec=yes}
: ${gl_cv_func_fnmatch_posix=yes} : ${gl_cv_func_fnmatch_posix=no}
: ${gl_cv_func_fopen_slash=yes} : ${gl_cv_func_fopen_slash=yes}
: ${gl_cv_func_frexp_no_libm=yes} : ${gl_cv_func_frexp_no_libm=yes}
: ${gl_cv_func_fseeko=yes} : ${gl_cv_func_fseeko=yes}

View file

@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades. you update your ports collection, before attempting any port upgrades.
20240326:
AFFECTS: users of net/bird2
AUTHOR: olivier@FreeBSD.org
The net/bird2 default flavor has ben switched to netlink on FreeBSD >= 14.0
There is not change for FreeBSD < 14.0 (default flavor is still rtsock)
20240319: 20240319:
AFFECTS: users of net/rdist6 AFFECTS: users of net/rdist6
AUTHOR: cy@FreeBSD.org AUTHOR: cy@FreeBSD.org