From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 18:10:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BBE216A41C for ; Sun, 3 Jul 2005 18:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD8F43D46 for ; Sun, 3 Jul 2005 18:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j63IAJCZ084450 for ; Sun, 3 Jul 2005 18:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j63IAJL5084449; Sun, 3 Jul 2005 18:10:19 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2005 18:10:19 GMT Resent-Message-Id: <200507031810.j63IAJL5084449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC5D16A41C for ; Sun, 3 Jul 2005 18:01:01 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B43CC43D46 for ; Sun, 3 Jul 2005 18:01:00 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.153]) by hfep04.dion.ne.jp with SMTP id <20050703180054744.CVFZ@hfep04.dion.ne.jp> for ; Mon, 4 Jul 2005 03:00:54 +0900 Message-Id: <20050704030014.50bb321a.tkato432@yahoo.com> Date: Mon, 4 Jul 2005 03:00:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/82939: Update port: games/vamos to 0.5.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 18:10:20 -0000 >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 @@ -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 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 - -+#include - #include - #include - 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 -+#include - - // 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 - -+#include - #include - #include - 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: