ports/113772: Update port: games/vamos to 0.5.7

KATO Tsuguru tkato432 at yahoo.com
Sat Jun 16 18:10:05 UTC 2007


>Number:         113772
>Category:       ports
>Synopsis:       Update port: games/vamos to 0.5.7
>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:   Sat Jun 16 18:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 0.5.7

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/vamos/Makefile games/vamos/Makefile
--- /usr/ports/games/vamos/Makefile	Sun May 27 22:37:04 2007
+++ games/vamos/Makefile	Mon Jun 11 16:01:06 2007
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	vamos
-PORTVERSION=	0.5.6
+PORTVERSION=	0.5.7
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,28 +15,27 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An automotive simulation framework
 
-BUILD_DEPENDS=	${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib
-LIB_DEPENDS=	cppunit-1.10.2:${PORTSDIR}/devel/cppunit \
-		sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
-		glut.4:${PORTSDIR}/graphics/libglut \
+LIB_DEPENDS=	alut.1:${PORTSDIR}/audio/freealut \
 		png.5:${PORTSDIR}/graphics/png
 
 USE_GNOME=	gnometarget
-USE_GL=		yes
+USE_GL=		glut
+USE_SDL=	ttf sdl
 USE_GETOPT_LONG=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
 		MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \
-		--infodir=${PREFIX}/${INFO_PATH}
+		--infodir=${PREFIX}/${INFO_PATH} \
+		ac_cv_header_boost_test_unit_test_hpp=no
 USE_LDCONFIG=	yes
 
 INFO=		vamos
 
-CPPFLAGS=	-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include \
-		-I${X11BASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid \
+CPPFLAGS=	`pkg-config --cflags-only-I sdl freealut libpng12` \
+		${PTHREAD_CFLAGS}
+LDFLAGS=	`pkg-config --libs-only-L sdl freealut libpng12` \
 		${PTHREAD_LIBS}
 
 post-extract:
@@ -44,8 +43,8 @@
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
-		's|-pedantic -O1 -g -gstabs+||g ; \
-		 s|-ldl||g'
+		's|-pedantic -O2 -g||g ; \
+		 s|libpng`|libpng12`|g'
 	@${REINPLACE_CMD} -e 's|freeglut|glut|g ; \
 		 s|FREEGLUT|GLUT|g' ${WRKSRC}/configure
 
diff -urN /usr/ports/games/vamos/distinfo games/vamos/distinfo
--- /usr/ports/games/vamos/distinfo	Sun May 27 22:37:04 2007
+++ games/vamos/distinfo	Mon Jun 11 13:15:53 2007
@@ -1,3 +1,3 @@
-MD5 (vamos-0.5.6.tar.gz) = b2b16f5afe461425652afe76d49e99af
-SHA256 (vamos-0.5.6.tar.gz) = 3242cfcb1c8dfabd0f6ab68478e23fe38933b31b912fbc51409dda23c5d99622
-SIZE (vamos-0.5.6.tar.gz) = 1498413
+MD5 (vamos-0.5.7.tar.gz) = d48584f7c72d74236c8bb3e87b618d8a
+SHA256 (vamos-0.5.7.tar.gz) = af1f2e36e1abf7896a19ec15484f84e61927a7a739bd13d8d3c42b99829741fc
+SIZE (vamos-0.5.7.tar.gz) = 1528008
diff -urN /usr/ports/games/vamos/pkg-plist games/vamos/pkg-plist
--- /usr/ports/games/vamos/pkg-plist	Sun May 27 22:37:04 2007
+++ games/vamos/pkg-plist	Mon Jun 11 15:09:42 2007
@@ -31,10 +31,10 @@
 include/vamos/geometry/Three_Matrix.h
 include/vamos/geometry/Three_Vector.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/media/XML_Parser.h
 include/vamos/track/Gl_Road_Segment.h
 include/vamos/track/Road_Segment.h
 include/vamos/track/Strip_Track.h
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list