From owner-freebsd-ports@FreeBSD.ORG Thu Jan 29 01:47:14 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D071065670 for ; Thu, 29 Jan 2009 01:47:14 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 09A3A8FC17 for ; Thu, 29 Jan 2009 01:47:13 +0000 (UTC) (envelope-from venture37@gmail.com) Received: by ewy14 with SMTP id 14so5030234ewy.19 for ; Wed, 28 Jan 2009 17:47:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=7XGcQsjk4zHVja1TLsBYqqvubWiu4VgwhzlxX1y+co4=; b=xK0qmfTOzBNWQR/2Mb2rIe/5uHfZxeMxzvNHo/ffxDv+PB3FeaJ32SOWB222FGDMPQ ppKeZbuXWKgAjMwO9dxHUYA3uHVMbtIT2JwaYue//Anh1v4yalfCemO4ZvXo+KiL6yaT 6vsTOlkDY/PG2X6/l9nfuRyVo2D8HI2YYD2zo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=nUSOhfahIYMLXIv0yEHcWiXoEnpYGfXtep8WZcWxmcnzB7/gDicBgqIG+zbIec7K2N GRIgAnDbR/SJ4GVQz2VQ36qhR9mHuNr5ymTnt80zXlD63uQ5klLTDXP5io4Njx/vdN2z o/rli59bMAsWyGsz1o6WYI+Pc5QKlJcSYgVtY= Received: by 10.66.218.15 with SMTP id q15mr251419ugg.35.1233193632870; Wed, 28 Jan 2009 17:47:12 -0800 (PST) Received: from sevans-mac-pro-2.local (newbie.thingamajig-systems.co.uk [93.97.185.103]) by mx.google.com with ESMTPS id b35sm16363359ugd.33.2009.01.28.17.47.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Jan 2009 17:47:12 -0800 (PST) Message-ID: <49810A9E.2040201@gmail.com> Date: Thu, 29 Jan 2009 01:47:10 +0000 From: Sevan / Venture37 User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: bf2006a@yahoo.com References: <307782.69347.qm@web39103.mail.mud.yahoo.com> In-Reply-To: <307782.69347.qm@web39103.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 01:47:14 -0000 bf wrote: > Yes, but you may have to add it to RUN_DEPENDS as well, if your port > needs it. And of course you should make sure your port is linking > to it properly, both during the build and after installation. > > b. Yeah, It's listed in the RUN_DEPENDS aswell. the ports build script takes care of the rest.