From 2db0721c1387472ad746f9cc3ecbc28cc980f9f5 Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 9 Aug 2005 19:23:18 +0000 Subject: [PATCH] Formally admit that this port is broken and unlikely to be fixed soon. It broke when stat() changed and applying the corresponding patches from ezm3 is NOT sufficient. --- lang/pm3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/pm3/Makefile b/lang/pm3/Makefile index f7b6a55f971..da59653a00f 100644 --- a/lang/pm3/Makefile +++ b/lang/pm3/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2003/08/21 14:46:52 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2005/08/09 19:23:18 naddy Exp $ CATEGORIES= lang ONLY_FOR_ARCHS= i386 +BROKEN= "stat() API change" COMMENT="Polytechnique Montreal Modula-3" PERMIT_PACKAGE_FTP=Yes