Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2006 20:02:08 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104900: [patch] Mk/bsd.sdl.mk - support for sdl_pango
Message-ID:  <20061029090208.B1728307@k7.mavetju>
Resent-Message-ID: <200610290910.k9T9AH0T047547@freefall.freebsd.org>

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

>Number:         104900
>Category:       ports
>Synopsis:       [patch] Mk/bsd.sdl.mk - support for sdl_pango
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 29 09:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:

Add support for x11-toolkits/sdl_pango
>How-To-Repeat:
>Fix:

Index: bsd.sdl.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.sdl.mk,v
retrieving revision 1.11
diff -u -r1.11 bsd.sdl.mk
--- bsd.sdl.mk	20 Sep 2006 11:20:32 -0000	1.11
+++ bsd.sdl.mk	29 Oct 2006 09:00:46 -0000
@@ -37,7 +37,7 @@
 #
 # These are the current supported SDL modules
 #
-_USE_SDL_ALL=	gfx gui image mixer mm net sdl sound ttf
+_USE_SDL_ALL=	gfx gui image mixer mm net pango sdl sound ttf
 
 #
 # Variables used to determine what is needed:
@@ -74,6 +74,11 @@
 _SUBDIR_net=	net
 _REQUIRES_net=	sdl
 
+_VERSION_pango=	2
+_SUBDIR_pango=	x11-toolkits
+_LIB_pango=		SDL_Pango
+_REQUIRES_pango=sdl
+
 _VERSION_sdl=	11
 _SUBDIR_sdl=	devel
 _LIB_sdl=		SDL

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



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