mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-05 00:24:23 +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:
7
.github/workflows/build-and-test.yml
vendored
7
.github/workflows/build-and-test.yml
vendored
@ -181,6 +181,13 @@ jobs:
|
|||||||
cpus: ${{ env.BUILD_PARALLEL_LEVEL }}
|
cpus: ${{ env.BUILD_PARALLEL_LEVEL }}
|
||||||
memory: 4096
|
memory: 4096
|
||||||
|
|
||||||
|
# Mapnik is not in the `quarterly` repository (2023.10.12)
|
||||||
|
- name: Use "latest" repository
|
||||||
|
run: |
|
||||||
|
sudo mkdir -p /usr/local/etc/pkg/repos
|
||||||
|
sed 's#/quarterly#/latest#g' /etc/pkg/FreeBSD.conf | sudo tee /usr/local/etc/pkg/repos/FreeBSD.conf
|
||||||
|
sudo pkg upgrade
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.github/actions/dependencies/install
|
uses: ./.github/actions/dependencies/install
|
||||||
|
|
||||||
|
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
|
```shell
|
||||||
#!/usr/bin/env sh
|
#!/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
|
# Update installed packages
|
||||||
sudo pkg upgrade --yes
|
sudo pkg upgrade --yes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user