summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-08-18 17:40:31 +0000
committerasau <asau@pkgsrc.org>2010-08-18 17:40:31 +0000
commit1a8b31e34be79641c1900c207b16a6fe33725e4b (patch)
treed3ed765b521dbf2eb8710e8b5c4f61711e231365 /math
parent9f48f5622748029d7ed57e8636b6e4ec5767a3ca (diff)
downloadpkgsrc-1a8b31e34be79641c1900c207b16a6fe33725e4b.tar.gz
GNU make fallout: it has become stricter wrt tabulation.
Diffstat (limited to 'math')
-rw-r--r--math/genius/distinfo3
-rw-r--r--math/genius/patches/patch-ab20
2 files changed, 22 insertions, 1 deletions
diff --git a/math/genius/distinfo b/math/genius/distinfo
index c072eb28f7b..0858c004a80 100644
--- a/math/genius/distinfo
+++ b/math/genius/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2010/01/20 17:16:38 drochner Exp $
+$NetBSD: distinfo,v 1.11 2010/08/18 17:40:31 asau Exp $
SHA1 (genius-1.0.9.tar.gz) = 04cc07365418f2f4c428cd40bd7fea85a83a151a
RMD160 (genius-1.0.9.tar.gz) = d2765d07aa790ff3aeb88b4ad71d882e711d49a1
Size (genius-1.0.9.tar.gz) = 2171307 bytes
+SHA1 (patch-ab) = 18c647d379d34bedbf2415a41b675333940cec71
diff --git a/math/genius/patches/patch-ab b/math/genius/patches/patch-ab
new file mode 100644
index 00000000000..ca88de87a59
--- /dev/null
+++ b/math/genius/patches/patch-ab
@@ -0,0 +1,20 @@
+$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 )
+