aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2013-08-27 15:04:37 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2013-08-27 15:04:37 +0000
commitf009f62a1d5e62d4bf8f97f3e39872a11027d7f0 (patch)
treefe89ad8df38b5f1bf8cf0f6bd05bc9ecf5cf0efe /shells
parentfa61ef0a363d98a0a3cc1f776833574a357d82c4 (diff)
downloadports-f009f62a1d5e62d4bf8f97f3e39872a11027d7f0.tar.gz
ports-f009f62a1d5e62d4bf8f97f3e39872a11027d7f0.zip
Mark the port as broken on FreeBSD 10.0
PR: ports/181438 Submitted by: Sean Bruno <sbruno@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=325457
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
index 71b513d0da00..869826129f04 100644
--- a/shells/pdksh/Makefile
+++ b/shells/pdksh/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pdksh
-# Date created: 23 May 1995
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pdksh
PORTVERSION= 5.2.14p2
@@ -20,6 +16,7 @@ PATCH_DIST_STRIP= -p2
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= The Public Domain Korn Shell
+
LICENSE= BSD
GNU_CONFIGURE= yes
@@ -27,6 +24,10 @@ MAN1= ksh.1
.include <bsd.port.options.mk>
+.if ${OSVERSION} >= 1000039
+BROKEN= hangs on 10.0: http://www.freebsd.org/cgi/query-pr.cgi?pr=181438
+.endif
+
.if defined(WITH_STATIC)
CONFIGURE_ENV+= LDSTATIC=-static
.endif