summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/patches
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2003-02-21 22:05:01 +0000
committermycroft <mycroft@pkgsrc.org>2003-02-21 22:05:01 +0000
commit3898ad8bccf303ce4bc45fe94fd339a363e76c31 (patch)
treefc51990173faf7f56bd3addd3e7d4f6d4ab0b6d3 /x11/xscreensaver/patches
parent1ebe05b3e8248e98cf84efc86968ed0daad54f98 (diff)
downloadpkgsrc-3898ad8bccf303ce4bc45fe94fd339a363e76c31.tar.gz
Update to xscreensaver 4.08.
Changes since 4.07: * New hacks, `atunnels' and `piecewise'. * Physics improvement in `fluidballs'. * Various fixes for XDarwin systems (X11 on MacOS X.) * Added -clock option to `barcode'. * Minor fixes to `endgame', `flurry', `flipscreen3d', and `gflux'.
Diffstat (limited to 'x11/xscreensaver/patches')
-rw-r--r--x11/xscreensaver/patches/patch-ab20
-rw-r--r--x11/xscreensaver/patches/patch-ac22
-rw-r--r--x11/xscreensaver/patches/patch-ae12
3 files changed, 21 insertions, 33 deletions
diff --git a/x11/xscreensaver/patches/patch-ab b/x11/xscreensaver/patches/patch-ab
index 9737c4589b8..439e8daaa4e 100644
--- a/x11/xscreensaver/patches/patch-ab
+++ b/x11/xscreensaver/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.10 2002/10/28 22:37:11 wiz Exp $
+$NetBSD: patch-ab,v 1.11 2003/02/21 22:05:02 mycroft Exp $
---- configure.in.orig Wed Oct 23 14:24:25 2002
-+++ configure.in
-@@ -1535,7 +1535,7 @@ if test "$enable_locking" = yes -a "$wit
- if test "$have_kerberos5" = yes ; then
+--- configure.in.orig 2003-02-12 23:27:30.000000000 +0000
++++ configure.in 2003-02-21 21:42:53.000000000 +0000
+@@ -1579,7 +1579,7 @@
# from Matt Knopp <mhat@infocalypse.netlag.com>
# (who got it from amu@mit.edu)
-- PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcrypt -lcom_err"
-+ PASSWD_LIBS="$PASSWD_LIBS -lkrb5 -lasn1 -lkrb -lcrypto -lroken -lcom_err -lcrypt"
- elif test "$have_kerberos" = yes ; then
- # from Tim Showalter <tjs@psaux.com> for FreeBSD 4.2
- PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes -lcom_err"
+
+- PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcom_err"
++ PASSWD_LIBS="$PASSWD_LIBS -lkrb5 -lasn1 -lkrb -lcrypto -lroken -lcom_err"
+
+ # jwz: MacOS X uses -lkrb5, but not -lcrypt
+ AC_CHECK_X_LIB(crypt, crypt, [PASSWD_LIBS="$PASSWD_LIBS -lcrypt"])
diff --git a/x11/xscreensaver/patches/patch-ac b/x11/xscreensaver/patches/patch-ac
index d9d849ad556..7b31189928b 100644
--- a/x11/xscreensaver/patches/patch-ac
+++ b/x11/xscreensaver/patches/patch-ac
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.8 2002/12/14 02:34:04 salo Exp $
+$NetBSD: patch-ac,v 1.9 2003/02/21 22:05:02 mycroft Exp $
---- configure.orig Thu Oct 24 05:26:17 2002
-+++ configure Sat Dec 14 02:37:53 2002
-@@ -11012,7 +11012,7 @@
- if test "$have_kerberos5" = yes ; then
+--- configure.orig 2003-02-19 06:47:45.000000000 +0000
++++ configure 2003-02-21 21:44:23.000000000 +0000
+@@ -11061,7 +11061,7 @@
# from Matt Knopp <mhat@infocalypse.netlag.com>
# (who got it from amu@mit.edu)
-- PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcrypt -lcom_err"
-+ PASSWD_LIBS="$PASSWD_LIBS -lkrb5 -lasn1 -lkrb -lcrypto -lroken -lcom_err -lcrypt"
- elif test "$have_kerberos" = yes ; then
- # from Tim Showalter <tjs@psaux.com> for FreeBSD 4.2
- PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes -lcom_err"
-@@ -12917,19 +12917,7 @@
+
+- PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcom_err"
++ PASSWD_LIBS="$PASSWD_LIBS -lkrb5 -lasn1 -lkrb -lcrypto -lroken -lcom_err"
+
+ # jwz: MacOS X uses -lkrb5, but not -lcrypt
+
+@@ -13050,19 +13050,7 @@
fi
diff --git a/x11/xscreensaver/patches/patch-ae b/x11/xscreensaver/patches/patch-ae
deleted file mode 100644
index 7afa1ad39b4..00000000000
--- a/x11/xscreensaver/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.6 2003/02/15 10:48:27 wiz Exp $
-
---- hacks/glx/flurry.c.orig Mon Feb 3 11:48:30 2003
-+++ hacks/glx/flurry.c
-@@ -103,7 +103,6 @@ ModStruct flurry_description = {
- #endif
-
- #include <sys/time.h>
--#include <sys/sysctl.h>
-
- #include "flurry.h"
-