From owner-freebsd-ports Thu Aug 22 23:30:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA74C37B401 for ; Thu, 22 Aug 2002 23:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7319443E9C for ; Thu, 22 Aug 2002 23:30:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6U8JU079003 for ; Thu, 22 Aug 2002 23:30:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6U8Ie078999; Thu, 22 Aug 2002 23:30:08 -0700 (PDT) Date: Thu, 22 Aug 2002 23:30:08 -0700 (PDT) Message-Id: <200208230630.g7N6U8Ie078999@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/41921: New Port: games/billardgl - 3D billiards simulator Reply-To: Edwin Groothuis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41921; it has been noted by GNATS. From: Edwin Groothuis To: Adam Weinberger 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