pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/bulk_mailer Use /usr/sbin/sendmail as default sen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08250551fa9c
branches:  trunk
changeset: 476377:08250551fa9c
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Tue Jun 08 10:57:42 2004 +0000

description:
Use /usr/sbin/sendmail as default sendmail. For Solaris, use
/usr/lib/sendmail. Looked at by abs@ (maintainer). Fixes PR#24152.

diffstat:

 mail/bulk_mailer/Makefile         |   4 +++-
 mail/bulk_mailer/distinfo         |   3 ++-
 mail/bulk_mailer/patches/patch-aa |  13 +++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r cd4a1c5b2a8e -r 08250551fa9c mail/bulk_mailer/Makefile
--- a/mail/bulk_mailer/Makefile Mon Jun 07 23:41:01 2004 +0000
+++ b/mail/bulk_mailer/Makefile Tue Jun 08 10:57:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:45:45 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/08 10:57:42 cjep Exp $
 #
 
 DISTNAME=      bulk_mailer-1.13
@@ -11,6 +11,8 @@
 HAS_CONFIGURE= YES
 ALL_TARGET=    bulk_mailer
 
+CPPFLAGS.SunOS+=       -DPIPECOMMAND=\"/usr/sbin/sendmail -bs %s\"
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bulk_mailer ${PREFIX}/bin/bulk_mailer
        ${INSTALL_MAN} ${WRKSRC}/bulk_mailer.1 ${PREFIX}/man/man1/bulk_mailer.1
diff -r cd4a1c5b2a8e -r 08250551fa9c mail/bulk_mailer/distinfo
--- a/mail/bulk_mailer/distinfo Mon Jun 07 23:41:01 2004 +0000
+++ b/mail/bulk_mailer/distinfo Tue Jun 08 10:57:42 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:09:55 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/06/08 10:57:42 cjep Exp $
 
 SHA1 (bulk_mailer-1.13.tar.gz) = 2886641461b6702affc4624456829b5944581a35
 Size (bulk_mailer-1.13.tar.gz) = 34854 bytes
+SHA1 (patch-aa) = d4f8142c33df51ea0ede408defa039697a4ec10d
diff -r cd4a1c5b2a8e -r 08250551fa9c mail/bulk_mailer/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/bulk_mailer/patches/patch-aa Tue Jun 08 10:57:42 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/06/08 10:57:42 cjep Exp $
+
+--- bulk_mailer.c.orig 2000-05-24 20:34:33.000000000 +0100
++++ bulk_mailer.c
+@@ -101,7 +101,7 @@
+ #include "patchlevel.h"
+ 
+ #ifndef PIPECOMMAND
+-#define PIPECOMMAND "/usr/lib/sendmail -bs %s"
++#define PIPECOMMAND "/usr/sbin/sendmail -bs %s"
+ #endif
+ 
+ #ifndef HAVE_STRERROR



Home | Main Index | Thread Index | Old Index