mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
parent
909a9752d8
commit
595b35fa1f
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue