Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2007 14:14:22 +0200
From:      Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To:        freebsd-ports@freebsd.org, ports@freebsd.org
Cc:        max_nss@mail.ru, votdev@gmx.de
Subject:   Re: FreeBSD Port: ushare-1.0
Message-ID:  <20070712121422.GA24987@glitch.rwxrwxrwx.net>
In-Reply-To: <E1I8vGY-0005ls-00.max_nss-mail-ru@f52.mail.ru>
References:  <E1I8vGY-0005ls-00.max_nss-mail-ru@f52.mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu 12 Jul 2007 13:07, Max wrote:
> Hallo.
> 
> Something strange happens with my FreeBSD 6.2
> I am trying to install ushare 1.0 from ports but without success.
> 
> Latest upnp version is also installed beforehand.
> 
> Registering installation for upnp-1.6.0,1
> ===> SECURITY REPORT:
>       This port has installed the following files, which may act as network
>       servers and may therefore pose a remote security risk to the system.
> /usr/local/lib/libupnp.so.3
> 
>       If there are vulnerabilities in these programs there may be a security
>       risk to the system. FreeBSD makes no guarantee about the security of
>       ports included in the Ports Collection. Please type 'make deinstall'
>       to deinstall the port if this is a concern.
> 
>       For more information, and contact details about the security
>       status of this software, see the following webpage:
> http://pupnp.sourceforge.net/
> small#
> small#
> small#
> small#
> small#
> small#
> small# cd /usr/ports
> small# cd net
> small# cd ushare
> small# make config
> ===> No options to configure
> small# make install clean
> ===>   ushare-1.0 depends on executable in : iconv - found
> ===>   ushare-1.0 depends on executable in : pkg-config - found
> ===>   ushare-1.0 depends on shared library: upnp.2 - not found
> ===>    Verifying install for upnp.2 in /usr/ports/devel/upnp
> ===>   Returning to build of ushare-1.0
> Error: shared library "upnp.2" does not exist
> *** Error code 1
> 
> 
> Any comments?
> 
> Thanks a lot for help.
> -------
> Maxim

Open /usr/ports/net/ushare/Makefile in a editor and change this line:
LIB_DEPENDS=    upnp.2:${PORTSDIR}/devel/upnp
to
LIB_DEPENDS=    upnp:${PORTSDIR}/devel/upnp



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