Date: Mon, 4 Jul 2005 03:00:14 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/82939: Update port: games/vamos to 0.5.4 Message-ID: <20050704030014.50bb321a.tkato432@yahoo.com> Resent-Message-ID: <200507031810.j63IAJL5084449@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82939 >Category: ports >Synopsis: Update port: games/vamos to 0.5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 18:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 0.5.4 Remove file: files/patch-include::vamos::geometry::Ac3d.h files/patch-include::vamos::geometry::Three_Vetor.h files/patch-track::Road_Segment.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/games/vamos/Makefile games/vamos/Makefile --- /usr/ports/games/vamos/Makefile Tue Apr 12 14:05:47 2005 +++ games/vamos/Makefile Sat Jul 2 21:31:19 2005 @@ -7,7 +7,7 @@ # PORTNAME= vamos -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,7 @@ USE_GL= yes USE_GETOPT_LONG= yes +USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -33,9 +34,9 @@ INFO= vamos -CPPFLAGS= -I${LOCALBASE}/include/libpng -I${X11BASE}/include \ - ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid -lGL -lGLU -lglut \ +CPPFLAGS= -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include \ + -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid \ ${PTHREAD_LIBS} .include <bsd.port.pre.mk> @@ -46,5 +47,10 @@ post-extract: @${RM} -f ${WRKSRC}/doc/*.info* + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^AM_CXXFLAGS|#AM_CXXFLAGS|g ; \ + s|-ldl||g' .include <bsd.port.post.mk> diff -urN /usr/ports/games/vamos/distinfo games/vamos/distinfo --- /usr/ports/games/vamos/distinfo Mon Feb 7 14:34:17 2005 +++ games/vamos/distinfo Sat Jul 2 16:03:01 2005 @@ -1,2 +1,2 @@ -MD5 (vamos-0.5.3.tar.gz) = d104f41d5da3ac5d2a25eedf4a193422 -SIZE (vamos-0.5.3.tar.gz) = 1455204 +MD5 (vamos-0.5.4.tar.gz) = c6247a0b70583d021b6dbec10609c67d +SIZE (vamos-0.5.4.tar.gz) = 1465833 diff -urN /usr/ports/games/vamos/files/patch-configure games/vamos/files/patch-configure --- /usr/ports/games/vamos/files/patch-configure Sun Nov 14 20:43:41 2004 +++ games/vamos/files/patch-configure Sat Jul 2 16:03:01 2005 @@ -1,14 +1,6 @@ ---- configure.orig Tue Oct 12 11:11:25 2004 -+++ configure Tue Nov 2 19:29:17 2004 -@@ -8722,7 +8722,6 @@ - fi - - LIBS="$LIBS -L$x_libraries" --CXXFLAGS="-gstabs+ -Wall -pedantic" - - - ac_ext=cc -@@ -11352,81 +11351,6 @@ +--- configure.orig Thu Jun 30 10:58:52 2005 ++++ configure Sat Jul 2 13:59:13 2005 +@@ -11364,81 +11364,6 @@ opengl_LIBS="$LIBS $x_suffix" @@ -90,11 +82,11 @@ echo "$as_me:$LINENO: checking for glutGetModifiers in -lglut" >&5 echo $ECHO_N "checking for glutGetModifiers in -lglut... $ECHO_C" >&6 if test "${ac_cv_lib_glut_glutGetModifiers+set}" = set; then -@@ -11500,7 +11424,6 @@ +@@ -11512,7 +11437,6 @@ fi - fi - - LIBS="$LIBS $x_suffix" else + + diff -urN /usr/ports/games/vamos/files/patch-include::vamos::geometry::Ac3d.h games/vamos/files/patch-include::vamos::geometry::Ac3d.h --- /usr/ports/games/vamos/files/patch-include::vamos::geometry::Ac3d.h Sat Oct 4 00:43:11 2003 +++ games/vamos/files/patch-include::vamos::geometry::Ac3d.h Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- include/vamos/geometry/Ac3d.h.orig Fri Sep 26 11:25:48 2003 -+++ include/vamos/geometry/Ac3d.h Fri Oct 3 18:09:20 2003 -@@ -25,6 +25,7 @@ - - #include <GL/gl.h> - -+#include <fstream> - #include <string> - #include <vector> - diff -urN /usr/ports/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h --- /usr/ports/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h Mon Feb 7 08:30:41 2005 +++ games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- include/vamos/geometry/Three_Vector.h.orig Thu Feb 3 12:17:54 2005 -+++ include/vamos/geometry/Three_Vector.h Sat Feb 5 20:11:47 2005 -@@ -19,6 +19,7 @@ - #define _THREE_VECTOR_H_ - - #include <iostream> -+#include <cmath> - - // A three-element vector. Useful for representing physical quantites - // like position, veocity or force. diff -urN /usr/ports/games/vamos/files/patch-track::Road_Segment.cc games/vamos/files/patch-track::Road_Segment.cc --- /usr/ports/games/vamos/files/patch-track::Road_Segment.cc Tue Nov 11 03:51:28 2003 +++ games/vamos/files/patch-track::Road_Segment.cc Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- track/Road_Segment.cc.orig Mon Oct 27 10:15:10 2003 -+++ track/Road_Segment.cc Mon Nov 10 02:10:01 2003 -@@ -21,6 +21,7 @@ - - #include <GL/glut.h> - -+#include <algorithm> - #include <cmath> - #include <cassert> - diff -urN /usr/ports/games/vamos/pkg-plist games/vamos/pkg-plist --- /usr/ports/games/vamos/pkg-plist Mon Feb 7 14:34:17 2005 +++ games/vamos/pkg-plist Sat Jul 2 21:32:42 2005 @@ -4,13 +4,13 @@ include/vamos/body/Car.h include/vamos/body/Clutch.h include/vamos/body/Contact_Point.h +include/vamos/body/Dashboard.h include/vamos/body/Differential.h include/vamos/body/Drivetrain.h include/vamos/body/Engine.h include/vamos/body/Exerter.h include/vamos/body/Frame.h include/vamos/body/Fuel_Tank.h -include/vamos/body/Gauge.h include/vamos/body/Gl_Car.h include/vamos/body/Particle.h include/vamos/body/Rigid_Body.h @@ -18,22 +18,21 @@ include/vamos/body/Tire.h include/vamos/body/Transmission.h include/vamos/body/Wheel.h -include/vamos/geometry/Ac3d.h include/vamos/geometry/Constants.h include/vamos/geometry/Conversions.h -include/vamos/geometry/Gl_Texture_Image.h -include/vamos/geometry/Handle.h include/vamos/geometry/Inertia_Tensor.h include/vamos/geometry/Interpolator.h include/vamos/geometry/Linear_Interpolator.h include/vamos/geometry/Material.h -include/vamos/geometry/Sample.h include/vamos/geometry/Spline.h -include/vamos/geometry/Texture_Image.h include/vamos/geometry/Three_Matrix.h include/vamos/geometry/Three_Vector.h -include/vamos/geometry/Two_Point.h +include/vamos/geometry/Two_Vector.h include/vamos/geometry/XML_Parser.h +include/vamos/media/Ac3d.h +include/vamos/media/Sample.h +include/vamos/media/Texture_Image.h +include/vamos/track/Gl_Road_Segment.h include/vamos/track/Road_Segment.h include/vamos/track/Strip_Track.h include/vamos/track/Track.h @@ -48,6 +47,9 @@ lib/libvamos-geometry.a lib/libvamos-geometry.so lib/libvamos-geometry.so.0 +lib/libvamos-media.a +lib/libvamos-media.so +lib/libvamos-media.so.0 lib/libvamos-track.a lib/libvamos-track.so lib/libvamos-track.so.0 @@ -171,6 +173,7 @@ @dirrm %%DATADIR%% @dirrm include/vamos/world @dirrm include/vamos/track +@dirrm include/vamos/media @dirrm include/vamos/geometry @dirrm include/vamos/body @dirrm include/vamos >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050704030014.50bb321a.tkato432>