From leeym@cn1.leeym.com  Mon Apr 28 14:12:03 2008
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1B1DF106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Apr 2008 14:12:03 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id CA4298FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Apr 2008 14:12:02 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m3SDjwdS021332
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Apr 2008 06:45:58 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id m3SDjwkK021330;
	Mon, 28 Apr 2008 06:45:58 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200804281345.m3SDjwkK021330@cn1.leeym.com>
Date: Mon, 28 Apr 2008 06:45:58 -0700 (PDT)
From: Yen-Ming Lee <leeym@cn1.leeym.com>
Reply-To: Yen-Ming Lee <leeym@cn1.leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: add support for SDL_console
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123171
>Category:       ports
>Synopsis:       Mk/bsd.sdl.mk - add support for SDL_console
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 14:20:01 UTC 2008
>Closed-Date:    Mon Apr 28 23:21:25 UTC 2008
>Last-Modified:  Mon Apr 28 23:30:01 UTC 2008
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 28 21:47:48 UTC 2008 
Responsible-Changed-Why:  
bsd.sdl.mk is edwin territory (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123171 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 28 23:21:12 UTC 2008 
State-Changed-Why:  
Implmeneted, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123171 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123171: commit references a PR
Date: Mon, 28 Apr 2008 23:20:58 +0000 (UTC)

 edwin       2008-04-28 23:20:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.sdl.mk 
   Log:
   Add support for SDL_console
   
   PR:             ports/123171
   Submitted by:   Yen-Ming Lee <leeym@cn1.leeym.com>
   Reviewed by:    edwin@
   
   Revision  Changes    Path
   1.14      +7 -2      ports/Mk/bsd.sdl.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
