pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bmake On OSF1, depend on shells/pdksh and use it...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43add7a2d8b6
branches: trunk
changeset: 542629:43add7a2d8b6
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri May 23 17:43:31 2008 +0000
description:
On OSF1, depend on shells/pdksh and use it for the default shell.
Bump the pkgrevision because if this change.
diffstat:
devel/bmake/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r b7ed50b0dbf6 -r 43add7a2d8b6 devel/bmake/Makefile
--- a/devel/bmake/Makefile Fri May 23 17:33:37 2008 +0000
+++ b/devel/bmake/Makefile Fri May 23 17:43:31 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2008/03/09 19:54:28 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2008/05/23 17:43:31 tnn Exp $
#
DISTNAME= bmake-20080215
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= # empty
DISTFILES= # empty
@@ -36,6 +37,11 @@
BOOTSTRAP_ARGS+= --with-defshell=/usr/xpg4/bin/sh
.endif
+.if ${OPSYS} == "OSF1"
+DEPENDS+= pdksh-[0-9]*:../../shells/pdksh
+BOOTSTRAP_ARGS+= --with-defshell=${PREFIX}/bin/pdksh
+.endif
+
do-extract:
${CP} -R ${FILESDIR} ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index