Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2007 18:59:00 GMT
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116421: xdm config file path incorrect (xorg 7.3)
Message-ID:  <200709171859.l8HIx0rm083386@www.freebsd.org>
Resent-Message-ID: <200709171900.l8HJ02GY082608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116421
>Category:       ports
>Synopsis:       xdm config file path incorrect (xorg 7.3)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 17 19:00:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        6.2 STABLE
>Organization:
>Environment:
FreeBSD speedy.wonkity.com 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Sep  9 20:28:25 MDT 2007     root@speedy.wonkity.com:/usr/obj/usr/src/sys/SPEEDY  i386
>Description:
/usr/ports/x11/xdm Makefile (rev 1.4) uses EXAMPLESDIR as the xdm config file directory, preventing xdm from reading real config files:

CONFIGURE_ARGS+=        --with-xdmconfigdir=${EXAMPLESDIR} \
                        --with-xdmscriptdir=${EXAMPLESDIR}

should be

CONFIGURE_ARGS+=        --with-xdmconfigdir=${PREFIX}/lib/X11/xdm \
                        --with-xdmscriptdir=${EXAMPLESDIR}

but there are changes needed to pkg-plist and probably other files.
>How-To-Repeat:
Change an xdm config file in /usr/local/lib/X11/xdm.  Run xdm.  Notice how changes are ignored.  Changes to example xdm files (/usr/local/share/examples/xdm) will be read.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709171859.l8HIx0rm083386>