Bug 239295 - science/netcdf Fails to configure
Summary: science/netcdf Fails to configure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-19 08:20 UTC by Leon Dietrich
Modified: 2019-08-31 11:22 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
The build log (21.26 KB, text/plain)
2019-07-19 08:20 UTC, Leon Dietrich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leon Dietrich 2019-07-19 08:20:39 UTC
Created attachment 205881 [details]
The build log

Netcdf actually depends on curl but curl won't be installed. Please review the attached build log for further details.
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-07-19 16:32:44 UTC
You disabled DAP option which depends on curl.
I'm considering removing DAP option.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-31 11:22:19 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Aug 31 11:21:22 UTC 2019
New revision: 510378
URL: https://svnweb.freebsd.org/changeset/ports/510378

Log:
  Remove DAP option

  Since curl is required, enable DAP unconditionally.

  PR:		239295
  Reported by:	Leon Dietrich <doralitze@chaotikum.org>

Changes:
  head/science/netcdf/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-31 11:22:45 UTC
Committed. Thanks!