pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xracer Add missing file to PLIST. Fix perl PLIST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adb9865c91e0
branches:  trunk
changeset: 508338:adb9865c91e0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 17 23:26:29 2006 +0000

description:
Add missing file to PLIST. Fix perl PLIST part. Bump PKGREVISION.

diffstat:

 games/xracer/Makefile         |  10 ++++++++--
 games/xracer/PLIST            |   3 ++-
 games/xracer/distinfo         |   3 ++-
 games/xracer/patches/patch-ao |  13 +++++++++++++
 4 files changed, 25 insertions(+), 4 deletions(-)

diffs (86 lines):

diff -r 2ab61252885e -r adb9865c91e0 games/xracer/Makefile
--- a/games/xracer/Makefile     Fri Feb 17 23:24:17 2006 +0000
+++ b/games/xracer/Makefile     Fri Feb 17 23:26:29 2006 +0000
@@ -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 @@
 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 @@
 .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 -r 2ab61252885e -r adb9865c91e0 games/xracer/PLIST
--- a/games/xracer/PLIST        Fri Feb 17 23:24:17 2006 +0000
+++ b/games/xracer/PLIST        Fri Feb 17 23:26:29 2006 +0000
@@ -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/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 -r 2ab61252885e -r adb9865c91e0 games/xracer/distinfo
--- a/games/xracer/distinfo     Fri Feb 17 23:24:17 2006 +0000
+++ b/games/xracer/distinfo     Fri Feb 17 23:26:29 2006 +0000
@@ -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-al) = 1407348cca46fe22e4ab46e4416fc3a89e18a070
 SHA1 (patch-am) = 0d48fe70e1685df586d5369fb74caf439f6b3de0
 SHA1 (patch-an) = 48b3f48f4adaa6ed77453199eabefd8b4033b04d
+SHA1 (patch-ao) = f2bc14651fd4f2137ea7e144701c90e5fb3a6689
diff -r 2ab61252885e -r adb9865c91e0 games/xracer/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/xracer/patches/patch-ao     Fri Feb 17 23:26:29 2006 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index