Opened 14 years ago
Closed 14 years ago
#28987 closed enhancement (fixed)
doxygen: remove coreutils dependency
Reported by: | tvb377@… | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | doxygen |
Description
doxygen currently needs coreutils for ginstall which is being checked for by configure. However, it does not really require coreutils's ginstall, the BSD variant is sufficient.
Personally spoken, I find installation of coreutils is evil, and for doxygen it only bloats the installation process.
Portfile patch attached.
Attachments (1)
Change History (4)
Changed 14 years ago by tvb377@…
Attachment: | doxygen-Portfile.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to css@… |
---|---|
Type: | defect → enhancement |
comment:2 Changed 14 years ago by cssdev
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by cssdev
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to work fine for me! doxygen does have a pretty bloated install due to the graphviz dependency (or when testing wizard ... ugh). It can be lightened by significantly tweaking the graphviz variants used. Committed to r77613. Thanks for the patch!
Note: See
TracTickets for help on using
tickets.
I'll test the patch ...