Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2011 01:55:25 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156991: games/linux-nerogame: mark broken on 7.X
Message-ID:  <201105130155.p4D1tPlc023554@red.freebsd.org>
Resent-Message-ID: <201105130200.p4D20Igi044122@freefall.freebsd.org>

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

>Number:         156991
>Category:       ports
>Synopsis:       games/linux-nerogame: mark broken on 7.X
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 02:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 9-amd64
>Organization:
>Environment:
>Description:
games/linux-nerogame depends on multimedia/linux-libtheora which is expired in favor of multimedia/linux-f10-libtheora. The latter port does not run on FreeBSD 7.X, so mark this part broken on those versions.

While here remove MD5 from distinfo.
>How-To-Repeat:
remove multimedia/linux-libtheora and receive failure email.
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-nerogame/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	7 Jun 2009 15:23:53 -0000	1.3
+++ Makefile	13 May 2011 01:39:38 -0000
@@ -28,6 +28,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 800076
+BROKEN=		does not build
+.endif
+
 .if defined(WITH_NVIDIA)
 .	if !exists(${LINUXBASE}/usr/lib/libGL.so.1)
 RUN_DEPENDS+=	${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/games/linux-nerogame/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	5 Oct 2007 20:19:00 -0000	1.1
+++ distinfo	13 May 2011 01:39:38 -0000
@@ -1,3 +1,2 @@
-MD5 (nero2_linux_i386.tar.gz) = 0cca2730dfeb0d8c9820d62a82691587
 SHA256 (nero2_linux_i386.tar.gz) = 3a627213145d4b07f68c352a369dc703c60b8c3bf9afbcdfab8a030bafc646db
 SIZE (nero2_linux_i386.tar.gz) = 46554531


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



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