Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2010 13:46:49 GMT
From:      Matt Dawson <matt@chronos.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151172: [ports] graphics/mesa-demos marked as broken with WITHOUT_NOUVEAU set
Message-ID:  <201010031346.o93Dkn8E033895@www.freebsd.org>
Resent-Message-ID: <201010031350.o93Do1x7098254@freefall.freebsd.org>

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

>Number:         151172
>Category:       ports
>Synopsis:       [ports] graphics/mesa-demos marked as broken with WITHOUT_NOUVEAU set
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 03 13:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        FreeBSD 8.1-p1
>Organization:
na
>Environment:
FreeBSD tinderbox 8.1-RELEASE FreeBSD 8.1-RELEASE #1 r210314M: Sat Aug 28 13:41:31 BST 2010     root@tinderbox:/usr/obj/usr/src/sys/TINDERBOX  amd64
>Description:
graphics/mesa-demos is marked as BROKEN even when WITHOUT_NOUVEAU is defined, despite the 7.6.1 distfile being available from the master site and the port building correctly.
>How-To-Repeat:
Try to build graphics/mesa-demos
>Fix:
--- ports/graphics/mesa-demos/Makefile.orig     2010-10-03 14:39:45.000000000 +0100
+++ ports/graphics/mesa-demos/Makefile  2010-10-03 14:40:12.000000000 +0100
@@ -13,7 +13,9 @@
 MAINTAINER=    ports@FreeBSD.org
 COMMENT=       OpenGL demos distributed with Mesa
 
+.if !defined(WITHOUT_NOUVEAU)
 BROKEN=                does not fetch
+.endif
 
 USE_GL=                glu glut
 USE_XORG=      glproto x11 xext xxf86vm xdamage xfixes dri2proto

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



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