diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-01 02:00:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-01 02:00:12 +0000 |
commit | 3f51883893513826f68b416b543969606e4bc8d5 (patch) | |
tree | 8a8b1857afd3c2b20db3c3c6de5322c45e0d7585 /x11/xscreensaver/patches | |
parent | 8c5fec34caeff75ef536f0dca8a9db20c257539c (diff) | |
download | pkgsrc-3f51883893513826f68b416b543969606e4bc8d5.tar.gz |
update xscreensaver (again), this time to 3.23
Changes since 3.22: * Fixed some misplaced text fields in the Motif version
of xscreensaver-demo; fixed a crash in the Gtk version
that would happen if the programs list was empty.
* Fixed a recently-introduced bug in `pulsar'.
* Made `sierpinski3d' use solid tetrahedrons instead of
points.
* Added `-trace' option to `xmatrix'.
* Added new hacks `xteevee' and `xspirograph'.
Diffstat (limited to 'x11/xscreensaver/patches')
-rw-r--r-- | x11/xscreensaver/patches/patch-ab | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/x11/xscreensaver/patches/patch-ab b/x11/xscreensaver/patches/patch-ab index 801291fc2a4..10e774bd131 100644 --- a/x11/xscreensaver/patches/patch-ab +++ b/x11/xscreensaver/patches/patch-ab @@ -1,20 +1,17 @@ -$NetBSD: patch-ab,v 1.4 1999/11/21 16:49:12 frueauf Exp $ +$NetBSD: patch-ab,v 1.5 2000/02/01 02:00:14 wiz Exp $ ---- hacks/Makefile.in.orig Fri Nov 19 03:49:27 1999 -+++ hacks/Makefile.in Sun Nov 21 17:44:36 1999 -@@ -189,9 +189,9 @@ - else \ - p=$(srcdir)/$$program ; \ - fi ; \ -- echo $(INSTALL_PROGRAM) $$p \ -+ echo $(INSTALL) -c -o root -g wheel -m 555 $$p \ - $(install_prefix)$(HACKDIR)/$$program ; \ -- $(INSTALL_PROGRAM) $$p \ -+ $(INSTALL) -c -o root -g wheel -m 555 $$p \ - $(install_prefix)$(HACKDIR)/$$program ; \ - done - -@@ -499,6 +499,11 @@ +--- ./hacks/Makefile.in.orig Sun Jan 30 13:31:59 2000 ++++ ./hacks/Makefile.in Tue Feb 1 02:34:20 2000 +@@ -30,7 +30,7 @@ + SHELL = /bin/sh + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +-INSTALL_SCRIPT = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_DIRS = @INSTALL_DIRS@ + HACKDIR = @HACKDIR@ +@@ -501,6 +500,11 @@ bsod: bsod.o $(HACK_OBJS) $(COL) $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) $(XPM_LIBS) |