Framework: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2021-01-20 12:12:22 +01:00
parent 457da9982d
commit 9d30ec24af
6 changed files with 9 additions and 8 deletions

2
LEGAL
View File

@ -116,7 +116,7 @@ jmf-*-alljava.zip java/jmf Redistribution of pre-compiled binaries is not permi
jre-8*-i586.tar.gz java/linux-oracle-jre18 License does not allow distribution with fee
jta-*.zip java/jta See the license
komodo-* editors/komodo-edit Distribution not permitted
kzip-* archivers/kzip License does not allow redistribution
kzip-* archivers/kzip License does not allow commercial redistribution
l0phtcrack/* security/l0phtcrack Parts are under GPL, so binaries should not be distributed. Contains crypto code from OpenSSL
ladder.tar games/ladder Possible copyright problems
lha-1.14i-ac* archivers/lha-ac No redistribution allowed

2
MOVED
View File

@ -16019,3 +16019,5 @@ lang/harbour||2021-01-15|BROKEN, needs ancient version of openssl, upstream will
net-im/telegram|net-im/telegram-cli|2021-01-17|Has expired: Upstream unmaintained; please migrate to net-im/telegram-cli
science/dlpoly-classic||2021-01-17|Has expired: MASTERSITE gone; possibly replaced by https://gitlab.com/DL_POLY_Classic/dl_poly ?
security/py-gtts-token|audio/py-gtts|2021-01-17|Has expired: Obsolete, please use audio/py-gtts instead
graphics/qt-avif-image-plugin|graphics/kf5-kimageformats|2021-01-18|Part of kimageformats since KDE Frameworks 5.78.0
archivers/libunrar5|archivers/libunrar6|2021-01-19|Renamed to match current major version of libunrar

View File

@ -58,7 +58,7 @@ KDE_PLASMA_VERSION?= 5.20.5
KDE_PLASMA_BRANCH?= stable
# Current KDE frameworks.
KDE_FRAMEWORKS_VERSION?= 5.77.0
KDE_FRAMEWORKS_VERSION?= 5.78.0
KDE_FRAMEWORKS_BRANCH?= stable
# Current KDE applications.

View File

@ -64,7 +64,7 @@ MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \
GENTOO
SIP_VERSION= 5.5.0
QSCI2_VERSION= 2.11.5
QSCI2_VERSION= 2.11.6
PYQT5_VERSION= 5.15.2
PYQTSIP_VERSION= 12.8.1
PYQTBUILDER_VERSION= 1.6.0

View File

@ -50,8 +50,6 @@ FPC_DEFAULT?= 3.2.0
# Possible values: 8, 9 (powerpcspe was dropped with GCC 9), 10
.if ${ARCH} == "powerpcspe"
GCC_DEFAULT?= 8
.elif ${ARCH} == "powerpc64le"
GCC_DEFAULT?= 10
.else
GCC_DEFAULT?= 10
.endif

View File

@ -15,6 +15,7 @@
# --------------------------------------------------------
# Change these!
GIT=/usr/local/bin/git
SVN=/usr/local/bin/svn
# Address for success/failure reports
@ -34,6 +35,7 @@ export OUTDIR=${BASEDIR}/out
# Target architecture if not set in the environment
if [ "${ARCH}" = "" ]; then
export ARCH=i386
export MACHINE_ARCH=i386
fi
# --------------------------------------------------------
@ -120,9 +122,8 @@ OSVERSION11=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR
${SVN} -q up ${SRCDIR12}/sys/sys
OSVERSION12=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR12}/sys/sys/param.h)
${SVN} -q up ${SRCDIR13}/sys/sys
OSVERSION13=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR12}/sys/sys/param.h)
${GIT} -C ${SRCDIR13} pull --rebase -q
OSVERSION13=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR13}/sys/sys/param.h)
cd ${PORTSDIR}
rm -f INDEX-11 INDEX-11.bz2 INDEX-12 INDEX-12.bz2 INDEX-13 INDEX-13.bz2