summaryrefslogtreecommitdiff
path: root/databases/gnats/patches
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gnats/patches')
-rw-r--r--databases/gnats/patches/patch-aa47
-rw-r--r--databases/gnats/patches/patch-ab41
-rw-r--r--databases/gnats/patches/patch-ac16
-rw-r--r--databases/gnats/patches/patch-ad12
-rw-r--r--databases/gnats/patches/patch-ae24
-rw-r--r--databases/gnats/patches/patch-af13
-rw-r--r--databases/gnats/patches/patch-ag17
7 files changed, 31 insertions, 139 deletions
diff --git a/databases/gnats/patches/patch-aa b/databases/gnats/patches/patch-aa
index bf7fa9b8ed1..99e9e7e74df 100644
--- a/databases/gnats/patches/patch-aa
+++ b/databases/gnats/patches/patch-aa
@@ -1,31 +1,22 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/10/11 11:42:26 martti Exp $
+$NetBSD: patch-aa,v 1.1.1.1.16.1 2004/11/28 00:33:50 snj Exp $
---- Makefile.in.orig Thu Nov 5 11:54:07 1998
-+++ Makefile.in Fri Jan 21 10:04:50 2000
-@@ -68,7 +68,7 @@
- HOST_PREFIX_1 = loser-
+--- gnats/Makefile.in.orig 2003-07-27 01:23:17.000000000 +0200
++++ gnats/Makefile.in 2003-10-16 15:46:10.000000000 +0200
+@@ -91,7 +91,7 @@
- # These flag values are normally overridden by the configure script.
--CFLAGS = -g
-+CFLAGS+= -g
- CXXFLAGS = -g -O2
+ INSTALL = $(srcdir)/../install-sh -c
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_SCRIPT = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_DATA = @INSTALL_DATA@
- LIBCFLAGS = $(CFLAGS)
-@@ -121,7 +121,7 @@
-
- M4 = `if [ -f $$r/m4/m4 ] ; \
- then echo $$r/m4/m4 ; \
-- else echo m4 ; fi`
-+ else echo gm4 ; fi`
-
- MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
- then echo $$r/texinfo/makeinfo/makeinfo ; \
-@@ -313,7 +313,7 @@
- "AR_FLAGS=$(AR_FLAGS)" \
- "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
- "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
-- "BISON=$(BISON)" \
-+ "BISON=$(YACC)" \
- "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
- "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
- "CFLAGS=$(CFLAGS)" \
+ SUB_INSTALL = `echo $(INSTALL) | sed 's,^\([^/]\),../\1,'`
+@@ -386,7 +386,7 @@
+ $(INSTALL_SCRIPT) edit-pr $(bindir)/edit-pr
+ $(INSTALL_SCRIPT) $(srcdir)/diff-prs $(libexecdir)/gnats/diff-prs
+ $(INSTALL_SCRIPT) mail-agent $(libexecdir)/gnats/mail-agent
+- $(INSTALL_PROGRAM) file-pr $(libexecdir)/gnats/file-pr
++ $(INSTALL_SCRIPT) file-pr $(libexecdir)/gnats/file-pr
+ $(INSTALL_PROGRAM) pr-age $(libexecdir)/gnats/pr-age
+ $(INSTALL_PROGRAM) pr-edit $(libexecdir)/gnats/pr-edit
+ @if [ `whoami` = root -o `whoami` = $(GNATS_USER) ] ; then \
diff --git a/databases/gnats/patches/patch-ab b/databases/gnats/patches/patch-ab
index 734e0becaa1..4e438c2900a 100644
--- a/databases/gnats/patches/patch-ab
+++ b/databases/gnats/patches/patch-ab
@@ -1,30 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2003/06/29 12:54:58 seb Exp $
+$NetBSD: patch-ab,v 1.2.8.1 2004/11/28 00:33:50 snj Exp $
---- gnats/Makefile.in.orig 2001-05-08 17:23:36.000000000 +0000
-+++ gnats/Makefile.in
-@@ -127,7 +127,6 @@ LIBS = @LIBS@
- KRBINCLUDE = @KRBINCLUDE@
-
- M4 = @M4@
--MAKEINFO = makeinfo
- TEXI2DVI = texi2dvi
-
- # Where to find texinfo.tex to format docs with TeX
-@@ -465,7 +464,7 @@ gnats.elc: gnats.el $(srcdir)/../send-pr
-
- getdate.c: getdate.y
- @echo expect 10 shift/reduce conflicts
-- $(BISON) $(srcdir)/getdate.y -o getdate.c
-+ $(BISON) -o getdate.c $(srcdir)/getdate.y
-
- config-send-pr:
- @if [ ! -d ../send-pr ]; then \
-@@ -496,7 +495,7 @@ install-tools-arch-indep: all-tools
- echo "*** Warning: Must chown $(GNATS_USER) $(datadir)/gnats" ; \
- fi
- $(INSTALL_DATA) gnats.el $(lispdir)/gnats.el
-- test -f gnats.elc && $(INSTALL_DATA) gnats.elc $(lispdir)/gnats.elc
-+# test -f gnats.elc && $(INSTALL_DATA) gnats.elc $(lispdir)/gnats.elc
-
- install-tools-bin: all-tools
- $(INSTALL_PROGRAM) query-pr $(bindir)/query-pr
+--- send-pr/Makefile.in.orig 2003-10-16 15:36:52.000000000 +0200
++++ send-pr/Makefile.in 2003-10-16 15:37:04.000000000 +0200
+@@ -59,7 +59,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+-INSTALL_SCRIPT = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+
+ CFLAGS = -g
+ LDFLAGS = -g
diff --git a/databases/gnats/patches/patch-ac b/databases/gnats/patches/patch-ac
deleted file mode 100644
index 1e975196703..00000000000
--- a/databases/gnats/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2004/01/20 17:37:58 seb Exp $
-
---- libiberty/strerror.c.orig 1998-11-05 19:54:16.000000000 +0000
-+++ libiberty/strerror.c
-@@ -462,8 +464,11 @@ static const char **sys_errlist;
-
- #else
-
-+#include <sys/param.h>
-+#ifndef __NetBSD__
- extern int sys_nerr;
- extern char *sys_errlist[];
-+#endif
-
- #endif
-
diff --git a/databases/gnats/patches/patch-ad b/databases/gnats/patches/patch-ad
deleted file mode 100644
index a3a2607332c..00000000000
--- a/databases/gnats/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2003/06/29 12:54:59 seb Exp $
-
---- send-pr/Makefile.in.orig 2001-05-08 17:22:21.000000000 +0000
-+++ send-pr/Makefile.in
-@@ -67,7 +67,6 @@ TEXIDIR = $(srcdir)/../texinfo
- # Where to find sundry TeX/Texinfo files
- TEXINPUTS = $(srcdir):$(srcdir)/../gnats:$(srcdir)/../send-pr:$(TEXIDIR)
-
--MAKEINFO = makeinfo
- TEXI2DVI = texi2dvi
-
- INSTALL = @INSTALL@
diff --git a/databases/gnats/patches/patch-ae b/databases/gnats/patches/patch-ae
deleted file mode 100644
index d7758807416..00000000000
--- a/databases/gnats/patches/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2004/01/20 17:37:58 seb Exp $
-
---- libiberty/functions.def.orig 1998-11-05 19:54:15.000000000 +0000
-+++ libiberty/functions.def
-@@ -34,15 +34,15 @@ DEF(strncasecmp, int, (s1, s2, n), char
- DEF(strchr, char*, (s, c), CONST char *s AND int c)
- DEF(strdup, char*, (s1), char * s1)
- DEF(strrchr, char*, (s, c), CONST char *s AND int c)
--DEF(strstr, char*, (), NOTHING)
-+DEF(strstr, char*, (s1, s2), CONST char *s1 AND CONST char *s2)
- DEF(strtod, double, (), NOTHING)
- DEF(strtol, long, (), NOTHING)
- DEF(strtoul, unsigned long, (), NOTHING)
- DEF(tmpnam, char *, (s), char * s)
- DEF(vfork, int, (), NOTHING)
--DEF(vfprintf, int, (), NOTHING)
--DEF(vprintf, int, (), NOTHING)
--DEF(vsprintf, int, (), NOTHING)
-+DEF(vfprintf, int, (s, f), PTR s AND CONST char *f)
-+DEF(vprintf, int, (f), CONST char *f)
-+DEF(vsprintf, int, (s, f), char *s AND CONST char *f)
- DEF(sigsetmask, int, (), NOTHING)
- DEF(alloca, PTR, (size), size_t size)
- DEF(waitpid, int, (pid, statp, opts), int pid AND int* statp AND int opts )
diff --git a/databases/gnats/patches/patch-af b/databases/gnats/patches/patch-af
deleted file mode 100644
index e7a5da41946..00000000000
--- a/databases/gnats/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2004/01/20 17:37:58 seb Exp $
-
---- libiberty/Makefile.in.orig 1998-11-05 19:54:14.000000000 +0000
-+++ libiberty/Makefile.in
-@@ -236,7 +236,7 @@ needed2.awk: $(srcdir)/functions.def Mak
- echo "# !Automatically generated from $(srcdir)/functions.def"\
- "- DO NOT EDIT!" >needed2.awk
- grep '^DEFVAR(' < $(srcdir)/functions.def \
-- | sed -e '/DEFVAR/s|DEFVAR.\([^,]*\).*|/\1/ { printf "#ifndef NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
-+ | sed -e '/DEFVAR/s|DEFVAR.\([^,]*\).*|/\1/ \&\& $$0 !~ /warning: reference to compatibility .*; include .* for correct reference/ { printf "#ifndef NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
- >>needed2.awk
- grep '^DEFFUNC(' < $(srcdir)/functions.def \
- | sed -e '/DEFFUNC/s|DEFFUNC.\([^,]*\).*|/\1/ { printf "#ifndef NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
diff --git a/databases/gnats/patches/patch-ag b/databases/gnats/patches/patch-ag
deleted file mode 100644
index 8b6fa463694..00000000000
--- a/databases/gnats/patches/patch-ag
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2004/01/20 17:37:58 seb Exp $
-
---- libiberty/strsignal.c.orig 1998-11-05 19:54:16.000000000 +0000
-+++ libiberty/strsignal.c
-@@ -243,8 +243,12 @@ static const char **sys_siglist;
-
- #else
-
-+#include <sys/param.h>
-+
-+#ifndef __NetBSD__
- static int sys_nsig = NSIG;
- extern const char * const sys_siglist[];
-+#endif
-
- #endif
-