Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 17:41:44 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        =?ISO-8859-1?Q?Lucas_Sali=E9s_Brum?= <sistematico@gmail.com>
Cc:        Chris Rees <crees@FreeBSD.org>, freebsd-ports@freebsd.org
Subject:   Re: lib name on LIB_DEPENDS
Message-ID:  <508FD918.2060303@yandex.ru>
In-Reply-To: <508FD7CC.3010406@gmail.com>
References:  <CADyvD9sM0Bu8qO8a07eg_7b%2BO9iJd32pMnWupex6xqVbf6Xdzw@mail.gmail.com> <508D5370.6080404@gwdg.de> <508D7122.30208@gmail.com> <CADLo83-VnYsr%2BDz==bwLZeAe3q1RjserNoUE_deeaBOyqdB88w@mail.gmail.com> <508FD54B.90302@gmail.com> <508FD7CC.3010406@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Lucas Saliés Brum wrote on 30.10.2012 17:36:
> Em 30/10/2012 10:25, Lucas Saliés Brum escreveu:
>> Em 28/10/2012 15:31, Chris Rees escreveu:
>>> On 28 October 2012 17:53, Lucas Saliés Brum <sistematico@gmail.com> wrote:
>>>> Em 28/10/2012 12:46, Rainer Hurling escreveu:
>>>>> textproc/py-feedparser does not install any library, so you need to test
>>>>> the presence of the python script, installed by this port:
>>>>>
>>>>> /usr/local/lib/python2.7/site-packages/feedparser.py
>>>>>
>>>>> To be path and version independent you should use something like
>>>>>
>>>>> ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
>>>>>
>>>>> Hope this helps,
>>>>> Rainer
>>>> Thanks for your response Rainer!!
>>>>
>>>> http://paste.sistematico.org/16
>>>>
>>>> Any hint?
>>>>
>>> Yes, you installed py-feedparser with a different PREFIX somehow :)
>>>
>>> Use pkg_delete -fx py27-feedparser
>>>
>>> Once you've done that, you should be able to make your test port
>>> without problems.
>>>
>>> Chris
>> http://paste.sistematico.org/19
>> How to fix this?
>>
>> Thank you all.
>
> Sorry, i missed the Makefile: http://paste.sistematico.org/20
> My pkg-plist is blank, anything related? I need to create?

change

LIB_DEPENDS= 
${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser

with:

RUN_DEPENDS= 
${PYTHON_PKGNAMEPREFIX}feedparser>0:${PORTSDIR}/textproc/py-feedparser

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.



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