diff options
author | sf <sf@FreeBSD.org> | 2001-12-15 10:58:35 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-12-15 10:58:35 +0800 |
commit | 2444b6a30829fd31ca8e968bd8fbff74fb504562 (patch) | |
tree | fef7276d5e7f071f73e335b76347fe6a2d9f3d20 /x11 | |
parent | 65a318ce4b076caca69efe99b3690b8284cbaf41 (diff) | |
download | freebsd-ports-gnome-2444b6a30829fd31ca8e968bd8fbff74fb504562.tar.gz freebsd-ports-gnome-2444b6a30829fd31ca8e968bd8fbff74fb504562.tar.zst freebsd-ports-gnome-2444b6a30829fd31ca8e968bd8fbff74fb504562.zip |
Fix long-standing bug of this ports: support HasXdmAuth correctly.
Previously, devel/imake-4 disables XDM-AUTHORIZATION-1 support whether
HasXdmAuth is set to YES or NO if you don't have Wraphelp.c in local
${DISTDIR}.
devel/imake-4: rip off meaningless existent check for Wraphelp.c.
x11/XFree86-4-libraries: imake-4 change affects libXdmcp.a. ++REVISION.
x11/XFree86-4-clients: xdm and chooser depends on libXdmcp.a. ++REVISION.
x11-servers/XFree86-{Nest,Print,Server,VFB}:
add Wraphelp.c retrieval code. depends on libXdmcp.a. ++REVISION.
Reported by: Alan Eldridge <alane@geeksrus.net>
Reviewed by: maintainer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 2a806513cf5d..77b01abbbd77 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= clients PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= 4.1.0 diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 482d5a039404..fa2b0e0a8ff3 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -7,6 +7,7 @@ PORTNAME= libraries PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= 4.1.0 |