Commit graph

116 commits

Author SHA1 Message Date
Tim Bishop
a1f2f1c53b - BAD_PAM option now selectable using configure, rather than directly
editing config.h.

PR:		91907
Submitted by:	Tobias Roth <ports@fsck.ch>
2006-01-17 20:51:23 +00:00
Tim Bishop
017e20b4b2 - Update to 5.21
PR:		91626
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2006-01-11 11:58:44 +00:00
Edwin Groothuis
5d5a063ca2 xlockmore port improvements patch
Some time ago I send PR about PAM support in xlockmore. Now
	I spend some time to work on xlockmore. I found that PAM
	works fine by default (with --enable-pam), but only with
	modules that does not requires root rights to authenticate.
	But almost all PAM configurations ends with pam_unix call.
	Here is the trouble. xlock drops root privileges after
	startup. I use BAD_PAM again to wrap this setuid().  IMHO,
	usage of BAD_PAM is right in this case. Also abort trap was
	fixed. Here was error in PAM_conv function. I'll send
	explanations of changes and situation to xlock-discuss
	mailing list later. May be fixes will be committed into
	next release of xlockmore.

	Here is attached diff against xlockmore port. It makes some
	changes in Makefile and drops two patches to files dir.

	New knobs added to Makefile and some old changed. Here is the
	description:
	- OPTIONS added for interactive configuration of xlockmore
	(make config).
	- WITH_PAM - enable common PAM support in xlock, but does not define
	BAD_PAM. So PAM modules that does not require root rights can be used
	(pam_pwdfile e.g.).
	- WITH_BAD_PAM - enable WITH_PAM and define BAD_PAM in config.h after
	'configure'. So all PAM modules can be used, including pam_unix.
	- WITH_NICE_ONLY - enable only low-CPU modes. Good for old machines.
	- WITH_BLANK_ONLY - enable only 'blank' mode. Can be useful in some
	cases.

PR:		ports/90276
Submitted by:	Yuri Y. Bushmelev <jay-dev@simcom.ru>
2005-12-12 21:18:26 +00:00
Florent Thoumie
0788b1b045 - Add WITH_NICE_ONLY knob to enable only low-cpu modes.
PR:		ports/76358
Submitted by:	Yuri Y. Bushmelev <jay-dev@simcom.ru>
2005-11-29 18:24:50 +00:00
Pav Lucistnik
108960064a - Add SHA256 2005-11-25 19:09:52 +00:00
Florent Thoumie
b7f45de809 - Add WITH_PAM knob.
PR:		ports/89060
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
2005-11-15 11:59:18 +00:00
Pav Lucistnik
ff1f04733a - Distfile was rerolled, no content change
Reported by:	krismail
Submitted by:	Andrew P. <infofarmer@gmail.com>
2005-11-07 22:47:42 +00:00
Pav Lucistnik
07a219fd05 - Update to 5.20.1
PR:		ports/88328
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2005-11-01 19:06:10 +00:00
Volker Stolz
007be0ccf6 Update to 5.19
PR:		ports/85068
Submitted by:	UMENO Takashi
2005-08-31 14:41:48 +00:00
Greg Lewis
3ce90b3920 . Update to 5.18.
PR:		82063
Submitted by:	Björn König <bkoenig@cs.tu-berlin.de>
2005-06-09 15:01:24 +00:00
Greg Lewis
ae648e5306 . Update to 5.17.
PR:		81422
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2005-05-24 03:44:27 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Volker Stolz
f48c12af60 - Update to 5.16
- Use PLIST_FILES (me)

PR:		ports/79516
Submitted by:	UMENO Takashi
2005-04-04 14:45:55 +00:00
Volker Stolz
f5aca55d85 Update to 5.15
PR:		ports/76848
Submitted by:	UMENO Takashi
2005-02-04 14:36:51 +00:00
Volker Stolz
4e47717150 Update to 5.14.1
PR:		ports/74466
Submitted by:	UMENO Takashi
2004-11-30 16:20:53 +00:00
Kirill Ponomarev
7376dd4b7b Add MASTER_SITES for more redundancy. 2004-07-27 15:01:19 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Edwin Groothuis
4f4f35fbc6 Update port: x11/xlockmore to 5.13
Update port: x11/xlockmore to 5.13

PR:		ports/69379
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-07-21 14:12:00 +00:00
Pav Lucistnik
b5e7a0ba7c - Update to 5.12
PR:		ports/66067
Submitted by:	UMENO Takashi <umeno@belldandy.unnumbered.net>
2004-04-30 13:04:08 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Sergey A. Osokin
1fdb0bc2d0 Add WITH_SYSLOG knob.
Submitted by:	Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
PR:		62629
2004-02-11 17:47:34 +00:00
Tilman Keskinoz
8b9bf70b06 Fix build on AMD64 by disabling MESAGL. 2004-02-10 18:04:08 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
FUJISHIMA Satsuki
694e33752b unbreak gcc3 WITH_MB. 2004-01-19 10:26:44 +00:00
Greg Lewis
eede100791 . Update to 5.11.1.
PR:		61159
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-01-10 06:32:11 +00:00
Sergey A. Osokin
2d5fbe1b77 Update to 5.11 [1]
Fix build if MAKE_KERBEROS4 defined [2]
Make cosmetic changes for pkg-descr, add WWW tag [3]

Spotted by:	Chris <chris-gnats34@randomcamel.net> [2]
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> [1],
		Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [2],
		osa [3]
PRs:		59882, 60925
2004-01-05 15:43:24 +00:00
Edwin Groothuis
57094c18c4 Make some variables ?= because they might be set by slave ports
(for example, japanese/xlockmore)

PR:		ports/59664 (related)
2003-12-29 05:54:34 +00:00
Greg Lewis
012749a433 . Update to 5.10. [1]
. Add some knobs (WITH_MB, XLOCKMORE_LANG). [1]
. USE_MESA -> USE_GL.

PR:		59139 [1]
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> [1]
2003-11-21 23:49:58 +00:00
Adam Weinberger
55f8776096 Update to 5.09.
PR:		ports/55812
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2003-08-20 17:27:40 +00:00
Thomas Gellekum
717a2c1adf Upgrade to 5.08.2.
PR:		52001 52512
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>

Disown this port.
2003-06-25 11:27:39 +00:00
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