From 5ad3cd689aed751828b389f1af0749274f6b4c7c Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Feb 2002 21:12:56 +0000 Subject: Update xscreensaver to 4.00: * Redesigned xscreensaver-demo GUI: it now includes small-preview and per-hack configuration dialogs. * Added three new modes of operation: One Screen Saver, Blank Screen, and Don't Blank (in addition to the historical Random Screen Saver). * Configure now defaults to installing the hacks in /lib/xscreensaver/ instead of /bin/. (Most distros already did it this way.) * New GL hacks, menger, engine, flipscreen3d. * Made sierpinski3d be more colorful. * New versions of xmatrix and nerverot. * Fixed a bug in starwars that made the font be drawn with thin lines in -root mode. * Fixed a bad colormap bug in crystal that could make subsequent hacks malfunction! * Made gflux able to grab screen images (-mode grab). * Updated webcollage for recent search engine changes. * Removed most command-line options to xscreensaver: just edit the ~/.xscreensaver file instead. * Improved behavior on multi-screen and Xinerama systems: the mouse now stays on the screen where the user left it, and the password and splash dialogs always appear on the screen that has the mouse. * Made the splash dialog use more Gtk-like colors; made it have only two buttons, ``Settings'' and ``Help''. * Made sonar understand .ssh/known_hosts2 format files, and be better about stripping out illegal addresses. --- x11/xscreensaver/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xscreensaver/Makefile.common') diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index d530785a5cc..0992d1dcfad 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.21 2002/01/07 15:10:17 fredb Exp $ +# $NetBSD: Makefile.common,v 1.22 2002/02/09 21:12:56 wiz Exp $ # -DISTNAME= xscreensaver-3.34 +DISTNAME= xscreensaver-4.00 CATEGORIES= x11 MASTER_SITES= ${HOMEPAGE} \ ftp://ftp.fu-berlin.de/unix/X11/graphics/xscreensaver/ @@ -20,7 +20,7 @@ EVAL_PREFIX+= GTKDIR=gtk+ EVAL_PREFIX+= XPMDIR=xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-subdir=${PREFIX}/libexec/xscreensaver +CONFIGURE_ARGS+= --with-hackdir=${PREFIX}/libexec/xscreensaver CONFIGURE_ARGS+= --with-gl CONFIGURE_ARGS+= --with-gtk=${GTKDIR} CONFIGURE_ARGS+= --with-xpm=${XPMDIR} -- cgit v1.2.3