From owner-freebsd-ports@FreeBSD.ORG Tue Oct 30 13:36:21 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6159BFEF; Tue, 30 Oct 2012 13:36:21 +0000 (UTC) (envelope-from sistematico@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id B988B8FC12; Tue, 30 Oct 2012 13:36:20 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so379524vcb.13 for ; Tue, 30 Oct 2012 06:36:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7Q+HhRnUD6szQhjmahXwkUSL5wSrTuTTpUZqG2HG+4Q=; b=UhegMviVaEWZ8F+YFIhEya9QEJIgva9bPfrS7LebE4gMgnl6flwLDU3bQ+foBCq4Fg RZ2Pw2QYvPd7Nmg92faKrr3zRYzFSgn82SoPH64MPV05XoU3h0b+LF8Jk6+6YvzA2zib dlJPhJxlqwQojX/2vzJYMr8qXzpOSPtiWp/gSkQE5g/mBoF8NSPh5h6mm6VE+SAD3cR3 sxj57FYp+T0vYbIlJ26E1ToiFb7Vl2lfmX3oyW05H25PfkCre+a/qbTlcc4pnwRBLdpM +P78mcYCho75TAeysk0owgjr/wnzKduZMHHvlruwdSsk+rfLmj7TeAaBFlZNleKC+SCH cs4w== Received: by 10.58.186.147 with SMTP id fk19mr49748233vec.13.1351604180014; Tue, 30 Oct 2012 06:36:20 -0700 (PDT) Received: from [192.168.0.102] ([189.0.164.110]) by mx.google.com with ESMTPS id r6sm355092vdj.8.2012.10.30.06.36.14 (version=SSLv3 cipher=OTHER); Tue, 30 Oct 2012 06:36:18 -0700 (PDT) Message-ID: <508FD7CC.3010406@gmail.com> Date: Tue, 30 Oct 2012 10:36:12 -0300 From: =?ISO-8859-1?Q?Lucas_Sali=E9s_Brum?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121030 Thunderbird/16.0.2 MIME-Version: 1.0 To: Chris Rees , freebsd-ports@freebsd.org Subject: Re: lib name on LIB_DEPENDS References: <508D5370.6080404@gwdg.de> <508D7122.30208@gmail.com> <508FD54B.90302@gmail.com> In-Reply-To: <508FD54B.90302@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 13:36:21 -0000 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 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?