pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/tavrasm
Module Name: pkgsrc
Committed By: mef
Date: Thu Dec 24 11:43:55 UTC 2020
Modified Files:
pkgsrc/devel/tavrasm: distinfo
pkgsrc/devel/tavrasm/patches: patch-aa
Log Message:
(devel/tavrasm) Adapt to new bison
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/tavrasm/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/tavrasm/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/tavrasm/distinfo
diff -u pkgsrc/devel/tavrasm/distinfo:1.12 pkgsrc/devel/tavrasm/distinfo:1.13
--- pkgsrc/devel/tavrasm/distinfo:1.12 Thu Dec 19 22:13:48 2019
+++ pkgsrc/devel/tavrasm/distinfo Thu Dec 24 11:43:55 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2019/12/19 22:13:48 joerg Exp $
+$NetBSD: distinfo,v 1.13 2020/12/24 11:43:55 mef Exp $
SHA1 (tavrasm-1.22/tavrasm.tar.gz) = 9d19035b9fcc460a33a85338010541824633c417
RMD160 (tavrasm-1.22/tavrasm.tar.gz) = 1e0f4553be660ebcfa44b2a9d81b3936997492e2
SHA512 (tavrasm-1.22/tavrasm.tar.gz) = 0f33607e2ffbe8c56268b15dc62fe6c2b565bf898c68e198846f11fb30da4da3f398d07ef7ac16050dbc92ffcb04612459027a2c27cf48fc7d74392c5f6a38dc
Size (tavrasm-1.22/tavrasm.tar.gz) = 65685 bytes
-SHA1 (patch-aa) = d2e8d79bd5a92beb19fff3235efd948d841905e7
+SHA1 (patch-aa) = 088284370f516322227beef2c1142e86923196a9
SHA1 (patch-ab) = 209bbf9f2ce809d0d7460355258ab5b6d955d9a6
Index: pkgsrc/devel/tavrasm/patches/patch-aa
diff -u pkgsrc/devel/tavrasm/patches/patch-aa:1.5 pkgsrc/devel/tavrasm/patches/patch-aa:1.6
--- pkgsrc/devel/tavrasm/patches/patch-aa:1.5 Thu Dec 19 22:13:48 2019
+++ pkgsrc/devel/tavrasm/patches/patch-aa Thu Dec 24 11:43:55 2020
@@ -1,8 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2019/12/19 22:13:48 joerg Exp $
-
--- src/makefile.orig 2004-12-11 23:51:29.000000000 +0000
-+++ src/makefile
-@@ -24,27 +24,30 @@ VERSION = 122
++++ src/makefile 2020-12-24 11:41:02.928792258 +0000
+@@ -24,40 +24,44 @@
### Compiler options #########################################################
@@ -38,9 +36,10 @@ $NetBSD: patch-aa,v 1.5 2019/12/19 22:13
- bison -d -o avrparse avrparse.y
+ ${YACC} -d -o avrparse avrparse.y
mv avrparse avrparse.cc
- mv avrparse.h avrparse.hh
+- mv avrparse.h avrparse.hh
++ cp avrparse.h avrparse.hh
-@@ -52,12 +55,13 @@ avrparse.cc: avrparse.y avrasm.hh symbol
+ ### Scanner file ############################################################
avrlex.cc: avrparse.cc avrlex.l symbol.hh semantic.hh avrparse.hh \
opcodes.hh avrasm.hh messages.hh
Home |
Main Index |
Thread Index |
Old Index