diff options
author | jmmv <jmmv> | 2003-06-03 13:06:56 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-06-03 13:06:56 +0000 |
commit | 2fb19034b5b009893833a237765716a169220a7a (patch) | |
tree | 9bf74d2234d14303638393b27118caa4fe260b1b /x11/wdm/Makefile | |
parent | bae8ce8bba7160dee9d761dfa9b43ae29b71cda4 (diff) | |
download | pkgsrc-2fb19034b5b009893833a237765716a169220a7a.tar.gz |
Update to 0.24: Logging functions were rewritten. Now it's possible to
redirect error/debug messages to syslog or to file. Pixmaps was moved to
/usr/share/pixmaps/wdm by default (by Julio Merino). Option to select on
whic display login panel will appear when using xinerama was added (with
help from Carlos Torres). Configure script was rewritten. Redundant tests
was removed. Now get-wings-flags script is used to determine compiling
and linking options. Tests for selecting pam/shadow was improved. Current
defaults should be good for almost everyone. New option to select xcursors
theme was added (only for XFree86 4.3.x).
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 1a7998ac2cf..67c12b771df 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2003/06/02 01:15:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2003/06/03 13:06:56 jmmv Exp $ -DISTNAME= wdm-1.23 +DISTNAME= wdm-1.24 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/ |