ports/56469: [patch] mark editors/MathPlanner as BROKEN

Simon Barner barner at in.tum.de
Fri Sep 5 03:00:34 UTC 2003


The following reply was made to PR ports/56469; it has been noted by GNATS.

From: Simon Barner <barner at in.tum.de>
To: Mark Linimon <linimon at lonesome.com>
Cc: FreeBSD-gnats-submit at 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>



More information about the freebsd-ports-bugs mailing list