From owner-freebsd-ports Tue Nov 25 14:30:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09897 for ports-outgoing; Tue, 25 Nov 1997 14:30:07 -0800 (PST) (envelope-from owner-freebsd-ports) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09883; Tue, 25 Nov 1997 14:30:02 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 1997 14:30:02 -0800 (PST) Resent-Message-Id: <199711252230.OAA09883@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, brett@peloton.physics.montana.edu Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08417 for ; Tue, 25 Nov 1997 14:21:15 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.7.3) id PAA04887; Tue, 25 Nov 1997 15:22:41 -0700 (MST) Message-Id: <199711252222.PAA04887@peloton.physics.montana.edu> Date: Tue, 25 Nov 1997 15:22:41 -0700 (MST) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5150: tkstep80 bug fix Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5150 >Category: ports >Synopsis: tkstep80 has a bug in LIB_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 14:30:01 PST 1997 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: tkstep80 has a bug in the LIB_DEPENDS portion of the Makefile. The tiff library listing is wrong, so although tiff-3.4 was installed on my machine it would try to do it again. >How-To-Repeat: make the tiff-3.4 port, then make tkstep80 - it will attempt to build tiff-3.4 again >Fix: Make the following change to the Makefile in the LIB_DEPENDS section: old < tiff\\.4\\.:${PORTSDIR}/graphics/tiff34 --- new > tiff34:${PORTSDIR}/graphics/tiff34 >Audit-Trail: >Unformatted: