diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-15 10:48:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-15 10:48:26 +0000 |
commit | 54527d1699584c5e179b31424544f0c180d8812f (patch) | |
tree | 607b09ac87a2b378483f031a845b059317ce2622 /x11/xscreensaver/patches | |
parent | 32ce88a6e8458d77117ddade8ba62947fee4c730 (diff) | |
download | pkgsrc-54527d1699584c5e179b31424544f0c180d8812f.tar.gz |
Update to 4.07:
* New hacks, `flurry', `metaballs', `eruption', `popsquares', and `barcode'.
* Minor updates to `maze' for high density mazes.
* Added double buffering to `fluidballs' and `whirlygig'.
* Bug fixes for running xscreensaver to a remote XFree86 display
(which nobody would ever do...)
* Updated `webcollage' (faster Alta Vista searching.)
* Updated `glplanet' so the sun sets in the west.
* Updated `sproingies' with smooth, unsegmented surfaces.
* Fixed Perl version-sensitivity in `xscreensaver-getimage-file'.
* Fixed GTK2 scrolling bug in `xscreensaver-demo'.
Diffstat (limited to 'x11/xscreensaver/patches')
-rw-r--r-- | x11/xscreensaver/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xscreensaver/patches/patch-ae b/x11/xscreensaver/patches/patch-ae new file mode 100644 index 00000000000..7afa1ad39b4 --- /dev/null +++ b/x11/xscreensaver/patches/patch-ae @@ -0,0 +1,12 @@ +$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" + |