Framework: partially sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
4c66945672
commit
3b4b2f37f8
2 changed files with 16 additions and 4 deletions
|
|
@ -111,7 +111,7 @@ RUSTFLAGS+= ${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/}
|
|||
.endif
|
||||
|
||||
# Standard depends
|
||||
_ALL_DEPENDS= av1 event ffi graphite harfbuzz hunspell icu jpeg nspr nss png pixman sqlite vpx webp
|
||||
_ALL_DEPENDS= av1 event ffi graphite harfbuzz icu jpeg nspr nss png pixman sqlite vpx webp
|
||||
|
||||
.if exists(${FILESDIR}/patch-bug1559213)
|
||||
av1_LIB_DEPENDS= libaom.so:multimedia/aom libdav1d.so:multimedia/dav1d
|
||||
|
|
@ -132,9 +132,6 @@ harfbuzz_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
|||
harfbuzz_MOZ_OPTIONS= --with-system-harfbuzz
|
||||
.endif
|
||||
|
||||
hunspell_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
||||
hunspell_MOZ_OPTIONS= --enable-system-hunspell
|
||||
|
||||
icu_LIB_DEPENDS= libicui18n.so:devel/icu
|
||||
icu_MOZ_OPTIONS= --with-system-icu --with-intl-api
|
||||
|
||||
|
|
|
|||
15
UPDATING
15
UPDATING
|
|
@ -5,6 +5,21 @@ 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.
|
||||
|
||||
20191103:
|
||||
AFFECTS: users of www/node
|
||||
AUTHOR: bhughes@FreeBSD.org
|
||||
|
||||
The www/node port has been updated to Node.js v13.0.0, the latest
|
||||
upstream release. A new port, www/node12, has been created for the
|
||||
v12.x LTS branch. Users wanting to stay on v12.x can replace www/node
|
||||
with www/node12 with one of the following commands:
|
||||
|
||||
# pkg install www/node12
|
||||
or
|
||||
# portmaster -o www/node12 www/node
|
||||
or
|
||||
# portupgrade -o www/node12 www/node
|
||||
|
||||
20191029:
|
||||
AFFECTS: users of emulators/open-vm-tools[-nox11]
|
||||
AUTHOR: jpaetzel@FreeBSD.org
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue