Thomas Gellekum
b8908f06f8
Upgrade to 5.07.1.
...
PR: 51428
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
2003-05-09 15:44:28 +00:00
Thomas Gellekum
fbda0ef9f9
Use REINPLACE_CMD.
...
PR: 50843
Submitted by: Ulrich Spoerlein <q@uni.de>
2003-05-09 15:42:24 +00:00
Ade Lovett
3195b6f71c
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:36:20 +00:00
Kris Kennaway
8aa8d3cdb1
Update to xlockmore-5.06
...
PR: 46050
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
2003-03-04 06:51:28 +00:00
Gerald Pfeifer
a5255d4d7f
Update to version 5.04.
...
Approved by: tg (maintainer)
2002-07-24 11:53:21 +00:00
Thomas Gellekum
4fdc3124c2
Don't use bitmap we don't have.
...
Submitted by: Christian Chen <oistrakh@earthlink.net>
2002-04-16 11:48:37 +00:00
Thomas Gellekum
90e1d076cc
Fix building when MAKE_KERBEROS4 is defined.
2002-04-02 11:49:49 +00:00
Thomas Gellekum
3184f276f8
Upgrade to 5.03.
2002-03-20 12:14:56 +00:00
Thomas Gellekum
f2ac1a1b0d
Upgrade to 5.02.
2001-10-25 11:29:46 +00:00
Thomas Gellekum
c9c6cac879
The --with{,out}-mesagl' option to configure is spelled
--with{,out}-mesa'.
...
PR: 31141
Submitted by: Markus Holmberg <markush+freebsd@acc.umu.se>
2001-10-09 11:24:56 +00:00
Thomas Gellekum
a2921c23ea
Add ${KRB5_HOME}/include to $CFLAGS and ${KRB5_HOME}/lib to
...
$XLOCKLIBS for people using kerberos5.
Suggested by: Niels Kroon <niels@fundum.net>
2001-09-27 11:44:51 +00:00
Thomas Gellekum
dda149dcce
Link against ${PTHREAD_LIBS} if we want MESAGL. Mesa is now compiled
...
with thread support also on XFree86-3 systems.
2001-07-18 10:46:13 +00:00
Thomas Gellekum
e6c86c634a
Add a knob to disable the `allow-root' functionality, which lets root
...
unlock the screensaver regardless of the current owner.
Submitted by: Anders Nordby <anders@fix.no>
2001-07-12 11:41:06 +00:00
Thomas Gellekum
3ae3e09f6d
Upgrade to 5.01.
2001-05-10 12:18:10 +00:00
Thomas Gellekum
d3e6db0247
Add ${PTHREAD_LIBS} to the libs to fix building on XFree86-4.
...
PR: 25207
Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-04-20 12:18:05 +00:00
Jimmy Olgeni
2cac1647f9
Style fixes for ports/x11.
2001-02-05 16:18:54 +00:00
Thomas Gellekum
cb8895c30e
Upgrade to 5.00.
2000-12-19 12:26:26 +00:00
Thomas Gellekum
e41137cc1d
Use new variable XFREE86_VERSION.
...
Submitted by: asami
Upgrade to 4.17.2, while I'm here:
* coredump fix for GL modes cage, moebius, rubik, skewb, and stairs
* and Mesa3.1 thanks to Tom Schmidt <tschmidt@micron.com>.
* solitare.cc update for disable-interactive.
* xlock -resources crashes on Solaris thanks to Alexander Elgert
* <elgert@rbg.informatik.tu-darmstadt.de>.
2000-08-29 10:48:35 +00:00
Thomas Gellekum
810a317ae9
Upgrade to 4.17.1. This release contains the security fix in patch-sec1.
2000-08-22 11:08:18 +00:00
Thomas Gellekum
2045a198a1
Make this at least compile for XFree86-4.0.1.
...
Reviewed by: Josef Karthauser <joe@pavilion.net>
2000-08-18 10:56:22 +00:00
Thomas Gellekum
c426029ced
Upgrade to 4.17.
...
XFree86-4 users: please test this port. According to the docs, xlock should
compile now. (I can't try it, I'm still running XFree86-3.3.6.)
2000-08-15 14:07:24 +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
Thomas Gellekum
47bfd27456
Support Kerberos 5.
...
PR: 18660
Submitted by: wollman
2000-05-19 08:58:41 +00:00
Thomas Gellekum
9b1355794e
Upgrade to 4.16.1 (fixes a buffer overrun).
2000-04-27 08:31:22 +00:00
Chris Piazza
fe5426321a
Update to use PORTNAME/PORTVERSION
2000-04-13 19:19:05 +00:00
Thomas Gellekum
2ce0a6acc5
Upgrade to 4.16.
2000-04-03 11:07:26 +00:00
Thomas Gellekum
5d0cc9466f
Upgrade to 4.15.
1999-11-09 11:55:19 +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
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Thomas Gellekum
78f3dcd0fa
Upgrade to 4.14.
1999-06-24 09:01:13 +00:00
Thomas Gellekum
bfc480a2fc
Upgrade to 4.13.1.
1999-05-05 15:19:28 +00:00
Satoshi Asami
dbc8aa6cc1
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
...
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00
Thomas Gellekum
2b7d6b8199
Now that Mesa-3.0 is in with a security fix, bring back the GL modes.
1998-10-01 06:19:19 +00:00
Justin M. Seger
1b4e5b49b4
Upgrade to Mesa 3.0
1998-10-01 02:17:49 +00:00
Thomas Gellekum
3d95553f3c
Upgrade to 4.12.
1998-09-30 07:52:46 +00:00
Steve Price
c6c4ea2442
Remove regexp support for Mesa2 libs.
1998-09-27 16:06:59 +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
Thomas Gellekum
bb804a3ac7
Add /usr/lib/aout to lib search path on -current.
1998-07-21 07:09:04 +00:00
Satoshi Asami
7ef0ed6aa1
Mesa -> Mesa2
1998-07-20 16:37:51 +00:00
Thomas Gellekum
5b5c87acbc
Upgrade to 4.11.
1998-06-29 07:55:36 +00:00
Thomas Gellekum
9cf0ce2c80
Update to 4.10.
1998-05-20 07:31:01 +00:00
Thomas Gellekum
0155d87e8d
Upgrade to 4.09.
1998-03-25 12:30:39 +00:00
Mark Murray
3af7e5707f
Enable kerberosIV if MAKE_KERBEROS4 is set. Xlock will then get a TGT
...
for the user when she returns and unlocks.
1998-03-20 14:50:09 +00:00
Thomas Gellekum
f7bd4de7f8
Upgrade to 4.08.2.
1998-03-16 10:04:09 +00:00
Thomas Gellekum
dae713d9f5
Upgrade to 4.08.1.
1998-03-04 08:20:48 +00:00
Thomas Gellekum
4182da385c
Use MesaGL in any case when PACKAGE_BUILDING is defined.
1998-03-03 10:39:01 +00:00
Thomas Gellekum
f2efb150d2
Upgrade to 4.08. Use MesaGL when available.
1998-03-03 08:29:05 +00:00
Thomas Gellekum
fb04f0b2bd
Upgrade to 4.07.
1998-02-04 07:59:00 +00:00
Alexander Langer
dab61dff14
No need to use += on first appearance of variables.
1997-12-24 01:21:47 +00:00
Thomas Gellekum
029e2b1800
Upgrade to 4.06.1.
1997-11-24 08:06:04 +00:00
Thomas Gellekum
7aeaf2742c
Use full pathname for /usr/games/fortune.
...
Suggested by: "Philippe Charnier" <charnier@lirmm.fr>
1997-10-13 07:10:59 +00:00
Thomas Gellekum
a646e5cac4
Add --enable-mouse-motion to CONFIGURE_ARGS and myself as MAINTAINER.
1997-10-10 09:24:38 +00:00
Thomas Gellekum
cf447896b7
Upgrade to 4.05.
1997-10-10 08:35:03 +00:00
Thomas Gellekum
a6f8eaf6d1
Upgrade to 4.04.
1997-09-22 07:14:10 +00:00
Thomas Gellekum
39e5ac9572
Upgrade 4.03 -> 4.03.1.
1997-07-30 08:02:46 +00:00
Thomas Gellekum
43c7cdcb2d
Upgrade 4.02 -> 4.03.
1997-07-21 07:03:31 +00:00
Thomas Gellekum
1ac09f1f90
Upgrade to 4.02.
...
- flag-freebsd.h is now in the xlockmore distribution.
- xlock now works with Xauthority
1997-04-25 06:56:21 +00:00
Thomas Gellekum
97c641f931
Upgrade to 4.01.
1997-04-03 07:18:09 +00:00
Thomas Gellekum
a93cdbfc89
Upgrade to 4.00.
1997-02-20 07:26:30 +00:00
Thomas Gellekum
9fdfa46055
Use flag-freebsd.h, submitted by Philippe Regnauld <regnauld@deepo.prosa.dk>.
1997-01-14 07:16:30 +00:00
Thomas Gellekum
eb76d94df9
Upgrade from 3.12 to 3.13.
1997-01-09 07:09:28 +00:00
Thomas Gellekum
ae17a2fb1b
Upgrade from 3.11 to 3.12.
1996-12-02 08:46:06 +00:00
Satoshi Asami
949a7a041f
Yipes, deleted CATEGORIES by mistake. Mea culpa.
1996-11-19 00:52:18 +00:00
Satoshi Asami
83e5fd3ee1
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 09:56:45 +00:00
Thomas Gellekum
d4e43dbe8b
Typo: $id$ -> $Id$
1996-11-12 07:08:28 +00:00
Thomas Gellekum
66057a826c
Upgrade to version 3.11.
1996-11-05 07:13:54 +00:00
Satoshi Asami
95137d2010
Oh my goodness! Satoshi is finally fed up and decided to "clean up"
...
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
1996-10-10 05:05:35 +00:00
Paul Traina
701a989014
Update package...
1996-07-23 15:54:10 +00:00
Paul Traina
75a5757a2e
Missed a patch, will compile now.
1996-07-23 15:48:20 +00:00
Paul Traina
0e6483b669
Remove unused patch.
1996-07-23 06:13:39 +00:00
Paul Traina
df95dbbff7
Upgrade to xlockmore 3.9
1996-07-22 23:07:41 +00:00
Andrey A. Chernov
d96ed39f27
Upgrade 2.0 -> 2.11BETA
...
Reviewed by:
Submitted by:
Obtained from:
1995-07-19 15:47:33 +00:00
Satoshi Asami
e024b4de47
Remove gatekeeper.dec.com. Mirror of ftp.x.org:/contrib is gone. :<
1995-05-03 06:48:57 +00:00
Joerg Wunsch
2fd65ad1b1
Upgrade to version 2.9.
...
Slightly reordered the MASTER_SITES, since gatekeeper doesn't seem to
be up-to-date yet.
The port still doesn't compile out of the box, since the standard make
sequence for our ports doesn't invoke `xmkmf -a', but xlockmore does
need it.
1995-05-02 22:17:44 +00:00
Satoshi Asami
08f93b2bb4
Some more ports Makefile updates...sorry, don't have time now so
...
x11/ is only halfway finished.
1995-04-12 15:22:43 +00:00
Jordan K. Hubbard
ac3066bf75
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
...
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Joerg Wunsch
66a698077d
Make a checksum file.
1995-02-24 19:47:04 +00:00
Joerg Wunsch
fb19099218
Make sure that the xlock binary gets installed suid-root, even if it
...
has not been so originally.
1995-02-23 21:39:07 +00:00
Joerg Wunsch
64135a2353
Upgrade this beast to the most recent version.
...
Most of the old patches are no longer needed. The app-defaults
have been slightly modfied (so `image' is the default mode
again, giving us the daemon image).
1995-02-22 22:50:37 +00:00
Joerg Wunsch
57d9f18d7e
Upgrade this beast to the most recent version.
...
Now we've got the BSD daemon incorporated into the distribution. :-)
1995-02-22 22:48:10 +00:00
Scott Mace
9f1c178f1b
Import of xlockmore 1.14
1994-11-09 22:39:07 +00:00