Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 17:53:03 +0200 (CEST)
From:      Helge Oldach <hylafax-tiff37@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72965: ports/comms/hylafax chokes on ports/graphics/tiff version 3.7
Message-ID:  <200410211553.i9LFr380000969@sep.oldach.net>
Resent-Message-ID: <200410211600.i9LG0oTR064918@freefall.freebsd.org>

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

>Number:         72965
>Category:       ports
>Synopsis:       ports/comms/hylafax chokes on ports/graphics/tiff version 3.7
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 21 16:00:48 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost 4.10-STABLE FreeBSD 4.10-STABLE #2000: Thu Oct 14 22:08:23 CEST 2004 toor@localhost:/usr/obj/usr/src/sys/GENERIC i386

>Description:

ports/comms/hylafax fails to build with the recent update of
ports/graphics/tiff as it wants TIFF version 3.5 or 3.6 but not 3.7

>How-To-Repeat:
	
>Fix:

--- configure.bak	Thu Oct 21 16:52:51 2004
+++ configure	Thu Oct 21 16:58:54 2004
@@ -2375,7 +2375,7 @@
 	if [ ${header_ver} -ge 19960307 ]; then
 	    if [ "${lib_ver}" = "3.4" ]; then
 		tiff_runlen_t="uint16"
-	    elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" ]; then
+	    elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" -o "${lib_ver}" = "3.7" ]; then
 		tiff_runlen_t="uint32"
 	    fi
 	fi


>Release-Note:
>Audit-Trail:
>Unformatted:



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