Date: Thu, 22 Aug 2002 23:30:08 -0700 (PDT) From: Edwin Groothuis <edwin@mavetju.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/41921: New Port: games/billardgl - 3D billiards simulator Message-ID: <200208230630.g7N6U8Ie078999@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41921; it has been noted by GNATS. From: Edwin Groothuis <edwin@mavetju.org> To: Adam Weinberger <adam@vectors.cx> Cc: FreeBSD-gnats-submit@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 -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208230630.g7N6U8Ie078999>