Date: Sun, 6 Dec 1998 12:10:01 -0800 (PST) From: xaa@xaa.iae.nl To: freebsd-ports@FreeBSD.ORG Subject: Re:ports/8878:[patch] slrn is broken Message-ID: <199812062010.MAA23091@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8878; it has been noted by GNATS. From: xaa@xaa.iae.nl To: freebsd-gnats-submit@freebsd.org, zach@gaffaneys.com Cc: Subject: Re:ports/8878:[patch] slrn is broken Date: Sun, 6 Dec 1998 21:07:47 +0100 (CET) > > [patch] slrn is broken > >Slrn assumes that sendmail is in /usr/lib/sendmail (and never bothers to >verify that). > > Fix > >Add this to the 'patches' directory in news/slrn > >--- src/slrnfeat.h.orig Tue Sep 8 07:59:21 1998 >+++ src/slrnfeat.h Sat Nov 28 11:15:26 1998 >@@ -196,7 +196,7 @@ > # define SLRN_ARTICLE_FILENAME ".article" > # define SLRN_FOLLOWUP_FILENAME ".followup" > # define SLRN_SIGNATURE_FILE ".signature" >-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb" >+# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb" > # ifndef SLRN_LIB_DIR > # define SLRN_LIB_DIR "/usr/local/lib/slrn" > # endif I combined this patch with an upgrade to slrn.0.9.5.4. So if someone could take my port from http://www.xaa.iae.nl/~xaa/slrn.tar.gz and commit it, then this PR can be closed. Mark Huizer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812062010.MAA23091>