From 0ba361608d92eb2e7711ecbc575f2abe737eb06e Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 18 Feb 2013 23:29:23 +0000 Subject: Fix compiled-in default path to sendmail; it should be /usr/sbin/sendmail on essentially all even halfway modern systems. This regressed since 0.98, although I'm not sure where/why. --- news/slrn/Makefile | 4 ++-- news/slrn/distinfo | 3 ++- news/slrn/patches/patch-src_slrnfeat.hin | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 news/slrn/patches/patch-src_slrnfeat.hin (limited to 'news') diff --git a/news/slrn/Makefile b/news/slrn/Makefile index c192f1996a2..802116c7a51 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2013/02/16 11:24:04 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2013/02/18 23:29:23 dholland Exp $ DISTNAME= slrn-0.9.9p1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ diff --git a/news/slrn/distinfo b/news/slrn/distinfo index 5d99af6eda5..6331b9f609d 100644 --- a/news/slrn/distinfo +++ b/news/slrn/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.14 2008/11/26 14:30:04 is Exp $ +$NetBSD: distinfo,v 1.15 2013/02/18 23:29:23 dholland Exp $ SHA1 (slrn-0.9.9p1.tar.gz) = f14d88eda39b78bd2f098f211d4a1c363c0fe924 RMD160 (slrn-0.9.9p1.tar.gz) = 9e614d12c30f72a4ccde90fe557495d86d44b368 Size (slrn-0.9.9p1.tar.gz) = 1535032 bytes SHA1 (patch-af) = 0dbe90431bf4f4e7b8cec6c23da1ce7458a2ca38 SHA1 (patch-ag) = 81f1b6d75d707049726d5b8dbedec1b7a4ded9ac +SHA1 (patch-src_slrnfeat.hin) = 9d6fd3419146c264eed35bdb607f8fd1bb3bb656 diff --git a/news/slrn/patches/patch-src_slrnfeat.hin b/news/slrn/patches/patch-src_slrnfeat.hin new file mode 100644 index 00000000000..8934b8d94bb --- /dev/null +++ b/news/slrn/patches/patch-src_slrnfeat.hin @@ -0,0 +1,13 @@ +$NetBSD: patch-src_slrnfeat.hin,v 1.1 2013/02/18 23:29:23 dholland Exp $ + +--- src/slrnfeat.hin~ 2008-02-09 18:32:17.000000000 +0000 ++++ src/slrnfeat.hin +@@ -179,7 +179,7 @@ + # define SLRN_SIGNATURE_FILE ".signature" + /* Changing these here has no effect when using ./configure */ + # ifndef SLRN_SENDMAIL_COMMAND +-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb" ++# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb" + # endif + # endif /* unix */ + # endif /* os2 */ -- cgit v1.2.3