From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:00:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F3BC16A4BF for ; Thu, 4 Sep 2003 20:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907DB43FA3 for ; Thu, 4 Sep 2003 20:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8530XUp075171 for ; Thu, 4 Sep 2003 20:00:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8530Xv1075170; Thu, 4 Sep 2003 20:00:33 -0700 (PDT) Date: Thu, 4 Sep 2003 20:00:33 -0700 (PDT) Message-Id: <200309050300.h8530Xv1075170@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Simon Barner Subject: Re: ports/56469: [patch] mark editors/MathPlanner as BROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Barner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 03:00:34 -0000 The following reply was made to PR ports/56469; it has been noted by GNATS. From: Simon Barner To: Mark Linimon Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/56469: [patch] mark editors/MathPlanner as BROKEN Date: Fri, 5 Sep 2003 04:58:12 +0200 > Per bento logs and my own testing, this port fails to compile. > There is no maintainer. Mark BROKEN for 4.9 release. I verified that this port build with gcc 3.3.1, and there seems to be no errorlog for -CURRENT on bento, so I'd suggest to mark it for 4.x broken only: --- Makefile.orig Fri Sep 5 04:48:44 2003 +++ Makefile Fri Sep 5 04:56:17 2003 @@ -19,8 +19,14 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= QTDIR="${X11BASE}" +.include + +.if ${OSVERSION} < 500000 +BROKEN = "Does not compile with gcc 2.95.x" +.endif + post-patch: @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -e "s|malloc\.h|stdlib.h|" -.include +.include