pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-ufraw This package needs a C99 compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0802bb314b8e
branches:  trunk
changeset: 500528:0802bb314b8e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 10 09:07:22 2005 +0000

description:
This package needs a C99 compiler.

diffstat:

 graphics/gimp-ufraw/Makefile         |   4 +++-
 graphics/gimp-ufraw/distinfo         |   3 +--
 graphics/gimp-ufraw/patches/patch-ac |  21 ---------------------
 3 files changed, 4 insertions(+), 24 deletions(-)

diffs (56 lines):

diff -r 3fc812ee13fc -r 0802bb314b8e graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Mon Oct 10 09:05:59 2005 +0000
+++ b/graphics/gimp-ufraw/Makefile      Mon Oct 10 09:07:22 2005 +0000
@@ -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 @@
 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 -r 3fc812ee13fc -r 0802bb314b8e graphics/gimp-ufraw/distinfo
--- a/graphics/gimp-ufraw/distinfo      Mon Oct 10 09:05:59 2005 +0000
+++ b/graphics/gimp-ufraw/distinfo      Mon Oct 10 09:07:22 2005 +0000
@@ -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 -r 3fc812ee13fc -r 0802bb314b8e graphics/gimp-ufraw/patches/patch-ac
--- a/graphics/gimp-ufraw/patches/patch-ac      Mon Oct 10 09:05:59 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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");



Home | Main Index | Thread Index | Old Index