Commit graph

17 commits

Author SHA1 Message Date
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
Steve Price
053c7f3c44 - Fix MASTER_SITES
- Supporrt X11BASE properly

PR:		19765
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-10 01:32:58 +00:00
Michael Haro
960543ecef Corrrect whitespace introduced during PORTNAME conversion and portlint 2000-04-22 10:14:11 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
Bill Fenner
d4dbb89f9d Unbreak for 3.x . 2000-03-08 02:46:22 +00:00
Michael Haro
f769259855 update mastersites
PR:		16654
Submitted by:	maintainer
2000-02-15 02:53:05 +00:00
R. Imura
678a329d47 Mark it as BORKEN in 3-stable.
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-02-13 00:05:36 +00:00
Peter Wemm
8100143543 $Id$ -> $FreeBSD$ 1999-08-31 02:00:46 +00:00
Jun Kuriyama
ce44d21673 Fix to compile on -current (and others).
Change MAINTAINER to Stephen Kiernam <sk-ports@vegamuse.org>.

PR:			ports/11880
Submitted by:		Stephen Kiernam <sk-ports@vegamuse.org>
No response from:	old maintainer
1999-06-14 13:29:14 +00:00
Kris Kennaway
adca23aa2d Update my email address, I've been slack. 1999-06-07 12:03:44 +00:00
David E. O'Brien
fa4dfcfedc BROKEN= "kvm_nlist: Symbol '_swaplist' not found" for 4-CURRENT. 1999-02-25 10:40:42 +00:00
Kris Kennaway
2f1ad59ee3 The wmmon port likes to install itself setuid root. Unfortunately, it has a
major security hole (and at least one minor one) resulting in a local root
exploit. Until a better fix is available, this patch installs the binary
chmod go-s, meaning you must be root to run it. If anyone is using this in
a multi-user environment they are strongly advised to remove the setuid bit.

Submitted by: Steve Reid <sreid@alpha.sea-to-sky.net>
1999-02-23 11:21:09 +00:00
Bill Fenner
76eca5a3a5 Fix MASTER_SITES.
PR:		ports/9693
Submitted by:	Chris Piazza <norn@home.net>
1999-01-26 19:53:03 +00:00
Satoshi Asami
4eab2ea329 Add virtual category "windowmaker". 1999-01-18 06:43:04 +00:00
Steve Price
05f9ee8b64 Fix for monitoring of disk I/O in -current.
PR:		9262
Submitted by:	maintainer
1999-01-04 03:40:06 +00:00
Seiichirou Hiraoka
da21c7760c Fix error 'make clean' 1998-12-16 04:51:54 +00:00
Seiichirou Hiraoka
2b5e20df2d PR: ports/8874
Submitted by:	kkennawa@physics.adelaide.edu.au
WMMon monitors the realtime CPU load as well
the average system load and gives you some nice additional features too...
1998-12-11 15:22:46 +00:00