summaryrefslogtreecommitdiff
path: root/graphics/lensfun
diff options
context:
space:
mode:
authorgdt <gdt>2013-03-01 14:38:51 +0000
committergdt <gdt>2013-03-01 14:38:51 +0000
commit4670ed14b2b2eaf674590914a3d6c43e3d7dfacb (patch)
treef6a86aae853855a787ed7f4ab1fe0f64f3db9227 /graphics/lensfun
parent7ede52480b73d7c2c0ad101a7ffa8ed8df903700 (diff)
downloadpkgsrc-4670ed14b2b2eaf674590914a3d6c43e3d7dfacb.tar.gz
Drop vestigial patch-ac.
Most of this had been applied upstream (or was taken from upstream). The only thing left was adding an include of string.h, but it builds w/o warnings without it, so that appears no longer necessary.
Diffstat (limited to 'graphics/lensfun')
-rw-r--r--graphics/lensfun/Makefile3
-rw-r--r--graphics/lensfun/distinfo3
-rw-r--r--graphics/lensfun/patches/patch-ac14
3 files changed, 3 insertions, 17 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile
index f025b556bcb..ff1ae394fd4 100644
--- a/graphics/lensfun/Makefile
+++ b/graphics/lensfun/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2013/03/01 14:35:53 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2013/03/01 14:38:51 gdt Exp $
#
DISTNAME= lensfun-0.2.6
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://download.berlios.de/lensfun/
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/lensfun/distinfo b/graphics/lensfun/distinfo
index 4776228630d..9eee5132497 100644
--- a/graphics/lensfun/distinfo
+++ b/graphics/lensfun/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.7 2013/03/01 14:33:51 gdt Exp $
+$NetBSD: distinfo,v 1.8 2013/03/01 14:38:51 gdt Exp $
SHA1 (lensfun-0.2.6.tar.bz2) = 0d7ffbae5c54159308114f69a9e2bc5f4d24d836
RMD160 (lensfun-0.2.6.tar.bz2) = 03d3513ae2d66464313eb6f0587e8ec8a1c33387
Size (lensfun-0.2.6.tar.bz2) = 505690 bytes
SHA1 (patch-aa) = d31dd742f232aa8a75f50f14f782918ba11a8119
SHA1 (patch-ab) = 5455bda9546dce6cc5b4a73429092afdee04bd23
-SHA1 (patch-ac) = abaf6c1b6c6de8ed32489f3cbee8de8e495f604c
SHA1 (patch-ad) = f9d54534d3be809e8517ec262e776c9d1785acd8
SHA1 (patch-ae) = c7f47ac5081d52244f38d0fc40795c7cb00f40e4
diff --git a/graphics/lensfun/patches/patch-ac b/graphics/lensfun/patches/patch-ac
deleted file mode 100644
index b0b38c4b185..00000000000
--- a/graphics/lensfun/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2013/03/01 14:33:51 gdt Exp $
-
-Leftover hunk from "Fix build with png-1.6." (Most were applied upstream.)
-
---- libs/auxfun/image.cpp.orig 2012-05-22 05:55:37.000000000 -0400
-+++ libs/auxfun/image.cpp 2013-03-01 09:14:37.000000000 -0500
-@@ -7,6 +7,7 @@
- #include <zlib.h>
- #include <png.h>
- #include <stdlib.h>
-+#include <string.h>
- #ifdef _MSC_VER
- #define _USE_MATH_DEFINES 1
- #include <math.h>