Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2008 04:16:01 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122950: [MAINTAINER] games/spring: mark broken on <=5.x
Message-ID:  <20080421001601.E6FB61702F@hades.panopticon>
Resent-Message-ID: <200804210020.m3L0K2ir031666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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