summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-06-02 19:45:00 +0000
committerfredb <fredb@pkgsrc.org>2000-06-02 19:45:00 +0000
commit3f51dd977f061397de7537e7b5fd173d20d05a70 (patch)
treecc971c08b19cf9d0e8c4c8c7a82dfab461f2948a /x11/xscreensaver/patches
parenta5f14a2a67f959eb12d09d12ce7bfd8c71691eef (diff)
downloadpkgsrc-3f51dd977f061397de7537e7b5fd173d20d05a70.tar.gz
Update to xscreensaver-3.24: Updates and fixes to "maze", "critical",
"bsod", "xflame", "flow", "xteevee" and "webcollage"; added support for Kerberos5 [if KERBEROS is set in /etc/mk.conf]; xscreensaver-demo now installs itself into the Gnome Control Center [if USE_GNOME is set in /etc/mk.conf]. The Screensaver panel in gnomecc now actually works!
Diffstat (limited to 'x11/xscreensaver/patches')
-rw-r--r--x11/xscreensaver/patches/patch-ab12
-rw-r--r--x11/xscreensaver/patches/patch-af2
2 files changed, 8 insertions, 6 deletions
diff --git a/x11/xscreensaver/patches/patch-ab b/x11/xscreensaver/patches/patch-ab
index 10e774bd131..8249084f33f 100644
--- a/x11/xscreensaver/patches/patch-ab
+++ b/x11/xscreensaver/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.5 2000/02/01 02:00:14 wiz Exp $
+$NetBSD: patch-ab,v 1.6 2000/06/02 19:45:01 fredb Exp $
---- ./hacks/Makefile.in.orig Sun Jan 30 13:31:59 2000
-+++ ./hacks/Makefile.in Tue Feb 1 02:34:20 2000
+--- hacks/Makefile.in.orig Mon Apr 3 04:04:17 2000
++++ hacks/Makefile.in Fri Jun 2 07:53:12 2000
@@ -30,7 +30,7 @@
SHELL = /bin/sh
INSTALL = @INSTALL@
@@ -11,10 +11,10 @@ $NetBSD: patch-ab,v 1.5 2000/02/01 02:00:14 wiz Exp $
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DIRS = @INSTALL_DIRS@
HACKDIR = @HACKDIR@
-@@ -501,6 +500,11 @@
+@@ -501,6 +501,11 @@
- bsod: bsod.o $(HACK_OBJS) $(COL)
- $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS) $(XPM_LIBS)
+ bsod: bsod.o $(HACK_OBJS) $(GRAB)
+ $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(HACK_LIBS) $(XPM_LIBS) $(GRAB_LIBS)
+
+.if ($(MACHINE_ARCH) == arm32)
+distort.o: distort.c
diff --git a/x11/xscreensaver/patches/patch-af b/x11/xscreensaver/patches/patch-af
index 608e871b70f..0050a7148ec 100644
--- a/x11/xscreensaver/patches/patch-af
+++ b/x11/xscreensaver/patches/patch-af
@@ -1,3 +1,5 @@
+$NetBSD: patch-af,v 1.2 2000/06/02 19:45:01 fredb Exp $
+
--- driver/Makefile.in.orig Mon Apr 24 08:24:39 2000
+++ driver/Makefile.in Mon Apr 24 08:48:07 2000
@@ -317,11 +317,11 @@