aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2010-06-11 21:21:01 +0800
committerkwm <kwm@FreeBSD.org>2010-06-11 21:21:01 +0800
commit2bf0e5a254e197073cd10588ee4f4636e4fe6134 (patch)
treea9466c3ec4021db951b33bdb17279c85caf79fdd
parent7b796474ada7ecbfab0c099164961e8868bce388 (diff)
downloadfreebsd-ports-gnome-2bf0e5a254e197073cd10588ee4f4636e4fe6134.tar.gz
freebsd-ports-gnome-2bf0e5a254e197073cd10588ee4f4636e4fe6134.tar.zst
freebsd-ports-gnome-2bf0e5a254e197073cd10588ee4f4636e4fe6134.zip
Mark IGNORE on 8.0 and higher.
Doesn't handle pseudo-terminal names (/dev/pts/%d). Submitted by: Andrius Morkunas <kinokind@gmail.com>, Ed Schouten
-rw-r--r--shells/pash/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/pash/Makefile b/shells/pash/Makefile
index 37231c055e48..f7603f9428a3 100644
--- a/shells/pash/Makefile
+++ b/shells/pash/Makefile
@@ -18,6 +18,12 @@ NO_WRKSUBDIR= yes
MAKEFILE= makefile
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+IGNORE= Core dumps on execution
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pash ${PREFIX}/bin/pash
@@ -28,4 +34,4 @@ post-install:
${ECHO_CMD} ${PREFIX}/bin/pash) > /etc/shells
@${RM} /etc/shells.bak
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>