FreeBSD Bugzilla – Attachment 187960 Details for
Bug 223648
[NEW PORT] games/flightgear-terragear Tools for building scenery for the FlightGear project
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games/flightgear-terragear
flightgear-terragear.svndif (text/plain), 6.47 KB, created by
Anonymized Account
on 2017-11-13 12:51:45 UTC
(
hide
)
Description:
games/flightgear-terragear
Filename:
MIME Type:
Creator:
Anonymized Account
Created:
2017-11-13 12:51:45 UTC
Size:
6.47 KB
patch
obsolete
>Index: games/flightgear-terragear/Makefile >=================================================================== >--- games/flightgear-terragear/Makefile (nonexistent) >+++ games/flightgear-terragear/Makefile (working copy) >@@ -0,0 +1,42 @@ >+# $FreeBSD$ >+ >+PORTNAME= flightgear-terragear >+PORTVERSION= 20171007 >+CATEGORIES= games >+ >+MAINTAINER= mike.d.ft402@gmail.com >+COMMENT= Tools for building scenery for the FlightGear project >+ >+LICENSE= GPLv2 >+ >+LIB_DEPENDS= libCGAL.so:math/cgal \ >+ libgdal.so:graphics/gdal \ >+ libmpfr.so:math/mpfr \ >+ libgmp.so:math/gmp \ >+ libboost_thread.so:devel/boost-libs \ >+ libboost_system.so:devel/boost-libs \ >+ libboost_chrono.so:devel/boost-libs \ >+ libboost_date_time.so:devel/boost-libs \ >+ libboost_atomic.so:devel/boost-libs \ >+ libtiff.so:graphics/tiff >+ >+BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear >+RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear >+ >+USE_GITHUB= yes >+GH_ACCOUNT= flightgear >+GH_PROJECT= terragear >+GH_TAGNAME= 5b5e5fc >+ >+USES= cmake >+ >+.include <bsd.port.pre.mk> >+ >+# FIXME Make dies with "malformed conditional". I don't know what's wrong! >+# Chase devel/simgear compiler version >+#.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 >+#USE_GCC= yes >+#CXXFLAGS+= -D_GLIBCXX_USE_C99 >+#.endif >+ >+.include <bsd.port.post.mk> > >Property changes on: games/flightgear-terragear/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/flightgear-terragear/distinfo >=================================================================== >--- games/flightgear-terragear/distinfo (nonexistent) >+++ games/flightgear-terragear/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1510318229 >+SHA256 (flightgear-terragear-20171007-5b5e5fc_GH0.tar.gz) = c590cc233238ce1a85e2270fdaa1eaef753ba5b481f602790b676afb932e6d7d >+SIZE (flightgear-terragear-20171007-5b5e5fc_GH0.tar.gz) = 2615341 > >Property changes on: games/flightgear-terragear/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/flightgear-terragear/files/patch-tg_misc.cxx >=================================================================== >--- games/flightgear-terragear/files/patch-tg_misc.cxx (nonexistent) >+++ games/flightgear-terragear/files/patch-tg_misc.cxx (working copy) >@@ -0,0 +1,20 @@ >+--- src/Lib/terragear/tg_misc.cxx.orig 2017-10-07 06:58:20 UTC >++++ src/Lib/terragear/tg_misc.cxx >+@@ -112,8 +112,8 @@ >+ ClipperLib::IntPoint min_pt, max_pt; >+ SGGeod min, max; >+ >+- min_pt.X = min_pt.Y = LONG_LONG_MAX; >+- max_pt.X = max_pt.Y = LONG_LONG_MIN; >++ min_pt.X = min_pt.Y = LLONG_MAX; >++ max_pt.X = max_pt.Y = LLONG_MIN; >+ >+ // for each polygon, we need to check the orientation, to set the hole flag... >+ for (unsigned int i=0; i<subject.size(); i++) >+@@ -377,4 +377,4 @@ >+ // handle the no intersection case. >+ return false; >+ } >+-} >+\ No newline at end of file >++} > >Property changes on: games/flightgear-terragear/files/patch-tg_misc.cxx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/flightgear-terragear/files/patch-tg_shapefile.cxx >=================================================================== >--- games/flightgear-terragear/files/patch-tg_shapefile.cxx (nonexistent) >+++ games/flightgear-terragear/files/patch-tg_shapefile.cxx (working copy) >@@ -0,0 +1,11 @@ >+--- src/Lib/terragear/tg_shapefile.cxx.orig 2017-10-07 06:58:20 UTC >++++ src/Lib/terragear/tg_shapefile.cxx >+@@ -152,7 +152,7 @@ >+ } >+ >+ // close after each write >+- if ( ds_id >= 0 ) { >++ if ( ds_id >= (void *)0 ) { >+ ds_id = tgShapefile::CloseDatasource( ds_id ); >+ } >+ } > >Property changes on: games/flightgear-terragear/files/patch-tg_shapefile.cxx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/flightgear-terragear/pkg-descr >=================================================================== >--- games/flightgear-terragear/pkg-descr (nonexistent) >+++ games/flightgear-terragear/pkg-descr (working copy) >@@ -0,0 +1,11 @@ >+TerraGear is a collection of tools for building scenery for the >+FlightGear project. Generally, the process is done in two steps: >+ >+ 1. Preprocess the original raw data. This chops up the data into >+ the FG tiling scheme and saves it in a simple, intermediate >+ format. >+ >+ 2. Collect all the different pieces of intermediate data and >+ assemble them into a 3d model of the terrain. >+ >+WWW: https://github.com/FlightGear/terragear > >Property changes on: games/flightgear-terragear/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/flightgear-terragear/pkg-plist >=================================================================== >--- games/flightgear-terragear/pkg-plist (nonexistent) >+++ games/flightgear-terragear/pkg-plist (working copy) >@@ -0,0 +1,14 @@ >+bin/demchop >+bin/fillvoids >+bin/gdalchop >+bin/genapts850 >+bin/hgtchop >+bin/ogr-decode >+bin/poly2ogr >+bin/srtmchop >+bin/terrafit >+bin/test_array >+bin/testassem >+bin/tg-construct >+share/TerraGear/default_priorities.txt >+share/TerraGear/usgsmap.txt > >Property changes on: games/flightgear-terragear/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223648
:
187960
|
187961
|
187962
|
188215
|
188241
|
190191
|
190192