Framework: partially sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2020-08-24 07:00:42 +02:00
parent 24a8421547
commit 7b173b78a0
4 changed files with 4 additions and 6 deletions

2
MOVED
View File

@ -15266,7 +15266,6 @@ devel/py-yum-metadata-parser||2020-08-15|Has expired: Uses deprecated version of
devel/rubygem-warden127||2020-08-15|Has expired: No longer needed
dns/py-dnschain||2020-08-15|Has expired: Uses deprecated version of python
dns/py-idnkit2||2020-08-15|Has expired: Uses deprecated version of python
games/colobot||2020-08-15|Has expired: Uses deprecated version of python
games/endgame-singularity||2020-08-15|Has expired: Uses deprecated version of python
games/katawa-shoujo||2020-08-15|Has expired: Uses deprecated version of RenPy
games/pyfa||2020-08-15|Has expired: Uses deprecated version of python
@ -15375,3 +15374,4 @@ net-im/py-skype4py||2020-08-15|Has expired: Uses deprecated version of python
net-im/telepathy-haze||2020-08-15|Has expired: Uses deprecated version of python
www/halberd||2020-08-15|Has expired: Uses deprecated version of python
x11-toolkits/py-wxPython28||2020-08-15|Has expired: Uses deprecated version of python
devel/codeblocks-devel||2020-08-22|Removed

View File

@ -260,7 +260,7 @@ qt-qmake_PORT= devel/${_QT_RELNAME}-qmake
qt-qmake_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qmake
qt-quick3d_PORT= x11-toolkits/${_QT_RELNAME}-quick3d
qt-quick3d_PATH= libQt${_QT_LIBVER}Quick3D.so
qt-quick3d_LIB= libQt${_QT_LIBVER}Quick3D.so
qt-quickcontrols_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols
qt-quickcontrols_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Controls/qmldir
@ -269,7 +269,7 @@ qt-quickcontrols2_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols2
qt-quickcontrols2_LIB= libQt${_QT_LIBVER}QuickControls2.so
qt-quicktimeline_PORT= x11-toolkits/${_QT_RELNAME}-quicktimeline
qt-quicktimeline_LIB= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Timeline/libqtquicktimelineplugin.so
qt-quicktimeline_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Timeline/libqtquicktimelineplugin.so
qt-remoteobjects_PORT= devel/${_QT_RELNAME}-remoteobjects
qt-remoteobjects_LIB= libQt${_QT_LIBVER}RemoteObjects.so

View File

@ -234,8 +234,6 @@ MOZ_OPTIONS+= --disable-libproxy
.if ${PORT_OPTIONS:MALSA}
BUILD_DEPENDS+= ${LOCALBASE}/include/alsa/asoundlib.h:audio/alsa-lib
RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
RUN_DEPENDS+= alsa-lib>=1.1.1_1:audio/alsa-lib
MOZ_OPTIONS+= --enable-alsa
.endif

View File

@ -44,7 +44,7 @@ Options:
where n is the major version of the OS, or \${PORTSDIR}/INDEX if missing.
-p <dirname> - Set portsdir, if different from /usr/ports.
Improvements, suggestions,questions -> mandree\@FreeBSD.org
Improvements, suggestions, questions -> mandree\@FreeBSD.org
EOF
exit 1;
}