Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2003 20:00:33 -0700 (PDT)
From:      Simon Barner <barner@in.tum.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56469: [patch] mark editors/MathPlanner as BROKEN
Message-ID:  <200309050300.h8530Xv1075170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56469; it has been noted by GNATS.

From: Simon Barner <barner@in.tum.de>
To: Mark Linimon <linimon@lonesome.com>
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 <bsd.port.pre.mk>
 +
 +.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 <bsd.port.mk>
 +.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309050300.h8530Xv1075170>