ports/72965: ports/comms/hylafax chokes on ports/graphics/tiff version 3.7

Helge Oldach hylafax-tiff37 at oldach.net
Thu Oct 21 16:00:51 UTC 2004


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



More information about the freebsd-ports-bugs mailing list