From f009f62a1d5e62d4bf8f97f3e39872a11027d7f0 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Tue, 27 Aug 2013 15:04:37 +0000 Subject: Mark the port as broken on FreeBSD 10.0 PR: ports/181438 Submitted by: Sean Bruno --- shells/pdksh/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'shells') 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 -# +# Created by: Thomas Gellekum # $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 +.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 -- cgit v1.2.3