ports/108310: games/foobillard fix FT_Load_Glyph error
Thomas Vogt
thomas at bsdunix.ch
Wed Jan 24 14:50:24 UTC 2007
>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 at 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 at 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 at bsdunix.ch
+MAINTAINER= thomas at 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:
More information about the freebsd-ports-bugs
mailing list