Path to this page:
./
wip/MoleInvasion,
Platform game with moles
Branch: CURRENT,
Version: 0.4nb2,
Package name: MoleInvasion-0.4nb2,
Maintainer: pkgsrc-usersPlatform game in the style of Super Mario Bros.
Required to run:[
graphics/SDL_image] [
audio/SDL_mixer] [
devel/SDL_ttf] [
devel/SDL]
Required to build:[
pkgtools/x11-links] [
devel/gmake] [
x11/renderproto] [
x11/randrproto]
Master sites:
SHA1: 2a4c6c34e57fe9df51fed02fbd0f955d0490567b
RMD160: 6075fc2947e0811b46b7f15024f2ec8684122bab
Filesize: 10951.093 KB
Version history: (Expand)
- (2010-06-14) Updated to version: MoleInvasion-0.4nb2
- (2010-01-18) Updated to version: MoleInvasion-0.4nb1
- (2009-07-18) Package added to pkgsrc.se, version MoleInvasion-0.4 (created)
CVS history: (Expand)
2010-06-14 00:46:55 by Thomas Klausner | Files touched by this commit (271) |  |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
| 2010-01-18 10:38:16 by Thomas Klausner | Files touched by this commit (204) |
Log message:
Second try at recursive PKGREVISION bump for jpeg shlib major bump (jpeg-8).
|
2009-07-18 16:36:21 by Thomas Klausner | Files touched by this commit (6) |  |
Log message:
Initial import of MoleInvasion-0.4:
Platform game in the style of Super Mario Bros.
TODO:
Doesn't run on NetBSD-5.99.15/amd64; segfaults right at the beginning
with a backtrace of
(gdb) r
Starting program: /usr/pkg/bin/moleinvasion
No joystick support :(
Video mode set to 800x600 at 16 bpp
Program received signal SIGSEGV, Segmentation fault.
0x00007f7ffcf3667a in _sys___nanosleep50 () from /usr/lib/libc.so.12
(gdb) bt
#0 0x00007f7ffcf3667a in _sys___nanosleep50 () from /usr/lib/libc.so.12
#1 0x00007f7ffdc4b2ce in SDL_Delay () from /usr/pkg/lib/libSDL-1.2.so.0
#2 0x00007f7ffdc4b301 in RunTimer () from /usr/pkg/lib/libSDL-1.2.so.0
#3 0x00007f7ffdc11919 in SDL_RunThread () from /usr/pkg/lib/libSDL-1.2.so.0
#4 0x00007f7ffdc49def in RunThread () from /usr/pkg/lib/libSDL-1.2.so.0
#5 0x00007f7ffda0a792 in pthread_create () from /usr/lib/libpthread.so.1
#6 0x00007f7ffcf6d080 in ___lwp_park50 () from /usr/lib/libc.so.12
Cannot access memory at address 0x7f7ffa600000
|