svn commit: r325457 - head/shells/pdksh
Steven Kreuzer
skreuzer at FreeBSD.org
Tue Aug 27 15:04:37 UTC 2013
Author: skreuzer
Date: Tue Aug 27 15:04:37 2013
New Revision: 325457
URL: http://svnweb.freebsd.org/changeset/ports/325457
Log:
Mark the port as broken on FreeBSD 10.0
PR: ports/181438
Submitted by: Sean Bruno <sbruno at FreeBSD.org>
Modified:
head/shells/pdksh/Makefile
Modified: head/shells/pdksh/Makefile
==============================================================================
--- head/shells/pdksh/Makefile Tue Aug 27 15:03:04 2013 (r325456)
+++ head/shells/pdksh/Makefile Tue Aug 27 15:04:37 2013 (r325457)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pdksh
-# Date created: 23 May 1995
-# Whom: Thomas Gellekum <tg at FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pdksh
PORTVERSION= 5.2.14p2
@@ -20,6 +16,7 @@ PATCH_DIST_STRIP= -p2
MAINTAINER= skreuzer at 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
More information about the svn-ports-head
mailing list