From 5cc54d330a177ecb83312c1ab9d73f4f72241bb2 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 29 May 2009 18:06:54 +0000 Subject: - Update to 0.3.1.20090529 - Unbreak PR: 135062 Submitted by: Ganael Laplanche (maintainer) --- games/flightgear-atlas/Makefile | 14 +++++++------- games/flightgear-atlas/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'games/flightgear-atlas') diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile index 38ed90db1c54..f34353ecdc92 100644 --- a/games/flightgear-atlas/Makefile +++ b/games/flightgear-atlas/Makefile @@ -6,8 +6,7 @@ # PORTNAME= flightgear-atlas -PORTVERSION= 0.3.0.20080504 -PORTREVISION= 2 +PORTVERSION= 0.3.1.20090529 CATEGORIES= games MASTER_SITES= http://contribs.martymac.com/FreeBSD-ports/distfiles/ \ http://freebsd.unixfreunde.de/sources/ @@ -28,14 +27,15 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ USE_AUTOTOOLS= aclocal:19 autoheader:262 automake:15 autoconf:262 AUTOMAKE_ARGS= --add-missing -BROKEN= does not build with simgear - GNU_CONFIGURE= yes USE_XORG= ice sm x11 xext xi xt xmu -USE_GL= gl glu glut +USE_GL= gl glu glut -CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${LOCALBASE}/lib +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ + -DSG_GLUT_H='' \ + -DSG_GL_H='' \ + -DSTL_STRING='' +LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-fgbase="${LOCALBASE}/share/FlightGear" diff --git a/games/flightgear-atlas/distinfo b/games/flightgear-atlas/distinfo index a042b7f9f17a..18652b2a68f8 100644 --- a/games/flightgear-atlas/distinfo +++ b/games/flightgear-atlas/distinfo @@ -1,3 +1,3 @@ -MD5 (Atlas-0.3.0.20080504.tar.gz) = a1e884dc3f75e82db7f7b2129cf074f2 -SHA256 (Atlas-0.3.0.20080504.tar.gz) = 8c4447debc1ad6bbd63622131179f3805d1bbda2a13e278a06f5e8fde03f2598 -SIZE (Atlas-0.3.0.20080504.tar.gz) = 133687 +MD5 (Atlas-0.3.1.20090529.tar.gz) = b14b8c8389b8dfeada50078967f6e9f1 +SHA256 (Atlas-0.3.1.20090529.tar.gz) = c08258e04328421912041278aea1f2cbc736d382d6bff5166e8417a8c2aabbeb +SIZE (Atlas-0.3.1.20090529.tar.gz) = 130667 -- cgit