Framework: partially sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2020-02-10 15:12:14 +01:00
parent a5dfede5bf
commit d32052f3f6
7 changed files with 33 additions and 10 deletions

2
GIDs
View File

@ -274,7 +274,7 @@ orthanc:*:330:
# free: 331
# free: 332
# free: 333
# free: 334
honeytrap:*:333:
# free: 335
# free: 336
daapd:*:337:

11
MOVED
View File

@ -14239,3 +14239,14 @@ security/py-AccessControl||2020-02-06|Has expired: Outdated, uses EOLed python27
security/py-Products.PluggableAuthService||2020-02-06|Has expired: Outdated, uses EOLed python27
www/py-collective.templateengines||2020-02-06|Has expired: Outdated, uses EOLed python27
www/zope213||2020-02-06|Has expired: Outdated, uses EOLed python27
misc/py-glance||2020-02-06|Has expired: Outdated, uses EOLed python27
devel/py-memory_profiler|devel/py-memory-profiler|2020-02-08|Rename to match upstream naming
graphics/wayland-protocols-devel|graphics/wayland-protocols|2020-02-10|Merged into master port
devel/hachoir-core||2020-02-11|Has expired: Outdated, uses EOLed python27
devel/hachoir-parser||2020-02-11|Has expired: Outdated, uses EOLed python27
devel/hachoir-regex||2020-02-11|Has expired: Outdated, uses EOLed python27
sysutils/hachoir-metadata||2020-02-11|Has expired: Outdated, uses EOLed python27
sysutils/hachoir-subfile||2020-02-11|Has expired: Outdated, uses EOLed python27
sysutils/hachoir-urwid||2020-02-11|Has expired: Outdated, uses EOLed python27
sysutils/hachoir-wx||2020-02-11|Has expired: Outdated, uses EOLed python27
net/py-xmlrpc||2020-02-12|Has expired: Unmaintained, uses EOLed python27

View File

@ -74,7 +74,9 @@ GO_PKGNAME= ${PORTNAME}
.endif
GO_TARGET?= ${GO_PKGNAME}
GO_BUILDFLAGS+= -v -buildmode=exe
.if empty(GO_BUILDFLAGS:M-buildmode*)
GO_BUILDFLAGS+=-v -buildmode=exe
.endif
.if !defined(WITH_DEBUG) && empty(GO_BUILDFLAGS:M-ldflags*)
GO_BUILDFLAGS+= -ldflags=-s
.endif

View File

@ -54,7 +54,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION}
# === VERSIONS OF THE DIFFERENT COMPONENTS =====================================
# Current KDE desktop.
KDE_PLASMA_VERSION?= 5.17.5
KDE_PLASMA_VERSION?= 5.18.0
KDE_PLASMA_BRANCH?= stable
# Current KDE frameworks.
@ -493,7 +493,7 @@ kde-breeze_PORT= x11-themes/plasma5-breeze
kde-breeze_PATH= ${KDE_PREFIX}/share/QtCurve/Breeze.qtcurve
kde-breeze-gtk_PORT= x11-themes/plasma5-breeze-gtk
kde-breeze-gtk_PATH= ${KDE_PREFIX}/lib/kconf_update_bin/gtkbreeze5.5
kde-breeze-gtk_PATH= ${KDE_PREFIX}/share/themes/Breeze/gtk-2.0/gtkrc
kde-decoration_PORT= x11-wm/plasma5-kdecoration
kde-decoration_LIB= libkdecorations2.so
@ -514,7 +514,7 @@ kde-kde-cli-tools_PORT= sysutils/plasma5-kde-cli-tools
kde-kde-cli-tools_PATH= ${KDE_PREFIX}/bin/kcmshell5
kde-kde-gtk-config_PORT= x11-themes/plasma5-kde-gtk-config
kde-kde-gtk-config_PATH= ${QT_PLUGINDIR}/kcm_kdegtkconfig.so
kde-kde-gtk-config_PATH= ${KDE_PREFIX}/lib/kconf_update_bin/gtk_theme
kde-kdeplasma-addons_PORT= x11-toolkits/plasma5-kdeplasma-addons
kde-kdeplasma-addons_PATH= ${QT_PLUGINDIR}/kcm_krunner_dictionary.so

View File

@ -2650,18 +2650,21 @@ check-categories:
VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \
benchmarks biology cad chinese comms converters databases \
deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \
games geography german gnome gnustep graphics hamradio hardenedbsd haskell hebrew hungarian \
deskutils devel dns docs editors elisp emulators enlightenment finance french ftp \
games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \
irc japanese java kde ${_KDE_CATEGORIES_SUPPORTED} kld korean lang linux lisp \
mail mate math mbone misc multimedia net net-im net-mgmt net-p2p net-vpn news \
parallel pear perl5 plan9 polish portuguese ports-mgmt \
parallel pear perl5 plan9 polish ports-mgmt portuguese \
print python ruby rubygems russian \
scheme science security shells spanish sysutils \
tcl textproc tk \
ukrainian vietnamese windowmaker wayland www \
ukrainian vietnamese wayland windowmaker www \
x11 x11-clocks x11-drivers x11-fm x11-fonts x11-servers x11-themes \
x11-toolkits x11-wm xfce zope base
# HardenedBSD-related categories
VALID_CATEGORIES+= hardenedbsd
check-categories:
.for cat in ${CATEGORIES}
. if empty(VALID_CATEGORIES:M${cat})

2
UIDs
View File

@ -278,7 +278,7 @@ smfs:*:326:326::0:0:SMFSAV Owner:/nonexistent:/usr/sbin/nologin
orthanc:*:330:330::0:0:Orthanc Daemon:/nonexistent:/usr/sbin/nologin
# free: 331
# free: 332
# free: 333
honeytrap:*:333:333::0:0:HoneyTrap Daemon:/nonexistent:/usr/sbin/nologin
# free: 334
# free: 335
_pma:*:336:80::0:0:phpMyAdmin Owner:/nonexistent:/usr/sbin/nologin

View File

@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20200207:
AFFECTS: users of security/nss
AUTHOR: lwhsu@FreeBSD.org
NSS header files and libraries have been moved from ${PREFIX}/include/nss/nss
and ${PREFIX}/lib/nss to ${PREFIX}/include/nss and ${PREFIX}/lib
20200204:
AFFECTS: users of editors/vim
AUTHOR: adamw@FreeBSD.org