diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-17 23:26:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-17 23:26:29 +0000 |
commit | 04fb0b23ceeb92d00ac5ea05e68f90ac640fef49 (patch) | |
tree | eb04ed2bbc665066a24211cea2b849ea2ae43f4f /games/xracer | |
parent | 72be7ecce4b2cf64830849844887e3e81115f149 (diff) | |
download | pkgsrc-04fb0b23ceeb92d00ac5ea05e68f90ac640fef49.tar.gz |
Add missing file to PLIST. Fix perl PLIST part. Bump PKGREVISION.
Diffstat (limited to 'games/xracer')
-rw-r--r-- | games/xracer/Makefile | 10 | ||||
-rw-r--r-- | games/xracer/PLIST | 3 | ||||
-rw-r--r-- | games/xracer/distinfo | 3 | ||||
-rw-r--r-- | games/xracer/patches/patch-ao | 13 |
4 files changed, 25 insertions, 4 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 6418e9cb3c9..fd178516cd9 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2006/02/05 23:09:25 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2006/02/17 23:26:29 wiz Exp $ # DISTNAME= xracer-0.96.9 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= games x11 MASTER_SITES= http://xracer.annexia.org/files/ @@ -16,11 +16,16 @@ USE_TOOLS+= automake14 gmake perl:run PERL5_PACKLIST= auto/XRacer/.packlist USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +PERL5_CONFIGURE= no +PERL5_CONFIGURE_DIRS= ${WRKSRC}/XRacer pre-configure: cd ${WRKSRC} && automake --gnu && autoconf +post-configure: do-makemaker-configure + pre-patch: .for perlfile in blender2track/xracer-blender2track.pl \ mktube/xracer-mktube.pl \ @@ -37,5 +42,6 @@ pre-patch: .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/Mesa/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/xracer/PLIST b/games/xracer/PLIST index 5fb8ded511f..c6c44009ea4 100644 --- a/games/xracer/PLIST +++ b/games/xracer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/11/08 22:34:26 rillig Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/02/17 23:26:29 wiz Exp $ bin/xracer bin/xracer-blender2track.pl bin/xracer-blenderexport.py @@ -14,6 +14,7 @@ share/doc/xracer-0.96.9/README.txt share/doc/xracer-0.96.9/faq.html share/doc/xracer-0.96.9/faq.txt share/doc/xracer-0.96.9/index.html +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xracer.mo share/xracer/.xracer-data-directory share/xracer/backdrops/mountains4-alpha.jpg share/xracer/backdrops/mountains4.jpg diff --git a/games/xracer/distinfo b/games/xracer/distinfo index c38245fce02..d36d9bb5444 100644 --- a/games/xracer/distinfo +++ b/games/xracer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2005/06/14 19:33:19 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2006/02/17 23:26:29 wiz Exp $ SHA1 (xracer-0.96.9.tar.gz) = 8c7a4f0be46ee83bbb588f6c5834340f519a3059 RMD160 (xracer-0.96.9.tar.gz) = 1e9611dd55b1a3f0bf681a7051fcbb37bec47a6e @@ -17,3 +17,4 @@ SHA1 (patch-ak) = baa49f9b0f6cd161aab8a97c3234577654c191a4 SHA1 (patch-al) = 1407348cca46fe22e4ab46e4416fc3a89e18a070 SHA1 (patch-am) = 0d48fe70e1685df586d5369fb74caf439f6b3de0 SHA1 (patch-an) = 48b3f48f4adaa6ed77453199eabefd8b4033b04d +SHA1 (patch-ao) = f2bc14651fd4f2137ea7e144701c90e5fb3a6689 diff --git a/games/xracer/patches/patch-ao b/games/xracer/patches/patch-ao new file mode 100644 index 00000000000..68ed9ecc8fd --- /dev/null +++ b/games/xracer/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2006/02/17 23:26:29 wiz Exp $ + +--- configure.in.orig 2000-03-20 21:08:54.000000000 +0000 ++++ configure.in +@@ -254,7 +254,7 @@ AC_OUTPUT([ + ]) + + dnl Generate the Makefile in the Perl library subdirectory. +-(cd XRacer && perl Makefile.PL PREFIX=$prefix) ++dnl (cd XRacer && perl Makefile.PL PREFIX=$prefix) + + dnl For some reason the AC_OUTPUT macro doesn't preserve file permissions, + dnl so we must set them by hand here. |