Opened 4 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

On Mac OS X 10.6-10.8:

"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 4 years ago by jmroot (Joshua Root)

I would guess it's the extra build dependency on git being added on older systems, not anything to do with libcxx.

comment:2 Changed 4 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: newclosed

In b98ad46b08571c730664ebba1cc9bac40665b89b/macports-ports (master):

git: installs_libs no

This makes some ports that depend on git, like doxygen, distributable.

Closes: #59926

Note: See TracTickets for help on using tickets.