Framework: partially sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-07-18 19:10:41 +02:00
parent 1482f76cc0
commit 5e58a90f5b
4 changed files with 13 additions and 5 deletions

2
MOVED
View File

@ -11913,7 +11913,6 @@ sysutils/qzeitgeist||2019-03-16|Has expired: Qt4 has been EOL since december 201
sysutils/searchmonkey||2019-03-16|Has expired: Qt4 has been EOL since december 2015
textproc/beediff||2019-03-16|Has expired: Qt4 has been EOL since december 2015
textproc/dixit||2019-03-16|Has expired: Qt4 has been EOL since december 2015
textproc/goldendict||2019-03-16|Has expired: Qt4 has been EOL since december 2015
textproc/ibus-qt||2019-03-16|Has expired: Qt4 has been EOL since december 2015
textproc/py-qt4-xml||2019-03-16|Has expired: Qt4 has been EOL since december 2015
textproc/py-qt4-xmlpatterns||2019-03-16|Has expired: Qt4 has been EOL since december 2015
@ -12849,3 +12848,4 @@ textproc/apache-solr3|textproc/apache-solr|2019-07-12|Obsolete
misc/tcb||2019-07-13|Has expired: Abandonware that uses sys/dir.h
editors/xed||2019-07-13|Has expired: Abandonware using sys/dir.h
databases/gtksql||2019-07-13|Has expired: Abandonware using sys/dir.h
security/snortreport||2019-07-16|Has expired: Abandonware

View File

@ -139,10 +139,10 @@ CARGO_ENV+= GETTEXT_BIN_DIR=${LOCALBASE}/bin \
# https://github.com/rust-lang/libc/commit/969ad2b73cdc
_libc_VER= ${libc:C/.*-//}
. if ${_libc_VER:R:R} == 0 && (${_libc_VER:R:E} < 2 || ${_libc_VER:R:E} == 2 && ${_libc_VER:E} < 38)
DEV_WARNING+= "CARGO_CRATES=${libc} may be unstable on FreeBSD 12.0. Consider updating to the latest version (higher than 0.2.37)."
DEV_ERROR+= "CARGO_CRATES=${libc} may be unstable on FreeBSD 12.0. Consider updating to the latest version \(higher than 0.2.37\)."
. endif
. if ${_libc_VER:R:R} == 0 && (${_libc_VER:R:E} < 2 || ${_libc_VER:R:E} == 2 && ${_libc_VER:E} < 49)
DEV_WARNING+= "CARGO_CRATES=${libc} may be unstable on aarch64 or not build on armv6, armv7, powerpc64. Consider updating to the latest version (higher than 0.2.49)."
DEV_ERROR+= "CARGO_CRATES=${libc} may be unstable on aarch64 or not build on armv6, armv7, powerpc64. Consider updating to the latest version \(higher than 0.2.49\)."
. endif
.undef _libc_VER
.endfor

View File

@ -58,7 +58,7 @@ KDE_PLASMA_VERSION?= 5.16.3
KDE_PLASMA_BRANCH?= stable
# Current KDE frameworks.
KDE_FRAMEWORKS_VERSION?= 5.59.0
KDE_FRAMEWORKS_VERSION?= 5.60.0
KDE_FRAMEWORKS_BRANCH?= stable
# Current KDE applications.
@ -128,7 +128,7 @@ PORTVERSION?= ${KDE_FRAMEWORKS_VERSION}
PKGNAMEPREFIX?= kf5-
# This is a slight duplication of _USE_FRAMEWORKS_PORTING -- it maybe would be
# better to rely on ${_USE_FRAMEWORKS_PORTING:S/^/k/g}
_PORTINGAIDS= kjs kjsembed kdelibs4support khtml kmediaplayer kross
_PORTINGAIDS= kjs kjsembed kdelibs4support kdewebkit khtml kmediaplayer kross
. if ${_PORTINGAIDS:M*${PORTNAME}*}
MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R}/portingAids
. else

View File

@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20190717:
AFFECTS: users of sysutils/py-borgmatic
AUTHOR: egypcio@FreeBSD.org
The default location for borgmatic's configurations changed. We moved it
from '/etc/borgmatic' to '/usr/local/etc/borgmatic' in order to follow
recommended standards used on FreeBSD.
20190710:
AFFECTS: users with DEFAULT_VERSIONS+=linux=c6 or c6_64 in /etc/make.conf
AUTHOR: tij@FreeBSD.org