diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-08-21 11:30:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-08-21 11:30:55 +0000 |
commit | b5cad68a32f409d94a08b246811ae601df2e67da (patch) | |
tree | cbb10a4bc7035a97cd4bb6c48558300679db4df0 /x11/gdm/Makefile | |
parent | 5a84c3cdb26cc7314fb4bea5eb96259722a4176c (diff) | |
download | pkgsrc-b5cad68a32f409d94a08b246811ae601df2e67da.tar.gz |
Update to 2.8.0.1:
- This release fixes a nasty bug which was causing the
/etc/gdm/Xsession file to always use /bin/ksh. This
caused problems on Linux, where it should be /bin/sh.
It now is only /bin/ksh on Solaris builds. (Brian
Cameron)
- seteuid/setegid logic in the GDM slave logic has been
made more sane. This was causing problems running GDM2
on NetBSD (refer to bug #301821). (Julio M. Merino Vidal)
- Minor correction to Solaris audit logic. (Gary Winiger)
- Updated autogen.sh so it now works with automake > 1.4.
- No longer use C99 features that do not work with gcc 2.95,
specifically do not declare variables except at the
beginning of a block. (Jens Granseuer)
- Corrected configure script so it works with pkgconfig
0.17.2. The new pkgconfig broke the build on Solaris
since it no longer allows the linker to pull in libraries
that are implicitely included. Now all libraries are
explicit.
- References to libgnome removed from vicious-extensions,
so it no longer depends on libgnome. It now depends
directly on i18n libraries. (Andrew Case)
- The gesture listeners now log debug messages to syslog
instead of stdout, and debug can now be turned on by
setting the GDM_DEBUG_GESTURES environment variable
rather than needing to recompile with debug. This makes
it much easier to debug issues. (Brian Cameron)
- Leaks fixed (Kjartan Maraas)
- Corrections to docs (Andrew Case, Martin Petersen)
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index b72c6e9db89..1d799b32045 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2005/08/19 18:12:39 jlam Exp $ +# $NetBSD: Makefile,v 1.86 2005/08/21 11:30:55 jmmv Exp $ # -DISTNAME= gdm-2.8.0.0 -PKGREVISION= 1 +DISTNAME= gdm-2.8.0.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdm/2.8/} EXTRACT_SUFX= .tar.bz2 |