From owner-freebsd-ports@FreeBSD.ORG Tue Oct 30 13:43:40 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 C73854C4 for ; Tue, 30 Oct 2012 13:43:40 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 409708FC08 for ; Tue, 30 Oct 2012 13:43:40 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so185399bkc.13 for ; Tue, 30 Oct 2012 06:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=KS51lmoP27PWkQrjfMiHIMj0AJBr8ySFdjg+YWXoaa4=; b=tAzWoSmOpH9vcJlOdScd5YiAfcHZVXeQ91Ed5HnzGt7s3DSy/5pvDrGHFj7uWoP4Bh QO6YIM0AObNey+M4TsdiZlTDae7OngXyPoyJvB+jdwTBfyVg4NpV9Kk2CTQ26gkgSnJy X2g0UWqR2uciNyiue/86UkVYnAE0kZ0ZGwQVx9TBA6fdLEdnviPf3euPXJDhjgXimPj9 fHzmrjsTusnLIFYQSCqhwxVRJi5gXIKptDgFen/++oOjFIO3rYFeDx+aEmNS3lP/iSu+ 1aGpdU+eLrx2h+wu1Sw5nc9EtVe4e+DB/jo3cEomqhdf89R6CXIX7/B9ApY+XiwJAQOT wukg== Received: by 10.204.150.213 with SMTP id z21mr10503431bkv.45.1351604619140; Tue, 30 Oct 2012 06:43:39 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.50.197 with HTTP; Tue, 30 Oct 2012 06:43:08 -0700 (PDT) In-Reply-To: <508FD8CC.50502@gmail.com> References: <508D5370.6080404@gwdg.de> <508D7122.30208@gmail.com> <508FD54B.90302@gmail.com> <508FD758.80100@yandex.ru> <508FD8CC.50502@gmail.com> From: Chris Rees Date: Tue, 30 Oct 2012 13:43:08 +0000 X-Google-Sender-Auth: qmVEBmfkRRcGX2Zzo51zl15pIAY Message-ID: Subject: Re: lib name on LIB_DEPENDS To: =?ISO-8859-1?Q?Lucas_Sali=E9s_Brum?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org, Ruslan Mahmatkhanov 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:43:40 -0000 On 30 October 2012 13:40, Lucas Sali=E9s Brum wrote= : > Em 30/10/2012 10:34, Ruslan Mahmatkhanov escreveu: >> Lucas Sali=E9s Brum wrote on 30.10.2012 17:25: >>> Em 28/10/2012 15:31, Chris Rees escreveu: >>>> 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. >> >> It complains because py-feedparser is not a shared library. It should >> be removed from LIB_DEPENDS and added to BUILD and/or RUN_DEPENDS >> instead. >> > > In some "strange way" it worked!! hahaha > Thank you all! > Really! > > But now: > [lucas@jazz ~]:$ cgmailservice > cgmailservice: Command not found. > Did you install it afterwards? You're running csh, so you should also run "rehash". (By the way, csh traditionally uses % for a prompt so you don't confuse people who look at the $ and think sh/bash!) Chris