From brett@peloton.physics.montana.edu  Wed Nov 26 13:10:08 1997
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 NAA19714
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Nov 1997 13:10:06 -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 OAA03219; Wed, 26 Nov 1997 14:11:34 -0700 (MST)
Message-Id: <199711262111.OAA03219@peloton.physics.montana.edu>
Date: Wed, 26 Nov 1997 14:11:34 -0700 (MST)
From: brett@peloton.physics.montana.edu
Reply-To: brett@peloton.physics.montana.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: a second tkstep80 bug
X-Send-Pr-Version: 3.2

>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:    tg
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 26 13:20:01 PST 1997
>Closed-Date:    Mon Dec 1 04:42:14 PST 1997
>Last-Modified:  Mon Dec  1 04:42:47 PST 1997
>Originator:     Brett Taylor
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
Montana State University, Bozeman
>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

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->tg 
Responsible-Changed-By: tg 
Responsible-Changed-When: Wed Nov 26 23:53:04 PST 1997 
Responsible-Changed-Why:  
My port. 
State-Changed-From-To: open->closed 
State-Changed-By: tg 
State-Changed-When: Mon Dec 1 04:42:14 PST 1997 
State-Changed-Why:  
Fixed in latest revisions of tiff34 and tkstep80. 
>Unformatted:
