Skip site navigation (1)Skip section navigation (2)
Date:      13 Jun 2004 15:45:44 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/67907: [Maintainer Update]  games/gl-117  1.2_1 -> 1.3
Message-ID:  <20040613154544.4720.qmail@phoenix.smluc.org>
Resent-Message-ID: <200406131550.i5DFoN74038086@freefall.freebsd.org>

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

>Number:         67907
>Category:       ports
>Synopsis:       [Maintainer Update]  games/gl-117  1.2_1 -> 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 13 15:50:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu May 27 23:31:48 EDT 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

freshmeat blurb:
	This release added graphics optimizations. The view can be
	extended by 50%, and the quality modes were promoted (the 
	old quality=5 is now quality=4). There were also minor 
	adjustments and graphical improvements for missiles and 
	radar. Logging to a file was implemented.

>How-To-Repeat:
>Fix:

--- games.gl-117.diff begins here ---
diff -Nurb games/gl-117.orig/Makefile games/gl-117/Makefile
--- games/gl-117.orig/Makefile	Sun Jun 13 09:56:43 2004
+++ games/gl-117/Makefile	Sun Jun 13 10:13:24 2004
@@ -7,12 +7,11 @@
 #
 
 PORTNAME=	gl-117
-PORTVERSION=	1.2
-PORTREVISION=	1
+PORTVERSION=	1.3
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-EXTRACT_SUFX=	-src.tar.gz
+EXTRACT_SUFX=	-src.tar.bz2
 
 MAINTAINER=	erik@smluc.org
 COMMENT=	An OpenGL & SDL action flight simulator
@@ -20,6 +19,7 @@
 WRKSRC=		${WRKDIR}/${DISTNAME}-src
 USE_SDL=	mixer sdl
 USE_GL=		yes
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--x-include=${X11BASE}/include \
 		--x-libraries=${X11BASE}/lib \
diff -Nurb games/gl-117.orig/distinfo games/gl-117/distinfo
--- games/gl-117.orig/distinfo	Sun Jun 13 09:56:43 2004
+++ games/gl-117/distinfo	Sun Jun 13 10:55:23 2004
@@ -1,2 +1,2 @@
-MD5 (gl-117-1.2-src.tar.gz) = 15212176c863f35f49a1f766eaa5c79a
-SIZE (gl-117-1.2-src.tar.gz) = 3085823
+MD5 (gl-117-1.3-src.tar.bz2) = 38740f8d354416d3ae30f1b0e1c203c7
+SIZE (gl-117-1.3-src.tar.bz2) = 2354750
diff -Nurb games/gl-117.orig/files/patch-configure games/gl-117/files/patch-configure
--- games/gl-117.orig/files/patch-configure	Sun Jun 13 09:56:43 2004
+++ games/gl-117/files/patch-configure	Sun Jun 13 11:29:10 2004
@@ -1,6 +1,6 @@
---- configure.orig	Fri Aug 22 08:07:20 2003
-+++ configure	Sun Aug 24 12:25:25 2003
-@@ -5602,7 +5602,7 @@
+--- configure.orig	Sat Jun 12 01:44:13 2004
++++ configure	Sun Jun 13 11:29:02 2004
+@@ -6154,7 +6154,7 @@
   path=""
   for tmp in /usr/local /usr/X11R6 /usr $with_sdl_dir
   do
@@ -9,18 +9,18 @@
     path=$tmp
    fi
   done
-@@ -5612,8 +5612,8 @@
+@@ -6164,8 +6164,8 @@
   else
    echo "$as_me:$LINENO: result: $path" >&5
  echo "${ECHO_T}$path" >&6
 -  CPPFLAGS="$CPPFLAGS -I$path/include"
 -  CXXFLAGS="$CXXFLAGS -I$path/include"
-+  CPPFLAGS="$CPPFLAGS -I$path/include/SDL11"
-+  CXXFLAGS="$CXXFLAGS -I$path/include/SDL11"
++  CPPFLAGS="$CPPFLAGS -I$path/include -I$path/include/SDL11"
++  CXXFLAGS="$CXXFLAGS -I$path/include -I$path/include/SDL11"
    LIBS="$LIBS -L$path/lib"
   fi
  
-@@ -6280,8 +6280,8 @@
+@@ -6871,8 +6871,8 @@
  
  
  if test "${ac_cv_header_SDL_SDL_h+set}" = set; then
