Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 21:29:07 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178839: [PATCH] devel/guichan: enable OPENGL by default
Message-ID:  <20130522175613.891A9C49@hades.panopticon>
Resent-Message-ID: <201305221800.r4MI00XG051555@freefall.freebsd.org>

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

>Number:         178839
>Category:       ports
>Synopsis:       [PATCH] devel/guichan: enable OPENGL by default
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 22 18:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #0 r249077: Thu Apr  4 10:42:30
>Description:
Like SDL, OPENGL is required by guichang consumers (at least games/diameter) and should be enabled by default.

Port maintainer (mva@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- guichan-0.8.2_7.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 318390)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guichan
 PORTVERSION=	0.8.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel games
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -20,7 +20,7 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=		SDL ALLEGRO OPENGL
-OPTIONS_DEFAULT=	SDL
+OPTIONS_DEFAULT=	SDL OPENGL
 ALLEGRO_DESC=	Allegro support
 
 .include <bsd.port.options.mk>
--- guichan-0.8.2_7.patch ends here ---

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



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