Date: Wed, 9 Aug 2006 15:30:47 GMT From: Robert Gogolok <gogo@cs.uni-sb.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/101714: [MAINTAINER UPDATE] games/xye: BROKEN, does not compile on 4.x Message-ID: <200608091530.k79FUlqG005141@www.freebsd.org> Resent-Message-ID: <200608091540.k79FeEtL025920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101714 >Category: ports >Synopsis: [MAINTAINER UPDATE] games/xye: BROKEN, does not compile on 4.x >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 09 15:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Robert Gogolok >Release: FreeBSD 6.1 >Organization: >Environment: FreeBSD desktop.gogolok.de 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Thu May 11 18:45:14 CEST 2006 root@desktop.gogolok.de:/usr/obj/usr/src/sys/GENERIC-GOGO i386 >Description: Xye does not build on FreeBSD 4.x. Mark it BROKEN on FreeBSD 4.x. >How-To-Repeat: >Fix: http://w5.cs.uni-sb.de/~gogo/freebsd-patches/ports/xye-0.7.6.2-broken_4.x.patch Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/xye/Makefile,v retrieving revision 1.1 diff -u -3 -p -r1.1 Makefile --- Makefile 10 Jun 2006 15:07:36 -0000 1.1 +++ Makefile 9 Aug 2006 13:05:21 -0000 @@ -19,7 +19,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not build on FreeBSD 4.x +.endif + post-patch: @${REINPLACE_CMD} -E 's,#include.*<SDL/(SDL.*\.h)>,#include <SDL11/\1>,g' ${WRKSRC}/src/vxsdl.h -.include <bsd.port.mk> +.include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608091530.k79FUlqG005141>