Date: Mon, 28 Apr 2008 06:45:58 -0700 (PDT) From: Yen-Ming Lee <leeym@cn1.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123171: add support for SDL_console Message-ID: <200804281345.m3SDjwkK021330@cn1.leeym.com> Resent-Message-ID: <200804281420.m3SEK1fm076149@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804281345.m3SDjwkK021330>