ports/58603: New port: games/neverball, Tilt the floor to guide a ball through an obstacle course
Jeremy Messenger
mezz7 at cox.net
Tue Oct 28 01:10:26 UTC 2003
The following reply was made to PR ports/58603; it has been noted by GNATS.
From: Jeremy Messenger <mezz7 at cox.net>
To: FreeBSD-gnats-submit at FreeBSD.org,
Adam Weinberger <adamw at FreeBSD.org>
Cc:
Subject: Re: ports/58603: New port: games/neverball, Tilt the floor to guide a ball through an obstacle course
Date: Mon, 27 Oct 2003 19:00:27 -0600
On Mon, 27 Oct 2003 18:51:57 -0500, Adam Weinberger <adamw at FreeBSD.org>
wrote:
> Mezz -
>
> Consider using USE_SDL.
Thanks, should have check in bsd.ports.mk.. Now, it's added in my local
same for neverputt.
> Also, this doesn't build on my -stable box:
Umm, strange and work ok with 5.1-CURRENT. My young brother and sister
like both of games. :-) However, all I can think of is to try this:
# make patch
# ee work/n*/Makefile
In the around 42 and 43 line, change like this:
-MAPC_DEPS= $(GAME_SRCS:.c=.d)
-GAME_DEPS= $(GAME_OBJS:.o=.d)
+MAPC_DEPS= $(GAME_SRCS:.c)
+GAME_DEPS= $(GAME_OBJS:.o)
I don't know if it's right solution, but it still does work on
5.1-CURRENT. Can you try this? If it works, then I can submit another shar
or do you prefer diff against to orignal ports (both neverball and
neverputt)?
Thanks for test!
Cheers,
Mezz
> root at smacky:/usr/ports/BUILD/neverball# make
> ===> Building for neverball-0.25.11
> Makefile:103: vec3.d: No such file or directory
> Makefile:103: text.d: No such file or directory
> Makefile:103: image.d: No such file or directory
> Makefile:103: audio.d: No such file or directory
> Makefile:103: solid.d: No such file or directory
> Makefile:103: hud.d: No such file or directory
> Makefile:103: part.d: No such file or directory
> Makefile:103: geom.d: No such file or directory
> Makefile:103: back.d: No such file or directory
> Makefile:103: game.d: No such file or directory
> Makefile:103: level.d: No such file or directory
> Makefile:103: menu.d: No such file or directory
> Makefile:103: state.d: No such file or directory
> Makefile:103: config.d: No such file or directory
> Makefile:103: glext.d: No such file or directory
> Makefile:103: main.d: No such file or directory
> cc -O -pipe -march=pentiumpro -Wall -g -ansi -I/usr/local/include/SDL11
> -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/X11R6/include
> -MM -MF main.d main.c
> cc: main.d: No such file or directory
> cc: unrecognized option `-MF'
> main.o: main.c glext.h state.h config.h audio.h
> gmake: *** [main.d] Error 1
> *** Error code 2
>
> Stop in /usr/ports/BUILD/neverball.
> zsh: 8785 exit 1 make
>
>
>
> # Adam
>
> --
> Adam Weinberger
> vectors.cx >> adam at vectors.cx >> http://www.vectors.cx
> magnesium.net << adamw at magnesium.net << http://www.magnesium.net/~adamw
> FreeBSD >> adamw at FreeBSD.org >> http://people.freebsd.org/~adamw
> #vim:set ts=8: 8-char tabs prevent tooth decay.
--
bsdforums.org 's moderator, mezz.
More information about the freebsd-ports-bugs
mailing list