pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tiff graphics/tiff: Update to 4.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/200e91f5cd79
branches: trunk
changeset: 450591:200e91f5cd79
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Apr 20 13:12:54 2021 +0000
description:
graphics/tiff: Update to 4.3.0
Upstream changes:
tiff requires C99 and uses C99 types. The previous tiff types are
deprecated.
new codec for LERC
bugfixes
pruning of things no longer in use
https://libtiff.gitlab.io/libtiff/v4.3.0.html
diffstat:
graphics/tiff/Makefile | 6 +++---
graphics/tiff/PLIST | 3 ++-
graphics/tiff/distinfo | 11 +++++------
graphics/tiff/patches/patch-configure | 30 ------------------------------
4 files changed, 10 insertions(+), 40 deletions(-)
diffs (82 lines):
diff -r 5b4e6aeda106 -r 200e91f5cd79 graphics/tiff/Makefile
--- a/graphics/tiff/Makefile Tue Apr 20 13:07:39 2021 +0000
+++ b/graphics/tiff/Makefile Tue Apr 20 13:12:54 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.148 2021/01/04 18:05:03 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2021/04/20 13:12:54 gdt Exp $
-DISTNAME= tiff-4.2.0
+DISTNAME= tiff-4.3.0
CATEGORIES= graphics
MASTER_SITES= https://download.osgeo.org/libtiff/
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= http://simplesystems.org/libtiff/
COMMENT= Library and tools for reading and writing TIFF data files
LICENSE= mit
diff -r 5b4e6aeda106 -r 200e91f5cd79 graphics/tiff/PLIST
--- a/graphics/tiff/PLIST Tue Apr 20 13:07:39 2021 +0000
+++ b/graphics/tiff/PLIST Tue Apr 20 13:12:54 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2021/01/04 18:05:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2021/04/20 13:12:54 gdt Exp $
bin/fax2ps
bin/fax2tiff
bin/pal2rgb
@@ -236,4 +236,5 @@
share/doc/tiff/html/v4.0.8.html
share/doc/tiff/html/v4.0.9.html
share/doc/tiff/html/v4.1.0.html
+share/doc/tiff/html/v4.2.0.html
share/doc/tiff/html/v${PKGVERSION}.html
diff -r 5b4e6aeda106 -r 200e91f5cd79 graphics/tiff/distinfo
--- a/graphics/tiff/distinfo Tue Apr 20 13:07:39 2021 +0000
+++ b/graphics/tiff/distinfo Tue Apr 20 13:12:54 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.96 2021/01/04 18:05:03 wiz Exp $
+$NetBSD: distinfo,v 1.97 2021/04/20 13:12:54 gdt Exp $
-SHA1 (tiff-4.2.0.tar.gz) = 400ff865beb34499633dd1095fe438995e6da707
-RMD160 (tiff-4.2.0.tar.gz) = ec0786653efa76fcd30c9c7274c1c246719821de
-SHA512 (tiff-4.2.0.tar.gz) = d7d42e6e6dbda9604c638f28e6cfa4705191a4e8ea276d18031d50dbab0931ac91141e57a2cf294124487f1a2e6dfcb9be62431c1b69de5acf4d0e632f3322e5
-Size (tiff-4.2.0.tar.gz) = 2809373 bytes
-SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6
+SHA1 (tiff-4.3.0.tar.gz) = c03f6cb05b64ff496b3a5c733a0af6296aead051
+RMD160 (tiff-4.3.0.tar.gz) = 254477d12e79309cb82615eaad9946cc627a58f3
+SHA512 (tiff-4.3.0.tar.gz) = e04a4a6c542e58a174c1e9516af3908acf1d3d3e1096648c5514f4963f73e7af27387a76b0fbabe43cf867a18874088f963796a7cd6e45deb998692e3e235493
+Size (tiff-4.3.0.tar.gz) = 2808254 bytes
diff -r 5b4e6aeda106 -r 200e91f5cd79 graphics/tiff/patches/patch-configure
--- a/graphics/tiff/patches/patch-configure Tue Apr 20 13:07:39 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-configure,v 1.4 2015/08/27 19:16:53 adam Exp $
-
-To avoid conflict with Security.framework on OS X, prefer unsigned long long as 64-bit type.
-
---- configure.orig 2015-08-24 22:13:55.000000000 +0000
-+++ configure
-@@ -17750,11 +17750,7 @@ _ACEOF
- $as_echo_n "checking for unsigned 64-bit type... " >&6; }
- UINT64_T='none'
- UINT64_FORMAT='none'
--if test $ac_cv_sizeof_unsigned_long -eq 8
--then
-- UINT64_T='unsigned long'
-- UINT64_FORMAT='"%lu"'
--elif test $ac_cv_sizeof_unsigned_long_long -eq 8
-+if test $ac_cv_sizeof_unsigned_long_long -eq 8
- then
- UINT64_T='unsigned long long'
- case "${host_os}" in
-@@ -17766,6 +17762,10 @@ then
- UINT64_FORMAT='"%llu"'
- ;;
- esac
-+elif test $ac_cv_sizeof_unsigned_long -eq 8
-+then
-+ UINT64_T='unsigned long'
-+ UINT64_FORMAT='"%lu"'
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UINT64_T" >&5
- $as_echo "$UINT64_T" >&6; }
Home |
Main Index |
Thread Index |
Old Index