Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2001 00:48:37 +0900
From:      Norikatsu Shigemura <nork@ninth-nine.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32355: wdm-1.20 building problem without X server
Message-ID:  <200111281548.fASFmbB01605@nd250009.gab.xdsl.ne.jp>

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

>Number:         32355
>Category:       ports
>Synopsis:       wdm-1.20 building problem without X server
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 28 07:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Personal
>Environment:
System: FreeBSD sakura.ninth-nine.com 4.4-STABLE FreeBSD 4.4-STABLE #57: Fri Nov 23 16:49:15 JST 2001 nork@sakura.ninth-nine.com:/usr/obj/usr/src/sys/SAKURA i386
>Description:
	/usr/X11R6/bin/wdm is not valid without X server when building.
	Because wdm's configure cannot find /usr/X11R6/bin/X. So wdm
	exec X server with no X path:-X.
>How-To-Repeat:
	pkg_delete XFree86-Server-4.1.0_2
	cd /usr/ports/x11/wdm
	make configure
>Fix:
	define DEF_SERVER.

--- x11/wdm/Makefile.orig	Wed Nov  7 23:36:40 2001
+++ x11/wdm/Makefile	Thu Nov 29 00:03:06 2001
@@ -22,9 +22,11 @@
 USE_X_PREFIX=	yes
 USE_AUTOMAKE=	yes
 AUTOMAKE_ARGS=	--include-deps
+DEF_SERVER=	${PREFIX}/bin/X
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include \
 			-DCSRG_BASED -DHAS_SETUSERCONTEXT" \
-		LIBS="-L${LOCALBASE}/lib ${LIBPAM}"
+		LIBS="-L${LOCALBASE}/lib ${LIBPAM}" \
+		DEF_SERVER="${DEF_SERVER}"
 CONFIGURE_ARGS=	--with-logdir=/var/log \
 		--with-runlockdir=/var/run \
 		--with-wdmdir=${PREFIX}/lib/X11/wdm \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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