Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2009 13:10:42 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-ports@freebsd.org
Cc:        MAINTAINER <ports@FreeBSD.org>
Subject:   port print/lyx15 dependency from boost-python-1.34.1
Message-ID:  <20090422111042.GA7995@rebelion.Sisis.de>

next in thread | raw e-mail | index | archive | help

Hello,

The pkg lyx-1.5.7.tbz created by

# make install clean
# pkg_create lyx-1.5.7

needs the libboost_* shared libs:

$ ldd /usr/local/bin/lyx | fgrep libboost
        libboost_regex.so => /usr/local/lib/libboost_regex.so (0x293fc000)
        libboost_signals.so => /usr/local/lib/libboost_signals.so (0x2948f000)
        libboost_filesystem.so => /usr/local/lib/libboost_filesystem.so (0x294a1000)
        libboost_iostreams.so => /usr/local/lib/libboost_iostreams.so (0x294af000)

provided by the pkg boost-python-1.34.1.tbz but lyx-1.5.7 has no
dependency on it:

$ pkg_info -r lyx-1.5.7 | fgrep boost

and so an installation of lyx-1.5.7.tbz does not look for or fetch this
package; one must manually do

# pkg_add boost-python-1.34.1.tbz

to make Lyx running

Thx

	matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <matthias.apitz@oclc.org> - w http://www.oclc.org/ http://www.UnixArea.de/
People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090422111042.GA7995>