Date: Wed, 3 Nov 2004 22:00:16 +0300 (MSK) From: Igor Pokrovsky <ip@doom.homeunix.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73490: Update port: graphics/demeter mark broken on 6.x Message-ID: <200411031900.iA3J0GEF000720@doom.homeunix.org> Resent-Message-ID: <200411031910.iA3JAC5b039197@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73490 >Category: ports >Synopsis: Update port: graphics/demeter mark broken on 6.x >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 03 19:10:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Igor Pokrovsky >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Oct 13 20:27:55 MSD 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386 >Description: Mark broken on 6.x because of internal compiler error. >How-To-Repeat: >Fix: --- demeter.diff begins here --- diff -ru /usr/ports/graphics/demeter/Makefile demeter/Makefile --- /usr/ports/graphics/demeter/Makefile Fri Sep 3 23:49:42 2004 +++ demeter/Makefile Wed Nov 3 21:57:58 2004 @@ -38,6 +38,10 @@ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +BROKEN= "Does not compile on FreeBSD >= 6.x" +.endif + .if ${HAVE_SDL:Msdl} && ${HAVE_SDL:Mimage} WITH_SDL= yes .endif --- demeter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411031900.iA3J0GEF000720>