From owner-svn-ports-head@freebsd.org Mon Apr 23 11:26:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41D7DFB30EB; Mon, 23 Apr 2018 11:26:26 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E326680479; Mon, 23 Apr 2018 11:26:25 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D987A2363D; Mon, 23 Apr 2018 11:26:25 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3NBQPE3031921; Mon, 23 Apr 2018 11:26:25 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3NBQPd3031914; Mon, 23 Apr 2018 11:26:25 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201804231126.w3NBQPd3031914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Mon, 23 Apr 2018 11:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468091 - in head: devel/simgear games/flightgear games/flightgear-data X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head: devel/simgear games/flightgear games/flightgear-data X-SVN-Commit-Revision: 468091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2018 11:26:26 -0000 Author: martymac Date: Mon Apr 23 11:26:24 2018 New Revision: 468091 URL: https://svnweb.freebsd.org/changeset/ports/468091 Log: Update Simgear & Flightgear ports to 2018.1.1 Modified: head/devel/simgear/Makefile head/devel/simgear/distinfo head/devel/simgear/pkg-plist head/games/flightgear-data/Makefile head/games/flightgear-data/distinfo head/games/flightgear/Makefile head/games/flightgear/distinfo Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Mon Apr 23 09:33:47 2018 (r468090) +++ head/devel/simgear/Makefile Mon Apr 23 11:26:24 2018 (r468091) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= simgear -PORTVERSION= 2017.3.1 -PORTREVISION= 3 +PORTVERSION= 2018.1.1 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -21,6 +20,15 @@ USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut .include + +# Needs Clang 4.0+ to build, see: +# https://sourceforge.net/p/flightgear/codetickets/2015/ +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 40 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang40:devel/llvm40 +CPP= ${LOCALBASE}/bin/clang-cpp40 +CC= ${LOCALBASE}/bin/clang40 +CXX= ${LOCALBASE}/bin/clang++40 +.endif # Work around "'to_string' is not a member of 'std'" when building with Gcc < 6 .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 60 Modified: head/devel/simgear/distinfo ============================================================================== --- head/devel/simgear/distinfo Mon Apr 23 09:33:47 2018 (r468090) +++ head/devel/simgear/distinfo Mon Apr 23 11:26:24 2018 (r468091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506362997 -SHA256 (simgear-2017.3.1.tar.bz2) = 0ee08550b737b249dcc91590ec0cb9c5dc9080998f6ba66a7d7209cdfce6e1f4 -SIZE (simgear-2017.3.1.tar.bz2) = 1302704 +TIMESTAMP = 1523304226 +SHA256 (simgear-2018.1.1.tar.bz2) = d403cbd8688782780c50461ea233f26ea3bb8242ff681674e69ac1da05226656 +SIZE (simgear-2018.1.1.tar.bz2) = 1303653 Modified: head/devel/simgear/pkg-plist ============================================================================== --- head/devel/simgear/pkg-plist Mon Apr 23 09:33:47 2018 (r468090) +++ head/devel/simgear/pkg-plist Mon Apr 23 11:26:24 2018 (r468091) @@ -1,7 +1,3 @@ -include/simgear/3rdparty/utf8/utf8.h -include/simgear/3rdparty/utf8/utf8/checked.h -include/simgear/3rdparty/utf8/utf8/core.h -include/simgear/3rdparty/utf8/utf8/unchecked.h include/simgear/bucket/newbucket.hxx include/simgear/bvh/BVHBoundingBoxVisitor.hxx include/simgear/bvh/BVHGroup.hxx @@ -45,7 +41,6 @@ include/simgear/canvas/elements/CanvasImage.hxx include/simgear/canvas/elements/CanvasMap.hxx include/simgear/canvas/elements/CanvasPath.hxx include/simgear/canvas/elements/CanvasText.hxx -include/simgear/canvas/elements/detail/add_segment_variadic.hxx include/simgear/canvas/events/CustomEvent.hxx include/simgear/canvas/events/DeviceEvent.hxx include/simgear/canvas/events/KeyboardEvent.hxx @@ -63,6 +58,7 @@ include/simgear/debug/debug_types.h include/simgear/debug/logstream.hxx include/simgear/embedded_resources/EmbeddedResource.hxx include/simgear/embedded_resources/EmbeddedResourceManager.hxx +include/simgear/embedded_resources/EmbeddedResourceProxy.hxx include/simgear/environment/metar.hxx include/simgear/environment/precipitation.hxx include/simgear/ephemeris/celestialBody.hxx @@ -156,15 +152,15 @@ include/simgear/nasal/cppbind/Ghost.hxx include/simgear/nasal/cppbind/NasalCallContext.hxx include/simgear/nasal/cppbind/NasalContext.hxx include/simgear/nasal/cppbind/NasalHash.hxx +include/simgear/nasal/cppbind/NasalMe.hxx +include/simgear/nasal/cppbind/NasalMethodHolder.hxx include/simgear/nasal/cppbind/NasalObject.hxx include/simgear/nasal/cppbind/NasalObjectHolder.hxx include/simgear/nasal/cppbind/NasalString.hxx -include/simgear/nasal/cppbind/detail/NasalObject_callMethod_templates.hxx -include/simgear/nasal/cppbind/detail/from_nasal_function_templates.hxx include/simgear/nasal/cppbind/detail/from_nasal_helper.hxx -include/simgear/nasal/cppbind/detail/functor_templates.hxx include/simgear/nasal/cppbind/detail/nasal_traits.hxx include/simgear/nasal/cppbind/detail/to_nasal_helper.hxx +include/simgear/nasal/cppbind/cppbind_fwd.hxx include/simgear/nasal/cppbind/from_nasal.hxx include/simgear/nasal/cppbind/to_nasal.hxx include/simgear/nasal/iolib.h @@ -294,11 +290,14 @@ include/simgear/screen/tr.h include/simgear/serial/serial.hxx include/simgear/sg_inlines.h include/simgear/simgear_config.h +include/simgear/sound/filters.hxx include/simgear/sound/readwav.hxx include/simgear/sound/sample.hxx include/simgear/sound/sample_group.hxx include/simgear/sound/soundmgr.hxx include/simgear/sound/xmlsound.hxx +include/simgear/std/integer_sequence.hxx +include/simgear/std/type_traits.hxx include/simgear/structure/OSGUtils.hxx include/simgear/structure/OSGVersion.hxx include/simgear/structure/SGAtomic.hxx @@ -316,7 +315,6 @@ include/simgear/structure/StateMachine.hxx include/simgear/structure/StringTable.hxx include/simgear/structure/callback.hxx include/simgear/structure/commands.hxx -include/simgear/structure/detail/function_list_template.hxx include/simgear/structure/event_mgr.hxx include/simgear/structure/exception.hxx include/simgear/structure/function_list.hxx Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Mon Apr 23 09:33:47 2018 (r468090) +++ head/games/flightgear-data/Makefile Mon Apr 23 11:26:24 2018 (r468091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear-data -PORTVERSION= 2017.3.1 +PORTVERSION= 2018.1.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} DISTNAME= FlightGear-${PORTVERSION}-data Modified: head/games/flightgear-data/distinfo ============================================================================== --- head/games/flightgear-data/distinfo Mon Apr 23 09:33:47 2018 (r468090) +++ head/games/flightgear-data/distinfo Mon Apr 23 11:26:24 2018 (r468091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506363053 -SHA256 (FlightGear-2017.3.1-data.tar.bz2) = df08b06e88a29a9f80f29186afd54d278636a663281a1b68e8f484bbb403d898 -SIZE (FlightGear-2017.3.1-data.tar.bz2) = 1560855079 +TIMESTAMP = 1523304831 +SHA256 (FlightGear-2018.1.1-data.tar.bz2) = dfd80e09f6bf04bd25604788c080716007969d127d46d0e10c43c2f709fb8db8 +SIZE (FlightGear-2018.1.1-data.tar.bz2) = 1576049981 Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Mon Apr 23 09:33:47 2018 (r468090) +++ head/games/flightgear/Makefile Mon Apr 23 11:26:24 2018 (r468091) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear -PORTVERSION= 2017.3.1 -PORTREVISION= 4 +PORTVERSION= 2018.1.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -49,9 +48,18 @@ DBUS_CMAKE_ON= -DUSE_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF -QT5_USE= QT5=core,buildtools,gui,qmake,qml,widgets +QT5_USE= QT5=core,buildtools,gui,qmake,qml,quick,widgets .include + +# Needs Clang 4.0+ to build, see: +# https://sourceforge.net/p/flightgear/codetickets/2015/ +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 40 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang40:devel/llvm40 +CPP= ${LOCALBASE}/bin/clang-cpp40 +CC= ${LOCALBASE}/bin/clang40 +CXX= ${LOCALBASE}/bin/clang++40 +.endif # Chase devel/simgear compiler version .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 Modified: head/games/flightgear/distinfo ============================================================================== --- head/games/flightgear/distinfo Mon Apr 23 09:33:47 2018 (r468090) +++ head/games/flightgear/distinfo Mon Apr 23 11:26:24 2018 (r468091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506363097 -SHA256 (flightgear-2017.3.1.tar.bz2) = 6f2e1d992e2f202b8f9c918c9fb19124ef06824ea0e767e2f4dff6ba43728ccd -SIZE (flightgear-2017.3.1.tar.bz2) = 8098283 +TIMESTAMP = 1523305013 +SHA256 (flightgear-2018.1.1.tar.bz2) = ed1aa7867e89757622f3faaab996028c4be2f79006dfb89a3059c77b9831aab9 +SIZE (flightgear-2018.1.1.tar.bz2) = 8158999