Date: Mon, 01 Jun 2026 17:09:28 +0000 From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c9bd41bd6fe - main - graphics/tippecanoe: Remove from tree Message-ID: <6a1dbcc8.453ef.4a68a877@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c9bd41bd6fe492b8796ff927d3443ae1f5e58a2 commit 4c9bd41bd6fe492b8796ff927d3443ae1f5e58a2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2026-05-24 19:16:38 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2026-06-01 17:05:54 +0000 graphics/tippecanoe: Remove from tree Broken for months in tree, upstream is still active if someone wants to pick it up Reported by: pkg-fallout --- MOVED | 1 + graphics/Makefile | 1 - graphics/tippecanoe/Makefile | 41 ----------------------------------------- graphics/tippecanoe/distinfo | 3 --- graphics/tippecanoe/pkg-descr | 21 --------------------- 5 files changed, 1 insertion(+), 66 deletions(-) diff --git a/MOVED b/MOVED index c6b80c630b49..70ec3f8b1136 100644 --- a/MOVED +++ b/MOVED @@ -5334,3 +5334,4 @@ www/py-azure-storage||2026-05-31|Has expired: Deprecated by upstream. Use other www/py-pyjwt1|www/py-pyjwt|2026-05-31|Has expired: Obsoleted. Use www/py-pyjwt instead net/rubygem-gitaly-proto||2026-05-31|Has expired: gitaly-proto has been deprecated www/redmine51||2026-05-31|Has expired: Please migrate to newer version. Ruby 3.2 has been removed from the ports tree +graphics/tippecanoe||2026-05-31|Broken for months diff --git a/graphics/Makefile b/graphics/Makefile index 7d206ddb5afa..4f32e196ae73 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1247,7 +1247,6 @@ SUBDIR += timg SUBDIR += tintfu SUBDIR += tinyows - SUBDIR += tippecanoe SUBDIR += tkpng SUBDIR += togl SUBDIR += tslib diff --git a/graphics/tippecanoe/Makefile b/graphics/tippecanoe/Makefile deleted file mode 100644 index 3694edf5686d..000000000000 --- a/graphics/tippecanoe/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -PORTNAME= tippecanoe -DISTVERSION= 2.26.1 -PORTREVISION= 1 -CATEGORIES= graphics - -MAINTAINER= darcy@dbitech.ca -COMMENT= Builds vector tilesets from large (or small) collections GEO features -WWW= https://github.com/felt/tippecanoe - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -BROKEN_FreeBSD_14= fails to compile: static_assert failed due to requirement - -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -BUILD_DEPENDS= bash:shells/bash - -USES= gmake -USE_GITHUB= yes - -GH_ACCOUNT= felt - -PLIST_FILES= bin/tile-join bin/tippecanoe bin/tippecanoe-decode \ - bin/tippecanoe-enumerate bin/tippecanoe-json-tool \ - share/man/man1/tippecanoe.1.gz - -.include <bsd.port.options.mk> - -# Suppress a clang-16 error on 32-bit arch: -# non-constant-expression cannot be narrowed from type 'uint64_t' -.if ${ARCH} == i386 || ${ARCH:Marmv?} != "" -CXXFLAGS+= -Wno-narrowing -.endif - -do-install: -.for file in tile-join tippecanoe tippecanoe-decode tippecanoe-enumerate tippecanoe-json-tool - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR$}${PREFIX}/bin -.endfor - ${INSTALL_MAN} ${WRKSRC}/man/tippecanoe.1 ${STAGEDIR}${PREFIX}/share/man/man1/tippecanoe.1 - -.include <bsd.port.mk> diff --git a/graphics/tippecanoe/distinfo b/graphics/tippecanoe/distinfo deleted file mode 100644 index 88eba5e97e4e..000000000000 --- a/graphics/tippecanoe/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1685722069 -SHA256 (felt-tippecanoe-2.26.1_GH0.tar.gz) = 2b4ff69b76f5d4ec207ffcfedf1da163d3b403275a05b1d741bdd4746b728df7 -SIZE (felt-tippecanoe-2.26.1_GH0.tar.gz) = 20256693 diff --git a/graphics/tippecanoe/pkg-descr b/graphics/tippecanoe/pkg-descr deleted file mode 100644 index 1af213c8c0aa..000000000000 --- a/graphics/tippecanoe/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Tippecanoe Builds vector tilesets from large (or small) collections of -GeoJSON, FlatGeobuf, or CSV features. - -The goal of Tippecanoe is to enable making a scale-independent view of -your data, so that at any level from the entire world to a single -building, you can see the density and texture of the data rather than a -simplification from dropping supposedly unimportant features or -clustering or aggregating them. - -If you give it all of OpenStreetMap and zoom out, it should give you -back something that looks like "All Streets" rather than something that -looks like an Interstate road atlas. - -If you give it all the building footprints in Los Angeles and zoom out -far enough that most individual buildings are no longer discernable, you -should still be able to see the extent and variety of development in -every neighborhood, not just the largest downtown buildings. - -If you give it a collection of years of tweet locations, you should be -able to see the shape and relative popularity of every point of interest -and every significant travel corridor.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1dbcc8.453ef.4a68a877>
