Framework: partially sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-10-24 09:17:53 +02:00
parent 082b9fe80c
commit 1d80a6fae4
4 changed files with 4 additions and 4 deletions

1
LEGAL
View File

@ -223,7 +223,6 @@ xrisk-* games/xrisk Possible copyright/trademark violation
xtr1.50e* japanese/xtr Need to obtain permission for commercial redistribution
xtris-*.tar.gz games/xtris Possible trademark infringement
xzx-pro-*.tar.gz emulators/xzx Redistribution forbidden by license
yasou-fpw* japanese/yasou-fpw No commercial use, and no redistribution allowed with fee except media and/or shipping cost
yEd* graphics/yed Downloading requires acceptance of license agreement
zh-moettf/* chinese/moettf Contact Taiwan's Ministry of Education for commercial use
UrbanTerror*.zip games/urbanterror-data The mod files may not be sold or distributed on physical media unless with permission from id Software.

1
MOVED
View File

@ -13432,3 +13432,4 @@ www/nuvolaplayer-spotify||2019-10-21|Useless without audio/nuvolaplayer
www/nuvolaplayer-tunein||2019-10-21|Useless without audio/nuvolaplayer
www/nuvolaplayer-yandex-music||2019-10-21|Useless without audio/nuvolaplayer
www/nuvolaplayer-youtube||2019-10-21|Useless without audio/nuvolaplayer
japanese/yasou-fpw||2019-10-23|Has expired: the only remaining mastersite times out

View File

@ -91,7 +91,7 @@ PYTHON2_DEFAULT?= 2.7
# Possible values: 3.5, 3.6, 3.7
PYTHON3_DEFAULT?= 3.6
# Possible values: 2.4, 2.5, 2.6
RUBY_DEFAULT?= 2.5
RUBY_DEFAULT?= 2.6
# Possible values: rust, rust-nightly
RUST_DEFAULT?= rust
# Possible values: 4.8, 4.10

View File

@ -162,7 +162,7 @@ SUB_LIST+= JAVA_OS="${JAVA_OS}"
. endif
# The complete list of Java versions, os and vendors supported.
__JAVA_VERSION_LIST= 6 7 8 9 10 11 12 13
__JAVA_VERSION_LIST= 6 7 8 11 12 13
_JAVA_VERSION_LIST= ${__JAVA_VERSION_LIST} ${__JAVA_VERSION_LIST:S/$/+/}
_JAVA_OS_LIST= native linux
_JAVA_VENDOR_LIST= openjdk oracle
@ -270,7 +270,7 @@ JAVA_RUN= jre
. undef _JAVA_PORTS_INSTALLED
. undef _JAVA_PORTS_POSSIBLE
. if defined(JAVA_VERSION)
_JAVA_VERSION= ${JAVA_VERSION:S/1.6+/1.7+/:S/1.7+/1.7 1.8+/:S/1.8+/1.8 11+/:S/1.9+/11+/:S/1.6/7/:S/1.7/7/:S/1.8/8/:S/1.9/11/:S/9/11/:S/10/11/:S/6+/7+/:S/7+/7 8+/:S/8+/8 11+/:S/9+/11+/:S/10+/11+/:S/11+/11 12+/:S/12+/12 13+/:S/13+/13/}
_JAVA_VERSION= ${JAVA_VERSION:S/1.6+/1.7+/:S/1.7+/1.7 1.8+/:S/1.8+/1.8 11+/:S/1.6/7/:S/1.7/7/:S/1.8/8/:S/6+/7+/:S/7+/7 8+/:S/8+/8 11+/:S/11+/11 12+/:S/12+/12 13+/:S/13+/13/}
. else
_JAVA_VERSION= ${__JAVA_VERSION_LIST}
. endif