git: 935d7f96502d - main - games/flightgear-terragear: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 00:02:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=935d7f96502d376130c3c12ce55d17fb3ce17c72 commit 935d7f96502d376130c3c12ce55d17fb3ce17c72 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-03-20 23:44:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-21 00:01:48 +0000 games/flightgear-terragear: Remove expired port: 2023-03-21 games/flightgear-terragear: Broken since 2021 --- MOVED | 1 + games/Makefile | 1 - games/flightgear-terragear/Makefile | 35 ---------------------- games/flightgear-terragear/distinfo | 3 -- .../files/patch-src_CMakeLists.txt | 8 ----- games/flightgear-terragear/files/patch-tg_misc.cxx | 20 ------------- .../files/patch-tg_shapefile.cxx | 11 ------- games/flightgear-terragear/pkg-descr | 9 ------ games/flightgear-terragear/pkg-plist | 14 --------- 9 files changed, 1 insertion(+), 101 deletions(-) diff --git a/MOVED b/MOVED index ed4c98147652..c851dccdf5ba 100644 --- a/MOVED +++ b/MOVED @@ -17816,3 +17816,4 @@ net/rsocket-cpp||2023-03-20|Has expired: Broken since 2021 net/opentracker||2023-03-20|Has expired: Broken since 2021 dns/py-namebench||2023-03-20|Has expired: Broken since 2021 databases/libgda5-mdb||2023-03-20|Has expired: Broken since 2021 +games/flightgear-terragear||2023-03-20|Has expired: Broken since 2021 diff --git a/games/Makefile b/games/Makefile index f4ae262851f5..1c545bdfd613 100644 --- a/games/Makefile +++ b/games/Makefile @@ -273,7 +273,6 @@ SUBDIR += flightgear-aircraft SUBDIR += flightgear-data SUBDIR += flightgear-mb339-pan - SUBDIR += flightgear-terragear SUBDIR += flobopuyo SUBDIR += flyhard SUBDIR += flying diff --git a/games/flightgear-terragear/Makefile b/games/flightgear-terragear/Makefile deleted file mode 100644 index 0ef22386d63d..000000000000 --- a/games/flightgear-terragear/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= flightgear-terragear -PORTVERSION= 20171007 -PORTREVISION= 17 -CATEGORIES= games - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tools for building scenery for the FlightGear project -WWW= https://github.com/FlightGear/terragear - -LICENSE= GPLv2 - -BROKEN= does not build: use of undeclared identifier 'sgClearWriteError' -DEPRECATED= Broken since 2021 -EXPIRATION_DATE= 2023-03-21 - -BUILD_DEPENDS= cgal>0:math/cgal -LIB_DEPENDS= 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 \ - libSimGearCore.so:devel/simgear - -USES= cmake compiler:c++11-lang - -USE_GITHUB= yes -GH_ACCOUNT= flightgear -GH_PROJECT= terragear -GH_TAGNAME= 5b5e5fc - -.include <bsd.port.mk> diff --git a/games/flightgear-terragear/distinfo b/games/flightgear-terragear/distinfo deleted file mode 100644 index 1bde07875dc7..000000000000 --- a/games/flightgear-terragear/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1510318229 -SHA256 (flightgear-terragear-20171007-5b5e5fc_GH0.tar.gz) = c590cc233238ce1a85e2270fdaa1eaef753ba5b481f602790b676afb932e6d7d -SIZE (flightgear-terragear-20171007-5b5e5fc_GH0.tar.gz) = 2615341 diff --git a/games/flightgear-terragear/files/patch-src_CMakeLists.txt b/games/flightgear-terragear/files/patch-src_CMakeLists.txt deleted file mode 100644 index dd8965874396..000000000000 --- a/games/flightgear-terragear/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- src/CMakeLists.txt.orig 2020-04-22 13:06:31 UTC -+++ src/CMakeLists.txt -@@ -1,3 +1,5 @@ -+ -+find_package(Boost COMPONENTS thread system REQUIRED) - add_subdirectory(Prep) - add_subdirectory(Lib) - add_subdirectory(Airports) diff --git a/games/flightgear-terragear/files/patch-tg_misc.cxx b/games/flightgear-terragear/files/patch-tg_misc.cxx deleted file mode 100644 index ae18bc309501..000000000000 --- a/games/flightgear-terragear/files/patch-tg_misc.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 -+} diff --git a/games/flightgear-terragear/files/patch-tg_shapefile.cxx b/games/flightgear-terragear/files/patch-tg_shapefile.cxx deleted file mode 100644 index 46e249f09b51..000000000000 --- a/games/flightgear-terragear/files/patch-tg_shapefile.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 ); - } - } diff --git a/games/flightgear-terragear/pkg-descr b/games/flightgear-terragear/pkg-descr deleted file mode 100644 index 1feff1959bed..000000000000 --- a/games/flightgear-terragear/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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. diff --git a/games/flightgear-terragear/pkg-plist b/games/flightgear-terragear/pkg-plist deleted file mode 100644 index 85aa63d3313c..000000000000 --- a/games/flightgear-terragear/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -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