ports/178839: [PATCH] devel/guichan: enable OPENGL by default
Dmitry Marakasov
amdmi3 at amdmi3.ru
Wed May 22 18:00:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list