summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
AgeCommit message (Collapse)AuthorFilesLines
2004-09-27Update xscreensaver to 4.18:wiz6-27/+33
4.18 14-Aug-2004 * Oops, pay no attention to the man behind the curtain. 4.17 14-Aug-2004 * New hacks, anemotaxis and memscroller. * Fixed a bad bug that caused vidwhacker to never die. * Fixed normals and lighting in polyhedra. * Don't reuse the window when changing hacks (to work around bugs in some GL implementations.) * Made xscreensaver-getimage-file skip thumbnail-sized images. * Fixed endian problem in barcode on non-x86. * Updates to webcollage, apple2, fuzzyflakes, atunnel, and pacman. * Timing tweaks to bubble3d, bouncingcow, engine, gltext, lavalite, molecule, spotlight, sballs, boxed, blinkbox, and circuit. * Configure updates for Fedora core 2 / xorg 6.7.0. * Compile without warnings under gcc 3.3.3. * I give up: don't blank or lock the screen if we can't get a keyboard grab. In that case, both choices are bad.
2004-08-16The comepage is currently not accessible for downloads; it could be squatted.reinoud1-3/+3
Moved the other download site up as first choice
2004-05-15Update to 4.16:wiz3-7/+19
* New hacks, `polyhedra', `fuzzyflakes', `antinspect', and `providence'. * Minor updates to `webcollage', `bsod', `endgame', `antspotlight', `xmatrix', and `glmatrix'. * Added support for the RANDR (Resize and Rotate) extension to detect when the size of the desktop has been changed while xscreensaver is already running. * Possibly-futile attempt to work around "rdesktop" focus/grab idiocy. * Made `xscreensaver-getimage -file' still work even if imageDirectory is unset. * Convert Latin1 to ASCII in `starwars' and `phosphor' (since the GLUT font only has ASCII glyphs.) * Fixed randomization in `noof'. * Added "GetViewPortIsFullOfLies" preference to work around longstanding XFree86 bug #421. * Made `sonar' subnet pinging work properly on bigendian machines (e.g., PPC.)
2004-05-11Update to 4.15:wiz8-43/+42
* New hacks, `wormhole', `mismunch', `noof', and `pacman'. * `phosphor' and `apple2' include vt100 emulators now: this means you can do "phosphor -program top", or can use either program as an xterm replacement: "apple2 -text -fast -program 'xemacs -nw'". * `analogtv' (and related) fill the screen better. * The '-gradient' option works in `atlantis' now. * Minor updates to `blinkbox', `queens', `endgame', `glmatrix', `mirrorblob', `blocktube', and `molecule'. * Integrated SuSE's "external passwd helper" support. * Marginally better /tmp handling in various programs. * Updated config defaults for xplanet 1.0.3. * Portability fixes.
2004-04-12No longer used.snj1-27/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Unconditionally disable kerberos on FreeBSD.wiz1-1/+2
Per Michal Pasternak on tech-pkg, xscreensaver only supports kerberos 4 and FreeBSD only provides kerberos 5.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26bl3ifyjmmv2-10/+28
2004-02-26Avoid passing C89 options when calling the compiler, as they trigger somejmmv2-8/+26
errors that break the build.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-1/+2
testing it.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-02oops, it's "de" not "es".xtraeme1-3/+3
2004-02-02Some gettext catalogs were not installed in FreeBSD, so usextraeme2-4/+10
PLIST_SUBST to disable them for now.
2004-02-01bl3ifyjlam2-9/+15
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-27Add build dependency on perl.kristerw1-1/+2
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2003-12-28This needs gettext-lib (fixes installation on NetBSD 1.5).jmmv1-1/+4
2003-12-28Fix build with XFree 3.x. Closes PR pkg/23905 by Richard Liang.jmmv2-1/+14
2003-12-27Disable PAM unconditionally, as discussed briefly on tech-pkg, as the PAMfredb1-1/+2
support is currently broken on FreeBSD, at least. Closes PR pkg/23843.
2003-12-19Check for GCC using CC_VERSION rather than _CC_IS_GCC, as the latter issketch1-2/+2
not defined when building with USE_SUNPRO, breaking the build.
2003-12-18Make the password dialogue banner display the netbsd PKGREVISIONatatat4-4/+31
number, if there was one (which, of course, makes me bump PKGREVISION to 1 for all three xscreensaver pkgs (are we really supposed to bump PKGREVISION for each pkg individually?)). This eliminates the confusion where pkg_info says version "4.14nb1" is installed, yet the dialogue says it's onlu version "4.14". Also, fix the conflicts for the screensaver pkg so that it properly conflicts with xscreensaver-gnome<4.14 (not <1.14).
2003-12-16Fix bad variable initialization which broke the build of thetron1-3/+3
"xscreensaver-gnome" and "xscreensaver-demo" packages.
2003-12-14Trick configure a bit more into thinking perl is really available.seb1-1/+3
2003-12-13Update to 4.14. While here, change xscreensaver to not install thejmmv7-58/+53
xscreensaver-demo program (which requires GTK). This is done to allow xscreensaver coexist with xscreensaver-gnome, and to avoid a dependancy on GTK when installing kdeartwork3. Changes since 4.13: * New hacks, `fontglide', `apple2', `xanalogtv', `pong', `gleidescope', `mirrorblob', and `blinkbox'. * New version of `glsnake' (with many more models.) * Another Windows crash in `bsod'; also HVX/GCOS6/TPS6. * New version of `endgame'. * Screen grabbing works on MacOS X. * Various minor fixes. Ok'ed by wiz@.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-11-14Excise "mkpatches" vs. USE_PKGLOCALEDIR fallout (caught by Thomas Klausner).fredb2-21/+3
2003-11-14Make the gnome1 control-center applet work again:fredb3-6/+73
- The demo now needs --crapplet to run properly in the control-center (undoubtedly, short for "control-center applet"). ;-) - There's no need to haphazardly install the gnome2 applet into the gnome1 directories, as the package gnome2 control-center will presumably use the directories designated for it.
2003-11-14Many of the "hacks" aren't ready for strict aliasing, so turn it off.fredb1-1/+5
2003-10-07Both xscreensaver and xscreensaver-gnome are okay as dependencymartti1-2/+2
2003-09-30Slightly klugy fix for building with Kerberos support.mycroft2-7/+16
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-08Take over maintainership.wiz1-2/+2
2003-09-08Update to 4.13:wiz5-12/+36
4.13 * On Xinerama systems, xscreensaver now runs one hack on each monitor (just like in ``real'' multi-head mode) instead of running one hack stretching across all the screens. Note that for this to work with any 3rd party screensavers, they must update their ``vroot.h'' file. * webcollage and vidwhacker display images using xscreensaver-getimage now. * Added ljlatest script for use with starwars and phosphor. 4.12 * New GL hacks, flipflop, antspotlight, and polytopes. * Added VMS to bsod. * Compile without warnings in ``gcc -pedantic''. * Updates to webcollage and queens. * Fixed a bug that could cause PAM to hang.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-14Initial versionmartti1-0/+29
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+3
2003-06-24Update to 4.11:wiz4-871/+41
* New hacks, `hypertorus', `cubestorm', `glknots', `blocktube', and `glmatrix'. * Updates to `cloudlife', `engine', `xmatrix', and `sonar'. * Rewrote `glslideshow': it should work on somewhat wimpier video cards now. * Various portability tweaks.
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+2
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-05-23Update to 4.10:wiz5-9/+867
Changes since 4.09: * New hacks, `cloudlife' and `klein'. * Added Apple ][+, HPUX, and OS/390 sessions to BSOD. * Added some Matrix Reloaded text to `xmatrix'. * Updates to `webcollage', `eruption', `jigglypuff', `metaballs', and `endgame'. * Completely ignore the `memoryLimit' setting now.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+3
dependency bumps.
2003-03-25Update to 4.09:wiz3-6/+17
* New hacks, flyingtoasters, bouncingcow, jigglypuff, and glslideshow. * More models in engine. * Rewrote xscreensaver-getimage to remove reliance on external image loaders (xv, chbg, xloadimage, etc.) and to reduce flicker when loading files. * Made gflux and flipscreen3d be mouse-spinnable.
2003-03-11Add two files that were left over when I last deinstalled this package.wiz1-1/+3
2003-02-21Update to xscreensaver 4.08.mycroft6-42/+33
Changes since 4.07: * New hacks, `atunnels' and `piecewise'. * Physics improvement in `fluidballs'. * Various fixes for XDarwin systems (X11 on MacOS X.) * Added -clock option to `barcode'. * Minor fixes to `endgame', `flurry', `flipscreen3d', and `gflux'.