diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-05-08 19:28:48 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-05-08 19:28:48 +0000 |
commit | 2944de12ddee0f64b3ff5607e07d270a56badb91 (patch) | |
tree | 618d108546a2bdcfdf34726f584f95157ebe4972 /x11/xlockmore-lite | |
parent | 69afacf4516c021068356ba01ea29324566032f7 (diff) | |
download | pkgsrc-2944de12ddee0f64b3ff5607e07d270a56badb91.tar.gz |
Update to xlockmore{,lite} 5.22. Changes:
* fiberlamp fix for array bounds read and leak fix for deluxe
+ magick and raster file (ras) fixes for True Color by Jouk Jansen
Removed some compiler/lint warnings.
deluxe mode ported from xscreensaver by Jouk Jansen.
anemone mode ported from xscreensaver by Jouk Jansen
win32 changes from Petey Leinonen:
added XPutPixel()
pacman now works by changing the initialization and now can create a
1 bit depth bitmap when asked for.
* new since BETA
+ update since BETA
Diffstat (limited to 'x11/xlockmore-lite')
-rw-r--r-- | x11/xlockmore-lite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xlockmore-lite/Makefile b/x11/xlockmore-lite/Makefile index 2699c717aea..166a06be94d 100644 --- a/x11/xlockmore-lite/Makefile +++ b/x11/xlockmore-lite/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:11:47 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/08 19:29:22 hubertf Exp $ .include "../../x11/xlockmore/Makefile.common" PKGNAME= ${DISTNAME:S/-/-lite-/} -PKGREVISION= 1 COMMENT= "lite" version of xlockmore CONFIGURE_ARGS+= --without-xpm |