atom feed2 messages in org.freebsd.freebsd-portsRe: ports/41921: New Port: games/bill...
FromSent OnAttachments
Adam WeinbergerAug 22, 2002 10:41 pm 
Edwin GroothuisAug 22, 2002 11:29 pm 
Subject:Re: ports/41921: New Port: games/billardgl - 3D billiards simulator
From:Edwin Groothuis (edw@mavetju.org)
Date:Aug 22, 2002 11:29:46 pm
List:org.freebsd.freebsd-ports

The following reply was made to PR ports/41921; it has been noted by GNATS.

From: Edwin Groothuis <edw@mavetju.org> To: Adam Weinberger <ad@vectors.cx> Cc: Free@FreeBSD.org Subject: Re: ports/41921: New Port: games/billardgl - 3D billiards simulator Date: Fri, 23 Aug 2002 16:25:46 +1000

On Thu, Aug 22, 2002 at 10:41:58PM -0700, Adam Weinberger wrote:

Description:

BillardGL (it's spelled that way) is a 3D billiards/pool simulator. It's neat.

Besides for one small thing:

--- Makefile.old Fri Aug 23 16:13:24 2002 +++ Makefile Fri Aug 23 16:18:50 2002 @@ -19,12 +19,14 @@ USE_MESA= yes USE_REINPLACE= yes

-pre-build: +post-patch: @${REINPLACE_CMD} -e "s|gcc|\${CC}|; \ s|g++|\${CXX}|; \ s|CFLAGS =|CFLAGS +=|; \ s|CXXFLAGS=|CXXFLAGS+=|; \ s|/usr/X11R6|\${X11BASE}|;" ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e 's|/usr/share|${X11BASE}/share|' \ + ${WRKSRC}/src/Namen.h do-build: cd ${WRKSRC}/src && ${GMAKE} all

I get a coredump after it opened a huge window (screensize) and tried to read the file /usr/X11R6/share/BillardGL/Texturen/2/filzkachel.bmp 352 BillardGL RET break 0 352 BillardGL PSIG SIGSEGV SIG_DFL 352 BillardGL NAMI "BillardGL.core"

[~] edwin@k7>BillardGL

BillardGL (C) 2001, 2002 Tobias Nopper, Stefan Disch, Martina Welte

No Game Mode possible!

Segmentation fault (core dumped)

Edwin

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message