summaryrefslogtreecommitdiff
path: root/mail/hypermail/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-20 10:10:47 +0000
committergrant <grant@pkgsrc.org>2004-10-20 10:10:47 +0000
commitf4e770bc337ff06b2dc7be44b646b56c090d3f01 (patch)
tree14a04b19e968a53bc258120ba5a66d6e34cfe7ae /mail/hypermail/patches
parent74e991d254d7758aa76a86a9395dfcc6176dbce7 (diff)
downloadpkgsrc-f4e770bc337ff06b2dc7be44b646b56c090d3f01.tar.gz
update hypermail to 2.1.8.
many changes since 2.1.7, mostly bug fixes and XHTML output. see the ChangeLog for full details.
Diffstat (limited to 'mail/hypermail/patches')
-rw-r--r--mail/hypermail/patches/patch-ac31
-rw-r--r--mail/hypermail/patches/patch-ad20
-rw-r--r--mail/hypermail/patches/patch-ae16
3 files changed, 51 insertions, 16 deletions
diff --git a/mail/hypermail/patches/patch-ac b/mail/hypermail/patches/patch-ac
index 33021cc5af9..20002635b20 100644
--- a/mail/hypermail/patches/patch-ac
+++ b/mail/hypermail/patches/patch-ac
@@ -1,13 +1,32 @@
-$NetBSD: patch-ac,v 1.2 2004/06/17 12:54:49 grant Exp $
+$NetBSD: patch-ac,v 1.3 2004/10/20 10:10:47 grant Exp $
---- src/Makefile.in.orig 2003-02-14 11:35:14.000000000 +1100
+--- src/Makefile.in.orig 2003-07-04 08:23:07.000000000 +1000
+++ src/Makefile.in
-@@ -56,7 +56,7 @@ MAILOBJS= mail.o ../libcgi/libcgi.a
+@@ -24,15 +24,15 @@ CC=@CC@
+ # Installation program to use
+ INSTALL_PROG=@INSTALL@
+
+-SPLINTFLAGS=-Ipcre
++SPLINTFLAGS=
+
+ #WNOERROR=-Werror
+ #WARNINGS=$(WNOERROR) -ansi -pedantic -Wall -Wtraditional -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Dlint
+
+-CFLAGS=@CFLAGS@ @INCLUDES@ -Ipcre -DTRIO_MINIMAL $(WARNINGS)
++CFLAGS=@CFLAGS@ @INCLUDES@ -DTRIO_MINIMAL $(WARNINGS)
+ YACC=@YACC@
+ NETLIBS=@LIBS@
+-LDFLAGS=@LDFLAGS@ -Lpcre/.libs
++LDFLAGS=@LDFLAGS@
+ MISC_LIBS= -lm -lpcre
+ OPT_LIBS=@EXTRA_LIBS@
+
+@@ -58,7 +58,7 @@ MAILOBJS= mail.o ../libcgi/libcgi.a
.c.o:
$(CC) -c $(CFLAGS) $<
--all: pcre/libpcre.a @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
+-all: pcre/.libs/libpcre.a @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
+all: @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
- pcre/libpcre.a:
- @cd pcre; $(MAKE) libtool libpcre.a CC="$(CC)" CFLAGS="$(CFLAGS)"
+ pcre/.libs/libpcre.a:
+ @cd pcre; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"
diff --git a/mail/hypermail/patches/patch-ad b/mail/hypermail/patches/patch-ad
index 02d2ee662a5..37ebf723f3e 100644
--- a/mail/hypermail/patches/patch-ad
+++ b/mail/hypermail/patches/patch-ad
@@ -1,14 +1,14 @@
-$NetBSD: patch-ad,v 1.1 2004/09/08 13:09:54 sketch Exp $
+$NetBSD: patch-ad,v 1.2 2004/10/20 10:10:47 grant Exp $
---- src/proto.h.orig 2004-09-08 14:03:21.000000000 +0100
-+++ src/proto.h 2004-09-08 14:03:36.000000000 +0100
-@@ -97,7 +97,9 @@
+--- src/proto.h.orig 2003-07-04 09:00:18.000000000 +1000
++++ src/proto.h
+@@ -94,7 +94,9 @@ char *PushByte(struct Push *, char);
+ char *PushString(struct Push *, const char *);
+ char *PushNString(struct Push *, const char *, int);
+
++#ifndef HAVE_STRCASESTR
+ char *strcasestr (char *, const char *);
++#endif
char *strsav(const char *);
char *strreplace(char *, char *);
void strcpymax(char *, const char *, int);
-+#ifndef HAVE_STRCASESTR
- char *strcasestr(char *, const char *);
-+#endif
- char *stripzone(char *);
- int numstrchr(char *, char);
- char *getvalue(char *);
diff --git a/mail/hypermail/patches/patch-ae b/mail/hypermail/patches/patch-ae
new file mode 100644
index 00000000000..b54f589d292
--- /dev/null
+++ b/mail/hypermail/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2004/10/20 10:10:47 grant Exp $
+
+--- Makefile.in.orig 2003-02-14 05:57:37.000000000 +1100
++++ Makefile.in
+@@ -28,9 +28,9 @@ INSTALL_PROG=@INSTALL@
+
+ # Compiler to use
+ CC=@CC@
+-CFLAGS=@CFLAGS@ @INCLUDES@ -Ipcre -DTRIO_MINIMAL $(WARNINGS)
++CFLAGS=@CFLAGS@ @INCLUDES@ -DTRIO_MINIMAL $(WARNINGS)
+ LIBS=@LIBS@
+-LDFLAGS=@LDFLAGS@ -Lpcre
++LDFLAGS=@LDFLAGS@
+
+ all: hypermail support
+