Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 08:17:22 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21613: Update port: games/xracer
Message-ID:  <20000928151722.1981937B423@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         21613
>Category:       ports
>Synopsis:       Update port: games/xracer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 08:20:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Support CC/CFLAGS/LOCALBASE/X11BASE properly
- Change location of data files from lib/ to share/

New file:
patches/patch-ab  patches/patch-ac  patches/patch-ad  patches/patch-ae
patches/patch-af

Remove file:
patches/patch-aa

No response from maintainer.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xracer/Makefile games/xracer/Makefile
--- /usr/ports/games/xracer/Makefile	Thu Aug  3 21:14:14 2000
+++ games/xracer/Makefile	Thu Aug 10 03:52:14 2000
@@ -5,51 +5,38 @@
 # $FreeBSD: ports/games/xracer/Makefile,v 1.5 2000/08/03 09:24:21 asami Exp $
 #
 
-PORTNAME=		xracer
-PORTVERSION=		0.94
-CATEGORIES=		games
-MASTER_SITES=		http://xracer.annexia.org/
-DISTFILES=		xracer-0.94.tar.gz xracer-data.tar.gz
-
-MAINTAINER=		troll@digitalspark.net
-
-LIB_DEPENDS=		jpeg.9:${PORTSDIR}/graphics/jpeg
-
-USE_XLIB=		yes
-USE_MESA=		yes
-MAKEFILE=		Makefile
-WRKSRC=			${WRKDIR}/xracer-0.94
-
-USE_GMAKE=		YES
-HAS_CONFIGURE=		YES
+PORTNAME=	xracer
+PORTVERSION=	0.94
+CATEGORIES=	games
+MASTER_SITES=	http://xracer.annexia.org/files/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} xracer-data.tar.gz
+
+MAINTAINER=	troll@digitalspark.net
+
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
+
+USE_XLIB=	yes
+USE_MESA=	yes
+USE_GMAKE=	yes
+USE_AUTOMAKE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ARGS=	--disable-esd
 
 post-install:
