Segfaults on NetBSD-5.99.01/amd64: #0 0x00007f7ffcc1808c in XS_SDL_SurfaceW () from /usr/pkg/lib/perl5/vendor_perl/5.10.0/x86_64-netbsd-thread-multi/auto/SDL_perl/SDL_perl.so (gdb) bt #0 0x00007f7ffcc1808c in XS_SDL_SurfaceW () from /usr/pkg/lib/perl5/vendor_perl/5.10.0/x86_64-netbsd-thread-multi/auto/SDL_perl/SDL_perl.so #1 0x00007f7ffdb9f589 in Perl_pp_entersub () from /usr/pkg/lib/perl5/5.10.0/x86_64-netbsd-thread-multi/CORE/libperl.so #2 0x00007f7ffdb9deee in Perl_runops_standard () from /usr/pkg/lib/perl5/5.10.0/x86_64-netbsd-thread-multi/CORE/libperl.so #3 0x00007f7ffdb99ad7 in perl_run () from /usr/pkg/lib/perl5/5.10.0/x86_64-netbsd-thread-multi/CORE/libperl.so #4 0x0000000000400f4c in main () (gdb) Vacuum Magic is a fast-paced action game. The point of the game is using your magical vacuum field to collect food and defend against monsters. Food and certain monsters can also be spat out and used as a projectile against other monsters. Vacuum Magic can be played by up to six players, either cooperatively, or against each other.
27 lines
789 B
Makefile
27 lines
789 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/18 13:22:55 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= vacuum-0.7
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vacuum/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://apocalypse.rulez.org/vacuum
|
|
COMMENT= Vacuum Magic, a fast-paced action game
|
|
|
|
DEPENDS+= p5-SDL>=1.20.0:../../devel/p5-SDL
|
|
DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
|
|
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= perl
|
|
REPLACE_PERL= bin/vacuum
|
|
|
|
SUBST_CLASSES+= data
|
|
SUBST_SED.data= -e "s,/usr/local/share/vacuum,${PREFIX}/share/vacuum,"
|
|
SUBST_FILES.data= bin/vacuum
|
|
SUBST_MESSAGE.data= Fixing path to data directory.
|
|
SUBST_STAGE.data= post-configure
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|