summaryrefslogtreecommitdiff
path: root/x11/xscreensaver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to xscreensaver-3.21Justin M. Seger1999-11-253-3/+5
| | | | Notes: svn path=/head/; revision=23315
* Add dependency to Mesa.Justin M. Seger1999-11-081-2/+3
| | | | Notes: svn path=/head/; revision=22969
* Upgrade to xscreensaver-3.19Justin M. Seger1999-11-023-9/+27
| | | | Notes: svn path=/head/; revision=22860
* Add patches to find dict/words in the right location.Justin M. Seger1999-09-101-0/+14
| | | | Notes: svn path=/head/; revision=21528
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* Properly check for gtk version.Justin M. Seger1999-07-194-7/+17
| | | | | | | | | | Submitted by: grog PR: ports/12542 and upgrade to xscreensaver-3.17 Notes: svn path=/head/; revision=20273
* Upgrade to xscreensaver-3.16Justin M. Seger1999-06-273-6/+10
| | | | Notes: svn path=/head/; revision=19831
* Upgrade to xscreensaver-3.12Justin M. Seger1999-05-313-17/+25
| | | | Notes: svn path=/head/; revision=19153
* Add WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18403
* Upgrade to xscreensaver 3.0.8Justin M. Seger1999-04-044-5/+15
| | | | | | | | Submitted by: Brad Hendrickse <bradh@uunet.co.za> PR: ports/10861 Notes: svn path=/head/; revision=17629
* Upgrade to 3.06.Justin M. Seger1998-12-104-15/+31
| | | | | | | | Partially submitted by: dom@phmit.demon.co.uk PR: 8835 Notes: svn path=/head/; revision=15245
* Unmark it broken. (Mark it unbroken?) Probably only occurs when libkrbSatoshi Asami1998-12-031-3/+1
| | | | | | | | | is present, or some such. Reminded by: kuriyama Notes: svn path=/head/; revision=15081
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Remove x11 manpages. This would be the end of it, but some foolsTim Vanderhoek1998-08-201-54/+0
| | | | | | | thought it necessary to five new categories from one. ;-) Notes: svn path=/head/; revision=12667
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* cc -c -I. -I. -I./../utils -I.. -I/usr/X11R6/include -DHAVE_CONFIG_H -O2 ↵Satoshi Asami1998-07-241-1/+3
| | | | | | | | | | | | | | | | | -pipe -I/usr/X11R6/include kpasswd.c kpasswd.c: In function `passwd_valid_p': kpasswd.c:158: warning: passing arg 1 of `des_string_to_key' discards `const' from pointer target type kpasswd.c:158: warning: passing arg 2 of `des_string_to_key' from incompatible pointer type kpasswd.c:161: warning: passing arg 7 of `krb_get_in_tkt' from incompatible pointer type cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o windows.o xscreensaver.o xset.o dialogs-Xm.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lSM -lICE -lXm -lXmu -lXss -lXdpms -lXp -lXt -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt ld: -lkrb: no match *** Error code 1 Stop. Notes: svn path=/head/; revision=12085
* Upgrade to version 2.24.Justin M. Seger1998-07-143-12/+15
| | | | | | | PR: 7153 Notes: svn path=/head/; revision=11911
* Fix a minor nit in the DESCR.Steve Price1998-07-051-1/+1
| | | | | | | | PR: 7170 Submitted by: Stefan Eggars <seggers@semyam.dinoco.de> Notes: svn path=/head/; revision=11743
* Disable kerberos support if compiling for 2.2-stable.Satoshi Asami1998-06-081-1/+6
| | | | Notes: svn path=/head/; revision=11346
* Upgrade to xscreensaver 2.17.Justin M. Seger1998-06-083-10/+28
| | | | | | | | Satoshi: This does build under current. If it doesn't build under stable please mark it BROKEN for that branch only. Notes: svn path=/head/; revision=11342
* cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o ↵Satoshi Asami1998-06-071-1/+3
| | | | | | | | | | windows.o xscreensaver.o xset.o dialogs-Xaw.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lXaw -lXmu -lXss -lXt -lSM -lICE -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt ld: -lnsl: no match *** Error code 1 Notes: svn path=/head/; revision=11308
* Upgrade to version 2.16Justin M. Seger1998-03-102-4/+4
| | | | Notes: svn path=/head/; revision=10087
* Upgrade to version 2.15.Justin M. Seger1998-01-233-6/+4
| | | | Notes: svn path=/head/; revision=9417
* Upgrade to version 2.14.Justin M. Seger1997-12-282-4/+4
| | | | Notes: svn path=/head/; revision=9214
* Upgrade to version 2.11 and make myself MAINTAINER.Justin M. Seger1997-11-273-8/+6
| | | | | | | OK'ed by: asami Notes: svn path=/head/; revision=8873
* Upgrade, 1.27 -> 2.07. Lots of new programs.Satoshi Asami1997-09-093-6/+69
| | | | | | | | | | Note that Motif/password checking is disabled, as you can't read the encrypted password unless you are root. Prodded by: Bill Fenner's distfile checker Notes: svn path=/head/; revision=7826
* Sort this file once and for all so nobody needs to scramble it again.Satoshi Asami1996-12-281-35/+35
| | | | | | | | (It took me a while to figure out that all that happened was addition of lmorph and bubble screensavers! ;) Notes: svn path=/head/; revision=5115
* Hey guess what Satoshi? I nearly forgot the md5 file too... :-]Peter Wemm1996-12-251-1/+1
| | | | Notes: svn path=/head/; revision=5085
* Update 1.25 -> 1.27 (file gone from master sites)Peter Wemm1996-12-253-15/+21
| | | | Notes: svn path=/head/; revision=5084
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-4/+4
| | | | Notes: svn path=/head/; revision=4570
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Version 1.25 of xscreensaver, this one works on screens with moreSatoshi Asami1995-07-115-0/+77
than 8 planes too. Notes: svn path=/head/; revision=1945