From owner-svn-ports-all@freebsd.org Sun Nov 10 17:06:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C98F51B8FDB; Sun, 10 Nov 2019 17:06:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47B0lT4wYQz49Vv; Sun, 10 Nov 2019 17:06:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CEED20D6; Sun, 10 Nov 2019 17:06:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAAH6DuY033134; Sun, 10 Nov 2019 17:06:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAAH6DPl033133; Sun, 10 Nov 2019 17:06:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201911101706.xAAH6DPl033133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Nov 2019 17:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517219 - head/comms/hylafax/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/comms/hylafax/files X-SVN-Commit-Revision: 517219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2019 17:06:13 -0000 Author: antoine Date: Sun Nov 10 17:06:13 2019 New Revision: 517219 URL: https://svnweb.freebsd.org/changeset/ports/517219 Log: Allow building with tiff >= 4.1 Modified: head/comms/hylafax/files/patch-configure Modified: head/comms/hylafax/files/patch-configure ============================================================================== --- head/comms/hylafax/files/patch-configure Sun Nov 10 17:03:17 2019 (r517218) +++ head/comms/hylafax/files/patch-configure Sun Nov 10 17:06:13 2019 (r517219) @@ -1,6 +1,6 @@ ---- configure.orig 2012-06-06 02:58:38.000000000 +0200 -+++ configure 2013-10-23 14:29:24.000000000 +0200 -@@ -831,7 +831,8 @@ +--- configure.orig 2018-09-18 18:51:17 UTC ++++ configure +@@ -831,7 +831,8 @@ checkGCCVersion() # NB: use ANSI C prototype to weed out non-ANSI compilers. # cat>dummy.c<dummy.c<' cat<t.c< @@ -157,7 +157,7 @@ { ioctl(0, TXADDCD, "rts"); ioctl(0, TXDELCD, "rts"); -@@ -2537,8 +2572,9 @@ +@@ -2537,8 +2572,9 @@ CheckLibtiff() tiff_bytecount_t="" cat>t.c< @@ -168,7 +168,13 @@ { printf( "header_ver=%d lib_ver=%s", TIFFLIB_VERSION, TIFFGetVersion() ); exit(0); -@@ -2568,7 +2604,7 @@ +@@ -2563,12 +2599,12 @@ EOF + tiff_offset_t="uint32" + tiff_bytecount_t="uint32" + ;; +- 4.[0]) tiff_runlen_t="uint32" ++ 4.[01]) tiff_runlen_t="uint32" + tiff_offset_t="uint64" tiff_bytecount_t="uint64" echo '#define TIFFHeader TIFFHeaderClassic' echo '#define TIFF_VERSION TIFF_VERSION_CLASSIC' @@ -177,7 +183,7 @@ ;; esac fi -@@ -3255,7 +3291,7 @@ +@@ -3255,7 +3291,7 @@ FUNCS=" strtoul writev " @@ -186,7 +192,7 @@ for i in $FUNCS; do CheckForFunc $i || { Note "... emulate $i" -@@ -3313,8 +3349,9 @@ +@@ -3313,8 +3349,9 @@ Note "Checking ZLIB support." # Verify library is compatible. # cat>t.c<