pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mairix



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 26 14:25:52 UTC 2020

Modified Files:
        pkgsrc/mail/mairix: distinfo
        pkgsrc/mail/mairix/patches: patch-dfasyn_Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/mairix/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/mairix/patches/patch-dfasyn_Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mairix/distinfo
diff -u pkgsrc/mail/mairix/distinfo:1.7 pkgsrc/mail/mairix/distinfo:1.8
--- pkgsrc/mail/mairix/distinfo:1.7     Tue Nov  3 23:27:09 2015
+++ pkgsrc/mail/mairix/distinfo Sat Sep 26 14:25:52 2020
@@ -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

Index: pkgsrc/mail/mairix/patches/patch-dfasyn_Makefile
diff -u pkgsrc/mail/mairix/patches/patch-dfasyn_Makefile:1.1 pkgsrc/mail/mairix/patches/patch-dfasyn_Makefile:1.2
--- pkgsrc/mail/mairix/patches/patch-dfasyn_Makefile:1.1        Mon Nov 11 06:53:59 2013
+++ pkgsrc/mail/mairix/patches/patch-dfasyn_Makefile    Sat Sep 26 14:25:52 2020
@@ -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)
+ 
+ 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
  
--all : dfasyn
-+all : parse.h .WAIT dfasyn
+ parse.o : parse.c dfasyn.h
  
- install : all
-       [ -d $(bindir) ] || mkdir -p $(bindir)



Home | Main Index | Thread Index | Old Index