diff options
author | marino <marino@pkgsrc.org> | 2012-07-18 19:13:41 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-18 19:13:41 +0000 |
commit | ef84a1c5c52bdbf995228666ee757d8be0dfac30 (patch) | |
tree | 3992a71c7e1bf5eefe2448b0a6787c84e86240e1 /games | |
parent | 38ec2aa987fded6ff9fed0abf46744b4f5e6a1c9 (diff) | |
download | pkgsrc-ef84a1c5c52bdbf995228666ee757d8be0dfac30.tar.gz |
games/xracer: NOT JOBS SAFE
I don't know what changed, but this game starting failing on both
platforms due to build order. Setting MAKE_JOBS_UNSAFE=no was the
solution.
The homepage is long gone, so that was commented out.
FreeBSD Ports deleted this game in 2011-04-12 (ports/151390)
It has not been developed since 2000 and the game was never finished.
The developer website has disappeared
Pkgsrc should follow suit and also delete this subpar package.
Diffstat (limited to 'games')
-rw-r--r-- | games/xracer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 61707b00aa9..f6f1e05bd20 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2011/08/14 12:45:37 obache Exp $ +# $NetBSD: Makefile,v 1.52 2012/07/18 19:13:41 marino Exp $ # DISTNAME= xracer-0.96.9 @@ -7,7 +7,7 @@ CATEGORIES= games x11 MASTER_SITES= http://www.annexia.org/_file/ MAINTAINER= bsieker@freenet.de -HOMEPAGE= http://www.annexia.org/freeware/xracer +#HOMEPAGE= http://www.annexia.org/freeware/xracer COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout PKG_DESTDIR_SUPPORT= user-destdir @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl:run PERL5_PACKLIST= auto/XRacer/.packlist +MAKE_JOBS_SAFE= no USE_LIBTOOL= yes # disabled by patch-an, since the only existing translation is empty # and made trouble in 2.1 bulk builds |