ports/122950: [MAINTAINER] games/spring: mark broken on <=5.x

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Apr 21 00:20:02 UTC 2008


>Number:         122950
>Category:       ports
>Synopsis:       [MAINTAINER] games/spring: mark broken on <=5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 00:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root at hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Mark broken on 5.x: does not compile
>How-To-Repeat:
>Fix:

--- spring.patch begins here ---
diff -ruN spring.orig/Makefile spring/Makefile
--- spring.orig/Makefile	2008-04-21 04:13:18.000000000 +0400
+++ spring/Makefile	2008-04-21 04:14:30.000000000 +0400
@@ -43,6 +43,12 @@
 
 PORTDOCS=	README.html
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN=		Does not compile
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \
 		${WRKSRC}/rts/build/scons/config.py
@@ -65,4 +71,4 @@
 .endif
 	@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- spring.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list