Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2001 12:07:13 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24289: Update port: x11/wdm
Message-ID:  <200101122007.f0CK7DN92226@freefall.freebsd.org>

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

>Number:         24289
>Category:       ports
>Synopsis:       Update port: x11/wdm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 12 12:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>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?200101122007.f0CK7DN92226>