diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-24 20:19:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-24 20:19:40 +0000 |
commit | 3d7f058a9ff30fe0dbce4989157f4cccf994bca3 (patch) | |
tree | e4a78b54adb72e8f37a0bf125d27218df3cf3b0b /graphics | |
parent | 48b0ac136b06e78aad874905007bff26c2b1359b (diff) | |
download | pkgsrc-3d7f058a9ff30fe0dbce4989157f4cccf994bca3.tar.gz |
Remove patches that were removed from distinfo
during update to 0.6.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-ufraw/patches/patch-aa | 13 | ||||
-rw-r--r-- | graphics/gimp-ufraw/patches/patch-ab | 15 |
3 files changed, 2 insertions, 29 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 3b7ecc1d741..5d4fb050748 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/11/18 11:23:34 gdt Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/24 20:19:40 wiz Exp $ DISTNAME= ufraw-0.6 PKGNAME= gimp-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} diff --git a/graphics/gimp-ufraw/patches/patch-aa b/graphics/gimp-ufraw/patches/patch-aa deleted file mode 100644 index 697b31d3a37..00000000000 --- a/graphics/gimp-ufraw/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2005/09/27 00:31:18 gdt Exp $ - ---- Makefile.in.orig 2005-09-24 21:37:15.000000000 -0400 -+++ Makefile.in -@@ -140,7 +140,7 @@ sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - @MAKE_EXTRAS_FALSE@bin_PROGRAMS = ufraw ufraw-batch --@MAKE_EXTRAS_TRUE@bin_PROGRAMS = ufraw ufraw-batch dcraw nikon-curve ufraw-exif -+@MAKE_EXTRAS_TRUE@bin_PROGRAMS = ufraw ufraw-batch nikon-curve ufraw-exif - - @MAKE_GIMP_TRUE@gimpbin_PROGRAMS = ufraw-gimp - @MAKE_GIMP_TRUE@gimpbindir = $(GIMP_LIBDIR)/plug-ins diff --git a/graphics/gimp-ufraw/patches/patch-ab b/graphics/gimp-ufraw/patches/patch-ab deleted file mode 100644 index aea016cef20..00000000000 --- a/graphics/gimp-ufraw/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2005/09/29 13:20:48 gdt Exp $ - ---- dcraw.c.orig 2005-09-15 14:24:38.000000000 -0400 -+++ dcraw.c -@@ -188,7 +188,9 @@ int tone_curve_size = 0, tone_curve_offs - 3 G R G R G R 3 B G B G B G 3 R G R G R G 3 G B G B G B - */ - --#ifndef __GLIBC__ -+#include <sys/param.h> -+ -+#if !(defined(__GLIBC__) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 300000000))) - char *memmem (char *haystack, size_t haystacklen, - char *needle, size_t needlelen) - { |