Date: Fri, 25 Feb 2000 17:07:01 +1100 (EST) From: Benno Rice <benno@rat-thing.netizen.com.au> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16975: graphics/xfig port (among others) depends on the wrong version of Xaw3d Message-ID: <200002250607.RAA22583@rat-thing.netizen.com.au>
next in thread | raw e-mail | index | archive | help
>Number: 16975 >Category: ports >Synopsis: graphics/xfig port (among others) depends on the wrong version of Xaw3d >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 24 22:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Benno Rice >Release: FreeBSD 4.0-CURRENT i386 >Organization: Netizen Pty Ltd >Environment: Twinhead Slimnote VX laptop. Current build as of 22 Feb. Ports cvsup as of 4:45pm, 25 Feb (Australian time) >Description: The xfig port depends on Xaw3d.6, whereas the current libXaw3d port builds Xaw3d.7. This problem also applies to: audio/timidity++-xaw cad/felt emulators/vice games/3dc games/xmine graphics/fxtv japanese/kterm japanese/kterm16c japanese/xfig math/siag print/gv x11/libsx >How-To-Repeat: Attempt to build xfig. >Fix: Apply the patch below to ports/graphics/xfig/Makefile and similar patches to the other ports affected. *** Makefile.orig Fri Feb 25 16:54:52 2000 --- Makefile Fri Feb 25 16:48:26 2000 *************** *** 17,23 **** LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ ! Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes --- 17,23 ---- LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ ! Xaw3d.7:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes >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?200002250607.RAA22583>