Wed Aug 18 17:40:31 2010 UTC ()
GNU make fallout: it has become stricter wrt tabulation.


(asau)
diff -r1.10 -r1.11 pkgsrc/math/genius/distinfo
diff -r0 -r1.1 pkgsrc/math/genius/patches/patch-ab

cvs diff -r1.10 -r1.11 pkgsrc/math/genius/distinfo (expand / switch to unified diff)

--- pkgsrc/math/genius/distinfo 2010/01/20 17:16:38 1.10
+++ pkgsrc/math/genius/distinfo 2010/08/18 17:40:31 1.11
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.10 2010/01/20 17:16:38 drochner Exp $ 1$NetBSD: distinfo,v 1.11 2010/08/18 17:40:31 asau Exp $
2 2
3SHA1 (genius-1.0.9.tar.gz) = 04cc07365418f2f4c428cd40bd7fea85a83a151a 3SHA1 (genius-1.0.9.tar.gz) = 04cc07365418f2f4c428cd40bd7fea85a83a151a
4RMD160 (genius-1.0.9.tar.gz) = d2765d07aa790ff3aeb88b4ad71d882e711d49a1 4RMD160 (genius-1.0.9.tar.gz) = d2765d07aa790ff3aeb88b4ad71d882e711d49a1
5Size (genius-1.0.9.tar.gz) = 2171307 bytes 5Size (genius-1.0.9.tar.gz) = 2171307 bytes
 6SHA1 (patch-ab) = 18c647d379d34bedbf2415a41b675333940cec71

File Added: pkgsrc/math/genius/patches/Attic/patch-ab
$NetBSD: patch-ab,v 1.1 2010/08/18 17:40:31 asau Exp $

Fix tabulation.

--- gtkextra/Makefile.in.orig	2010-08-18 11:13:33.000000000 +0400
+++ gtkextra/Makefile.in	2010-08-18 21:27:52.000000000 +0400
@@ -800,11 +800,11 @@
 
 
 $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
-        ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
+	( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
         && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
         || ( rm -f gtkextra-marshal.tmp && exit 1 )
 $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
-        ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
+	( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
         && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
         || ( rm -f gtkextra-marshal.tmp && exit 1 )