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] [
graphics/MesaLib] [
audio/SDL_mixer] [
devel/SDL_ttf] [
devel/SDL]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
RMD160: 6075fc2947e0811b46b7f15024f2ec8684122bab
Filesize: 10951.093 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
|
2011-05-15 00:28:47 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Fix libGL issue.
On NetBSD/i386 5.99.52 works well.
|
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
|