diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-24 16:26:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-24 16:26:16 +0000 |
commit | ef6d12b426cf4ed5ced502d58301b08df9168ce7 (patch) | |
tree | b37042b515071b519339823b4fa3438681c4717c | |
parent | 7e4c08200300d360f6e2ff0142ee920ee81a21ee (diff) | |
download | pkgsrc-ef6d12b426cf4ed5ced502d58301b08df9168ce7.tar.gz |
Add upstream bug report (file by someone else, and already fixed).
-rw-r--r-- | geography/gdal-lib/distinfo | 4 | ||||
-rw-r--r-- | geography/gdal-lib/patches/patch-ab | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo index 25bb89bd84e..090863156c7 100644 --- a/geography/gdal-lib/distinfo +++ b/geography/gdal-lib/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2011/01/18 09:01:29 wiz Exp $ +$NetBSD: distinfo,v 1.13 2011/01/24 16:26:16 wiz Exp $ SHA1 (gdal-1.7.3.tar.gz) = 58d4355fe792ad618bb74605dc1a084a0aeb7cb1 RMD160 (gdal-1.7.3.tar.gz) = ce84a12d48c85a58c56a17381aee1c4f2ba08b57 Size (gdal-1.7.3.tar.gz) = 7757684 bytes SHA1 (patch-aa) = 2c017bda45d4ed4fb10f7e70d33b707ca33149d1 -SHA1 (patch-ab) = 566dadb4e710207a42acd07e216496b6e476e6b4 +SHA1 (patch-ab) = d551e277108c4dbbde595a7797b3c3ceaa39a058 diff --git a/geography/gdal-lib/patches/patch-ab b/geography/gdal-lib/patches/patch-ab index 5a8a934371c..55490a91c1c 100644 --- a/geography/gdal-lib/patches/patch-ab +++ b/geography/gdal-lib/patches/patch-ab @@ -1,6 +1,7 @@ -$NetBSD: patch-ab,v 1.7 2011/01/18 09:01:29 wiz Exp $ +$NetBSD: patch-ab,v 1.8 2011/01/24 16:26:16 wiz Exp $ Fix build with png-1.5. +http://trac.osgeo.org/gdal/ticket/3914 --- frmts/png/pngdataset.cpp.orig 2010-11-07 18:28:47.000000000 +0000 +++ frmts/png/pngdataset.cpp |