svn commit: r387637 - in head/devel/tcllib: . files

Mikhail T. mi+thun at aldan.algebra.com
Wed May 27 17:47:34 UTC 2015


On 27.05.2015 13:39, Bryan Drewery wrote:
>> +lib/tcllib/tcllibc/%%BINARCH%%/tcllibc.so
> Bundling libraries is bad.
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/bundled-libs.html
>From the link:

    Some software requires the porter to locate third-party libraries and add
    the required dependencies to the port. Other software bundles all necessary
    libraries into the distribution file.

This is not, what is happening here. The tcllibc.so contains the compiled
implementations of the tcllib's modules.
> It will also confuse pkg unless BUNDLE_LIBS=yes is added.
>
> Can tcllib not use critcl from its own package?
Critcl port does not install binaries. "critcl" and "tcllibc" are different
things -- the former helps out with compiling C-code, the latter is a result of
such compilation. Yours,

    -mi



More information about the svn-ports-all mailing list