From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 11 20:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B437556 for ; Wed, 11 Dec 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8E3B164A for ; Wed, 11 Dec 2013 20:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBBKo0CU092192 for ; Wed, 11 Dec 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBBKo0Ji092191; Wed, 11 Dec 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Dec 2013 20:50:00 GMT Resent-Message-Id: <201312112050.rBBKo0Ji092191@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, lbartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CAD91D7 for ; Wed, 11 Dec 2013 20:40:44 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2948F15D6 for ; Wed, 11 Dec 2013 20:40:44 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBBKeh1p046661 for ; Wed, 11 Dec 2013 20:40:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBBKehuQ046616; Wed, 11 Dec 2013 20:40:43 GMT (envelope-from nobody) Message-Id: <201312112040.rBBKehuQ046616@oldred.freebsd.org> Date: Wed, 11 Dec 2013 20:40:43 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184706: [NEW PORT] graphics/osgearth X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 20:50:01 -0000 >Number: 184706 >Category: ports >Synopsis: [NEW PORT] graphics/osgearth >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 11 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: >Environment: >Description: Add graphics/osgearth Logs : https://redports.org/buildarchive/20131211193948-40985/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # osgearth # osgearth/distinfo # osgearth/pkg-descr # osgearth/Makefile # osgearth/pkg-plist # osgearth/files # osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp # echo c - osgearth mkdir -p osgearth > /dev/null 2>&1 echo x - osgearth/distinfo sed 's/^X//' >osgearth/distinfo << 'aa283bbb0c61f6e6c89d0c8a924822e0' XSHA256 (osgearth-2.5.zip) = 07745925344bc74dec9e2c441ccaca746c34a67895b93e14326ab2856354b0aa XSIZE (osgearth-2.5.zip) = 50693211 aa283bbb0c61f6e6c89d0c8a924822e0 echo x - osgearth/pkg-descr sed 's/^X//' >osgearth/pkg-descr << 'f29dbb187d524e0ef727ac55719d19d9' XosgEarth is a C++ terrain rendering SDK. Just create a simple XML file, point Xit at your imagery, elevation, and vector data, load it into your favorite XOpenSceneGraph application, and go! osgEarth supports all kinds of data and Xcomes with lots of examples to help you get up and running quickly and easily. X XWWW: http://osgearth.org/ f29dbb187d524e0ef727ac55719d19d9 echo x - osgearth/Makefile sed 's/^X//' >osgearth/Makefile << '61fc99ba7274d7e15387ad58a76f1d9f' X# Created by: lbartoletti X# $FreeBSD$ X XPORTNAME= osgearth XPORTVERSION= 2.5 XCATEGORIES= graphics geography XMASTER_SITES= https://github.com/gwaldron/${PORTNAME}/archive/ X XMAINTAINER= coder@tuxfamily.org XCOMMENT= osgEarth is a C++ terrain rendering toolkit for OpenSceneGraph X XLICENSE= LGPL3 X XBUILD_DEPENDS= ${LOCALBASE}/include/minizip/unzip.h:${PORTSDIR}/archivers/minizip XLIB_DEPENDS= libosg.so:${PORTSDIR}/graphics/osg-devel \ X libgdal.so:${PORTSDIR}/graphics/gdal \ X libcurl.so:${PORTSDIR}/ftp/curl X XWRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} X XUSE_ZIP= YES XUSES= cmake XUSE_GMAKE= YES X XUSE_LDCONFIG= YES X XFETCH_ARGS= -Fpr X XCMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include -DMINIZIP_INCLUDE_DIR=${LOCALBASE}/include/minizip -DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib -DLIB_POSTFIX:STRING="" -DOSGEARTH_USE_QT:BOOL=FALSE X X.include X.include 61fc99ba7274d7e15387ad58a76f1d9f echo x - osgearth/pkg-plist sed 's/^X//' >osgearth/pkg-plist << '78fed10e0db325486c31cdafd16fe263' Xbin/osgearth_annotation Xbin/osgearth_backfill Xbin/osgearth_boundarygen Xbin/osgearth_cache Xbin/osgearth_city Xbin/osgearth_clamp Xbin/osgearth_colorfilter Xbin/osgearth_controls Xbin/osgearth_elevation Xbin/osgearth_featureeditor Xbin/osgearth_featurefilter Xbin/osgearth_featureinfo Xbin/osgearth_featuremanip Xbin/osgearth_featurequery Xbin/osgearth_features Xbin/osgearth_graticule Xbin/osgearth_imageoverlay Xbin/osgearth_los Xbin/osgearth_manip Xbin/osgearth_map Xbin/osgearth_measure Xbin/osgearth_minimap Xbin/osgearth_occlusionculling Xbin/osgearth_overlayviewer Xbin/osgearth_package Xbin/osgearth_sequencecontrol Xbin/osgearth_shadercomp Xbin/osgearth_shadow Xbin/osgearth_sharedlayer Xbin/osgearth_terraineffects Xbin/osgearth_terrainprofile Xbin/osgearth_tfs Xbin/osgearth_tileindex Xbin/osgearth_tilesource Xbin/osgearth_toc Xbin/osgearth_tracks Xbin/osgearth_version Xbin/osgearth_viewer Xinclude/osgEarth/AlphaEffect Xinclude/osgEarth/AutoScale Xinclude/osgEarth/Bounds Xinclude/osgEarth/Cache Xinclude/osgEarth/CacheBin Xinclude/osgEarth/CacheEstimator Xinclude/osgEarth/CachePolicy Xinclude/osgEarth/CacheSeed Xinclude/osgEarth/Capabilities Xinclude/osgEarth/ClampableNode Xinclude/osgEarth/ClampingTechnique Xinclude/osgEarth/ColorFilter Xinclude/osgEarth/Common Xinclude/osgEarth/CompositeTileSource Xinclude/osgEarth/Config Xinclude/osgEarth/Containers Xinclude/osgEarth/Cube Xinclude/osgEarth/CullingUtils Xinclude/osgEarth/DPLineSegmentIntersector Xinclude/osgEarth/DateTime Xinclude/osgEarth/Decluttering Xinclude/osgEarth/DepthOffset Xinclude/osgEarth/Draggers Xinclude/osgEarth/DrapeableNode Xinclude/osgEarth/DrapingTechnique Xinclude/osgEarth/DrawInstanced Xinclude/osgEarth/ECEF Xinclude/osgEarth/ElevationLOD Xinclude/osgEarth/ElevationLayer Xinclude/osgEarth/ElevationQuery Xinclude/osgEarth/Export Xinclude/osgEarth/FadeEffect Xinclude/osgEarth/FileUtils Xinclude/osgEarth/GeoCommon Xinclude/osgEarth/GeoData Xinclude/osgEarth/GeoMath Xinclude/osgEarth/Geoid Xinclude/osgEarth/HTTPClient Xinclude/osgEarth/HeightFieldUtils Xinclude/osgEarth/IOTypes Xinclude/osgEarth/ImageLayer Xinclude/osgEarth/ImageMosaic Xinclude/osgEarth/ImageToHeightFieldConverter Xinclude/osgEarth/ImageUtils Xinclude/osgEarth/JsonUtils Xinclude/osgEarth/Layer Xinclude/osgEarth/LineFunctor Xinclude/osgEarth/LocalTangentPlane Xinclude/osgEarth/Locators Xinclude/osgEarth/Map Xinclude/osgEarth/MapCallback Xinclude/osgEarth/MapFrame Xinclude/osgEarth/MapInfo Xinclude/osgEarth/MapModelChange Xinclude/osgEarth/MapNode Xinclude/osgEarth/MapNodeObserver Xinclude/osgEarth/MapNodeOptions Xinclude/osgEarth/MapOptions Xinclude/osgEarth/MaskLayer Xinclude/osgEarth/MaskNode Xinclude/osgEarth/MaskSource Xinclude/osgEarth/MemCache Xinclude/osgEarth/ModelLayer Xinclude/osgEarth/ModelSource Xinclude/osgEarth/NodeUtils Xinclude/osgEarth/Notify Xinclude/osgEarth/OverlayDecorator Xinclude/osgEarth/OverlayNode Xinclude/osgEarth/Pickers Xinclude/osgEarth/PrimitiveIntersector Xinclude/osgEarth/Profile Xinclude/osgEarth/Progress Xinclude/osgEarth/Random Xinclude/osgEarth/Registry Xinclude/osgEarth/Revisioning Xinclude/osgEarth/ShaderFactory Xinclude/osgEarth/ShaderGenerator Xinclude/osgEarth/ShaderUtils Xinclude/osgEarth/SparseTexture2DArray Xinclude/osgEarth/SpatialReference Xinclude/osgEarth/StateSetCache Xinclude/osgEarth/StringUtils Xinclude/osgEarth/TaskService Xinclude/osgEarth/Terrain Xinclude/osgEarth/TerrainEffect Xinclude/osgEarth/TerrainEngineNode Xinclude/osgEarth/TerrainLayer Xinclude/osgEarth/TerrainOptions Xinclude/osgEarth/TextureCompositor Xinclude/osgEarth/TextureCompositorMulti Xinclude/osgEarth/TextureCompositorTexArray Xinclude/osgEarth/ThreadingUtils Xinclude/osgEarth/TileKey Xinclude/osgEarth/TileSource Xinclude/osgEarth/TimeControl Xinclude/osgEarth/TraversalData Xinclude/osgEarth/URI Xinclude/osgEarth/Units Xinclude/osgEarth/Utils Xinclude/osgEarth/Version Xinclude/osgEarth/VerticalDatum Xinclude/osgEarth/Viewpoint Xinclude/osgEarth/VirtualProgram Xinclude/osgEarth/XmlUtils Xinclude/osgEarth/optional Xinclude/osgEarth/tinystr.h Xinclude/osgEarth/tinyxml.h Xinclude/osgEarthAnnotation/AnnotationData Xinclude/osgEarthAnnotation/AnnotationEditing Xinclude/osgEarthAnnotation/AnnotationNode Xinclude/osgEarthAnnotation/AnnotationRegistry Xinclude/osgEarthAnnotation/AnnotationSettings Xinclude/osgEarthAnnotation/AnnotationUtils Xinclude/osgEarthAnnotation/CircleNode Xinclude/osgEarthAnnotation/Common Xinclude/osgEarthAnnotation/Decoration Xinclude/osgEarthAnnotation/EllipseNode Xinclude/osgEarthAnnotation/Export Xinclude/osgEarthAnnotation/FeatureEditing Xinclude/osgEarthAnnotation/FeatureNode Xinclude/osgEarthAnnotation/HighlightDecoration Xinclude/osgEarthAnnotation/ImageOverlay Xinclude/osgEarthAnnotation/ImageOverlayEditor Xinclude/osgEarthAnnotation/LabelNode Xinclude/osgEarthAnnotation/LocalGeometryNode Xinclude/osgEarthAnnotation/LocalizedNode Xinclude/osgEarthAnnotation/ModelNode Xinclude/osgEarthAnnotation/OrthoNode Xinclude/osgEarthAnnotation/PlaceNode Xinclude/osgEarthAnnotation/RectangleNode Xinclude/osgEarthAnnotation/ScaleDecoration Xinclude/osgEarthAnnotation/TrackNode Xinclude/osgEarthDrivers/agglite/AGGLiteOptions Xinclude/osgEarthDrivers/arcgis/ArcGISOptions Xinclude/osgEarthDrivers/bing/BingOptions Xinclude/osgEarthDrivers/cache_filesystem/FileSystemCache Xinclude/osgEarthDrivers/debug/DebugOptions Xinclude/osgEarthDrivers/engine_byo/BYOTerrainEngineNode Xinclude/osgEarthDrivers/engine_byo/BYOTerrainEngineOptions Xinclude/osgEarthDrivers/engine_byo/Common Xinclude/osgEarthDrivers/engine_mp/Common Xinclude/osgEarthDrivers/engine_mp/DynamicLODScaleCallback Xinclude/osgEarthDrivers/engine_mp/FileLocationCallback Xinclude/osgEarthDrivers/engine_mp/KeyNodeFactory Xinclude/osgEarthDrivers/engine_mp/MPGeometry Xinclude/osgEarthDrivers/engine_mp/MPTerrainEngineNode Xinclude/osgEarthDrivers/engine_mp/MPTerrainEngineOptions Xinclude/osgEarthDrivers/engine_mp/QuickReleaseGLObjects Xinclude/osgEarthDrivers/engine_mp/SingleKeyNodeFactory Xinclude/osgEarthDrivers/engine_mp/TerrainNode Xinclude/osgEarthDrivers/engine_mp/TileGroup Xinclude/osgEarthDrivers/engine_mp/TileModel Xinclude/osgEarthDrivers/engine_mp/TileModelCompiler Xinclude/osgEarthDrivers/engine_mp/TileModelFactory Xinclude/osgEarthDrivers/engine_mp/TileNode Xinclude/osgEarthDrivers/engine_mp/TileNodeRegistry Xinclude/osgEarthDrivers/engine_mp/TilePagedLOD Xinclude/osgEarthDrivers/engine_osgterrain/Common Xinclude/osgEarthDrivers/engine_osgterrain/CustomTerrainTechnique Xinclude/osgEarthDrivers/engine_osgterrain/DynamicLODScaleCallback Xinclude/osgEarthDrivers/engine_osgterrain/FileLocationCallback Xinclude/osgEarthDrivers/engine_osgterrain/KeyNodeFactory Xinclude/osgEarthDrivers/engine_osgterrain/LODFactorCallback Xinclude/osgEarthDrivers/engine_osgterrain/MultiPassTerrainTechnique Xinclude/osgEarthDrivers/engine_osgterrain/OSGTerrainEngineNode Xinclude/osgEarthDrivers/engine_osgterrain/OSGTerrainOptions Xinclude/osgEarthDrivers/engine_osgterrain/OSGTileFactory Xinclude/osgEarthDrivers/engine_osgterrain/ParallelKeyNodeFactory Xinclude/osgEarthDrivers/engine_osgterrain/SerialKeyNodeFactory Xinclude/osgEarthDrivers/engine_osgterrain/SinglePassTerrainTechnique Xinclude/osgEarthDrivers/engine_osgterrain/StreamingTerrainNode Xinclude/osgEarthDrivers/engine_osgterrain/StreamingTile Xinclude/osgEarthDrivers/engine_osgterrain/TerrainNode Xinclude/osgEarthDrivers/engine_osgterrain/Tile Xinclude/osgEarthDrivers/engine_osgterrain/TileBuilder Xinclude/osgEarthDrivers/engine_osgterrain/TransparentLayer Xinclude/osgEarthDrivers/engine_quadtree/Common Xinclude/osgEarthDrivers/engine_quadtree/CustomPagedLOD Xinclude/osgEarthDrivers/engine_quadtree/DynamicLODScaleCallback Xinclude/osgEarthDrivers/engine_quadtree/FileLocationCallback Xinclude/osgEarthDrivers/engine_quadtree/KeyNodeFactory Xinclude/osgEarthDrivers/engine_quadtree/LODFactorCallback Xinclude/osgEarthDrivers/engine_quadtree/QuadTreeTerrainEngineNode Xinclude/osgEarthDrivers/engine_quadtree/QuadTreeTerrainEngineOptions Xinclude/osgEarthDrivers/engine_quadtree/QuickReleaseGLObjects Xinclude/osgEarthDrivers/engine_quadtree/SerialKeyNodeFactory Xinclude/osgEarthDrivers/engine_quadtree/TerrainNode Xinclude/osgEarthDrivers/engine_quadtree/TileModel Xinclude/osgEarthDrivers/engine_quadtree/TileModelCompiler Xinclude/osgEarthDrivers/engine_quadtree/TileModelFactory Xinclude/osgEarthDrivers/engine_quadtree/TileNode Xinclude/osgEarthDrivers/engine_quadtree/TileNodeRegistry Xinclude/osgEarthDrivers/feature_ogr/FeatureCursorOGR Xinclude/osgEarthDrivers/feature_ogr/OGRFeatureOptions Xinclude/osgEarthDrivers/feature_tfs/TFSFeatureOptions Xinclude/osgEarthDrivers/feature_wfs/WFSFeatureOptions Xinclude/osgEarthDrivers/gdal/GDALOptions Xinclude/osgEarthDrivers/kml/KML Xinclude/osgEarthDrivers/kml/KMLOptions Xinclude/osgEarthDrivers/mask_feature/FeatureMaskOptions Xinclude/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions Xinclude/osgEarthDrivers/model_feature_stencil/FeatureStencilModelOptions Xinclude/osgEarthDrivers/model_simple/SimpleModelOptions Xinclude/osgEarthDrivers/ocean_surface/OceanSurface Xinclude/osgEarthDrivers/osg/OSGOptions Xinclude/osgEarthDrivers/refresh/RefreshOptions Xinclude/osgEarthDrivers/tilecache/TileCacheOptions Xinclude/osgEarthDrivers/tileindex/TileIndexOptions Xinclude/osgEarthDrivers/tileservice/TileServiceOptions Xinclude/osgEarthDrivers/tms/TMSOptions Xinclude/osgEarthDrivers/vpb/VPBOptions Xinclude/osgEarthDrivers/wcs/WCSOptions Xinclude/osgEarthDrivers/wms/TileService Xinclude/osgEarthDrivers/wms/WMSOptions Xinclude/osgEarthDrivers/xyz/XYZOptions Xinclude/osgEarthDrivers/yahoo/YahooOptions Xinclude/osgEarthFeatures/AltitudeFilter Xinclude/osgEarthFeatures/BufferFilter Xinclude/osgEarthFeatures/BuildGeometryFilter Xinclude/osgEarthFeatures/BuildTextFilter Xinclude/osgEarthFeatures/BuildTextOperator Xinclude/osgEarthFeatures/CentroidFilter Xinclude/osgEarthFeatures/Common Xinclude/osgEarthFeatures/ConvertTypeFilter Xinclude/osgEarthFeatures/CropFilter Xinclude/osgEarthFeatures/ExtrudeGeometryFilter Xinclude/osgEarthFeatures/Feature Xinclude/osgEarthFeatures/FeatureCursor Xinclude/osgEarthFeatures/FeatureDisplayLayout Xinclude/osgEarthFeatures/FeatureDrawSet Xinclude/osgEarthFeatures/FeatureListSource Xinclude/osgEarthFeatures/FeatureModelGraph Xinclude/osgEarthFeatures/FeatureModelSource Xinclude/osgEarthFeatures/FeatureSource Xinclude/osgEarthFeatures/FeatureSourceIndexNode Xinclude/osgEarthFeatures/FeatureTileSource Xinclude/osgEarthFeatures/Filter Xinclude/osgEarthFeatures/FilterContext Xinclude/osgEarthFeatures/GeometryCompiler Xinclude/osgEarthFeatures/GeometryUtils Xinclude/osgEarthFeatures/LabelSource Xinclude/osgEarthFeatures/MeshClamper Xinclude/osgEarthFeatures/OgrUtils Xinclude/osgEarthFeatures/OptimizerHints Xinclude/osgEarthFeatures/PolygonizeLines Xinclude/osgEarthFeatures/ResampleFilter Xinclude/osgEarthFeatures/ScaleFilter Xinclude/osgEarthFeatures/ScatterFilter Xinclude/osgEarthFeatures/Script Xinclude/osgEarthFeatures/ScriptEngine Xinclude/osgEarthFeatures/Session Xinclude/osgEarthFeatures/SubstituteModelFilter Xinclude/osgEarthFeatures/TessellateOperator Xinclude/osgEarthFeatures/TextSymbolizer Xinclude/osgEarthFeatures/TransformFilter Xinclude/osgEarthFeatures/VirtualFeatureSource Xinclude/osgEarthSymbology/AGG.h Xinclude/osgEarthSymbology/AltitudeSymbol Xinclude/osgEarthSymbology/Color Xinclude/osgEarthSymbology/Common Xinclude/osgEarthSymbology/CssUtils Xinclude/osgEarthSymbology/Expression Xinclude/osgEarthSymbology/ExtrusionSymbol Xinclude/osgEarthSymbology/Fill Xinclude/osgEarthSymbology/GEOS Xinclude/osgEarthSymbology/Geometry Xinclude/osgEarthSymbology/GeometryFactory Xinclude/osgEarthSymbology/GeometryRasterizer Xinclude/osgEarthSymbology/IconResource Xinclude/osgEarthSymbology/IconSymbol Xinclude/osgEarthSymbology/InstanceResource Xinclude/osgEarthSymbology/InstanceSymbol Xinclude/osgEarthSymbology/LineSymbol Xinclude/osgEarthSymbology/MarkerResource Xinclude/osgEarthSymbology/MarkerSymbol Xinclude/osgEarthSymbology/MeshConsolidator Xinclude/osgEarthSymbology/MeshSubdivider Xinclude/osgEarthSymbology/ModelResource Xinclude/osgEarthSymbology/ModelSymbol Xinclude/osgEarthSymbology/PointSymbol Xinclude/osgEarthSymbology/PolygonSymbol Xinclude/osgEarthSymbology/Query Xinclude/osgEarthSymbology/RenderSymbol Xinclude/osgEarthSymbology/Resource Xinclude/osgEarthSymbology/ResourceCache Xinclude/osgEarthSymbology/ResourceLibrary Xinclude/osgEarthSymbology/Skins Xinclude/osgEarthSymbology/StencilVolumeNode Xinclude/osgEarthSymbology/Stroke Xinclude/osgEarthSymbology/Style Xinclude/osgEarthSymbology/StyleSelector Xinclude/osgEarthSymbology/StyleSheet Xinclude/osgEarthSymbology/Symbol Xinclude/osgEarthSymbology/Tags Xinclude/osgEarthSymbology/TextSymbol Xinclude/osgEarthUtil/AnnotationEvents Xinclude/osgEarthUtil/ArcGIS Xinclude/osgEarthUtil/AutoClipPlaneHandler Xinclude/osgEarthUtil/BrightnessContrastColorFilter Xinclude/osgEarthUtil/CMYKColorFilter Xinclude/osgEarthUtil/ChromaKeyColorFilter Xinclude/osgEarthUtil/ClampCallback Xinclude/osgEarthUtil/Common Xinclude/osgEarthUtil/ContourMap Xinclude/osgEarthUtil/Controls Xinclude/osgEarthUtil/DataScanner Xinclude/osgEarthUtil/DateTime Xinclude/osgEarthUtil/DetailTexture Xinclude/osgEarthUtil/EarthManipulator Xinclude/osgEarthUtil/ExampleResources Xinclude/osgEarthUtil/Export Xinclude/osgEarthUtil/FeatureManipTool Xinclude/osgEarthUtil/FeatureQueryTool Xinclude/osgEarthUtil/Formatter Xinclude/osgEarthUtil/GLSLColorFilter Xinclude/osgEarthUtil/GammaColorFilter Xinclude/osgEarthUtil/GeodeticGraticule Xinclude/osgEarthUtil/HSLColorFilter Xinclude/osgEarthUtil/HTM Xinclude/osgEarthUtil/LODBlending Xinclude/osgEarthUtil/LatLongFormatter Xinclude/osgEarthUtil/LineOfSight Xinclude/osgEarthUtil/LinearLineOfSight Xinclude/osgEarthUtil/MGRSFormatter Xinclude/osgEarthUtil/MGRSGraticule Xinclude/osgEarthUtil/MeasureTool Xinclude/osgEarthUtil/MouseCoordsTool Xinclude/osgEarthUtil/NormalMap Xinclude/osgEarthUtil/ObjectLocator Xinclude/osgEarthUtil/PolyhedralLineOfSight Xinclude/osgEarthUtil/RGBColorFilter Xinclude/osgEarthUtil/RadialLineOfSight Xinclude/osgEarthUtil/ShadowUtils Xinclude/osgEarthUtil/SkyNode Xinclude/osgEarthUtil/SpatialData Xinclude/osgEarthUtil/StarData Xinclude/osgEarthUtil/TFS Xinclude/osgEarthUtil/TFSPackager Xinclude/osgEarthUtil/TMS Xinclude/osgEarthUtil/TMSBackFiller Xinclude/osgEarthUtil/TMSPackager Xinclude/osgEarthUtil/TerrainProfile Xinclude/osgEarthUtil/TileIndex Xinclude/osgEarthUtil/TileIndexBuilder Xinclude/osgEarthUtil/UTMGraticule Xinclude/osgEarthUtil/VerticalScale Xinclude/osgEarthUtil/WFS Xinclude/osgEarthUtil/WMS Xlib/libosgEarth.so Xlib/libosgEarth.so.0 Xlib/libosgEarth.so.2.5.0 Xlib/libosgEarthAnnotation.so Xlib/libosgEarthAnnotation.so.0 Xlib/libosgEarthAnnotation.so.2.5.0 Xlib/libosgEarthFeatures.so Xlib/libosgEarthFeatures.so.0 Xlib/libosgEarthFeatures.so.2.5.0 Xlib/libosgEarthSymbology.so Xlib/libosgEarthSymbology.so.0 Xlib/libosgEarthSymbology.so.2.5.0 Xlib/libosgEarthUtil.so Xlib/libosgEarthUtil.so.0 Xlib/libosgEarthUtil.so.2.5.0 Xlib/osgPlugins-3.1.3/osgdb_earth.so Xlib/osgPlugins-3.1.3/osgdb_kml.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_agglite.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_arcgis.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_arcgis_map_cache.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_bing.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_cache_filesystem.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_debug.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_engine_byo.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_engine_mp.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_engine_osgterrain.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_engine_quadtree.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_feature_ogr.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_feature_tfs.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_feature_wfs.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_gdal.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_label_annotation.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_label_overlay.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_mask_feature.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_model_feature_geom.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_model_feature_stencil.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_model_simple.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_ocean_surface.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_osg.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_refresh.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_tilecache.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_tileindex.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_tileservice.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_tms.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_vdatum_egm2008.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_vdatum_egm84.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_vdatum_egm96.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_vpb.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_wcs.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_wms.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_xyz.so Xlib/osgPlugins-3.1.3/osgdb_osgearth_yahoo.so X@dirrmtry lib/osgPlugins-3.1.3 X@dirrmtry include/osgEarthUtil X@dirrmtry include/osgEarthSymbology X@dirrmtry include/osgEarthFeatures X@dirrmtry include/osgEarthDrivers/yahoo X@dirrmtry include/osgEarthDrivers/xyz X@dirrmtry include/osgEarthDrivers/wms X@dirrmtry include/osgEarthDrivers/wcs X@dirrmtry include/osgEarthDrivers/vpb X@dirrmtry include/osgEarthDrivers/tms X@dirrmtry include/osgEarthDrivers/tileservice X@dirrmtry include/osgEarthDrivers/tileindex X@dirrmtry include/osgEarthDrivers/tilecache X@dirrmtry include/osgEarthDrivers/refresh X@dirrmtry include/osgEarthDrivers/osg X@dirrmtry include/osgEarthDrivers/ocean_surface X@dirrmtry include/osgEarthDrivers/model_simple X@dirrmtry include/osgEarthDrivers/model_feature_stencil X@dirrmtry include/osgEarthDrivers/model_feature_geom X@dirrmtry include/osgEarthDrivers/mask_feature X@dirrmtry include/osgEarthDrivers/kml X@dirrmtry include/osgEarthDrivers/gdal X@dirrmtry include/osgEarthDrivers/feature_wfs X@dirrmtry include/osgEarthDrivers/feature_tfs X@dirrmtry include/osgEarthDrivers/feature_ogr X@dirrmtry include/osgEarthDrivers/engine_quadtree X@dirrmtry include/osgEarthDrivers/engine_osgterrain X@dirrmtry include/osgEarthDrivers/engine_mp X@dirrmtry include/osgEarthDrivers/engine_byo X@dirrmtry include/osgEarthDrivers/debug X@dirrmtry include/osgEarthDrivers/cache_filesystem X@dirrmtry include/osgEarthDrivers/bing X@dirrmtry include/osgEarthDrivers/arcgis X@dirrmtry include/osgEarthDrivers/agglite X@dirrmtry include/osgEarthDrivers X@dirrmtry include/osgEarthAnnotation X@dirrmtry include/osgEarth 78fed10e0db325486c31cdafd16fe263 echo c - osgearth/files mkdir -p osgearth/files > /dev/null 2>&1 echo x - osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp sed 's/^X//' >osgearth/files/patch-src-osgEarth-ThreadingUtils.cpp << '44668297458c0add72aebcc320f2192b' X--- src/osgEarth/ThreadingUtils.cpp.orig 2013-05-16 20:29:30.000000000 +0200 X+++ src/osgEarth/ThreadingUtils.cpp 2013-05-16 20:28:01.000000000 +0200 X@@ -23,6 +23,7 @@ X #else X # include X # include X+# include X #endif X X using namespace osgEarth::Threading; X@@ -38,6 +39,10 @@ X return (unsigned)::GetCurrentThreadId(); X #elif __APPLE__ X return ::syscall(SYS_thread_selfid); X+#elif __FreeBSD__ X+ long lwpid; X+ thr_self(&lwpid); X+ return lwpid; X #else X return (unsigned)::syscall(SYS_gettid); X #endif 44668297458c0add72aebcc320f2192b exit >Release-Note: >Audit-Trail: >Unformatted: