Date: Fri, 29 May 2009 15:02:21 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135062: Port update: games/flightgear-atlas - Remove BROKEN flag Message-ID: <200905291502.n4TF2LV9028936@www.freebsd.org> Resent-Message-ID: <200905291510.n4TFA2Lm087113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135062 >Category: ports >Synopsis: Port update: games/flightgear-atlas - Remove BROKEN flag >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 29 15:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 7-STABLE >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sun Mar 29 19:58:52 UTC 2009 martymac@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates flightgear-atlas to the latest CVS version which now builds against new versions of simgear. Please also mirror this file : http://contribs.martymac.com/FreeBSD-ports/distfiles/Atlas-0.3.1.20090529.tar.gz to http://freebsd.unixfreunde.de/sources/ (if possible) as it was done for previous versions. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN flightgear-atlas.orig/Makefile flightgear-atlas/Makefile --- flightgear-atlas.orig/Makefile 2009-01-23 16:27:26.000000000 +0000 +++ flightgear-atlas/Makefile 2009-05-29 14:57:47.435734475 +0000 @@ -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 @@ 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 -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='<GL/glut.h>' \ + -DSG_GL_H='<GL/gl.h>' \ + -DSTL_STRING='<string>' +LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-fgbase="${LOCALBASE}/share/FlightGear" diff -aurN flightgear-atlas.orig/distinfo flightgear-atlas/distinfo --- flightgear-atlas.orig/distinfo 2008-05-17 19:40:35.000000000 +0000 +++ flightgear-atlas/distinfo 2009-05-29 12:12:53.495189518 +0000 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905291502.n4TF2LV9028936>