diff options
author | vs <vs@FreeBSD.org> | 2008-07-26 09:20:04 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2008-07-26 09:20:04 +0800 |
commit | c6fb09e90c1c86b8db45dc485dda5778ee76ae51 (patch) | |
tree | 013d7229d4d74a90643dffd081c7aea82208c4b5 /x11/gdm/Makefile | |
parent | 3bf2340583377b76bbcc091cc0c1a671562acf2a (diff) | |
download | freebsd-ports-gnome-c6fb09e90c1c86b8db45dc485dda5778ee76ae51.tar.gz freebsd-ports-gnome-c6fb09e90c1c86b8db45dc485dda5778ee76ae51.tar.zst freebsd-ports-gnome-c6fb09e90c1c86b8db45dc485dda5778ee76ae51.zip |
gdmchooser/XDMCP:
- fix harmless warning getting logged as CRITICAL when enumerating interfaces
http://bugzilla.gnome.org/show_bug.cgi?id=544790
- unbreak XDMCP discovery on the IPv6-mapped IPv4 broadcast address by unsetting
IPV6_V6ONLY socket option (obtained from NetBSD pkgsrc)
http://bugzilla.gnome.org/show_bug.cgi?id=544730
Approved by: marcus@
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index ffc63e19d4ff..70edda19b697 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,6 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.20.7 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -45,7 +46,7 @@ GNOME_LOCALSTATEDIR= /var MAN1= gdm.1 -OPTIONS= IPV6 "Enable IPv6 support" on \ +OPTIONS= IPV6 "Enable IPv6 support" off \ LOG_LIMIT "Limit ~/.xsession-errors size" on .include <bsd.port.pre.mk> |