pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt Because "mutt" work's fine with the "/bin/sh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf03563587b6
branches:  trunk
changeset: 469852:cf03563587b6
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Mar 01 12:13:44 2004 +0000

description:
Because "mutt" work's fine with the "/bin/sh" in NetBSD 1.6 and above
we don't need to use "/bin/ksh" any more.

diffstat:

 mail/mutt/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 151b879cbec3 -r cf03563587b6 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Mon Mar 01 12:03:40 2004 +0000
+++ b/mail/mutt/Makefile        Mon Mar 01 12:13:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2004/02/15 13:13:52 tron Exp $
+# $NetBSD: Makefile,v 1.114 2004/03/01 12:13:44 tron Exp $
 
 DISTNAME=              mutt-1.4.2i
 PKGNAME=                ${DISTNAME:C/i$//}
@@ -40,8 +40,9 @@
 CONFIGURE_ARGS+=       --with-curses=${BUILDLINK_PREFIX.ncurses}
 .endif
 
-# There seems to be a problem using NetBSD's /bin/sh, so use /bin/ksh instead.
-.if ${OPSYS} == "NetBSD"
+# There is a problem using NetBSD's /bin/sh under old NetBSD releases,
+# so use /bin/ksh there.
+.if !empty(MACHINE_PLATFORM:MNetBSD-1.[0-5]*-*)
 CONFIGURE_ARGS+=       --with-exec-shell=/bin/ksh
 .endif
 



Home | Main Index | Thread Index | Old Index