summaryrefslogtreecommitdiffstats
path: root/sysutils/wmmon
Commit message (Collapse)AuthorAgeFilesLines
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix MASTER_SITESsteve2000-07-102-12/+8
| | | | | | | - Supporrt X11BASE properly PR: 19765 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-091-2/+2
|
* Unbreak for 3.x .fenner2000-03-082-5/+1
|
* update mastersitesmharo2000-02-151-5/+3
| | | | | PR: 16654 Submitted by: maintainer
* Mark it as BORKEN in 3-stable.imura2000-02-131-0/+4
| | | | Submitted by: Roman Shterenzon <roman@xpert.com>
* Fix a problem around kmem group.imura2000-02-121-11/+8
| | | | | PR: 16655 Submitted by: maintainer
* Fix a security hole where a user can obtain kmem group privs. Notesteve1999-12-311-16/+31
| | | | | | | | | | | patch-ad and patch-ae both patches the same file, so I combined them and removed patch-ae. The maintainer might want to look into patch-ad some more since patch-ae did the same as patch-ad one one had the lines before the offending block of code and one after. I left both sets since it didn't appear to affect operation any. PR: 15790 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Fix the fix for -current (no longer use sys/rlist.h).cpiazza1999-06-281-13/+15
| | | | | PR: 12425 Submitted by: maintainer
* #4/4 enforcing Caps, no periodhoek1999-06-261-1/+1
| | | | | | | | | | | | [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
* Fix to compile on -current (and others).kuriyama1999-06-147-95/+961
| | | | | | | | 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
* Update my email address, I've been slack.kris1999-06-071-2/+2
|
* BROKEN= "kvm_nlist: Symbol '_swaplist' not found" for 4-CURRENT.obrien1999-02-251-1/+5
|
* The wmmon port likes to install itself setuid root. Unfortunately, it has akris1999-02-232-3/+7
| | | | | | | | | 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>
* Fix MASTER_SITES.fenner1999-01-261-2/+2
| | | | | PR: ports/9693 Submitted by: Chris Piazza <norn@home.net>
* Add virtual category "windowmaker".asami1999-01-181-2/+2
|
* Get this to build in -current.steve1999-01-181-0/+16
| | | | | PR: 9401 Submitted by: Allan Saddi <asaddi@philosophysw.com>
* Fix for monitoring of disk I/O in -current.steve1999-01-044-14/+73
| | | | | PR: 9262 Submitted by: maintainer
* Fix error 'make clean'flathill1998-12-161-5/+1
|
* PR: ports/8874flathill1998-12-116-0/+76
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...
OpenPOWER on IntegriCloud