ports/156990: games/linux-coldwar-demo: mark broken on 7.X

Rene Ladan rene at FreeBSD.org
Fri May 13 02:00:21 UTC 2011


>Number:         156990
>Category:       ports
>Synopsis:       games/linux-coldwar-demo: 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-coldwar-demo depends on multimedia/linux-libtheora, which is expired in favor of multimedia/linux-f10-libtheora. The latter does not work on FreeBSD 7.X, so mark this port broken on those releases.

While here remove MD5 from distinfo.
>How-To-Repeat:
remove multimedia/linux-libtheora and receive failure mails for FreeBSD 7.X.
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-coldwar-demo/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	23 Feb 2010 07:16:26 -0000	1.6
+++ Makefile	13 May 2011 01:37:51 -0000
@@ -30,6 +30,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 800076
+BROKEN=		Does not build
+.endif
+
 .if defined(WITH_NVIDIA)
 RUN_DEPENDS+=	${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
 USE_LINUX_APPS+=libglu
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/games/linux-coldwar-demo/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	7 Feb 2009 02:56:28 -0000	1.1
+++ distinfo	13 May 2011 01:37:51 -0000
@@ -1,3 +1,2 @@
-MD5 (coldwar_demo.run) = ec59a4fa383e1061556388c3e7564144
 SHA256 (coldwar_demo.run) = a553dd4e96f23f97d941ed18e663f54d8ad79a8aa35f2864c7d21cff69ab8956
 SIZE (coldwar_demo.run) = 354804283


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



More information about the freebsd-ports-bugs mailing list