diff options
author | gdt <gdt@pkgsrc.org> | 2013-03-01 14:38:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-03-01 14:38:51 +0000 |
commit | d19e44168d5cbec90f2146b31a264b784c82265b (patch) | |
tree | f6a86aae853855a787ed7f4ab1fe0f64f3db9227 /graphics/lensfun | |
parent | cc704390a4468fde1854ee309dbd4137ac96bc63 (diff) | |
download | pkgsrc-d19e44168d5cbec90f2146b31a264b784c82265b.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/Makefile | 3 | ||||
-rw-r--r-- | graphics/lensfun/distinfo | 3 | ||||
-rw-r--r-- | graphics/lensfun/patches/patch-ac | 14 |
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> |