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
This commit is contained in:
Loïc Bartoletti 2022-01-10 19:49:49 +01:00
parent 909a9752d8
commit 595b35fa1f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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