Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2010 09:46:44 GMT
From:      David Demelier <demelier.David@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149873: [PATCH] games/linux-enemyterritory: missing DRI
Message-ID:  <201008220946.o7M9kiJW039258@www.freebsd.org>
Resent-Message-ID: <201008220950.o7M9o3Na059481@freefall.freebsd.org>

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

>Number:         149873
>Category:       ports
>Synopsis:       [PATCH] games/linux-enemyterritory: missing DRI
>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:   Sun Aug 22 09:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Wed Aug 18 01:41:02 CEST 2010     root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64
>Description:
The port games/linux-enemyterritory won't start if any graphics/linux-(f10|f8) or graphics/linux-dri is installed.

So added USE_LINUX_APPS= dri to solve this.
>How-To-Repeat:

>Fix:
--- Makefile.orig	2010-08-22 11:42:51.000000000 +0200
+++ Makefile	2010-08-22 11:43:11.000000000 +0200
@@ -25,6 +25,8 @@
 INSTALL_DIR=	${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
 PATCH_260B_DIR=	Enemy Territory 2.60b
 
+USE_LINUX_APPS=	dri
+
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@cd ${WRKSRC} && \

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



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