pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mairix Fix MAKE_JOBS build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a377e6ddbd9
branches: trunk
changeset: 626408:6a377e6ddbd9
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Nov 11 06:53:59 2013 +0000
description:
Fix MAKE_JOBS build.
diffstat:
mail/mairix/distinfo | 3 ++-
mail/mairix/patches/patch-dfasyn_Makefile | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r c6e4387621a6 -r 6a377e6ddbd9 mail/mairix/distinfo
--- a/mail/mairix/distinfo Mon Nov 11 06:48:02 2013 +0000
+++ b/mail/mairix/distinfo Mon Nov 11 06:53:59 2013 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2007/12/02 12:56:08 tonio Exp $
+$NetBSD: distinfo,v 1.6 2013/11/11 06:53:59 dholland Exp $
SHA1 (mairix-0.21.tar.gz) = a5f4767462d3f86950acaa0dafd132de0e0d0c43
RMD160 (mairix-0.21.tar.gz) = 68e9d0cf509c8524aa9e2f519b4385fd198f996a
Size (mairix-0.21.tar.gz) = 159089 bytes
SHA1 (patch-aa) = bc87571018a2470b09dd7f096794439ba8244025
+SHA1 (patch-dfasyn_Makefile) = 6788d8e793e05c3ee078d8471a69adaffe4cb1b3
diff -r c6e4387621a6 -r 6a377e6ddbd9 mail/mairix/patches/patch-dfasyn_Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mairix/patches/patch-dfasyn_Makefile Mon Nov 11 06:53:59 2013 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-dfasyn_Makefile,v 1.1 2013/11/11 06:53:59 dholland Exp $
+
+Fix MAKE_JOBS build; without this hack it runs two concurrent copies
+of bison that produce garbage output.
+
+--- dfasyn/Makefile~ 2007-06-22 20:18:00.000000000 +0000
++++ dfasyn/Makefile
+@@ -32,7 +32,7 @@ OBJ = dfasyn.o parse.o scan.o \
+ n2d.o expr.o evaluator.o \
+ tabcompr.o compdfa.o
+
+-all : dfasyn
++all : parse.h .WAIT dfasyn
+
+ install : all
+ [ -d $(bindir) ] || mkdir -p $(bindir)
Home |
Main Index |
Thread Index |
Old Index