-	@ ${ECHO} "===>   Installing Tracks and Sound"
-	@ ${CP} -R ${WRKSRC}/../xracer-data \
-	   ${PREFIX}/lib/xracer
-	@ ${CHMOD} -R 744 ${PREFIX}/lib/xracer
-	@ ${CHMOD} -R a+X ${PREFIX}/lib/xracer
-	@ ${ECHO} "===>   Installing Documentation"
-	@ ${MKDIR} ${PREFIX}/share/doc/xracer
-	@${INSTALL_DATA} ${WRKSRC}/README \
-	   ${PREFIX}/share/doc/xracer
-	@${INSTALL_DATA} ${WRKSRC}/AUTHORS \
-	   ${PREFIX}/share/doc/xracer
-	@${INSTALL_DATA} ${WRKSRC}/COPYING \
-	   ${PREFIX}/share/doc/xracer
-	@${INSTALL_DATA} ${WRKSRC}/NEWS \
-	   ${PREFIX}/share/doc/xracer
-	@${INSTALL_DATA} ${WRKSRC}/README.html \
-	   ${PREFIX}/share/doc/xracer
-	@${INSTALL_DATA} ${WRKSRC}/ChangeLog \
-	   ${PREFIX}/share/doc/xracer
-	@ ${ECHO} "===>   Stripping Binaries"
-	@ strip ${PREFIX}/bin/xracer
-	@ strip ${PREFIX}/bin/mktrackmodel
-	@ strip ${PREFIX}/bin/mktrack
-	@ strip ${PREFIX}/bin/perlin
-	@ strip ${PREFIX}/bin/test-poly-opts
-
-	@${CAT} ${PKGDIR}/MESSAGE
+	@${ECHO} "===>   Installing Tracks and Sound"
+	@${MKDIR} ${PREFIX}/share/xracer
+	${TAR} -C ${WRKDIR}/xracer-data -cf - . | \
+		${TAR} -C ${PREFIX}/share/xracer --unlink -xf -
+	@${CHMOD} -R 744 ${PREFIX}/share/xracer
+	@${CHMOD} -R a+X ${PREFIX}/share/xracer
+.if !defined(NOPORTDOCS)
+	@${ECHO} "===>   Installing Documentation"
+	@${MKDIR} ${PREFIX}/share/doc/xracer
+.for file in AUTHORS ChangeLog NEWS README README.html
+	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xracer
+.endfor
+.endif
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xracer/patches/patch-aa games/xracer/patches/patch-aa
--- /usr/ports/games/xracer/patches/patch-aa	Mon Nov 22 04:18:35 1999
+++ games/xracer/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,279 +0,0 @@
-diff -ruN ../xracer-0.94.old/config.log ./config.log
---- ../xracer-0.94.old/config.log	Thu Jan  1 00:00:00 1970
-+++ ./config.log	Sat Nov  6 16:27:49 1999
-@@ -0,0 +1,55 @@
-+This file contains any messages produced by compilers while
-+running configure, to aid debugging if configure makes a mistake.
-+
-+configure:604: checking for a BSD compatible install
-+configure:657: checking whether build environment is sane
-+configure:714: checking whether make sets ${MAKE}
-+configure:760: checking for working aclocal
-+configure:773: checking for working autoconf
-+configure:786: checking for working automake
-+configure:799: checking for working autoheader
-+configure:812: checking for working makeinfo
-+configure:829: checking for gcc
-+configure:906: checking whether the C compiler (gcc  ) works
-+configure:920: gcc -o conftest    conftest.c  1>&5
-+configure:940: checking whether the C compiler (gcc  ) is a cross-compiler
-+configure:945: checking whether we are using GNU C
-+configure:954: gcc -E conftest.c
-+configure:969: checking whether gcc accepts -g
-+configure:999: checking for gcc
-+configure:1076: checking whether the C compiler (gcc -g -O2 ) works
-+configure:1090: gcc -o conftest -g -O2   conftest.c  1>&5
-+configure:1110: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
-+configure:1115: checking whether we are using GNU C
-+configure:1139: checking whether gcc accepts -g
-+configure:1177: checking for a BSD compatible install
-+configure:1227: checking whether make sets ${MAKE}
-+configure:1324: checking for getopt_long
-+configure:1352: gcc -o conftest -g -O2   conftest.c  1>&5
-+/tmp/ccP13028.o: In function `main':
-+/usr/home/adams/port/xracer/xracer-0.94/configure(.text+0x4): undefined reference to `getopt_long'
-+configure: failed program was:
-+#line 1329 "configure"
-+#include "confdefs.h"
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char getopt_long(); below.  */
-+#include <assert.h>
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+/* We use char because int might match the return type of a gcc2
-+    builtin and then its argument prototype would still apply.  */
-+char getopt_long();
-+
-+int main() {
-+
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_getopt_long) || defined (__stub___getopt_long)
-+choke me
-+#else
-+getopt_long();
-+#endif
-+
-+; return 0; }
-+configure:1324: checking for getopt
-+configure:1352: gcc -o conftest -g -O2   conftest.c  1>&5
-diff -ruN ../xracer-0.94.old/configure ./configure
---- ../xracer-0.94.old/configure	Sat Nov  6 16:27:49 1999
-+++ ./configure	Sat Nov  6 16:27:49 1999
-@@ -2792,7 +2792,7 @@
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_save_LIBS="$LIBS"
--LIBS="-ljpeg $jpeg_LIBS $LIBS"
-+LIBS="-L/usr/local/lib -ljpeg $jpeg_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2798 "configure"
- #include "confdefs.h"
-diff -ruN ../xracer-0.94.old/freebsd.patch ./freebsd.patch
---- ../xracer-0.94.old/freebsd.patch	Thu Jan  1 00:00:00 1970
-+++ ./freebsd.patch	Sat Nov  6 16:27:49 1999
-@@ -0,0 +1,71 @@
-+diff -ruN ../xracer-0.94.old/config.log ./config.log
-+--- ../xracer-0.94.old/config.log	Thu Jan  1 00:00:00 1970
-++++ ./config.log	Sat Nov  6 16:27:49 1999
-+@@ -0,0 +1,55 @@
-++This file contains any messages produced by compilers while
-++running configure, to aid debugging if configure makes a mistake.
-++
-++configure:604: checking for a BSD compatible install
-++configure:657: checking whether build environment is sane
-++configure:714: checking whether make sets ${MAKE}
-++configure:760: checking for working aclocal
-++configure:773: checking for working autoconf
-++configure:786: checking for working automake
-++configure:799: checking for working autoheader
-++configure:812: checking for working makeinfo
-++configure:829: checking for gcc
-++configure:906: checking whether the C compiler (gcc  ) works
-++configure:920: gcc -o conftest    conftest.c  1>&5
-++configure:940: checking whether the C compiler (gcc  ) is a cross-compiler
-++configure:945: checking whether we are using GNU C
-++configure:954: gcc -E conftest.c
-++configure:969: checking whether gcc accepts -g
-++configure:999: checking for gcc
-++configure:1076: checking whether the C compiler (gcc -g -O2 ) works
-++configure:1090: gcc -o conftest -g -O2   conftest.c  1>&5
-++configure:1110: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
-++configure:1115: checking whether we are using GNU C
-++configure:1139: checking whether gcc accepts -g
-++configure:1177: checking for a BSD compatible install
-++configure:1227: checking whether make sets ${MAKE}
-++configure:1324: checking for getopt_long
-++configure:1352: gcc -o conftest -g -O2   conftest.c  1>&5
-++/tmp/ccP13028.o: In function `main':
-++/usr/home/adams/port/xracer/xracer-0.94/configure(.text+0x4): undefined reference to `getopt_long'
-++configure: failed program was:
-++#line 1329 "configure"
-++#include "confdefs.h"
-++/* System header to define __stub macros and hopefully few prototypes,
-++    which can conflict with char getopt_long(); below.  */
-++#include <assert.h>
-++/* Override any gcc2 internal prototype to avoid an error.  */
-++/* We use char because int might match the return type of a gcc2
-++    builtin and then its argument prototype would still apply.  */
-++char getopt_long();
-++
-++int main() {
-++
-++/* The GNU C library defines this for functions which it implements
-++    to always fail with ENOSYS.  Some functions are actually named
-++    something starting with __ and the normal name is an alias.  */
-++#if defined (__stub_getopt_long) || defined (__stub___getopt_long)
-++choke me
-++#else
-++getopt_long();
-++#endif
-++
-++; return 0; }
-++configure:1324: checking for getopt
-++configure:1352: gcc -o conftest -g -O2   conftest.c  1>&5
-+diff -ruN ../xracer-0.94.old/configure ./configure
-+--- ../xracer-0.94.old/configure	Sat Nov  6 16:27:49 1999
-++++ ./configure	Sat Nov  6 16:27:49 1999
-+@@ -2792,7 +2792,7 @@
-+   echo $ac_n "(cached) $ac_c" 1>&6
-+ else
-+   ac_save_LIBS="$LIBS"
-+-LIBS="-ljpeg $jpeg_LIBS $LIBS"
-++LIBS="-L/usr/local/lib -ljpeg $jpeg_LIBS $LIBS"
-+ cat > conftest.$ac_ext <<EOF
-+ #line 2798 "configure"
-+ #include "confdefs.h"
-diff -ruN ../xracer-0.94.old/src/Makefile.in ./src/Makefile.in
---- ../xracer-0.94.old/src/Makefile.in	Sat Nov  6 16:27:49 1999
-+++ ./src/Makefile.in	Sat Nov  6 16:27:49 1999
-@@ -142,7 +142,7 @@
- 
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
--LDFLAGS = @LDFLAGS@
-+LDFLAGS = -L/usr/local/lib -ljpeg @LDFLAGS@
- LIBS = @LIBS@
- X_CFLAGS = @X_CFLAGS@
- X_LIBS = @X_LIBS@
-diff -ruN ../xracer-0.94.old/src/sound/generic.c ./src/sound/generic.c
---- ../xracer-0.94.old/src/sound/generic.c	Sat Nov  6 16:27:49 1999
-+++ ./src/sound/generic.c	Sat Nov  6 16:27:49 1999
-@@ -37,11 +37,11 @@
- int
- os_sound_enable ()
- {
--  return fd;
-+  return -1;
- }
- 
- int
- os_sound_disable ()
- {
--  return fd;
-+  return -1;
- }
-diff -ruN ../xracer-0.94.old/src/ws/win32.c ./src/ws/win32.c
---- ../xracer-0.94.old/src/ws/win32.c	Sat Nov  6 16:27:49 1999
-+++ ./src/ws/win32.c	Sat Nov  6 16:27:49 1999
-@@ -1,26 +1,74 @@
- /* XRacer (C) 1999 Richard W.M. Jones.
-- * $Id: win32.c,v 1.1 1999/07/21 07:39:43 rich Exp $
-+ * $Id: x11.c,v 1.1 1999/07/21 07:39:43 rich Exp $
-  */
- 
-+#include <sys/time.h>
-+#include <unistd.h>
-+#include <stdio.h>
-+
-+#include <X11/Xlib.h>
-+#include <X11/Xutil.h>
-+
- #include "xracer.h"
-+#include "os.h"
- 
- double ws_get_time()
- {
--  return (double)GetTickCount() * 1e-3;
-+  struct timeval tv;
-+
-+  gettimeofday(&tv,0);
-+
-+  return (double)tv.tv_sec + (double)tv.tv_usec * 1e-6;
- }
- 
-+/* X11- and GLUT-specific hack to warp and grab the pointer into the window. */
-+
-+struct GLUTwindow
-+{
-+  int num;
-+  Window win;
-+};
-+
-+extern Display *__glutDisplay;
-+
-+extern Window __glutRoot;
-+extern struct GLUTwindow *__glutCurrentWindow;
-+
- void ws_warp_pointer()
- {
-+  Window window = __glutCurrentWindow->win;
-+
-+  XWarpPointer(__glutDisplay, 0, window, 0, 0, 0, 0, width/2, height/2);
- }
- 
-+/* Grab the pointer. */
-+
- void ws_grab_pointer()
- {
-+  Window window = __glutCurrentWindow->win;
-+
-+  if (XGrabPointer(__glutDisplay, window, True,
-+        ButtonReleaseMask | ButtonPressMask,
-+        GrabModeAsync, GrabModeAsync,
-+        window, None, CurrentTime) != GrabSuccess)
-+    log (LOG_ERROR, "pointer grab failed");
- }
- 
- void ws_flush_events()
- {
-+  XSync(__glutDisplay, False);
- }
- 
-+/* X11 hack to give window a class, so WindowManagers can interact with it
-+   (e.g. start xracer without window borders/titlebar, start fullscreen,...)
-+   Why isn't this implemented in glutCreateWindow? */
-+
- void ws_fix_window()
- {
-+   XClassHint classhint;
-+   Window window = __glutCurrentWindow->win;
-+
-+   classhint.res_name="xracer";
-+   classhint.res_class="XRacer";
-+   XSetClassHint(__glutDisplay, window, &classhint);
- }
-diff -ruN ../xracer-0.94.old/test/Makefile.in ./test/Makefile.in
---- ../xracer-0.94.old/test/Makefile.in	Sat Nov  6 16:27:49 1999
-+++ ./test/Makefile.in	Sat Nov  6 16:27:49 1999
-@@ -96,7 +96,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = -L/usr/local/lib @LIBS@
- X_CFLAGS = @X_CFLAGS@
- X_LIBS = @X_LIBS@
- X_EXTRA_LIBS = @X_EXTRA_LIBS@
-diff -ruN ../xracer-0.94.old/tools/Makefile.in ./tools/Makefile.in
---- ../xracer-0.94.old/tools/Makefile.in	Sat Nov  6 16:27:49 1999
-+++ ./tools/Makefile.in	Sat Nov  6 16:27:48 1999
-@@ -104,7 +104,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = -L/usr/local/lib @LIBS@
- X_CFLAGS = @X_CFLAGS@
- X_LIBS = @X_LIBS@
- X_EXTRA_LIBS = @X_EXTRA_LIBS@
diff -urN /usr/ports/games/xracer/patches/patch-ab games/xracer/patches/patch-ab
--- /usr/ports/games/xracer/patches/patch-ab	Thu Jan  1 09:00:00 1970
+++ games/xracer/patches/patch-ab	Thu Aug 10 01:41:14 2000
@@ -0,0 +1,11 @@
+--- aclocal.m4.orig	Mon Jun 21 05:48:38 1999
++++ aclocal.m4	Thu Aug 10 01:41:06 2000
+@@ -43,7 +43,7 @@
+ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
+ 
+ AC_DEFUN(AM_INIT_AUTOMAKE,
+-[AC_REQUIRE([AM_PROG_INSTALL])
++[AC_REQUIRE([AC_PROG_INSTALL])
+ PACKAGE=[$1]
+ AC_SUBST(PACKAGE)
+ VERSION=[$2]
diff -urN /usr/ports/games/xracer/patches/patch-ac games/xracer/patches/patch-ac
--- /usr/ports/games/xracer/patches/patch-ac	Thu Jan  1 09:00:00 1970
+++ games/xracer/patches/patch-ac	Thu Aug 10 01:37:04 2000
@@ -0,0 +1,12 @@
+--- src/Makefile.am.orig	Mon Aug  9 00:37:36 1999
++++ src/Makefile.am	Thu Aug 10 01:32:14 2000
+@@ -15,8 +15,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ 
+ #TRACK		= track-general
+-CFLAGS		= -Wall -O3 @XRACER_EXTRA_CFLAGS@ \
+-		  -I/usr/X11R6/include -I/usr/local/include
++CFLAGS		= @CFLAGS@ @XRACER_EXTRA_CFLAGS@
+ 
+ bin_PROGRAMS    = xracer
+ 
diff -urN /usr/ports/games/xracer/patches/patch-ad games/xracer/patches/patch-ad
--- /usr/ports/games/xracer/patches/patch-ad	Thu Jan  1 09:00:00 1970
+++ games/xracer/patches/patch-ad	Thu Aug 10 02:01:02 2000
@@ -0,0 +1,11 @@
+--- test/Makefile.am.orig	Sun Jul 11 21:36:17 1999
++++ test/Makefile.am	Thu Aug 10 02:00:47 2000
+@@ -14,7 +14,7 @@
+ # along with this program; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ 
+-CFLAGS		= -Wall -O3 -I/usr/X11R6/include -I/usr/local/include -I../src
++CFLAGS		= @CFLAGS@ -I$(top_srcdir)/src
+ 
+ bin_PROGRAMS    = test-poly-opts
+ 
diff -urN /usr/ports/games/xracer/patches/patch-ae games/xracer/patches/patch-ae
--- /usr/ports/games/xracer/patches/patch-ae	Thu Jan  1 09:00:00 1970
+++ games/xracer/patches/patch-ae	Thu Aug 10 01:59:21 2000
@@ -0,0 +1,11 @@
+--- tools/Makefile.am.orig	Wed Aug 25 06:50:22 1999
++++ tools/Makefile.am	Thu Aug 10 01:59:08 2000
+@@ -15,7 +15,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ 
+ #TRACK		= track-general
+-CFLAGS		= -Wall -O -I/usr/X11R6/include -I/usr/local/include -I$(top_srcdir)/src
++CFLAGS		= @CFLAGS@ -I$(top_srcdir)/src
+ 
+ bin_PROGRAMS    = mktrackmodel mktrack perlin
+ 
diff -urN /usr/ports/games/xracer/patches/patch-af games/xracer/patches/patch-af
--- /usr/ports/games/xracer/patches/patch-af	Thu Jan  1 09:00:00 1970
+++ games/xracer/patches/patch-af	Thu Aug 10 03:18:53 2000
@@ -0,0 +1,16 @@
+--- src/sound/generic.c.orig	Sun Sep 12 22:16:25 1999
++++ src/sound/generic.c	Thu Aug 10 03:18:34 2000
+@@ -37,11 +37,11 @@
+ int
+ os_sound_enable ()
+ {
+-  return fd;
++  return -1;
+ }
+ 
+ int
+ os_sound_disable ()
+ {
+-  return fd;
++  return -1;
+ }
diff -urN /usr/ports/games/xracer/pkg/MESSAGE games/xracer/pkg/MESSAGE
--- /usr/ports/games/xracer/pkg/MESSAGE	Mon Nov 22 04:18:35 1999
+++ games/xracer/pkg/MESSAGE	Thu Aug 10 03:12:02 2000
@@ -1,17 +1,17 @@
- - --------------------------------------------------------------------- -
- - XRACER PORT NOTES                                    ported by trolld -
- - --------------------------------------------------------------------- -
- -  The xracer data files have been installed to: /usr/local/lib/xracer  -
- -  You'll NEED to set the enviroment variable $XRACER_HOME to this dir  -
- -  otherwise xracer will not work.                                      -
- -                                                                       -
- -  The xracer documentation has been installed in:                      -
- -     /usr/local/share/doc/xracer/                                      -
- -                                                                       -
- -  That's it, after setting the enviroment, type xracer to run!         -
- -                                                         Enjoy!        -
- -                                                         - trolld      -
- -                                                                       -
- - --------------------------------------------------------------------- -
- -  xracer website: http://xracer.annexia.org/                           -
- - --------------------------------------------------------------------- -
+ - ----------------------------------------------------------------------- -
+ - XRACER PORT NOTES                                      ported by trolld -
+ - ----------------------------------------------------------------------- -
+ -  The xracer data files have been installed to: /usr/local/share/xracer  -
+ -  You'll NEED to set the enviroment variable $XRACER_HOME to this dir    -
+ -  otherwise xracer will not work.                                        -
+ -                                                                         -
+ -  The xracer documentation has been installed in:                        -
+ -     /usr/local/share/doc/xracer/                                        -
+ -                                                                         -
+ -  That's it, after setting the enviroment, type xracer to run!           -
+ -                                                         Enjoy!          -
+ -                                                         - trolld        -
+ -                                                                         -
+ - ----------------------------------------------------------------------- -
+ -  xracer website: http://xracer.annexia.org/                             -
+ - ----------------------------------------------------------------------- -
diff -urN /usr/ports/games/xracer/pkg/PLIST games/xracer/pkg/PLIST
--- /usr/ports/games/xracer/pkg/PLIST	Mon Nov 22 04:18:35 1999
+++ games/xracer/pkg/PLIST	Thu Aug 10 03:20:55 2000
@@ -1,81 +1,80 @@
-bin/xracer
-bin/mktrackmodel
 bin/mktrack
+bin/mktrackmodel
 bin/perlin
 bin/test-poly-opts
-share/doc/xracer/README
+bin/xracer
 share/doc/xracer/AUTHORS
-share/doc/xracer/COPYING
+share/doc/xracer/ChangeLog
 share/doc/xracer/NEWS
+share/doc/xracer/README
 share/doc/xracer/README.html
-share/doc/xracer/ChangeLog
+share/xracer/images/andre-logo.jpg
+share/xracer/images/beestripes1-large.jpg
+share/xracer/images/beestripes1.jpg
+share/xracer/images/clouds1.jpg
+share/xracer/images/clouds2-large.jpg
+share/xracer/images/clouds2.jpg
+share/xracer/images/clouds3.jpg
+share/xracer/images/clouds4.jpg
+share/xracer/images/clouds5.jpg
+share/xracer/images/craft1-back-side.jpg
+share/xracer/images/craft1-inner-side.jpg
+share/xracer/images/craft1-side.jpg
+share/xracer/images/craft1-under.jpg
+share/xracer/images/craft1-windscreen.jpg
+share/xracer/images/crillee14.jpg
+share/xracer/images/crillee24.jpg
+share/xracer/images/crillee36.jpg
+share/xracer/images/crillee48.jpg
+share/xracer/images/menus-bg.jpg
+share/xracer/images/mountains4-alpha.jpg
+share/xracer/images/mountains4.jpg
+share/xracer/images/powerup-autopilot-alpha.jpg
+share/xracer/images/powerup-autopilot.jpg
+share/xracer/images/powerup-energy-alpha.jpg
+share/xracer/images/powerup-energy.jpg
+share/xracer/images/powerup-faster-alpha.jpg
+share/xracer/images/powerup-faster.jpg
+share/xracer/images/powerup-shield-alpha.jpg
+share/xracer/images/powerup-shield.jpg
+share/xracer/images/skyscraper1.jpg
+share/xracer/images/snow1.jpg
+share/xracer/images/snow2.jpg
+share/xracer/images/snowtex1.jpg
+share/xracer/images/snowtex2.jpg
+share/xracer/images/snowtex3.jpg
+share/xracer/images/track1-large.jpg
+share/xracer/images/track1.jpg
+share/xracer/images/track2.jpg
+share/xracer/images/track3.jpg
+share/xracer/images/track5+left-fast+right-fast.jpg
+share/xracer/images/track5+left-fast+right-faster.jpg
+share/xracer/images/track5+left-fast+right-powerup.jpg
+share/xracer/images/track5+left-fast.jpg
+share/xracer/images/track5+left-faster+right-fast.jpg
+share/xracer/images/track5+left-faster+right-faster.jpg
+share/xracer/images/track5+left-faster+right-powerup.jpg
+share/xracer/images/track5+left-faster.jpg
+share/xracer/images/track5+left-powerup+right-fast.jpg
+share/xracer/images/track5+left-powerup+right-faster.jpg
+share/xracer/images/track5+left-powerup+right-powerup.jpg
+share/xracer/images/track5+left-powerup.jpg
+share/xracer/images/track5+right-fast.jpg
+share/xracer/images/track5+right-faster.jpg
+share/xracer/images/track5+right-powerup.jpg
+share/xracer/images/track5.jpg
+share/xracer/images/xracer-logo-3.jpg
+share/xracer/objects/start-lamp/start-lamp-green-texture.jpg
+share/xracer/objects/start-lamp/start-lamp-orange-texture.jpg
+share/xracer/objects/start-lamp/start-lamp-red-texture.jpg
+share/xracer/sounds/faster.wav
+share/xracer/sounds/powerup.wav
+share/xracer/sounds/wind.wav
+share/xracer/tracks/demo.trk.gz
+@dirrm share/xracer/tracks
+@dirrm share/xracer/sounds
+@dirrm share/xracer/objects/start-lamp
+@dirrm share/xracer/objects
+@dirrm share/xracer/images
+@dirrm share/xracer
 @dirrm share/doc/xracer
-lib/xracer/images/beestripes1.jpg
-lib/xracer/images/track1.jpg
-lib/xracer/images/track1-large.jpg
-lib/xracer/images/clouds1.jpg
-lib/xracer/images/track2.jpg
-lib/xracer/images/track3.jpg
-lib/xracer/images/beestripes1-large.jpg
-lib/xracer/images/clouds2.jpg
-lib/xracer/images/powerup-energy-alpha.jpg
-lib/xracer/images/powerup-shield-alpha.jpg
-lib/xracer/images/track5.jpg
-lib/xracer/images/skyscraper1.jpg
-lib/xracer/images/snowtex1.jpg
-lib/xracer/images/track5+left-powerup+right-fast.jpg
-lib/xracer/images/track5+right-fast.jpg
-lib/xracer/images/track5+left-fast.jpg
-lib/xracer/images/track5+left-powerup.jpg
-lib/xracer/images/snow1.jpg
-lib/xracer/images/track5+right-powerup.jpg
-lib/xracer/images/track5+left-fast+right-powerup.jpg
-lib/xracer/images/track5+left-faster.jpg
-lib/xracer/images/track5+right-faster.jpg
-lib/xracer/images/track5+left-fast+right-fast.jpg
-lib/xracer/images/track5+left-faster+right-faster.jpg
-lib/xracer/images/track5+left-fast+right-faster.jpg
-lib/xracer/images/track5+left-faster+right-fast.jpg
-lib/xracer/images/track5+left-powerup+right-faster.jpg
-lib/xracer/images/track5+left-faster+right-powerup.jpg
-lib/xracer/images/track5+left-powerup+right-powerup.jpg
-lib/xracer/images/clouds3.jpg
-lib/xracer/images/snowtex2.jpg
-lib/xracer/images/clouds4.jpg
-lib/xracer/images/craft1-side.jpg
-lib/xracer/images/clouds2-large.jpg
-lib/xracer/images/clouds5.jpg
-lib/xracer/images/craft1-windscreen.jpg
-lib/xracer/images/powerup-faster-alpha.jpg
-lib/xracer/images/powerup-autopilot.jpg
-lib/xracer/images/craft1-inner-side.jpg
-lib/xracer/images/snowtex3.jpg
-lib/xracer/images/craft1-back-side.jpg
-lib/xracer/images/craft1-under.jpg
-lib/xracer/images/crillee48.jpg
-lib/xracer/images/xracer-logo-3.jpg
-lib/xracer/images/powerup-autopilot-alpha.jpg
-lib/xracer/images/snow2.jpg
-lib/xracer/images/andre-logo.jpg
-lib/xracer/images/powerup-energy.jpg
-lib/xracer/images/powerup-shield.jpg
-lib/xracer/images/powerup-faster.jpg
-lib/xracer/images/menus-bg.jpg
-lib/xracer/images/crillee36.jpg
-lib/xracer/images/crillee24.jpg
-lib/xracer/images/crillee14.jpg
-lib/xracer/images/mountains4-alpha.jpg
-lib/xracer/images/mountains4.jpg
-@dirrm lib/xracer/images
-lib/xracer/tracks/demo.trk.gz
-@dirrm lib/xracer/tracks
-lib/xracer/objects/start-lamp/start-lamp-green-texture.jpg
-lib/xracer/objects/start-lamp/start-lamp-orange-texture.jpg
-lib/xracer/objects/start-lamp/start-lamp-red-texture.jpg
-@dirrm lib/xracer/objects/start-lamp
-@dirrm lib/xracer/objects
-lib/xracer/sounds/powerup.wav
-lib/xracer/sounds/faster.wav
-lib/xracer/sounds/wind.wav
-@dirrm lib/xracer/sounds
-@dirrm lib/xracer


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000928151722.1981937B423>