From nobody@FreeBSD.org  Fri Jan 12 12:07:14 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id E000537B402
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Jan 2001 12:07:13 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f0CK7DN92226;
	Fri, 12 Jan 2001 12:07:13 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200101122007.f0CK7DN92226@freefall.freebsd.org>
Date: Fri, 12 Jan 2001 12:07:13 -0800 (PST)
From: tkato@prontomail.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: x11/wdm
X-Send-Pr-Version: www-1.0

>Number:         24289
>Category:       ports
>Synopsis:       Update port: x11/wdm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 12 12:10:01 PST 2001
>Closed-Date:    Fri Jan 12 12:29:24 PST 2001
>Last-Modified:  Fri Jan 12 12:29:41 PST 2001
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix breakage under new location where WINGs headers are installed
  (after Window Maker 0.63.1)

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11/wdm/Makefile x11/wdm/Makefile
--- /usr/ports/x11/wdm/Makefile	Tue Jun 20 19:21:38 2000
+++ x11/wdm/Makefile	Fri Jan 12 05:53:47 2001
@@ -20,7 +20,7 @@
 DIST_SUBDIR=	wdm
 USE_X_PREFIX=	yes
 USE_AUTOMAKE=	yes
-AUTOMAKE=	automake -a -i
+AUTOMAKE_ARGS=	--include-deps
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include \
 			-DCSRG_BASED -DHAS_SETUSERCONTEXT" \
 		LIBS="-L${LOCALBASE}/lib ${LIBPAM}"
@@ -28,6 +28,8 @@
 		--with-runlockdir=/var/run \
 		--with-wdmdir=${PREFIX}/lib/X11/wdm \
 		--with-Logo=Earth200x130.xpm \
+		--with-gfx-incs=${X11BASE}/include/WINGs \
+		--with-gfx-libs=${X11BASE}/lib \
 		--with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin:${LOCALBASE}/bin \
 		--with-defsystempath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin \
 		--with-wmlist=wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
@@ -41,7 +43,7 @@
 LIBPAM=		-lpam
 .endif
 
-pre-fetch:
+pre-everything:
 .if !defined(WITH_PAM)
 	@${ECHO_MSG} "To build this port with PAM support, define \"WITH_PAM\"."
 .endif


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Fri Jan 12 12:29:24 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24289 
>Unformatted:
