Skip to content
Snippets Groups Projects
Commit 595b35fa authored by Loïc Bartoletti's avatar Loïc Bartoletti
Browse files

graphics/proj: Disable DATA option

DATA option allows you to download all the data, but it requires
more than 1.1GB!

As mentionned in the pkg-message, this option is disabled by default.
But it was not the case for proj8.

PR:		261048
Reported by:	p5B2E9A8F@t-online.de
parent 909a9752
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
PORTNAME= proj
PORTVERSION= 8.2.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/proj/
......@@ -22,7 +23,6 @@ USES= compiler:c++11-lang gmake libtool pathfix pkgconfig sqlite
USE_LDCONFIG= yes
OPTIONS_DEFINE= DATA
OPTIONS_DEFAULT= DATA
OPTIONS_SUB= yes
DATA_DISTFILES= proj-data-1.8${EXTRACT_SUFX}
......
......@@ -6,7 +6,7 @@ should either be fetched dynamically at runtime (disabled by default, cf
https://proj.org/usage/network.html) or be fetched locally depending on your
work area needs, using the projsync command.
DATA option allows you to download all the data, but it requires more than 400mb!
DATA option allows you to download all the data, but it requires more than 1.1Gb!
This option is disabled by default.
It is better to use the projsync command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment