Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 21:00:00 +0200 (CEST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27992: update games/gracer to 0.1.5
Message-ID:  <200106091900.VAA15555@saturn.kn-bremen.de>

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

>Number:         27992
>Category:       ports
>Synopsis:       update games/gracer to 0.1.5
>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:   Sat Jun 09 12:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
me?  organized?
>Environment:

	

>Description:

	This updates and fixes the build problem with gracer

>How-To-Repeat:

	

>Fix:
	
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/gracer/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	2001/02/05 14:51:41	1.13
+++ Makefile	2001/05/08 15:03:48
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gracer
-PORTVERSION=	0.1.4
+PORTVERSION=	0.1.5
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/games/gracer/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	1999/12/27 23:15:18	1.3
+++ distinfo	2001/05/08 15:29:35
@@ -1 +1 @@
-MD5 (gracer-0.1.4.tar.gz) = 22e1639a0e54f117cf8e6dde97753587
+MD5 (gracer-0.1.5.tar.gz) = b1bac84fdbe63c610d4b01bb57ca4d47
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/gracer/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	1999/12/27 23:15:21	1.3
+++ pkg-plist	2001/05/09 16:28:51
@@ -1,4 +1,5 @@
 bin/gracer
+share/gracer/courses/cliff.jpg
 share/gracer/courses/course1.grc
 share/gracer/courses/course1.grs
 share/gracer/courses/course2.grc
@@ -7,17 +8,25 @@
 share/gracer/courses/course3.grs
 share/gracer/courses/course4.grc
 share/gracer/courses/course4.grs
+share/gracer/courses/course5.grc
+share/gracer/courses/course5.grs
 share/gracer/courses/grass.jpg
 share/gracer/courses/road.jpg
+share/gracer/courses/road2.jpg
+share/gracer/images/icon.xpm
+share/gracer/images/mini-icon.xpm
 share/gracer/license
+share/gracer/scenes/cement.png
 share/gracer/scenes/font.grs
+share/gracer/scenes/grass.png
 share/gracer/scenes/panel.grs
+share/gracer/scenes/rock.png
 share/gracer/scenes/sky.grs
 share/gracer/scenes/sky.jpg
 share/gracer/scripts/cache.tcl
 share/gracer/scripts/glut.tcl
-share/gracer/scripts/hiscore.tcl
 share/gracer/scripts/gr.tcl
+share/gracer/scripts/hiscore.tcl
 share/gracer/scripts/init.tcl
 share/gracer/scripts/postinit.tcl
 share/gracer/scripts/timestamp.tcl
@@ -66,5 +75,6 @@
 @dirrm share/gracer/sounds
 @dirrm share/gracer/scripts
 @dirrm share/gracer/scenes
+@dirrm share/gracer/images
 @dirrm share/gracer/courses
 @dirrm share/gracer
Index: files/patch-ab
===================================================================
RCS file: /home/ncvs/ports/games/gracer/files/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- files/patch-ab	1999/12/27 23:15:19	1.1
+++ files/patch-ab	2001/05/09 16:13:33
@@ -1,23 +1,10 @@
-Index: src/sound.cxx
-@@ -30,6 +30,21 @@
- int Sound_Init (Tcl_Interp *interp)
- {
-   sched = new slScheduler (8000);
-+  /*
-+   * check for sound working, otherwise we get a segfault in
-+   * sched->addSampleEnvelope below if /dev/dsp is not configured
-+   */
-+  if (sched->not_working()) {
-+#if 0
-+    /* XXX this gets a few
-+     * `gracer in free(): warning: junk pointer, too high to make sense.'
-+     * don't ask me why.  So we'll just leak memory, it should only
-+     * be allocated once per process...
-+     */
-+    delete sched;
+Index: src/glhash.h
+@@ -709,6 +709,8 @@
+ 	{"all_attrib_bits",	GL_ALL_ATTRIB_BITS},
+ 	{"client_pixel_store_bit",	GL_CLIENT_PIXEL_STORE_BIT},
+ 	{"client_vertex_array_bit",	GL_CLIENT_VERTEX_ARRAY_BIT},
++#ifdef GL_CLIENT_ALL_ATTRIB_BITS
+ 	{"client_all_attrib_bits",	GL_CLIENT_ALL_ATTRIB_BITS},
 +#endif
-+    sched = NULL;
-+  }
-   if (sched) {
-     sched->setSafetyMargin (0.2);
-   }
+ 	{NULL, GL_NONE},
+ };
>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?200106091900.VAA15555>