summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-10 09:07:22 +0000
committerrillig <rillig>2005-10-10 09:07:22 +0000
commit73c1b0f86b60b16b9f08e8dc1836e34bc414a316 (patch)
tree4eb3ba44e979df75df6c52e71b09401520ec7019 /graphics/gimp-ufraw
parent709bba8c8061da5d8420f873a2a13415d67a2b24 (diff)
downloadpkgsrc-73c1b0f86b60b16b9f08e8dc1836e34bc414a316.tar.gz
This package needs a C99 compiler.
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r--graphics/gimp-ufraw/Makefile4
-rw-r--r--graphics/gimp-ufraw/distinfo3
-rw-r--r--graphics/gimp-ufraw/patches/patch-ac21
3 files changed, 4 insertions, 24 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index e29669c977e..85eb13f446d 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/10/04 12:58:13 gdt Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/10 09:07:22 rillig Exp $
DISTNAME= ufraw-0.5
PKGNAME= gimp-${DISTNAME}
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_TOOLS+= perl:run pod2man
+# This package uses too much C99 code to be patched.
+GCC_REQD+= 3.0
BUILDLINK_TRANSFORM+= rm:-std=gnu99
CONFIGURE_ARGS+= --enable-extras
diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo
index 96f2bf66d8e..b22d075e7ab 100644
--- a/graphics/gimp-ufraw/distinfo
+++ b/graphics/gimp-ufraw/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.10 2005/10/04 12:58:13 gdt Exp $
+$NetBSD: distinfo,v 1.11 2005/10/10 09:07:22 rillig Exp $
SHA1 (ufraw-0.5.tar.gz) = dc6d89157acd25d84ee48148772d6800dfb4eb1c
RMD160 (ufraw-0.5.tar.gz) = 5cfe6be92507b81996d98fa6ddedc1de34a1ba52
Size (ufraw-0.5.tar.gz) = 284234 bytes
SHA1 (patch-aa) = 1ef87b4f0429b01338957b2e0203fd7cb95f08e1
SHA1 (patch-ab) = ece7b54ed6e2209dd4654bc9c29d07c2c5db3e0a
-SHA1 (patch-ac) = 5ff3907f1683526946f15baa0928facffd5f31d1
diff --git a/graphics/gimp-ufraw/patches/patch-ac b/graphics/gimp-ufraw/patches/patch-ac
deleted file mode 100644
index 7426d8bd359..00000000000
--- a/graphics/gimp-ufraw/patches/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2005/10/04 12:58:13 gdt Exp $
-
---- ufraw.c.orig 2005-08-29 18:53:28.000000000 -0400
-+++ ufraw.c
-@@ -30,6 +30,7 @@ int main (int argc, char **argv)
- int status;
- GtkWidget *dummyWindow=NULL;
- const char *locale;
-+ int optInd;
-
- ufraw_binary = g_path_get_basename(argv[0]);
-
-@@ -65,7 +66,7 @@ int main (int argc, char **argv)
- g_strlcpy(rc.outputFilename, "", max_path);
-
- /* Put the command-line options in cmd */
-- int optInd = ufraw_process_args(&argc, &argv, &cmd, &rc);
-+ optInd = ufraw_process_args(&argc, &argv, &cmd, &rc);
- if (strlen(cmd.outputFilename)!=0) {
- ufraw_message(UFRAW_ERROR,
- "--output option is valid only in batch mode");