Framework: partially sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2020-06-23 04:35:26 +02:00
parent 6fe6e9f209
commit 846504c940
4 changed files with 24 additions and 4 deletions

21
MOVED
View File

@ -14321,7 +14321,6 @@ graphics/py-chart||2020-02-22|Has expired: Broken, uses EOLed python27
japanese/tegaki-recognize||2020-02-22|Has expired: Broken, uses EOLed python27
mail/py-zope.sendmail||2020-02-22|Has expired: Old, uses EOLed python27
mail/pysieved||2020-02-22|Has expired: Broken, uses EOLed python27
math/ogdf||2020-02-22|Has expired: Broken, uses EOLed python27
math/py-viper||2020-02-22|Has expired: Broken, uses EOLed python27
misc/fbless||2020-02-22|Has expired: Broken, uses EOLed python27
misc/pylize||2020-02-22|Has expired: Broken, uses EOLed python27
@ -15093,3 +15092,23 @@ sysutils/duplicity07|sysutils/duplicity|2020-06-21|Has expired: Uses deprecated
net-mgmt/zabbix42-proxy|net-mgmt/zabbix44-proxy|2020-06-21|Has expired: End of Life
net-mgmt/zabbix42-agent|net-mgmt/zabbix44-agent|2020-06-21|Has expired: End of Life
net-mgmt/zabbix42-frontend|net-mgmt/zabbix44-frontend|2020-06-21|Has expired: End of Life
x11/swappy|graphics/swappy|2020-06-25|Moved to a better category
www/redmine|www/redmine4|2020-06-25|Has expired: EOLed upstream
www/redmine-a_common_libs|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-basecamp|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-default_assign|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-graphs|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-http-auth|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-issue_templates|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-knowledgebase|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-ldap_sync|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-qa_contact|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-redcarpet_formatter|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-single_auth|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
www/redmine-wiki_notes|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine
devel/p5-IO-stringy|devel/p5-IO-Stringy|2020-06-26|New development starts as IO-Stringy
devel/looks|devel/jgoodies-looks|2020-06-26|Renamed to match upstream
comms/py-serial|comms/py-pyserial|2020-06-27|Rename to match upstream naming
devel/py-usb|devel/py-pyusb|2020-06-27|Rename to match upstream naming
math/py-igraph|math/py-python-igraph|2020-06-27|Rename to match upstream naming
net/bnxt-kmod||2020-06-28|Has expired: Unsupported on all supported FreeBSD versions

View File

@ -54,7 +54,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION}
# === VERSIONS OF THE DIFFERENT COMPONENTS =====================================
# Current KDE desktop.
KDE_PLASMA_VERSION?= 5.19.1
KDE_PLASMA_VERSION?= 5.19.2
KDE_PLASMA_BRANCH?= stable
# Current KDE frameworks.

View File

@ -77,7 +77,7 @@ BINARY_ALIAS+= python3=python${PYTHON3_DEFAULT}
BUNDLE_LIBS= yes
BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
rust-cbindgen>=0.13.1:devel/rust-cbindgen \
rust-cbindgen>=0.14.1:devel/rust-cbindgen \
${RUST_DEFAULT}>=1.41:lang/${RUST_DEFAULT} \
${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \
node:www/node

View File

@ -4576,6 +4576,7 @@ generate-plist: ${WRKDIR}
.for f in ${PLIST}
@if [ -f "${f}" ]; then \
${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${f} >> ${TMPPLIST}; \
for i in owner group mode; do ${ECHO_CMD} "@$$i"; done >> ${TMPPLIST}; \
fi
.endfor
.endif
@ -4648,7 +4649,7 @@ install-rc-script:
_prefix=${PREFIX}; \
[ "${PREFIX}" = "/usr" ] && _prefix="" ; \
${INSTALL_SCRIPT} ${WRKDIR}/$${i} ${STAGEDIR}$${_prefix}/etc/rc.d/$${i%.sh}; \
${ECHO_CMD} "$${_prefix}/etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \
${ECHO_CMD} "@(root,wheel,0755) $${_prefix}/etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \
done
.endif
.endif