Framework: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2021-06-22 11:40:25 +02:00
parent d9d09046f7
commit 2d096a60b3
5 changed files with 20 additions and 4 deletions

1
MOVED
View File

@ -16414,3 +16414,4 @@ devel/sparc64-gcc|devel/freebsd-gcc6@sparc64|2021-06-18|Replaced by a flavor
devel/sparc64-xtoolchain-gcc|devel/freebsd-gcc6@sparc64|2021-06-18|Replaced by a flavor
devel/riscv64-xtoolchain-gcc|devel/freebsd-gcc9@riscv64|2021-06-19|Replaced by a flavor
www/py-beautifulsoup448|www/py-beautifulsoup|2021-06-20|Remove obsoleted port. Use www/py-beautifulsoup instead
comms/rtl-443|comms/rtl-433|2021-06-21|Fix typo in port directory name

View File

@ -141,7 +141,7 @@ if [ ${dp_MAINTAINER} = "ports@FreeBSD.org" ]; then
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
https://docs.freebsd.org/en/articles/contributing/#ports-contributing
EOD
},
EOT

View File

@ -44,7 +44,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by this framework.
#
# When updating this, keep Mk/bsd.default-versions.mk in sync.
GCCVERSIONS= 4.8 7 8 9 10 11
GCCVERSIONS= 4.8 7 8 9 10 11 12
# No configurable parts below this. ####################################
#
@ -106,7 +106,7 @@ _USE_GCC:= ${GCC_DEFAULT}
# A concrete version has been selected. Set proper ports dependencies,
# CC, CXX, CPP, and flags.
V:= ${_USE_GCC:S/.//}
. if ${V} == 11
. if ${V} == 12
_GCC_PORT:= gcc${V}-devel
. else
_GCC_PORT:= gcc${V}

View File

@ -3127,7 +3127,7 @@ check-deprecated:
@${ECHO_MSG}
@${ECHO_MSG} "More information about port maintainership is available at:"
@${ECHO_MSG}
@${ECHO_MSG} "https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port"
@${ECHO_MSG} "https://docs.freebsd.org/en/articles/contributing/#ports-contributing"
@${ECHO_MSG}
.endif
.if defined(DEPRECATED)

View File

@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20210621:
AFFECTS: users of www/gitlab-ce
AUTHOR: mfechner@FreeBSD.org
The upgrade of Gitlab 14.0.0 is in preparation.
You must upgrade first to 13.12.
For more information see here:
https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/
To do the upgrade, make sure you follow the upgrade manuals:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/tree/master/update
I will merge the 14.0.0 upgrade later to quarterly branch to give you
some time for the upgrade to 13.12.
20210620:
AFFECTS: users of misc/openhab2
AUTHOR: netchild@FreeBSD.org