pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-refocus-it This package needs asprintf.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d82389a29ed3
branches:  trunk
changeset: 535513:d82389a29ed3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 20 17:46:44 2007 +0000

description:
This package needs asprintf.

diffstat:

 graphics/gimp-refocus-it/Makefile         |   3 ++-
 graphics/gimp-refocus-it/distinfo         |   4 ++--
 graphics/gimp-refocus-it/patches/patch-aa |  21 +++++++++++++++++----
 3 files changed, 21 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r 0536e71263f4 -r d82389a29ed3 graphics/gimp-refocus-it/Makefile
--- a/graphics/gimp-refocus-it/Makefile Tue Nov 20 17:19:59 2007 +0000
+++ b/graphics/gimp-refocus-it/Makefile Tue Nov 20 17:46:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/09/21 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/11/20 17:46:44 rillig Exp $
 #
 
 DISTNAME=              refocus-it-2.0.0
@@ -15,6 +15,7 @@
 GNU_CONFIGURE=         yes
 #just build the plugin
 CONFIGURE_ARGS+=       --without-cmdline
+USE_FEATURES=          asprintf
 USE_TOOLS+=            intltool msgfmt pkg-config
 
 PTHREAD_AUTO_VARS=     yes
diff -r 0536e71263f4 -r d82389a29ed3 graphics/gimp-refocus-it/distinfo
--- a/graphics/gimp-refocus-it/distinfo Tue Nov 20 17:19:59 2007 +0000
+++ b/graphics/gimp-refocus-it/distinfo Tue Nov 20 17:46:44 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2007/11/20 17:46:44 rillig Exp $
 
 SHA1 (refocus-it-2.0.0.tar.gz) = 746adb97da84cde10d9f8cd1925652164306dd95
 RMD160 (refocus-it-2.0.0.tar.gz) = 33f455c5d598001c1dfde269ea972dd8e2378ead
 Size (refocus-it-2.0.0.tar.gz) = 249425 bytes
-SHA1 (patch-aa) = 473cf1361d72b9ebb5aab6e0137840242c38e1de
+SHA1 (patch-aa) = 7103bfc96702d327387011e015596508c625b222
 SHA1 (patch-ab) = 71d67d7f4fa0a9dcfe8404b390fcb06564787926
diff -r 0536e71263f4 -r d82389a29ed3 graphics/gimp-refocus-it/patches/patch-aa
--- a/graphics/gimp-refocus-it/patches/patch-aa Tue Nov 20 17:19:59 2007 +0000
+++ b/graphics/gimp-refocus-it/patches/patch-aa Tue Nov 20 17:46:44 2007 +0000
@@ -1,8 +1,21 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/01/16 11:51:52 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2007/11/20 17:46:44 rillig Exp $
 
---- gimp-plugin/main-gimp.c.orig       2005-01-14 23:05:32.000000000 +0100
-+++ gimp-plugin/main-gimp.c
-@@ -27,6 +27,7 @@
+--- gimp-plugin/main-gimp.c.orig       2004-07-19 12:17:44.000000000 +0200
++++ gimp-plugin/main-gimp.c    2007-11-20 18:45:06.000000000 +0100
+@@ -19,6 +19,12 @@
+ 
+ #define _GNU_SOURCE
+ 
++#if HAVE_NBCOMPAT_H
++#  include <nbcompat/config.h>
++#  include <nbcompat/cdefs.h>
++#  include <nbcompat/stdio.h>
++#endif
++
+ #include <gtk/gtk.h>
+ #include <glib.h>
+ #include <libgimp/gimp.h>
+@@ -27,6 +33,7 @@
  #include <ctype.h>
  #include <stdlib.h>
  #include <time.h>



Home | Main Index | Thread Index | Old Index