@@ -31,7 +31,7 @@
  if test "${ac_cv_header_SDL_SDL_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  fi
-@@ -6289,8 +6289,8 @@
+@@ -6880,8 +6880,8 @@
  echo "${ECHO_T}$ac_cv_header_SDL_SDL_h" >&6
  else
    # Is the header compilable?
@@ -40,18 +40,18 @@
 +echo "$as_me:$LINENO: checking SDL11/SDL.h usability" >&5
 +echo $ECHO_N "checking SDL11/SDL.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
  /* confdefs.h.  */
-@@ -6299,7 +6299,7 @@
+ _ACEOF
+@@ -6889,7 +6889,7 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
 -#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
++#include <SDL.h>
  _ACEOF
  rm -f conftest.$ac_objext
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-@@ -6325,8 +6325,8 @@
+@@ -6925,15 +6925,15 @@
  echo "${ECHO_T}$ac_header_compiler" >&6
  
  # Is the header present?
@@ -60,9 +60,8 @@
 +echo "$as_me:$LINENO: checking SDL11/SDL.h presence" >&5
 +echo $ECHO_N "checking SDL11/SDL.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
  /* confdefs.h.  */
-@@ -6334,7 +6334,7 @@
+ _ACEOF
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -71,41 +70,49 @@
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-@@ -6367,10 +6367,10 @@
+@@ -6967,25 +6967,25 @@
  # So?  What about this header?
- case $ac_header_compiler:$ac_header_preproc in
-   yes:no )
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+   yes:no: )
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: accepted by the compiler, rejected by the preprocessor!" >&5
 -echo "$as_me: WARNING: SDL/SDL.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
--    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: proceeding with the preprocessor's result" >&5
--echo "$as_me: WARNING: SDL/SDL.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: SDL/SDL.h: proceeding with the compiler's result" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: accepted by the compiler, rejected by the preprocessor!" >&5
 +echo "$as_me: WARNING: SDL11/SDL.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: SDL11/SDL.h: proceeding with the preprocessor's result" >&2;}
-     (
-       cat <<\_ASBOX
- ## ------------------------------------ ##
-@@ -6381,12 +6381,12 @@
-       sed "s/^/$as_me: WARNING:     /" >&2
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: SDL11/SDL.h: proceeding with the compiler's result" >&2;}
+     ac_header_preproc=yes
      ;;
-   no:yes )
+   no:yes:* )
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: present but cannot be compiled" >&5
 -echo "$as_me: WARNING: SDL/SDL.h: present but cannot be compiled" >&2;}
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: check for missing prerequisite headers?" >&5
 -echo "$as_me: WARNING: SDL/SDL.h: check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: SDL/SDL.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: SDL/SDL.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: proceeding with the preprocessor's result" >&5
 -echo "$as_me: WARNING: SDL/SDL.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: SDL/SDL.h: in the future, the compiler will take precedence" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: present but cannot be compiled" >&5
 +echo "$as_me: WARNING: SDL11/SDL.h: present but cannot be compiled" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: check for missing prerequisite headers?" >&5
 +echo "$as_me: WARNING: SDL11/SDL.h: check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: SDL11/SDL.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: SDL11/SDL.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: proceeding with the preprocessor's result" >&5
 +echo "$as_me: WARNING: SDL11/SDL.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: SDL11/SDL.h: in the future, the compiler will take precedence" >&2;}
      (
        cat <<\_ASBOX
- ## ------------------------------------ ##
-@@ -6397,8 +6397,8 @@
+ ## ------------------------------------------ ##
+@@ -6996,8 +6996,8 @@
        sed "s/^/$as_me: WARNING:     /" >&2
      ;;
  esac
@@ -116,7 +123,7 @@
  if test "${ac_cv_header_SDL_SDL_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6420,8 +6420,8 @@
+@@ -7019,8 +7019,8 @@
  
  
  if test "${ac_cv_header_SDL_SDL_mixer_h+set}" = set; then
@@ -127,7 +134,7 @@
  if test "${ac_cv_header_SDL_SDL_mixer_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  fi
-@@ -6429,8 +6429,8 @@
+@@ -7028,8 +7028,8 @@
  echo "${ECHO_T}$ac_cv_header_SDL_SDL_mixer_h" >&6
  else
    # Is the header compilable?
@@ -136,9 +143,9 @@
 +echo "$as_me:$LINENO: checking SDL11/SDL_mixer.h usability" >&5
 +echo $ECHO_N "checking SDL11/SDL_mixer.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
  /* confdefs.h.  */
-@@ -6439,7 +6439,7 @@
+ _ACEOF
+@@ -7037,7 +7037,7 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -147,7 +154,7 @@
  _ACEOF
  rm -f conftest.$ac_objext
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-@@ -6465,8 +6465,8 @@
+@@ -7073,15 +7073,15 @@
  echo "${ECHO_T}$ac_header_compiler" >&6
  
  # Is the header present?
@@ -156,9 +163,8 @@
 +echo "$as_me:$LINENO: checking SDL11/SDL_mixer.h presence" >&5
 +echo $ECHO_N "checking SDL11/SDL_mixer.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
  /* confdefs.h.  */
-@@ -6474,7 +6474,7 @@
+ _ACEOF
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -167,41 +173,49 @@
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-@@ -6507,10 +6507,10 @@
+@@ -7115,25 +7115,25 @@
  # So?  What about this header?
- case $ac_header_compiler:$ac_header_preproc in
-   yes:no )
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+   yes:no: )
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&5
 -echo "$as_me: WARNING: SDL/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
