From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 24 14:50:24 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4496D16A405 for ; Wed, 24 Jan 2007 14:50:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1CCCD13C468 for ; Wed, 24 Jan 2007 14:50:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0OEoNxo076126 for ; Wed, 24 Jan 2007 14:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0OEoNL8076125; Wed, 24 Jan 2007 14:50:23 GMT (envelope-from gnats) Resent-Date: Wed, 24 Jan 2007 14:50:23 GMT Resent-Message-Id: <200701241450.l0OEoNL8076125@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Vogt Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D831716A400 for ; Wed, 24 Jan 2007 14:46:52 +0000 (UTC) (envelope-from turbo@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 9646013C4C4 for ; Wed, 24 Jan 2007 14:46:52 +0000 (UTC) (envelope-from turbo@bsdunix.ch) Received: from localhost (localhost.bsdunix.ch [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id E4AED5E25 for ; Wed, 24 Jan 2007 15:46:51 +0100 (CET) Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gcHbvkpnV9Ap for ; Wed, 24 Jan 2007 15:46:51 +0100 (CET) Received: by conversation.bsdunix.ch (Postfix, from userid 125) id 9D0CC5DF3; Wed, 24 Jan 2007 15:49:57 +0100 (CET) Received: from localhost (localhost.bsdunix.ch [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id 07C895D66 for ; Wed, 24 Jan 2007 15:33:15 +0100 (CET) Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EDdLo8K9KuC8 for ; Wed, 24 Jan 2007 15:33:13 +0100 (CET) Received: by conversation.bsdunix.ch (Postfix, from userid 1001) id 9B93E5D63; Wed, 24 Jan 2007 15:33:13 +0100 (CET) Message-Id: <20070124143313.9B93E5D63@conversation.bsdunix.ch> Date: Wed, 24 Jan 2007 15:33:13 +0100 (CET) From: Thomas Vogt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/108310: games/foobillard fix FT_Load_Glyph error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Vogt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2007 14:50:24 -0000 >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 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: