Date: Tue, 1 Jul 2014 17:37:34 +0400 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Tijl Coosemans <tijl@FreeBSD.org> Cc: svn-ports-head@freebsd.org, Alexander Leidinger <Alexander@leidinger.net>, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r359947 - head/textproc/modlogan Message-ID: <20140701133734.GA55025@hades.panopticon> In-Reply-To: <20140701113313.78607107@kalimero.tijl.coosemans.org> References: <201407010118.s611Ioqd040717@svn.freebsd.org> <20140701105406.Horde.6NhjjnAsUp1YnKzeh8gy5w1@webmail.leidinger.net> <20140701113313.78607107@kalimero.tijl.coosemans.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Tijl Coosemans (tijl@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@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140701133734.GA55025>