1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

astro/viking: Unbreak by making the MAPNIK option OFF

It isn't compatible with mapnik-4.0.0

Reported by:	fallout
Approved by:	portmgr (unbreak; blanket)
This commit is contained in:
Yuri Victorovich 2024-08-05 18:43:23 -07:00
parent 0ceefe288a
commit 01104d539a

View File

@ -1,6 +1,6 @@
PORTNAME= viking
PORTVERSION= 1.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/
@ -35,7 +35,7 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PORTDOCS= AUTHORS ChangeLog NEWS README.md
OPTIONS_DEFINE= DOCS GEOCACHES NLS GEOTAG GPSD MAPNIK MBTILES
OPTIONS_DEFAULT= GEOTAG GPSD JOSM MAPNIK MBTILES
OPTIONS_DEFAULT= GEOTAG GPSD JOSM MBTILES # MAPNIK compatibility is broken with mapnik-4.0.0
OPTIONS_MULTI= EDITOR
OPTIONS_MULTI_EDITOR= JOSM MERKAATOR
@ -66,6 +66,7 @@ MAPNIK_LIB_DEPENDS= libmapnik.so:graphics/mapnik
MAPNIK_CONFIGURE_ENV= ac_cv_lib_icuuc_main=no # indirect
MAPNIK_CONFIGURE_ENABLE= mapnik
MAPNIK_CPPFLAGS= -I${LOCALBASE}/include/mapnik
MAPNIK_BROKEN= fails to build with mapnik-4.0.0, see https://sourceforge.net/p/viking/bugs/170/
MBTILES_USES= sqlite
MBTILES_CONFIGURE_ENABLE= mbtiles