ports/104900: [patch] Mk/bsd.sdl.mk - support for sdl_pango

Edwin Groothuis edwin at mavetju.org
Sun Oct 29 09:10:21 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list