From owner-freebsd-x11@FreeBSD.ORG Tue Oct 16 16:20:03 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FA3316A417 for ; Tue, 16 Oct 2007 16:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0797C13C442 for ; Tue, 16 Oct 2007 16:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9GGK2RV098250 for ; Tue, 16 Oct 2007 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9GGK2ES098249; Tue, 16 Oct 2007 16:20:02 GMT (envelope-from gnats) Date: Tue, 16 Oct 2007 16:20:02 GMT Message-Id: <200710161620.l9GGK2ES098249@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Warren Block Cc: Subject: Re: ports/116421: x11/xdm config file path incorrect (xorg 7.3) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Warren Block List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 16:20:03 -0000 The following reply was made to PR ports/116421; it has been noted by GNATS. From: Warren Block To: bug-followup@FreeBSD.org, wblock@wonkity.com Cc: Subject: Re: ports/116421: x11/xdm config file path incorrect (xorg 7.3) Date: Tue, 16 Oct 2007 10:14:38 -0600 (MDT) The latest port of xdm (1.1.6_1) fixes the main problem by changing xdm-config to point the ${PREFIX}/lib/xdm/ as the config and script directories. The Makefile still has CONFIGURE_ARGS+= --with-xdmconfigdir=${EXAMPLESDIR} \ --with-xdmscriptdir=${EXAMPLESDIR} so the xdm binary defaults to using the examples dir. On FreeBSD, POLA suggests that should also be ${PREFIX}/lib/xdm/ unless there's some reason otherwise. -Warren Block * Rapid City, South Dakota USA