Skip to content

Commit

Permalink
Infrastructure: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Apr 7, 2015
1 parent 8a08e06 commit 2fa3faa
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]

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: [email protected]

Expand Down
4 changes: 2 additions & 2 deletions Keywords/fcfontsdir.ucl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -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
26 changes: 26 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]

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: [email protected]
Expand All @@ -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: [email protected]

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: [email protected]
Expand Down Expand Up @@ -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: [email protected]
Expand Down

0 comments on commit 2fa3faa

Please sign in to comment.