libtool from ports or the port's libtool?

2009-10-29 Thread frantisek holop
morning lemon,, the only information i could find on whether to use libtool from ports, or let the port use its own is in http://www.openbsd.org/porttest.html * build * Check whether the port is using libtool. If it is, try setting USE_LIBTOOL=Yes. This way, the ports infrastructure will

Re: libtool from ports or the port's libtool?

2009-10-29 Thread frantisek holop
here are logs snippets i think are responsible, from both builds, with and without USE_LIBTOOL: this is the same: cp /usr/ports/pobj/context-minimal-20090817/pdftex-1.40.9/src/texk/web2c/pdftexdir/ttf2afm.c . cp

Re: libtool from ports or the port's libtool?

2009-10-29 Thread Steven Mestdagh
frantisek holop [2009-10-29, 06:55:14]: i am working on a port of pdftex btw, this is included in the texlive port.

Re: libtool from ports or the port's libtool?

2009-10-29 Thread frantisek holop
hmm, on Thu, Oct 29, 2009 at 07:39:31AM +0100, Steven Mestdagh said that after the build, does it also install the wrapper script? if yes, then maybe they are not using libtool to install the executable? they should use libtool --mode=install ... this is only the build target, i haven't tried