Bug 231727 - security/heimdal requires converters/p5-JSON to build
Summary: security/heimdal requires converters/p5-JSON to build
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-26 08:45 UTC by dewayne
Modified: 2019-03-10 23:25 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dewayne 2018-09-26 08:45:33 UTC
security/heimdal requires p5-JSON to build.  Could you please add to the BUILD_DEPENDS variable in the Makefile.  I currently have

BUILD_DEPENDS=  ${SSL_DEFAULT}:security/${SSL_DEFAULT} p5-JSON>=0:converters/p5-JSON

which works a treat.
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2018-11-05 15:06:38 UTC
Take.
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2018-11-15 04:55:14 UTC
I could not confirm it is really required. It currently builds successfully.

Furthermore, this will not work.

> BUILD_DEPENDS=  ${SSL_DEFAULT}:security/${SSL_DEFAULT}
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2019-03-10 13:52:17 UTC
No feedback from the reporter, it builds.
Comment 4 dewayne 2019-03-10 23:25:02 UTC
(In reply to Koichiro Iwao from comment #2)
Used at a time when libressl was used to build.  Not required with openssl111b.  Confirm works without JSON :)  Though why it was needed is/was weird.  
Apologies for the distraction.  Thanks for picking up.