pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mairix (mail/mairix) build fix, probably bison 3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/494bb14308fe
branches:  trunk
changeset: 439693:494bb14308fe
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 26 14:25:52 2020 +0000

description:
(mail/mairix) build fix, probably bison 3.4.2 to 3.7.1 adaptation

diffstat:

 mail/mairix/distinfo                      |   4 ++--
 mail/mairix/patches/patch-dfasyn_Makefile |  22 +++++++++++++---------
 2 files changed, 15 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r bf26700e762c -r 494bb14308fe mail/mairix/distinfo
--- a/mail/mairix/distinfo      Sat Sep 26 12:41:02 2020 +0000
+++ b/mail/mairix/distinfo      Sat Sep 26 14:25:52 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 23:27:09 agc Exp $
+$NetBSD: distinfo,v 1.8 2020/09/26 14:25:52 mef Exp $
 
 SHA1 (mairix-0.21.tar.gz) = a5f4767462d3f86950acaa0dafd132de0e0d0c43
 RMD160 (mairix-0.21.tar.gz) = 68e9d0cf509c8524aa9e2f519b4385fd198f996a
 SHA512 (mairix-0.21.tar.gz) = 82a7f5bc92efb7d6960922e8c05b075619b7072e90a0f3c0d3477ff5fb3cf9607e81748e1394f599e5049033207fbe72a373aaf872ac8db0f5e88ef17a5de1bc
 Size (mairix-0.21.tar.gz) = 159089 bytes
 SHA1 (patch-aa) = bc87571018a2470b09dd7f096794439ba8244025
-SHA1 (patch-dfasyn_Makefile) = 6788d8e793e05c3ee078d8471a69adaffe4cb1b3
+SHA1 (patch-dfasyn_Makefile) = 303257019b16e5c715e4fad0e9e45e1c9e4d8cf9
diff -r bf26700e762c -r 494bb14308fe mail/mairix/patches/patch-dfasyn_Makefile
--- a/mail/mairix/patches/patch-dfasyn_Makefile Sat Sep 26 12:41:02 2020 +0000
+++ b/mail/mairix/patches/patch-dfasyn_Makefile Sat Sep 26 14:25:52 2020 +0000
@@ -1,16 +1,20 @@
-$NetBSD: patch-dfasyn_Makefile,v 1.1 2013/11/11 06:53:59 dholland Exp $
+$NetBSD: patch-dfasyn_Makefile,v 1.2 2020/09/26 14:25:52 mef 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
+2. fix for bison-3.7.1
+
+--- dfasyn/Makefile.orig       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
+@@ -47,8 +47,8 @@ dfasyn : $(OBJ)
  
--all : dfasyn
-+all : parse.h .WAIT dfasyn
+ parse.c parse.h : parse.y
+       bison -v -d parse.y
+-      mv parse.tab.c parse.c
+-      mv parse.tab.h parse.h
++      cp -f parse.tab.c parse.c
++      cp -f parse.tab.h parse.h
  
- install : all
-       [ -d $(bindir) ] || mkdir -p $(bindir)
+ parse.o : parse.c dfasyn.h
+ 



Home | Main Index | Thread Index | Old Index