Opened 5 years ago
Closed 4 years ago
#59926 closed defect (fixed)
doxygen is not distributable on 10.6-10.8
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | snowleopard lion mountainlion | Cc: | |
Port: | doxygen |
Description
"doxygen" is not distributable because its license "gpl" conflicts with license "OpenSSL" of dependency "openssl"
Can anything be done about that? It is already distributable on 10.9 and later. I suspect openssl is being pulled in by one of the additional dependencies needed on 10.6-10.8 to accommodate libc++ on older systems.
Change History (3)
comment:1 Changed 5 years ago by jmroot (Joshua Root)
comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Ok, so into which Portfile does license_noconflict openssl
need to be added to fix this? The git Portfile? Or every Portfile that depends on git?
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I would guess it's the extra build dependency on git being added on older systems, not anything to do with libcxx.