summaryrefslogtreecommitdiff
path: root/mail/libsnert/patches
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2003-10-27 17:56:58 +0000
committermanu <manu@pkgsrc.org>2003-10-27 17:56:58 +0000
commite64d77bdb04aa23f7cf2f64d646800389819c1bb (patch)
treecd6e4351474ffc3529c384f33d5481789c4a8776 /mail/libsnert/patches
parent7c23bd8bb45db714dd79e2c1b2b7784353fe8c7d (diff)
downloadpkgsrc-e64d77bdb04aa23f7cf2f64d646800389819c1bb.tar.gz
Libsnert is a support library for milter-sender, a real-time sender
address validation milter for sendmail
Diffstat (limited to 'mail/libsnert/patches')
-rw-r--r--mail/libsnert/patches/patch-aa16
-rw-r--r--mail/libsnert/patches/patch-ab14
-rw-r--r--mail/libsnert/patches/patch-ac14
3 files changed, 44 insertions, 0 deletions
diff --git a/mail/libsnert/patches/patch-aa b/mail/libsnert/patches/patch-aa
new file mode 100644
index 00000000000..e464e7afc52
--- /dev/null
+++ b/mail/libsnert/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/10/27 17:57:01 manu Exp $
+--- configure.orig Wed Oct 22 16:36:07 2003
++++ configure Wed Oct 22 16:36:10 2003
+@@ -1498,8 +1498,12 @@
+ if test "$OS" = 'Linux'; then
+ XARGSI='xargs -i{}'
+ ARCHIVE='ar rc $(LIB) {}'
+ COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<'
++ elif test "$OS" = 'NetBSD'; then
++ XARGSI='xargs'
++ ARCHIVE='ar rc $(LIB)'
++ COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<'
+ elif test "$OS" = 'FreeBSD'; then
+ XARGSI='xargs -J{}'
+ ARCHIVE='ar rc $(LIB) {}'
+ COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<'
diff --git a/mail/libsnert/patches/patch-ab b/mail/libsnert/patches/patch-ab
new file mode 100644
index 00000000000..68624d82e85
--- /dev/null
+++ b/mail/libsnert/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/10/27 17:57:01 manu Exp $
+--- io/Error.c.orig Wed Oct 22 18:17:46 2003
++++ io/Error.c Wed Oct 22 18:17:04 2003
+@@ -110,9 +110,9 @@
+ if (fmt == (const char *) 0)
+ fmt = "Terminated for unknown reason.";
+
+ ErrorPrintV(file, line, fmt, args);
+- ErrorPrintV(file, line, "\r\n", (va_list) 0);
++ ErrorPrintV(file, line, "\r\n", (va_list) {0});
+ exit(1);
+ }
+
+ void
diff --git a/mail/libsnert/patches/patch-ac b/mail/libsnert/patches/patch-ac
new file mode 100644
index 00000000000..fc6ee94f735
--- /dev/null
+++ b/mail/libsnert/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/10/27 17:57:01 manu Exp $
+--- ../tools/flip.c.orig Wed Oct 22 18:18:32 2003
++++ ../tools/flip.c Wed Oct 22 18:18:44 2003
+@@ -153,9 +153,9 @@
+ if (fmt == (const char *) 0)
+ fmt = "Terminated for unknown reason.";
+
+ ErrorPrintV(file, line, fmt, args);
+- ErrorPrintV(file, line, "\r\n", (va_list) 0);
++ ErrorPrintV(file, line, "\r\n", (va_list) {0});
+ exit(1);
+ }
+
+ void