Bug 56469

Summary: [patch] mark editors/MathPlanner as BROKEN
Product: Ports & Packages Reporter: Mark Linimon <linimon>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mark Linimon 2003-09-05 03:30:15 UTC
	Per bento logs and my own testing, this port fails to compile.
	There is no maintainer.  Mark BROKEN for 4.9 release.

How-To-Repeat: 	make install
Comment 1 Simon Barner 2003-09-05 03:58:12 UTC
> 	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>
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2003-10-15 08:36:23 UTC
State Changed
From-To: open->closed

I can close my own PRs now.