pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/bulk_mailer
Module Name: pkgsrc
Committed By: nia
Date: Wed Mar 18 17:01:56 UTC 2026
Modified Files:
pkgsrc/mail/bulk_mailer: distinfo
pkgsrc/mail/bulk_mailer/patches: patch-aa
Log Message:
bulk_mailer: Fix build with recent GCC
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/bulk_mailer/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/bulk_mailer/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/mail/bulk_mailer/distinfo
diff -u pkgsrc/mail/bulk_mailer/distinfo:1.8 pkgsrc/mail/bulk_mailer/distinfo:1.9
--- pkgsrc/mail/bulk_mailer/distinfo:1.8 Tue Oct 26 10:53:55 2021
+++ pkgsrc/mail/bulk_mailer/distinfo Wed Mar 18 17:01:56 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:53:55 nia Exp $
+$NetBSD: distinfo,v 1.9 2026/03/18 17:01:56 nia Exp $
BLAKE2s (bulk_mailer-1.13.tar.gz) = 7785e48668a600828da787678db24ee77e711040f2c8c0026b9978c7374fdd8a
SHA512 (bulk_mailer-1.13.tar.gz) = ab00813efb681462646ffff70d42b772d6d2a6e64a88398cce105e6b5963bbbf6f2774efe8587159e3c5e299ce84ac4b90a91175ac2efa8a8263441ffc2fb209
Size (bulk_mailer-1.13.tar.gz) = 34854 bytes
-SHA1 (patch-aa) = 8cd168ec716b27b2f608076e50dab3587c618667
+SHA1 (patch-aa) = 549f519010502a8e5cd1047460d17c6d1606f818
SHA1 (patch-ab) = d23db609f5e11df6352a4e958ae409f7ec8c0143
SHA1 (patch-ac) = 71328168aa35a3228b6eeaedfe9dfd9c3ae7dc04
Index: pkgsrc/mail/bulk_mailer/patches/patch-aa
diff -u pkgsrc/mail/bulk_mailer/patches/patch-aa:1.2 pkgsrc/mail/bulk_mailer/patches/patch-aa:1.3
--- pkgsrc/mail/bulk_mailer/patches/patch-aa:1.2 Tue Apr 24 22:31:19 2007
+++ pkgsrc/mail/bulk_mailer/patches/patch-aa Wed Mar 18 17:01:56 2026
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2007/04/24 22:31:19 abs Exp $
+$NetBSD: patch-aa,v 1.3 2026/03/18 17:01:56 nia Exp $
--- bulk_mailer.c.orig 2000-05-24 19:34:33.000000000 +0000
-+++ bulk_mailer.c 2007-04-12 13:08:43.000000000 +0000
-@@ -101,7 +101,7 @@
++++ bulk_mailer.c
+@@ -86,6 +86,8 @@
+ */
+
+ #include <stdio.h>
++#include <stdlib.h>
++#include <unistd.h>
+ #include <ctype.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+@@ -101,7 +103,7 @@
#include "patchlevel.h"
#ifndef PIPECOMMAND
@@ -11,7 +20,25 @@ $NetBSD: patch-aa,v 1.2 2007/04/24 22:31
#endif
#ifndef HAVE_STRERROR
-@@ -291,6 +291,7 @@
+@@ -115,17 +117,6 @@ extern char *sys_errlist[];
+ extern int errno;
+ #endif
+
+-#ifndef HAVE_STRDUP
+-char *strdup();
+-#endif
+-#ifndef STDC_HEADERS
+-char *strchr();
+-char *strrchr();
+-#endif
+-char *malloc ();
+-char *realloc ();
+-char *mktemp ();
+-
+ /*
+ * (default) max different domains per envelope.
+ * if the worst-case delay is 30 minutes per delivery attempt,
+@@ -291,6 +282,7 @@ char *str;
#endif
@@ -19,7 +46,7 @@ $NetBSD: patch-aa,v 1.2 2007/04/24 22:31
/*
* copy the first 'len' characters of a string into malloc'ed
* memory, appending a NUL to the copy.
-@@ -307,6 +308,7 @@
+@@ -307,6 +299,7 @@ int len;
result[len] = '\0';
return result;
}
Home |
Main Index |
Thread Index |
Old Index