diff options
author | tron <tron> | 1999-11-10 23:48:12 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-10 23:48:12 +0000 |
commit | 5b5210c08d72b1b481037344ba567f85316e644f (patch) | |
tree | ec8ebf021b1533ea1bc25f63c089c522568f2f03 /x11/gdm | |
parent | 0b764c194edd9bb1d55cb10d47fe0ebc393c7c2c (diff) | |
download | pkgsrc-5b5210c08d72b1b481037344ba567f85316e644f.tar.gz |
Mark this package broken because there is another bug (in the program,
not in the package) which causes weird problems like "~/.Xauthority"
being owned by user "root" suddenly. Obviously the user privileges
are not initialized properly.
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index ef14d0c9a97..c288dd75c12 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/10 23:15:27 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/10 23:48:12 tron Exp $ DISTNAME= gdm-2.0beta4 PKGNAME= gdm-2.0b4 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= gnome-libs-*:../../x11/gnome-libs +BROKEN= user privileges are not initialized correctly + GNU_CONFIGURE= yes USE_X11BASE= yes |