Date: Wed, 26 Nov 1997 14:11:34 -0700 (MST) From: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/5160: a second tkstep80 bug Message-ID: <199711262111.OAA03219@peloton.physics.montana.edu> Resent-Message-ID: <199711262120.NAA20367@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 5160 >Category: ports >Synopsis: tkstep80 says it needs tiff-3.4, but won't compile wo/ 3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 13:20:01 PST 1997 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD 2.2.5-STABLE >Description: The tkstep80 port says it requires tiff-3.4. However, if you have only tiff-3.4 installed, the make on tkstep80 will bomb. tkstep80 will however compile when only tiff-3.3 is installed or when tiff-3.3 and tiff-3.4 are installed. >How-To-Repeat: to see it break: pkg_delete tiff-3.3 cd /usr/ports/x11/tkstep80; make all install clean to see it work w/ tiff-3.3 alone: pkg_delete tiff-3.4 cd /usr/ports/graphics/tiff-3.3; make all install clean cd /usr/ports/x11/tkstep80 apply patch below to the tkstep80 Makefile make all install clean >Fix: *** Makefile Wed Nov 26 13:35:07 1997 --- Makefile Wed Nov 26 12:02:42 1997 *************** *** 19,25 **** LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ ! tiff34:${PORTSDIR}/graphics/tiff34 FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p -d ${WRKDIR} -E --quiet --- 19,25 ---- LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ ! tiff\\.3\\.3:${PORTSDIR}/graphics/tiff FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p -d ${WRKDIR} -E --quiet >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711262111.OAA03219>