Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 1997 15:22:41 -0700 (MST)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5150: tkstep80 bug fix
Message-ID:  <199711252222.PAA04887@peloton.physics.montana.edu>
Resent-Message-ID: <199711252230.OAA09883@hub.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711252222.PAA04887>