Date: Mon, 10 Jan 2000 11:07:07 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/16038: Update port: x11/wdm Message-ID: <20000110190707.B2ECA157F5@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16038 >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: Mon Jan 10 11:10:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Remove excessive LIB_DEPENDS entry (x11-wm/windowmaker has dependancy for other libraries) - Fix PREFIX/X11BASE usage >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/wdm/Makefile x11/wdm/Makefile --- /usr/ports/x11/wdm/Makefile Wed Nov 10 08:18:09 1999 +++ x11/wdm/Makefile Sun Jan 9 10:25:24 2000 @@ -13,13 +13,7 @@ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - wraster.3:${PORTSDIR}/x11-wm/windowmaker \ - PropList.2:${PORTSDIR}/devel/libPropList +LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -42,7 +36,7 @@ DAEMONPIC= daemon1-HQ-1280x960.jpg post-patch: - @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/doc/*.man + @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/doc/*.man pre-configure: @(cd ${WRKSRC}; automake -a --include-deps) diff -urN /usr/ports/x11/wdm/patches/patch-ad x11/wdm/patches/patch-ad --- /usr/ports/x11/wdm/patches/patch-ad Wed Nov 10 08:18:14 1999 +++ x11/wdm/patches/patch-ad Sun Jan 9 10:26:08 2000 @@ -1,11 +1,11 @@ --- doc/wdmLogin.man.orig Fri May 21 20:49:56 1999 -+++ doc/wdmLogin.man Fri May 21 20:50:09 1999 ++++ doc/wdmLogin.man Sat Jan 8 03:33:27 2000 @@ -49,7 +49,7 @@ to an image file (tiff, png, jpeg and xpm allowed) and it will be scaled to use the full screen. .SH FILES -\fBwdmLogin\fP can be customized by modifying \fI/etc/X11/wdm/wdm-config\fP. -+\fBwdmLogin\fP can be customized by modifying \fI%%X11BASE%%/lib/X11/wdm/wdm-config\fP. ++\fBwdmLogin\fP can be customized by modifying \fI%%PREFIX%%/lib/X11/wdm/wdm-config\fP. .SH SEE ALSO .BR wdm (1x) .SH AUTHOR >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?20000110190707.B2ECA157F5>