#!/bin/sh set -e fontdir="/usr/X11R6/lib/X11/fonts/local" # $fontdir no longer exists; # remove the FontPath from /etc/X11/XF86Config if [ -f /etc/X11/XF86Config ] then echo "Removing FontPath \"$fontdir\" from /etc/X11/XF86Config ..." tmpfile="/tmp/tempfile" sed -e '/Section *"Files"/,/EndSection/{' \ -e "\\%^ *FontPath *[\"']$fontdir%d" \ -e '}' /etc/X11/XF86Config >> $tmpfile mv -f $tmpfile /etc/X11/XF86Config else echo "/etc/X11/XF86Config not found!" echo "You need to remove the line" echo " FontPath \"$fontdir/:unscaled\"" echo "from /etc/X11/XF86Config yourself, otherwise X may fail to work." fi nome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/percona55-client
Commit message (Expand)AuthorAgeFilesLines
* Update to 5.5.41-37.0flo2015-01-222-12/+18
* Update to 5.5.40-36.1flo2014-11-252-9/+13
* Cleanup plistbapt2014-10-201-4/+0
* Update to 5.5.38-35.2flo2014-07-062-22/+0
* - Update to 5.5.36-34.1flo2014-03-254-13/+26
* Finish stage support (the master port is already staged)antoine2014-02-062-1/+14
* - update to 5.5.34-32.0flo2013-10-291-1/+1
* Merge r329781 by tijl to fix the build with clang on i386flo2013-10-111-0/+11
* - use unique package namesflo2013-10-041-4/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21