Infrastructure: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2015-04-07 02:07:00 +02:00
parent 8a08e06a3b
commit 2fa3faad70
4 changed files with 29 additions and 9 deletions

View file

@ -10,13 +10,6 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20150331:
AUTHOR: ohauer@FreeBSD.org
Subversion modules are no longer activated in httpd.conf!
To activate the subversion apache modules a dedicated file
will be installed as modules.d/220_subversion.conf
20150328:
AUTHOR: bapt@FreeBSD.org

View file

@ -8,7 +8,7 @@ post-install: <<EOD
/*) fontsdir="%@" ;;
*) fontsdir="%D/%@" ;;
esac
fc-cache -s ${fontsdir} 2>/dev/null || true
fc-cache -fs ${fontsdir} 2>/dev/null || true
mkfontscale ${fontsdir} 2>/dev/null || true
mkfontdir ${fontsdir} 2>/dev/null || true
EOD
@ -17,7 +17,7 @@ post-deinstall: <<EOD
/*) fontsdir="%@" ;;
*) fontsdir="%D/%@" ;;
esac
fc-cache -s ${fontsdir} 2>/dev/null || true
fc-cache -fs ${fontsdir} 2>/dev/null || true
mkfontscale ${fontsdir} 2>/dev/null || true
if [ -e ${fontsdir}/fonts.scale -a "`stat -f '%%z' ${fontsdir}/fonts.scale 2>/dev/null`" = '2' ]; then
rm ${fontsdir}/fonts.scale

1
MOVED
View file

@ -7457,3 +7457,4 @@ mail/rubygem-qmail|mail/rubygem-ruby-qmail|2015-04-05|Rename to match our rubyge
devel/rubygem-transactionsimple|devel/rubygem-transaction-simple|2015-04-05|Rename to match our rubygems naming
print/rubygem-pdfwriter|print/rubygem-pdf-writer|2015-04-05|Rename to match our rubygems naming
devel/rubygem-filemagic|devel/rubygem-ruby-filemagic|2015-04-05|Rename to match our rubygems naming
emulators/xl|sysutils/xen-tools|2015-04-06|Renamed into xen-tools

View file

@ -5,6 +5,16 @@ 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.
20150406:
AFFECTS: User of emulators/xen emulators/xl and sysutils/xen-tools
AUTHOR: bapt@FreeBSD.org
sysutils/xen-tools has been renamed sysutils/xen-guest-tools
emulators/xl has been renamed sysutils/xen-tools
emulators/xen has been renamed emulators/xen-kernel
A new emulators/xen has been introduced, it is a metaport that depends on
emulators/xen-kernel and sysutils/xen-tools
20150403:
AFFECTS: Users of irc/rbot
AUTHOR: bdrewery@FreeBSD.org
@ -18,6 +28,13 @@ you update your ports collection, before attempting any port upgrades.
format for the new rbot. Update your conf.yaml after with 'core.db: tc'
once converted.
20150331:
AUTHOR: ohauer@FreeBSD.org
Subversion modules are no longer activated in httpd.conf!
To activate the subversion apache modules a dedicated file
will be installed as modules.d/220_subversion.conf
20150324:
AFFECTS: Users of dns/bind9*
AUTHOR: mat@FreeBSD.org
@ -72,6 +89,15 @@ you update your ports collection, before attempting any port upgrades.
The Xorg servers now are looking there by default
If you experience font related issues, view the output of
# fc-list
If the list appears incomplete or has fonts still pointing to
/usr/local/lib/X11/fonts you may forcibly update the font cache:
# fc-cache -fs
20150317:
AFFECTS: users of editors/openoffice-4 and editors/openoffice-devel
AUTHOR: truckman@FreeBSD.org