Framework: partially sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-10-10 10:20:02 +02:00
parent 0c1fc020d1
commit 7f86a3e05b
4 changed files with 10 additions and 6 deletions

View File

@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20191009:
AUTHOR: bapt@FreeBSD.org
The ipv6 virtual category is gone, it does not make sense anymore in 2019
where the norm in applications is to have support both ipv4 and ipv6.
20191001:
AUTHOR: bapt@FreeBSD.org

3
MOVED
View File

@ -13074,4 +13074,5 @@ print/py-fonttools-symfont|print/py-fonttools|2019-10-07|Folded back into main p
print/py-fonttools-ufo|print/py-fonttools|2019-10-07|Folded back into main port
print/py-fonttools-unicode|print/py-fonttools|2019-10-07|Folded back into main port
print/py-fonttools-woff|print/py-fonttools|2019-10-07|Folded back into main port
devel/jakarta-commons-lang3|devel/apache-commons-lang3|2019-10-07|Renamed upstream
java/jakarta-commons-lang3|java/apache-commons-lang3|2019-10-07|Renamed upstream
x11-clocks/xfce4-timer-out-plugin|x11-clocks/xfce4-time-out-plugin|2019-10-09|Port was incorrectly named different to upstream

View File

@ -90,9 +90,6 @@ MOZ_MK_OPTIONS+=MOZ_OBJDIR="${BUILD_WRKSRC}"
# Require newer Clang than what's in base system unless user opted out
. if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if ${LLVM_DEFAULT:S,-devel,990,} >= 90 && ${ARCH} == i386
LLVM_DEFAULT= 80
.endif
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}

View File

@ -2635,7 +2635,7 @@ VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \
benchmarks biology cad chinese comms converters databases \
deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \
games geography german gnome gnustep graphics hamradio hardenedbsd haskell hebrew hungarian \
ipv6 irc japanese java kde ${_KDE_CATEGORIES_SUPPORTED} kld korean lang linux lisp \
irc japanese java kde ${_KDE_CATEGORIES_SUPPORTED} kld korean lang linux lisp \
mail mate math mbone misc multimedia net net-im net-mgmt net-p2p net-vpn news \
palm parallel pear perl5 plan9 polish portuguese ports-mgmt \
print python ruby rubygems russian \
@ -3946,7 +3946,7 @@ _CHECKSUM_INIT_ENV= \
# checksum and sizes checks.
makesum: check-sanity
@cd ${.CURDIR} && ${MAKE} fetch NO_CHECKSUM=yes \
DISABLE_SIZE=yes
DISABLE_SIZE=yes DISTFILES="${DISTFILES}"
@${SETENV} \
${_CHECKSUM_INIT_ENV} \
dp_CHECKSUM_ALGORITHMS='${CHECKSUM_ALGORITHMS:tu}' \