pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sendmail Set smrsh CMDDIR for NetBSD to /usr/libe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b78b26f844e
branches:  trunk
changeset: 461390:5b78b26f844e
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Sep 15 11:47:28 2003 +0000

description:
Set smrsh CMDDIR for NetBSD to /usr/libexec/sm.bin to match the in-tree
version.

>From PR pkg/21012 from Jim Bernard.

diffstat:

 mail/sendmail/distinfo         |   3 ++-
 mail/sendmail/patches/patch-ag |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 480b3fee94d8 -r 5b78b26f844e mail/sendmail/distinfo
--- a/mail/sendmail/distinfo    Mon Sep 15 11:26:44 2003 +0000
+++ b/mail/sendmail/distinfo    Mon Sep 15 11:47:28 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2003/03/29 19:55:56 seb Exp $
+$NetBSD: distinfo,v 1.12 2003/09/15 11:47:28 markd Exp $
 
 SHA1 (sendmail.8.12.9.tar.gz) = c53bb2ebe694a6f20e3d2f1dbfedc6be9409f37c
 Size (sendmail.8.12.9.tar.gz) = 1886008 bytes
@@ -8,3 +8,4 @@
 SHA1 (patch-ad) = 7232cc7ceb46a2dbf631d61185e4c6ca4af18a13
 SHA1 (patch-ae) = ae06caa125fe4d4fc85123dc0a5d0016cd099ebd
 SHA1 (patch-af) = d26481845328adad6d46fdf797785ec2ad003e28
+SHA1 (patch-ag) = 68bdd03affc2d4c81f65fc32bef7c5c958d5c1a7
diff -r 480b3fee94d8 -r 5b78b26f844e mail/sendmail/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendmail/patches/patch-ag    Mon Sep 15 11:47:28 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ag,v 1.6 2003/09/15 11:47:28 markd Exp $
+
+--- include/sm/conf.h.orig     2003-09-15 22:16:32.000000000 +1200
++++ include/sm/conf.h
+@@ -890,6 +890,9 @@ extern unsigned int sleepX __P((unsigned
+ #  if defined(__NetBSD__) && ((__NetBSD_Version__ > 102070000) || (NetBSD1_2 > 8) || defined(NetBSD1_4) || defined(NetBSD1_3))
+ #   define HASURANDOMDEV      1       /* has /dev/urandom(4) */
+ #  endif /* defined(__NetBSD__) && ((__NetBSD_Version__ > 102070000) || (NetBSD1_2 > 8) || defined(NetBSD1_4) || defined(NetBSD1_3)) */
++#  if defined(__NetBSD__)
++#   define SMRSH_CMDDIR               "/usr/libexec/sm.bin"
++#  endif /* defined(__NetBSD__) */
+ #  if defined(__FreeBSD__)
+ #   define HASSETLOGIN        1       /* has setlogin(2) */
+ #   if __FreeBSD_version >= 227001



Home | Main Index | Thread Index | Old Index