--    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: proceeding with the preprocessor's result" >&5
--echo "$as_me: WARNING: SDL/SDL_mixer.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: proceeding with the compiler's result" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&5
 +echo "$as_me: WARNING: SDL11/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: SDL11/SDL_mixer.h: proceeding with the preprocessor's result" >&2;}
-     (
-       cat <<\_ASBOX
- ## ------------------------------------ ##
-@@ -6521,12 +6521,12 @@
-       sed "s/^/$as_me: WARNING:     /" >&2
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: proceeding with the compiler's result" >&2;}
+     ac_header_preproc=yes
      ;;
-   no:yes )
+   no:yes:* )
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: present but cannot be compiled" >&5
 -echo "$as_me: WARNING: SDL/SDL_mixer.h: present but cannot be compiled" >&2;}
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: check for missing prerequisite headers?" >&5
 -echo "$as_me: WARNING: SDL/SDL_mixer.h: check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 -    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: proceeding with the preprocessor's result" >&5
 -echo "$as_me: WARNING: SDL/SDL_mixer.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: in the future, the compiler will take precedence" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: present but cannot be compiled" >&5
 +echo "$as_me: WARNING: SDL11/SDL_mixer.h: present but cannot be compiled" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: check for missing prerequisite headers?" >&5
 +echo "$as_me: WARNING: SDL11/SDL_mixer.h: check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 +    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: proceeding with the preprocessor's result" >&5
 +echo "$as_me: WARNING: SDL11/SDL_mixer.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: in the future, the compiler will take precedence" >&2;}
      (
        cat <<\_ASBOX
- ## ------------------------------------ ##
-@@ -6537,8 +6537,8 @@
+ ## ------------------------------------------ ##
+@@ -7144,8 +7144,8 @@
        sed "s/^/$as_me: WARNING:     /" >&2
      ;;
  esac
@@ -212,7 +226,7 @@
  if test "${ac_cv_header_SDL_SDL_mixer_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -6743,13 +6743,13 @@
+@@ -7380,13 +7380,13 @@
  echo "$as_me: WARNING: GLUT not found - please install GLUT or MesaGLUT" >&2;}
  fi
  
@@ -225,11 +239,11 @@
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lSDL -lpthread $LIBS"
-+LIBS="-lSDL-1.1 -pthread $LIBS"
++LIBS="-lSDL-1.1 -lpthread $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
  /* confdefs.h.  */
-@@ -6798,7 +6798,7 @@
+ _ACEOF
+@@ -7445,7 +7445,7 @@
  echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_SDL_Init" >&5
  echo "${ECHO_T}$ac_cv_lib_SDL_SDL_Init" >&6
  if test $ac_cv_lib_SDL_SDL_Init = yes; then
@@ -238,3 +252,12 @@
  else
    { echo "$as_me:$LINENO: WARNING: SDL not found - please install SDL" >&5
  echo "$as_me: WARNING: SDL not found - please install SDL" >&2;}
