diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-28 17:45:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-28 17:45:55 +0000 |
commit | 6601fd212f87add6f44cec7e939378cd965c0739 (patch) | |
tree | 46c1568a17ea0439293398129331efae45821d6b /games/xracer/patches | |
parent | 2783b8676c92e4fd767948d4ec401f11eadf1db6 (diff) | |
download | pkgsrc-6601fd212f87add6f44cec7e939378cd965c0739.tar.gz |
Do not install fr locale file -- it is not a translation, and made trouble
in 2.1 bulk builds.
While here:
Use REPLACE_PERL instead of handcrafted code.
Get rid of automake build dependency by adding the corresponding patches.
Remove bogus patch.
Diffstat (limited to 'games/xracer/patches')
-rw-r--r-- | games/xracer/patches/patch-ai | 13 | ||||
-rw-r--r-- | games/xracer/patches/patch-al | 16 | ||||
-rw-r--r-- | games/xracer/patches/patch-an | 13 | ||||
-rw-r--r-- | games/xracer/patches/patch-ap | 13 | ||||
-rw-r--r-- | games/xracer/patches/patch-aq | 13 | ||||
-rw-r--r-- | games/xracer/patches/patch-ar | 13 | ||||
-rw-r--r-- | games/xracer/patches/patch-as | 11 |
7 files changed, 67 insertions, 25 deletions
diff --git a/games/xracer/patches/patch-ai b/games/xracer/patches/patch-ai deleted file mode 100644 index 4cfa0a1333f..00000000000 --- a/games/xracer/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2000/06/21 08:12:49 jlam Exp $ - ---- po/Makefile.in.in.orig Sun Mar 19 08:37:08 2000 -+++ po/Makefile.in.in Wed Jun 21 04:02:31 2000 -@@ -19,7 +19,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po diff --git a/games/xracer/patches/patch-al b/games/xracer/patches/patch-al index ac2ad46b817..09317bf680d 100644 --- a/games/xracer/patches/patch-al +++ b/games/xracer/patches/patch-al @@ -1,8 +1,8 @@ -$NetBSD: patch-al,v 1.1 2000/11/27 21:20:07 mycroft Exp $ +$NetBSD: patch-al,v 1.2 2006/02/28 17:45:55 wiz Exp $ ---- aclocal.m4.orig Mon Nov 27 20:29:22 2000 -+++ aclocal.m4 Mon Nov 27 20:30:29 2000 -@@ -20,8 +20,7 @@ +--- aclocal.m4.orig 2000-03-20 21:10:53.000000000 +0000 ++++ aclocal.m4 +@@ -20,8 +20,7 @@ dnl Usage: dnl AM_INIT_AUTOMAKE(package,version, [no-define]) AC_DEFUN(AM_INIT_AUTOMAKE, @@ -12,11 +12,10 @@ $NetBSD: patch-al,v 1.1 2000/11/27 21:20:07 mycroft Exp $ AC_SUBST(PACKAGE) VERSION=[$2] AC_SUBST(VERSION) -@@ -43,14 +42,6 @@ - AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) +@@ -44,14 +43,6 @@ AM_MISSING_PROG(MAKEINFO, makeinfo, $mis AC_REQUIRE([AC_PROG_MAKE_SET])]) -- + -# serial 1 - -AC_DEFUN(AM_PROG_INSTALL, @@ -24,6 +23,7 @@ $NetBSD: patch-al,v 1.1 2000/11/27 21:20:07 mycroft Exp $ -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' -AC_SUBST(INSTALL_SCRIPT)dnl -]) - +- # # Check to make sure that the build environment is sane. + # diff --git a/games/xracer/patches/patch-an b/games/xracer/patches/patch-an index a050e9a0f40..6a2f4a1e81a 100644 --- a/games/xracer/patches/patch-an +++ b/games/xracer/patches/patch-an @@ -1,8 +1,13 @@ -$NetBSD: patch-an,v 1.1 2002/03/10 09:45:13 jmc Exp $ +$NetBSD: patch-an,v 1.2 2006/02/28 17:45:55 wiz Exp $ ---- Makefile.in.orig Sun Mar 10 09:43:38 2002 -+++ Makefile.in Sun Mar 10 09:43:55 2002 -@@ -122,7 +122,7 @@ +--- Makefile.in.orig 2000-03-20 21:13:01.000000000 +0000 ++++ Makefile.in +@@ -118,11 +118,11 @@ l = @l@ + + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = include src XRacer tools tracks craft data doc intl po # test ++SUBDIRS = include src XRacer tools tracks craft data doc intl # po test EXTRA_DIST = Reconf Release.in xracer.spec diff --git a/games/xracer/patches/patch-ap b/games/xracer/patches/patch-ap new file mode 100644 index 00000000000..eb4cab26825 --- /dev/null +++ b/games/xracer/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1 2006/02/28 17:45:55 wiz Exp $ + +--- craft/simple/Makefile.in.orig 2000-03-20 21:13:14.000000000 +0000 ++++ craft/simple/Makefile.in +@@ -131,7 +131,7 @@ MKCRAFT = $(TOOLSDIR)/mkcraft/xracer-mk + libcraftsimple_la_SOURCES = common.h control.c craft.c + + # Make sure that the ``craft'' symbol is exported. +-libcraftsimple_la_LDFLAGS = ++libcraftsimple_la_LDFLAGS = -module -avoid-version + + EXTRA_DIST = simplecraft1.blend simplecraft1.wrl + diff --git a/games/xracer/patches/patch-aq b/games/xracer/patches/patch-aq new file mode 100644 index 00000000000..a2054cf92a4 --- /dev/null +++ b/games/xracer/patches/patch-aq @@ -0,0 +1,13 @@ +$NetBSD: patch-aq,v 1.1 2006/02/28 17:45:55 wiz Exp $ + +--- src/Makefile.in.orig 2000-03-20 21:13:03.000000000 +0000 ++++ src/Makefile.in +@@ -175,7 +175,7 @@ xracer_SOURCES = arch.c \ + video.c \ + ws.c + +-xracer_LDADD = mpeg/libmpeg.a ++xracer_LDADD = mpeg/libmpeg.a -lintl + + EXTRA_DIST = arch_posix.c \ + joystick_linux.c joystick_freebsd.c joystick_generic.c \ diff --git a/games/xracer/patches/patch-ar b/games/xracer/patches/patch-ar new file mode 100644 index 00000000000..b6e0b2ef508 --- /dev/null +++ b/games/xracer/patches/patch-ar @@ -0,0 +1,13 @@ +$NetBSD: patch-ar,v 1.1 2006/02/28 17:45:55 wiz Exp $ + +--- tracks/simple2/Makefile.in.orig 2000-03-20 21:13:12.000000000 +0000 ++++ tracks/simple2/Makefile.in +@@ -147,6 +147,8 @@ libtracksimple2_la_SOURCES = $(TRACKSOUR + flare.c \ + sky.c + ++libtracksimple2_la_LDFLAGS = -module -avoid-version ++ + EXTRA_DIST = $(wildcard *.blend) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../config.h diff --git a/games/xracer/patches/patch-as b/games/xracer/patches/patch-as new file mode 100644 index 00000000000..ce3b3c45b97 --- /dev/null +++ b/games/xracer/patches/patch-as @@ -0,0 +1,11 @@ +$NetBSD: patch-as,v 1.1 2006/02/28 17:45:55 wiz Exp $ + +--- configure.orig 2000-03-20 21:10:59.000000000 +0000 ++++ configure +@@ -5775,6 +5873,5 @@ rm -fr confdefs* $ac_clean_files + test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 + + +-(cd XRacer && perl Makefile.PL PREFIX=$prefix) + + if test -f Release; then chmod 0755 Release; fi |