| Port details |
- tippecanoe Builds vector tilesets from large (or small) collections GEO features
- 2.26.1_1 graphics
=0 2.26.1_1Version of this port present on the latest quarterly branch. BROKEN: fails to compile: static_assert failed due to requirement
DEPRECATED: build is broken
EXPIRATION DATE: 2026-08-04
IGNORE: is marked as broken: fails to compile: static_assert failed due to requirement
- Maintainer: darcy@dbitech.ca
 - Port Added: 2023-06-01 22:33:09
- Last Update: 2026-06-04 15:51:53
- Commit Hash: adbf791
- License: BSD2CLAUSE
- WWW:
- https://github.com/felt/tippecanoe
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- tippecanoe>0:graphics/tippecanoe
- No installation instructions:
- This port has been deleted.
- PKGNAME: tippecanoe
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685722069
SHA256 (felt-tippecanoe-2.26.1_GH0.tar.gz) = 2b4ff69b76f5d4ec207ffcfedf1da163d3b403275a05b1d741bdd4746b728df7
SIZE (felt-tippecanoe-2.26.1_GH0.tar.gz) = 20256693
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_tippecanoe
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.26.1_1 04 Jun 2026 15:51:53
    |
Daniel Engberg (diizzy)  |
graphics/tippecanoe: Remove port again
Porters Handbook states the following,
"13.15. Marking a Port for Removal with DEPRECATED or EXPIRATION_DATE
Do remember that BROKEN and FORBIDDEN are to be used as a temporary
resort if a port is not working. Permanently broken ports will be removed
from the tree entirely."
pkg-fallout have been reporting failures for at least 4 consecutive
months which isn't "temporary" and it makes no sense to commit a broken
port to the tree. Additionally it's been marked as broken 14 since 2023.
This reverts commit 594238a01cde8388b87f3dffced555bea6ccd002
Pointyhat to: amdmi3 |
2.26.1_1 04 Jun 2026 12:32:03
    |
Dmitry Marakasov (amdmi3)  |
graphics/tippecanoe: revert removal
Please do not remove ports abruptly. Instead, go through a proper
process of first documenting the breakage with unconditional BROKEN
and then scheduling the removal with DEPRECATED/EXPIRATION_DATE.
This reverts commit 4c9bd41bd6fe492b8796ff927d3443ae1f5e58a2.
Pointyhat to: diizzy |
2.26.1_1 01 Jun 2026 17:05:54
    |
Daniel Engberg (diizzy)  |
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 |
2.26.1_1 09 Mar 2024 12:58:26
    |
Nuno Teixeira (eduardo)  |
graphics/tippecanoe: Move man pages to share/man
Approved by: portmgr (blanket) |
2.26.1 18 Aug 2023 19:42:04
    |
Muhammad Moinur Rahman (bofh)  |
graphics/tippecanoe: Mark BROKEN on 14
Tried to build with llvm15 and llvm14 with the same result.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.26.1 30 Jul 2023 22:59:09
    |
Robert Clausecker (fuz)  |
graphics/tippecanoe: fix build on armv7
Same fix as for i386.
Approved by: portmgr (build fix blanket)
Fixes: 1d61daa912396e4f5d31d130fe9600540ba6644b |
2.26.1 05 Jun 2023 11:27:07
    |
Matthew Seaman (matthew)  |
graphics/tippecanoe: fix 'malformed conditional'
```
make: "/home/matthew/work/ports/graphics/tippecanoe/Makefile" line 26: Malformed
conditional (${ARCH} == i386)
```
For some reason this didn't show up in poudriere test builds, but it
does if you just invoke make from the CLI.
Reported by: FreshPorts Sanity Checking |
05 Jun 2023 08:47:22
  
|
Matthew Seaman (matthew)  Author: Darcy Buskermolen |
graphics/tippecanoe: Update to tippecanoe 2.26.1
Maintainer update to Version 2.26.1
Add bash to BUILD_DEPENDS
Suppress clang16 build failure on i386: non-constant-expression cannot
be narrowed from type 'uint64_t'
Changes: https://github.com/felt/tippecanoe/releases/tag/2.26.1
PR: 271789 |
2.6.3 01 Jun 2023 22:29:20
    |
Robert Clausecker (fuz)  Author: Darcy |
graphics/tippecanoe: new port
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.
(Only the first 15 lines of the commit message are shown above ) |