summaryrefslogtreecommitdiff
path: root/x11/xlockmore/patches
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-05-16 22:19:54 +0000
committerjschauma <jschauma>2002-05-16 22:19:54 +0000
commit3f670e4557e5d7a190a9db1ea23fcebe4f9fa3c1 (patch)
tree45cc5d50dfba0d8a529c94f5f2aab5441625e7cf /x11/xlockmore/patches
parent2b5642d8f377617d57a7b5f48598ea0a9e93ecda (diff)
downloadpkgsrc-3f670e4557e5d7a190a9db1ea23fcebe4f9fa3c1.tar.gz
Update to 5.04.
Move patch-ac to patch-ab. New since last BETA2: + pacman AI update with trackmouse thanks to Edwin de Jong <mauddib at gmx dot net> + C++ fixes, memcpy prefered over bcopy, random start. New since last BETA: * Changed delay on several GL modes. They were too fast on my GeForce4. * bounce drawing errors fixed on my nVidia fixed ant: fudged the truchet lines a bit more for squares and hexagons. molecule needs to be protected from pipes by a "glDrawBuffer(GL_BACK);" thanks to Jouk Jansen. molecule needs to be protected from pipes by a "glDrawBuffer(GL_BACK);" thanks to Jouk Jansen. Patch from Marcelo Vianna <mfvianna at centroin dot com dot br> to get his modes (cage,moebius,morph3d,rubik) working on NVidia under XFree (NVidia has a policy to not release code open source and the bug crashes the system requiring a hard reset). Since skewb is similar that was done as well by maintainer. configure changes for 2.53, added option for .ad installation dir, check for xlockrc and pam. flag debugged for xpm, do not set byte order for ZPixmap. Flag ripples now flow left to right and from bottom to top. Combined XLock-jp.ad into XLock.ad fontset to use regular (not bold/italic) font/fontset as default, fix for sound.c using DEF_PLAY, and a fix for customName thanks to Shingo Yamaguchi <shingo at kip dot iis dot toyama-u dot ac dot jp>. nice changes were causing problems, set_priority used instead thanks to Felicia Neff <fn at panix dot com>. (VMS still uses nice). noof mode added from GLUT demos thanks to Dave Riesz <driesz at cpl dot net>. USE_XPM changed to HAVE_XPM to be compatible with xscreensaver.
Diffstat (limited to 'x11/xlockmore/patches')
-rw-r--r--x11/xlockmore/patches/patch-ab (renamed from x11/xlockmore/patches/patch-ac)10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/xlockmore/patches/patch-ac b/x11/xlockmore/patches/patch-ab
index be8a7e7cfe2..3e17f597f01 100644
--- a/x11/xlockmore/patches/patch-ac
+++ b/x11/xlockmore/patches/patch-ab
@@ -1,10 +1,8 @@
-$NetBSD: patch-ac,v 1.8 2001/10/10 02:41:17 hubertf Exp $
-
---- configure.orig Tue Sep 25 20:25:48 2001
-+++ configure
-@@ -4681,7 +4681,7 @@
+--- configure.orig Thu May 16 17:35:54 2002
++++ configure Thu May 16 17:37:02 2002
+@@ -7092,7 +7092,7 @@
#define USE_GL 1
- EOF
+ _ACEOF
- XLOCKLIBS="${XLOCKLIBS} -lMesaGL -lMesaGLU"
+ XLOCKLIBS="${XLOCKLIBS} -lGL -lGLU"