pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bmake Switch AIX to using pdksh as the default s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b20d96b1621
branches:  trunk
changeset: 651171:4b20d96b1621
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun May 03 14:23:09 2015 +0000

description:
Switch AIX to using pdksh as the default shell too.

"/bin/sh: There is no process to read data written to a pipe." is logged using
system supplied shell during the scan stage of a bulkbuildi otherwise.

Reviewed by wiz@

diffstat:

 devel/bmake/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80e640fc9ff3 -r 4b20d96b1621 devel/bmake/Makefile
--- a/devel/bmake/Makefile      Sun May 03 14:22:43 2015 +0000
+++ b/devel/bmake/Makefile      Sun May 03 14:23:09 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2015/04/16 11:40:43 joerg Exp $
+# $NetBSD: Makefile,v 1.69 2015/05/03 14:23:09 sevan Exp $
 
 DISTNAME=      bmake-20140314
 PKGREVISION=   1
@@ -35,7 +35,7 @@
 
 .if !empty(MACHINE_PLATFORM:MSunOS-5.11-*) && exists(/usr/bin/bash)
 CONFIGURE_ARGS+=       --with-defshell=/usr/bin/bash
-.elif ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "IRIX"
+.elif ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "IRIX" || ${OPSYS} == "AIX"
 DEPENDS+=              pdksh-[0-9]*:../../shells/pdksh
 CONFIGURE_ARGS+=       --with-defshell=${PREFIX}/bin/pdksh
 .endif



Home | Main Index | Thread Index | Old Index