diff options
author | pst <pst@FreeBSD.org> | 1998-01-20 06:27:21 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1998-01-20 06:27:21 +0000 |
commit | 9a79d83bd1ff002db110fb47637f527dd2a9853a (patch) | |
tree | 25f211c547b92486a37044560ae8d04ab616b35e | |
parent | 479eaa13d87c330ae6448ff0e04c6a5a5f6313ad (diff) | |
download | FreeBSD-ports-9a79d83bd1ff002db110fb47637f527dd2a9853a.zip FreeBSD-ports-9a79d83bd1ff002db110fb47637f527dd2a9853a.tar.gz |
Bring in a bunch of post 3.104 patches that came from Cyclic and
the bug-gnats mailing list. There are a ton of bugfixes and
some good new features (like user defined states).
I should have used the makefile's patch code to deal with this,
but the patches had differning formats and there were order dependancies,
so I built these patch ffiles by hand.
-rw-r--r-- | databases/gnats/files/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/databases/gnats/files/patch-aa b/databases/gnats/files/patch-aa index 3d7397e..ee1ec71 100644 --- a/databases/gnats/files/patch-aa +++ b/databases/gnats/files/patch-aa @@ -21,27 +21,3 @@ processing config.c.in. MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \ then echo $$r/texinfo/makeinfo/makeinfo ; \ - -The top level Makefile overrides the use of BISON to just "bison" instead -of bison -y, so use YACC, since that's what we're trying to define anyway. - ---- gnats/Makefile.in Mon Aug 18 14:52:44 1997 -+++ gnats/Makefile.in Tue Aug 26 14:45:55 1997 -@@ -118,7 +118,7 @@ - # Set RANLIB = echo if your system doesn't have or need ranlib. - RANLIB = @RANLIB@ - --BISON = @YACC@ -+YACC = @YACC@ - DIFFOPT = @DIFFOPT@ - - # These are set by autoconf. -@@ -435,7 +435,7 @@ - - getdate.c: getdate.y - @echo expect 10 shift/reduce conflicts -- $(BISON) -d $(srcdir)/getdate.y -+ $(YACC) -d $(srcdir)/getdate.y - mv y.tab.c getdate.c - mv y.tab.h getdate.h - |