+@@ -7524,7 +7524,7 @@
+ 
+ 
+ CFLAGS="$CFLAGS"
+-CPPFLAGS="-DDATADIR='\"$datadir\"' -Wall -pedantic"
++CPPFLAGS="-DDATADIR='\"$datadir\"' -Wall"
+ CXXFLAGS="$CXXFLAGS"
+ 
+                     ac_config_files="$ac_config_files Makefile src/Makefile"
diff -Nurb games/gl-117.orig/files/patch-src_common.h games/gl-117/files/patch-src_common.h
--- games/gl-117.orig/files/patch-src_common.h	Sun Jun 13 09:56:43 2004
+++ games/gl-117/files/patch-src_common.h	Sun Jun 13 11:18:12 2004
@@ -1,20 +1,20 @@
---- src/common.h.orig	Fri Aug 22 06:07:09 2003
-+++ src/common.h	Thu Sep  4 05:31:40 2003
+--- src/common.h.orig	Sun Jun 13 11:17:16 2004
++++ src/common.h	Sun Jun 13 11:17:43 2004
 @@ -22,13 +22,13 @@
  // APPLE path is different (thanks Minami)
  #ifdef __APPLE__
  #include <GLUT/glut.h>
 -#include "SDL/SDL.h"
 -#include "SDL/SDL_thread.h"
-+#include "SDL.h"
-+#include "SDL_thread.h"
++#include "SDL11/SDL.h"
++#include "SDL11/SDL_thread.h"
  #ifdef HAVE_SDL_MIXER
 -#include "SDL/SDL_mixer.h"
-+#include "SDL_mixer.h"
++#include "SDL11/SDL_mixer.h"
  #endif
  #ifdef HAVE_SDL_NET
 -#include "SDL/SDL_net.h"
-+#include "SDL_net.h"
++#include "SDL11/SDL_net.h"
  #endif
  #endif
  #ifndef __APPLE__
@@ -24,15 +24,15 @@
  #include <GL/glut.h>
 -#include "SDL/SDL.h"
 -#include "SDL/SDL_thread.h"
-+#include "SDL.h"
-+#include "SDL_thread.h"
++#include "SDL11/SDL.h"
++#include "SDL11/SDL_thread.h"
  #ifdef HAVE_SDL_MIXER
 -#include "SDL/SDL_mixer.h"
-+#include "SDL_mixer.h"
++#include "SDL11/SDL_mixer.h"
  #endif
  #ifdef HAVE_SDL_NET
 -#include "SDL/SDL_net.h"
-+#include "SDL_net.h"
++#include "SDL11/SDL_net.h"
  #endif
  #endif
  #endif // __APPLE__
diff -Nurb games/gl-117.orig/pkg-plist games/gl-117/pkg-plist
--- games/gl-117.orig/pkg-plist	Sun Jun 13 09:56:43 2004
+++ games/gl-117/pkg-plist	Sun Jun 13 11:36:22 2004
@@ -47,6 +47,7 @@
 %%DATADIR%%/models/tank2.3ds
 %%DATADIR%%/models/tent1.3ds
 %%DATADIR%%/models/tent4.3ds
+%%DATADIR%%/models/transp1.3ds
 %%DATADIR%%/models/transp2.3ds
 %%DATADIR%%/models/transp4.3ds
 %%DATADIR%%/models/trsam.3ds
@@ -104,9 +105,11 @@
 %%DATADIR%%/textures/gl-14d_c.tga
 %%DATADIR%%/textures/gl-14d_d.tga
 %%DATADIR%%/textures/gl-15_c2.tga
+%%DATADIR%%/textures/gl-15_ch.tga
 %%DATADIR%%/textures/gl-16_c2.tga
 %%DATADIR%%/textures/gl-16_ch.tga
 %%DATADIR%%/textures/gl-21_c2.tga
+%%DATADIR%%/textures/gl-21_ch.tga
 %%DATADIR%%/textures/gl-21b_c.tga
 %%DATADIR%%/textures/gl-21b_d.tga
 %%DATADIR%%/textures/gl-29_ch.tga
@@ -127,9 +130,9 @@
 %%DATADIR%%/textures/oilrig_c2.tga
 %%DATADIR%%/textures/panzer1_.tga
 %%DATADIR%%/textures/panzer2_.tga
+%%DATADIR%%/textures/patents.tga
 %%DATADIR%%/textures/radar1.tga
 %%DATADIR%%/textures/radar2.tga
-%%DATADIR%%/textures/ranks.psd
 %%DATADIR%%/textures/ranks.tga
 %%DATADIR%%/textures/redsand1.tga
 %%DATADIR%%/textures/redstone2.tga
--- games.gl-117.diff ends here ---


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



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