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:
Hummeltech
2023-10-28 11:54:48 -07:00
committed by GitHub
parent c2896c78ec
commit 2577716b0f
2 changed files with 11 additions and 0 deletions

View File

@ -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