Opened 15 years ago
Closed 13 years ago
#21699 closed enhancement (fixed)
Check that BibTool's dep on texlive is actually needed
Reported by: | Damien.Pollet@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | BibTool |
Description
I'm not sure port BibTool
actually needs texlive
to run, since it's an independantly distributed program. TeXlive is quite a bit package and for me it's redundant because I have a separate non-macports install.
Anyway, BibTool seems to build fine with the depends_lib bin:tex:texlive
line commented out, and otool -L
does not report a dependancy in the binary.
Change History (5)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to tristan@… |
---|---|
Type: | request → enhancement |
Version: | 1.8.1 |
comment:2 Changed 15 years ago by andreas.abel@…
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from tristan@… to macports-tickets@… |
---|
comment:4 Changed 13 years ago by drkp (Dan Ports)
Owner: | changed from macports-tickets@… to dports@… |
---|---|
Status: | new → assigned |
It seems to me that the only way bibtool would actually depend on texlive (beyond just not being very interesting without bibtex) is that it would link against libkpathsea if built with --with-kpathsea. In that case, it should depend on texlive-bin.
We aren't currently building it with kpathsea support. We might want to do it at some point, but for now this is an unnecessary dependency.
comment:5 Changed 13 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Indeed, the amount of packages that bibtool draws is insane. bibtool is a command-line tool, it does not need graphics, for instance. But it compiles stuff like xorg and openmotif.