From 2fa3faad70d718e962d28e38bb751cbd33d6ef37 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 7 Apr 2015 02:07:00 +0200 Subject: [PATCH] Infrastructure: sync with upstream Taken from: FreeBSD --- CHANGES | 7 ------- Keywords/fcfontsdir.ucl | 4 ++-- MOVED | 1 + UPDATING | 26 ++++++++++++++++++++++++++ 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 04a0beabfff..3411667a312 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/Keywords/fcfontsdir.ucl b/Keywords/fcfontsdir.ucl index 280dd697b09..869526f5f53 100644 --- a/Keywords/fcfontsdir.ucl +++ b/Keywords/fcfontsdir.ucl @@ -8,7 +8,7 @@ post-install: </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: </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 diff --git a/MOVED b/MOVED index ab79e13ea9a..aa1a1121b9c 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/UPDATING b/UPDATING index 587445fda2a..fce6d5c0ded 100644 --- a/UPDATING +++ b/UPDATING @@ -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