ports/51052: Update port: games/vamos to 0.3.1

KATO Tsuguru tkato at prontomail.com
Wed Apr 16 18:40:33 UTC 2003


>Number:         51052
>Category:       ports
>Synopsis:       Update port: games/vamos to 0.3.1
>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:   Wed Apr 16 11:40:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/vamos/Makefile games/vamos/Makefile
--- /usr/ports/games/vamos/Makefile	Sat Apr 12 22:47:34 2003
+++ games/vamos/Makefile	Tue Apr 15 01:04:17 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	vamos
-PORTVERSION=	0.2.4
+PORTVERSION=	0.3.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,13 +15,15 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An automotive simulation framework
 
-BUILD_DEPENDS=	${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib
-LIB_DEPENDS=	sigc:${PORTSDIR}/devel/libsigc++
+BUILD_DEPENDS=	${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \
+		${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib
+LIB_DEPENDS=	sigc.1:${PORTSDIR}/devel/libsigc++
 
 USE_MESA=	yes
 USE_REINPLACE=	yes
+USE_GMAKE=	yes
 USE_LIBTOOL=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \
 		LIBS="-L${X11BASE}/lib -lGL -lGLU -lglut ${PTHREAD_LIBS}"
 INSTALLS_SHLIB=	yes
diff -urN /usr/ports/games/vamos/distinfo games/vamos/distinfo
--- /usr/ports/games/vamos/distinfo	Tue Sep 10 20:11:29 2002
+++ games/vamos/distinfo	Tue Apr 15 00:52:22 2003
@@ -1 +1 @@
-MD5 (vamos-0.2.4.tar.gz) = 2eb9dc076ecad02c584bb24bcbeafd86
+MD5 (vamos-0.3.1.tar.gz) = 173b2fc2c0c1e762e19212758163130d
diff -urN /usr/ports/games/vamos/pkg-plist games/vamos/pkg-plist
--- /usr/ports/games/vamos/pkg-plist	Tue Sep 10 20:11:29 2002
+++ games/vamos/pkg-plist	Tue Apr 15 01:33:35 2003
@@ -1,4 +1,3 @@
-bin/trk-convert
 bin/vamos
 include/vamos/body/Aerodynamic_Device.h
 include/vamos/body/Body.h
@@ -18,16 +17,20 @@
 include/vamos/body/Tire.h
 include/vamos/body/Transmission.h
 include/vamos/body/Wheel.h
+include/vamos/geometry/Constants.h
 include/vamos/geometry/Conversions.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/Spline.h
-include/vamos/geometry/Surface.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/track/Gl_Track.h
 include/vamos/track/Road_Segment.h
+include/vamos/track/Strip_Track.h
 include/vamos/track/Track.h
 include/vamos/world/Atmosphere.h
 include/vamos/world/Car_World.h
@@ -48,16 +51,39 @@
 lib/libvamos-world.a
 lib/libvamos-world.so
 lib/libvamos-world.so.0
+share/vamos/cars/F1-1967.xml
+share/vamos/cars/F1.xml
+share/vamos/cars/GT.xml
+share/vamos/cars/default-car.xml
+share/vamos/cars/front-drive.xml
+share/vamos/cars/trainer.xml
+share/vamos/sounds/crash.wav
 share/vamos/sounds/engine.wav
+share/vamos/sounds/rumble.wav
 share/vamos/sounds/tire_squeal.wav
+share/vamos/sounds/wind.wav
 share/vamos/textures/grass.ppm
 share/vamos/textures/gravel.ppm
 share/vamos/textures/rail.ppm
 share/vamos/textures/tires.ppm
 share/vamos/textures/track.ppm
 share/vamos/textures/wall.ppm
+share/vamos/tracks/Indianapolis.xml
+share/vamos/tracks/Magny-Cours.xml
+share/vamos/tracks/Mosport.xml
+share/vamos/tracks/Nurburgring.xml
+share/vamos/tracks/Peanut.xml
+share/vamos/tracks/Silverstone.xml
+share/vamos/tracks/Spa.xml
+share/vamos/tracks/Suzuka.xml
+share/vamos/tracks/default-track.xml
+share/vamos/tracks/drag.xml
+share/vamos/tracks/jump.xml
+share/vamos/tracks/skid_pad.xml
+ at dirrm share/vamos/tracks
 @dirrm share/vamos/textures
 @dirrm share/vamos/sounds
+ at dirrm share/vamos/cars
 @dirrm share/vamos
 @dirrm include/vamos/world
 @dirrm include/vamos/track
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list