Commit Graph

63 Commits

Author SHA1 Message Date
Doug Barton
9e3660fb70 Upgrade to version 4.02, which:
* Fixes perl incompatibility problem with RELENG_4
* Fixes some memory leaks
* Adds two new hacks, and two new BSOD's
* Improves some existing hacks/features
2002-03-24 08:30:24 +00:00
Doug Barton
cf71cf06bf Patch no longer needed 2002-03-24 08:26:32 +00:00
Doug Barton
510e5d0eab Arrrrggggghhhhhhhh 2002-02-25 10:28:56 +00:00
Doug Barton
a7ca04f706 Blah..... should have nuked this too 2002-02-25 10:13:49 +00:00
Doug Barton
afbda03026 Missed this in the last commit. This patch is no longer needed. 2002-02-25 10:11:43 +00:00
Doug Barton
4b95408e97 Update to 4.01, which has several new screensavers, and the usual
assortment of bugs fixed. The author has incorporated several of
our patches, so I can reduce or eliminate them. However, I had
to add one small patch to get -lcompat into one of the new
screensavers.

In addition to the upgrade, I'm also reverting most of the recent
gnome changes in favor of forcing the xml files into one location
regardless of gnome/not gnome. I think long term this will be
a better strategy.
2002-02-25 10:10:16 +00:00
Ade Lovett
d218d6c8d6 Do it properly, and as mentioned on gnome@ (hint, the config files
move between GNOME and non-GNOME too)
2002-02-13 23:59:24 +00:00
Maxim Sobolev
2fd25d3fe5 Properly install .desktop shortcut into share/gnome/apps/Settings/Desktop/,
not into share/gnome/gnome/apps/Settings/Desktop/.

Submitted by:	ade
Pointy hat to:	sobomax
2002-02-13 23:26:12 +00:00
Maxim Sobolev
dc0bc71533 - Correctly work in GNOME/noGNOME cases (plist and such);
- allow CATEGORIES and MAINTAINER be overriden in slaves.
2002-02-13 23:03:22 +00:00
Maxim Sobolev
ff5318d9df To work properly, HAVE_GNOME should be tested after bsd.port.pre.mk is
included.

Submitted by:	Anders Andersson <anders@hack.org>
		Joe Clarke <marcus@marcuscom.com>
2002-01-22 15:20:38 +00:00
Doug Barton
d8bd7d71ea A gnome user confirms that the new hooks in xscreensaver work, so
add the WANT_GNOME stuff in a way that looks more or less correct...

Thanks to Franz Klammer <klammer@webonaut.com> for giving it a ride.
2002-01-21 04:23:07 +00:00
Doug Barton
0a75d87246 Upgrade to version 4.00, which includes:
1. Redesigned -demo GUI (nice, except see below).
2. New modes of operation; one saver, blank/don't blank.
3. New hacks (screen saver modules).
4. Improved or fixed several other hacks.
5. Improved xinerama compatibility.

See http://www.jwz.org/xscreensaver/changelog.html for details.

* Sadly, the new GUI relies on xml, so that's now a dependency.
* I moved the various hack files and their xml config files into
their own directories.
* Fixed the poorly done hack in the Makefile to s/malloc.h/stdlib.h/
* Removed a patch hunk that's no longer needed.
* Added a fix for the new configure script's failure to recognize the
option to put the xml files in their own directories. (Already contacted author)
2002-01-14 03:04:04 +00:00
Doug Barton
4422dc3bcc * Upgrade to 3.34, which is mostly bug fixes, and two new hacks.
* Correct something I didn't catch when I took over the port... if we want
  the -demo program to handle settings, GTK isn't optional.
* Add a patch that handles an overly enthusiastic attempt to avoid bzero
  (which one of the hacks actually uses).
2001-12-23 08:02:14 +00:00
Ying-Chieh Liao
930f14e70d s/malloc.h/stdlib.h/ 2001-11-09 18:33:41 +00:00
Doug Barton
0f84574ebb Upgrade to 3.33, and include the GLE library as a dependency. The extrusion
lib gives us one new screensaver, which is really a combination of several
objects that get twisted and re-shaped. The update adds two new screensavers,
and several improvements to existing ones. Also added is a memory limit
parameter, and some more gnome integration.

patch-ac is removed due to its being integrated into the source.

The suggestion to add the GLE lib comes from the PR. I'm not sure that the
cost::benefit justifies it, but the library is small so probably no harm done.

PR:		ports/27626
Submitted by:	David Gilbert <dgilbert@velocet.ca>
2001-06-05 10:52:29 +00:00
Doug Barton
b20d7844c0 Chase the checksum. The only changes were Makefile niceties and
dates in the man pages, so no portrevision bump is needed.

