diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-06-05 08:51:01 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-06-05 08:51:01 +0000 |
commit | 9b65340bc50e1d2a58c12a42e0ad09ac904d98f2 (patch) | |
tree | 03c461fe69145f81b6d188df7a7983eb65c65c0d /x11/xscreensaver/files/patch-ab | |
parent | Add support for FreeBSD locales. This will fix numerous segmentation (diff) |
Upgrade to version 4.04.2, and clean up the port while I'm at it.
Changes to the software:
* Several new little screensavers (hacks)
* Updates to many others
* Better GTK/Gnome 2 support
* New man pages for things that didn't have them
Changes to the port:
* Removed ill-advised, unapproved, and inappropriate changes
from previous commits. Things like webcollage-helper are created
dynamically by configure, and will be accounted for at some point
in the future. Meanwhile, having one extra item for a few people
is better than one two few for others.
* One more port goes over to the GMAKE darkside
* Since there are so many new man pages, re-sort them all
* Updated pkg-plist for the new stuff
* One of my patches was included in the distribution, so
shorten patch-ab
* Take advantage of the fact that I have to regenerate the
other patch anyway, and fix the name of the patch file
Notes
Notes:
svn path=/head/; revision=60638
Diffstat (limited to 'x11/xscreensaver/files/patch-ab')
-rw-r--r-- | x11/xscreensaver/files/patch-ab | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab index 6ce706317db5..d75477c6e95c 100644 --- a/x11/xscreensaver/files/patch-ab +++ b/x11/xscreensaver/files/patch-ab @@ -1,6 +1,6 @@ ---- configure.orig Mon Mar 18 15:42:35 2002 -+++ configure Sat Mar 23 23:58:01 2002 -@@ -10728,13 +10728,13 @@ +--- configure.orig Fri May 31 20:43:47 2002 ++++ configure Wed Jun 5 00:58:27 2002 +@@ -17452,13 +17452,13 @@ # Now that we know whether we have Gnome, we can decide where the XML # config files get installed. # @@ -20,18 +20,4 @@ +#fi - -@@ -11658,8 +11658,12 @@ - # M4 sucks!! - --rpmv=`(rpm -qv xscreensaver) 2>&- | \ -+case `uname` in -+[Ll]inux) -+ rpmv=`(rpm -qv xscreensaver) 2>&- | \ - sed -n 's/^xscreensaver-\([0-9][0-9]*[.][0-9][0-9]*\)-.*$/\1/p'` -+ ;; -+esac - - - if test \! -z "$rpmv" ; then |