mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-01 07:43:30 +00:00
FreeBSD quarterly repo is now missing mapnik
(#348)
Mapnik v3.1.0 requires a patch in order to support Boost v1.8.3. A fix has been applied, but has not yet made it into the quarterly repository: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274166
This commit is contained in:
4
docs/build/building_on_freebsd.md
vendored
4
docs/build/building_on_freebsd.md
vendored
@ -9,6 +9,10 @@ Please see our [Continuous Integration script](/.github/workflows/build-and-test
|
||||
```shell
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Mapnik is not in the `quarterly` repository (2023.10.12)
|
||||
sudo mkdir -p /usr/local/etc/pkg/repos
|
||||
sudo sed 's#/quarterly#/latest#g' /etc/pkg/FreeBSD.conf > /usr/local/etc/pkg/repos/FreeBSD.conf
|
||||
|
||||
# Update installed packages
|
||||
sudo pkg upgrade --yes
|
||||
|
||||
|
Reference in New Issue
Block a user