PR:		ports/26716
Submitted by:	Patrick Li pat@databits.net
2001-04-21 06:52:30 +00:00
Doug Barton
868280fac3 Update to 3.32, which contains no new hacks, but does contain a new system
to let the hacks which modify images use ones that you specify instead of
your desktop.
2001-04-15 21:18:08 +00:00
Doug Barton
c28cc26577 Update to 3.31, which adds 3 new "hacks" and updates some
of the existing ones.
2001-04-06 07:54:08 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Doug Barton
8405d736a6 Update the list of installed stuff 2001-03-05 11:23:02 +00:00
Doug Barton
d33199033b * Assume maintainership. Mail to jseger went unanswered, and this port
has been periodically maintained by others for 9 months in any case.
* Upgrade 3.26 -> 3.29
* Specify full path to fortune, since many of the screen saver programs
  could not find it on their own.
* Fix the -lpthread -> -pthread problem.
* Re-generate patch files.
* Eliminate patch-ae, whose only purpose in life was to prevent the
  building and installation of the xscreensaver-demo program which, in
  addition to being the method used to configure the server and
  all the little screensaver programs; works just fine, and doesn't
  actually hurt anything.

The report in the PR is a little out of date with reference to the latest
xscreensaver version, but all parts of the thing are working for me now
in any case.

PR:		ports/23619
Submitted by:	Lars Eggert <larse@isi.edu>
2001-03-03 01:49:13 +00:00
Jimmy Olgeni
2cac1647f9 Style fixes for ports/x11. 2001-02-05 16:18:54 +00:00
Vanilla I. Shu
063163509d Upgrade to 3.26. 2000-11-12 03:52:13 +00:00
Jeremy Lea
3707e5b740 Implment WANT_GTK. 2000-10-05 06:47:41 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Justin M. Seger
d322c93e6c Upgrade to xscreensaver 3.24 2000-05-09 11:40:44 +00:00
Chris Piazza
fe5426321a Update to use PORTNAME/PORTVERSION 2000-04-13 19:19:05 +00:00
Justin M. Seger
7cc807dbea Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade 2000-03-20 23:25:21 +00:00
Justin M. Seger
6c199fa5fd Fix Kerberos support.
Submitted by:	Bush Doctor <dervish@ikhala.tcimet.net>
PR:		ports/15111
1999-12-01 15:28:27 +00:00
Justin M. Seger
f0033c6c52 Upgrade to xscreensaver-3.21 1999-11-25 06:19:08 +00:00
Justin M. Seger
7c69cf054a Add dependency to Mesa. 1999-11-08 15:57:21 +00:00
Justin M. Seger
a1e49b601d Upgrade to xscreensaver-3.19 1999-11-02 16:15:05 +00:00
Justin M. Seger
ec965f1498 Add patches to find dict/words in the right location. 1999-09-10 01:25:37 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
e17439d50d $Id$ -> $FreeBSD$ 1999-08-31 02:51:23 +00:00
Justin M. Seger
98a5bc8b8e Properly check for gtk version.
Submitted by:	grog
PR:		ports/12542

and upgrade to xscreensaver-3.17
1999-07-19 16:01:45 +00:00
Justin M. Seger
24e2306755 Upgrade to xscreensaver-3.16 1999-06-27 14:15:20 +00:00
Justin M. Seger
81add6f9a2 Upgrade to xscreensaver-3.12 1999-05-31 16:57:53 +00:00
Michael Haro
947d483dea Add WWW: 1999-05-03 04:16:13 +00:00
Justin M. Seger
0eda324b9b Upgrade to xscreensaver 3.0.8
Submitted by:	Brad Hendrickse <bradh@uunet.co.za>
PR:		ports/10861
1999-04-04 01:32:58 +00:00
Justin M. Seger
961178a040 Upgrade to 3.06.
Partially submitted by:	dom@phmit.demon.co.uk
PR:	8835
1998-12-10 12:17:11 +00:00
Satoshi Asami
fef95e8895 Unmark it broken. (Mark it unbroken?) Probably only occurs when libkrb
is present, or some such.

Reminded by:	kuriyama
1998-12-03 03:41:53 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Tim Vanderhoek
2a0ec6022e Remove x11 manpages. This would be the end of it, but some fools
thought it necessary to five new categories from one.  ;-)
1998-08-20 03:20:19 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Satoshi Asami
d70f789f53 cc -c -I. -I. -I./../utils -I.. -I/usr/X11R6/include -DHAVE_CONFIG_H -O2 -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.
1998-07-24 03:12:51 +00:00
Justin M. Seger
2f5f2d4fd3 Upgrade to version 2.24.
PR:     7153
1998-07-14 01:34:52 +00:00
Steve Price
d6a67ff451 Fix a minor nit in the DESCR.
PR:		7170
Submitted by:	Stefan Eggars <seggers@semyam.dinoco.de>
1998-07-05 23:01:25 +00:00
Satoshi Asami
91cd48e9d9 Disable kerberos support if compiling for 2.2-stable. 1998-06-08 08:58:13 +00:00