ports/123171: add support for SDL_console

Yen-Ming Lee leeym at cn1.leeym.com
Mon Apr 28 14:20:01 UTC 2008


>Number:         123171
>Category:       ports
>Synopsis:       add support for SDL_console
>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:   Mon Apr 28 14:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

- add support for SDL_console

>How-To-Repeat:
	
>Fix:

	

--- bsd.sdl.mk.diff begins here ---
Index: bsd.sdl.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.sdl.mk,v
retrieving revision 1.13
diff -u -r1.13 bsd.sdl.mk
--- bsd.sdl.mk	13 Mar 2008 13:52:27 -0000	1.13
+++ bsd.sdl.mk	28 Apr 2008 13:44:25 -0000
@@ -37,7 +37,7 @@
 #
 # These are the current supported SDL modules
 #
-_USE_SDL_ALL=	gfx gui image mixer mm net pango sdl sound ttf
+_USE_SDL_ALL=	console gfx gui image mixer mm net pango sdl sound ttf
 
 #
 # Variables used to determine what is needed:
@@ -48,6 +48,10 @@
 # _REQUIRES_xxx	also needs these SDL libraries
 #
 
+_VERSION_console=	0
+_SUBDIR_console=	devel
+_REQUIRES_console=	sdl
+
 _VERSION_gfx=	0
 _SUBDIR_gfx=	graphics
 _REQUIRES_gfx=	sdl
--- bsd.sdl.mk.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list