From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 29 15:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEB0D106566B for ; Fri, 29 May 2009 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B96398FC1B for ; Fri, 29 May 2009 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4TFA21I087114 for ; Fri, 29 May 2009 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4TFA2Lm087113; Fri, 29 May 2009 15:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 29 May 2009 15:10:02 GMT Resent-Message-Id: <200905291510.n4TFA2Lm087113@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A954C1065670 for ; Fri, 29 May 2009 15:02:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9E88FC12 for ; Fri, 29 May 2009 15:02:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4TF2L3Q028937 for ; Fri, 29 May 2009 15:02:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4TF2LV9028936; Fri, 29 May 2009 15:02:21 GMT (envelope-from nobody) Message-Id: <200905291502.n4TF2LV9028936@www.freebsd.org> Date: Fri, 29 May 2009 15:02:21 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135062: Port update: games/flightgear-atlas - Remove BROKEN flag X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 15:10:03 -0000 >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='' \ + -DSG_GL_H='' \ + -DSTL_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: