Date: Wed, 24 Jan 2007 15:33:13 +0100 (CET) From: Thomas Vogt <thomas@bsdunix.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/108310: games/foobillard fix FT_Load_Glyph error Message-ID: <20070124143313.9B93E5D63@conversation.bsdunix.ch> Resent-Message-ID: <200701241450.l0OEoNL8076125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108310 >Category: ports >Synopsis: games/foobillard fix FT_Load_Glyph error >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: Wed Jan 24 14:50:23 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Thomas Vogt >Release: FreeBSD 6.2-RC2 i386 >Organization: >Environment: System: FreeBSD conversation.bsdunix.ch 6.2-RC2 FreeBSD 6.2-RC2 #8: Mon Jan 1 14:58:18 CET 2007 root@conversation.bsdunix.ch:/usr/obj/usr/src/sys/CONVERSATION i386 >Description: new files/patch-options.h There is a problem with compatibility of freetype2-2.2.1_1 and foobillard-2.9_3. On launch, it crashes right away with FT_Load_Glyph error#6.. "youregon.ttf" -font causes this crash. patch-options.h changes the font. Patch was submitted by Siivinen Samuli <samuli.siivinen@pp.inet.fi> Small Makefile cleanups: Fix my email adress to match other ports, change portrevision >How-To-Repeat: start foobillard without this patch >Fix: --- foobillard.orig/Makefile Wed Jan 24 15:03:40 2007 +++ foobillard/Makefile Wed Jan 24 15:04:20 2007 @@ -7,11 +7,11 @@ PORTNAME= foobillard PORTVERSION= 2.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://foobillard.sunsite.dk/dnl/ -MAINTAINER= thomas.vogt@bsdunix.ch +MAINTAINER= thomas@bsdunix.ch COMMENT= A free OpenGL-billard game LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ --- src/options.h.orig Fri Jan 19 16:13:40 2007 +++ src/options.h Fri Jan 19 16:14:41 2007 @@ -97,9 +97,9 @@ #define options_shared_data_path "/usr/local/shared/foobillard" #define options_player_fontname "iomanoid.ttf" -#define options_help_fontname "youregon.ttf" -#define options_menu_fontname "youregon.ttf" -#define options_winner_fontname "youregon.ttf" +#define options_help_fontname "bluebold.ttf" +#define options_menu_fontname "bluebold.ttf" +#define options_winner_fontname "bluebold.ttf" #define options_ball_fontname "bluebold.ttf" #define options_score_fontname "bluebold.ttf" #define options_roster_fontname "bluebold.ttf" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070124143313.9B93E5D63>