Martin,
It is not an omission that system-tetex does not provide tetex-dev.
One of the differences between Gerben Wierda's teTeX distribution and the fink one is that in fink, we build libkpathsea as a shared library, whereas it is only a static library in Wierda's distribution.
(This may change with the forthcoming teTeX 3.0, since shared libraries will become the default, and Wierda almost always uses the defaults.)
As a consequence, if you want to compile another piece of software which links the kpathsea library, you either need to force it to link the static version, or else have "BuildDepends: tetex-dev" and "Depends: tetex-shlibs".
Hmm, the static lib is also in tetex-dev, so you would need this BuildDepends in any case. But the alternative
BuildDepends: tetex-dev | system-tetex
is still problematic, because you don't then know whether the dylib exists or not, so you don't know how your package will look like, unless you force the static linking.
-- Martin
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
