mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 0.6.2
PR: 135641 Submitted by: Ports Fury
This commit is contained in:
parent
562b10cf6a
commit
113c8a1885
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236207
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vamos
|
||||
PORTVERSION= 0.6.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -18,31 +17,22 @@ LIB_DEPENDS= alut.1:${PORTSDIR}/audio/freealut \
|
||||
openal.0:${PORTSDIR}/audio/openal \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GNOME= gnometarget
|
||||
USE_GL= glut
|
||||
USE_SDL= sdl
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= ac_cv_header_boost_test_unit_test_hpp=no
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= ac_cv_header_boost_test_unit_test_hpp=no \
|
||||
ac_cv_lib_freeglut_glutGetModifiers=no
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INFO= vamos
|
||||
|
||||
CPPFLAGS+= `pkg-config --cflags-only-I sdl freealut libpng12` \
|
||||
${PTHREAD_CFLAGS}
|
||||
LDFLAGS= `pkg-config --libs-only-L sdl freealut libpng12` \
|
||||
${PTHREAD_LIBS}
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/doc/*.info*
|
||||
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-pedantic -O2 -g||g ; \
|
||||
s|libpng`|libpng12`|g'
|
||||
@${REINPLACE_CMD} -e 's|freeglut|glut|g ; \
|
||||
s|FREEGLUT|GLUT|g' ${WRKSRC}/configure
|
||||
's|-pedantic -O2 -g||g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vamos-0.6.1.tar.gz) = e5b4096f2b39d4e6ea89ac614b777166
|
||||
SHA256 (vamos-0.6.1.tar.gz) = 4fd15022e54a8ba136ba0957501a20f9e3a8fcbc418ae8ff414f35592655a51e
|
||||
SIZE (vamos-0.6.1.tar.gz) = 1545026
|
||||
MD5 (vamos-0.6.2.tar.gz) = 2935e5366c3f8e4ac311d113b3e93396
|
||||
SHA256 (vamos-0.6.2.tar.gz) = 75f539bcdd6fa6f0cf7cb4014d27f0cd8f581f8ff690b3054eb644e573bc3646
|
||||
SIZE (vamos-0.6.2.tar.gz) = 1555156
|
||||
|
@ -17,6 +17,7 @@ include/vamos/body/Suspension.h
|
||||
include/vamos/body/Tire.h
|
||||
include/vamos/body/Transmission.h
|
||||
include/vamos/body/Wheel.h
|
||||
include/vamos/geometry/Circular_Buffer.h
|
||||
include/vamos/geometry/Constants.h
|
||||
include/vamos/geometry/Contact_Info.h
|
||||
include/vamos/geometry/Conversions.h
|
||||
@ -25,8 +26,8 @@ include/vamos/geometry/Interpolator.h
|
||||
include/vamos/geometry/Linear_Interpolator.h
|
||||
include/vamos/geometry/Material.h
|
||||
include/vamos/geometry/Numeric.h
|
||||
include/vamos/geometry/Rectangle.h
|
||||
include/vamos/geometry/PID.h
|
||||
include/vamos/geometry/Rectangle.h
|
||||
include/vamos/geometry/Spline.h
|
||||
include/vamos/geometry/Three_Matrix.h
|
||||
include/vamos/geometry/Three_Vector.h
|
||||
@ -41,12 +42,12 @@ include/vamos/track/Strip_Track.h
|
||||
include/vamos/track/Track.h
|
||||
include/vamos/world/Atmosphere.h
|
||||
include/vamos/world/Controls.h
|
||||
include/vamos/world/Gl_World.h
|
||||
include/vamos/world/Sounds.h
|
||||
include/vamos/world/World.h
|
||||
include/vamos/world/Driver.h
|
||||
include/vamos/world/Gl_World.h
|
||||
include/vamos/world/Interactive_Driver.h
|
||||
include/vamos/world/Robot_Driver.h
|
||||
include/vamos/world/Sounds.h
|
||||
include/vamos/world/World.h
|
||||
lib/libvamos-body.a
|
||||
lib/libvamos-body.la
|
||||
lib/libvamos-body.so
|
||||
|
Loading…
Reference in New Issue
Block a user