diff options
author | wiz <wiz@pkgsrc.org> | 2002-02-09 21:12:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-02-09 21:12:56 +0000 |
commit | 5ad3cd689aed751828b389f1af0749274f6b4c7c (patch) | |
tree | 74b69883a89ecd63b805a36f60623960e3ad78e8 /x11/xscreensaver/Makefile.common | |
parent | ddf35537db6a933297d9f04d1749a135572a1b2e (diff) | |
download | pkgsrc-5ad3cd689aed751828b389f1af0749274f6b4c7c.tar.gz |
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
<prefix>/lib/xscreensaver/ instead of <prefix>/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.
Diffstat (limited to 'x11/xscreensaver/Makefile.common')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
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} |