Bug 239295

Summary: science/netcdf Fails to configure
Product: Ports & Packages Reporter: Leon Dietrich <doralitze>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
The build log none

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!