svn commit: r359947 - head/textproc/modlogan

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Jul 1 13:37:46 UTC 2014


* Tijl Coosemans (tijl at FreeBSD.org) wrote:

> >> Author: amdmi3
> >> Date: Tue Jul  1 01:18:50 2014
> >> New Revision: 359947
> >> URL: http://svnweb.freebsd.org/changeset/ports/359947
> >> QAT: https://qat.redports.org/buildarchive/r359947/
> >>
> >> Log:
> >>   - Drop .la files, no dependees require them
> >>   - Remove indefinite article from COMMENT
> > 
> > Last time I checked (long ago, but as there was not much change since  
> > then I consider it still valid until proved otherwise) modlogan  
> > dlopen()ed .la files. If you haven't run-checked that it works, please  
> > revert this commit.
> 
> In the configure.in file everything related to libltdl is in comments
> and the code only calls dlopen, not lt_dlopen, so I think it's ok.

Correct. For ports which install plugins with .la files, I check
whether plain old dlopen (which can't load .la's) is used - in this
case removing .la's should be safe.

I've rechecked this one - it loads plugins corrently.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru    http://www.amdmi3.ru


More information about the svn-ports-head mailing list