svn commit: r354416 - head/devel/goffice

Tijl Coosemans tijl at FreeBSD.org
Sun May 18 16:14:21 UTC 2014


On Sun, 18 May 2014 13:06:27 +0000 (UTC) Koop Mast wrote:
> Author: kwm
> Date: Sun May 18 13:06:27 2014
> New Revision: 354416
> URL: http://svnweb.freebsd.org/changeset/ports/354416
> QAT: https://qat.redports.org/buildarchive/r354416/
> 
> Log:
>   Switch to USES=libtool:keepla instead of plain USES=libtool.
>   
>   Fixes:
>   editors/abiword: libtool: link: cannot find the library
>   `/usr/local/lib/libgoffice-0.8.la' or unhandled argument
>   `/usr/local/lib/libgoffice-0.8.la'
>   
>   PR:		ports/189909
>   Submitted by:	"O. Hartmann" <ohartman at zedat.fu-berlin.de>

The problem is actually in abiword.  It links with the installed libabiword.la
which may still refer to libgoffice-0.8.la.  The attached patch should fix
that by replacing "-Lsrc -labiword" with "src/libabiword.la" in configure and
switching around "PLUGIN_LIBS src/libabiword.la" because PLUGIN_LIBS contains
-L/usr/local/lib.  So if it's ok with you I'd like to revert this commit.

Redports test:
https://redports.org/buildarchive/20140518153400-35443/
During build phase "../../src/.libs/libabiword-2.8.so" is used now instead
of "-labiword-2.8" and during install phase when several modules are
relinked "-L$STAGEDIR" appears before "-L/usr/local/lib" now.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abiword.patch
Type: text/x-patch
Size: 755 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140518/eff582fa/attachment.bin>


More information about the svn-ports-head mailing list