From owner-freebsd-ports@FreeBSD.ORG Wed Sep 14 20:31:28 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F5016A41F for ; Wed, 14 Sep 2005 20:31:28 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9FA43D46 for ; Wed, 14 Sep 2005 20:31:27 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so20008wxd for ; Wed, 14 Sep 2005 13:31:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W0Ma++TbQQcvWX4gDlb1PFQgwqsPVwB4+6a71KGpL5IYkhJ7SZrodQRVktMYmPCtS2NPtmm333fzcCq8NO90jgdhVKymA8wC8oq3+vrn17CooAwRFpo74bpsos8g/NQuPkAQFGUv/CqjHQ1UZEztFFEgFhjB+EeAHH0NF8VK98c= Received: by 10.70.111.6 with SMTP id j6mr38928wxc; Wed, 14 Sep 2005 13:31:26 -0700 (PDT) Received: by 10.70.53.4 with HTTP; Wed, 14 Sep 2005 13:30:56 -0700 (PDT) Message-ID: <790a9fff0509141330312dc2ea@mail.gmail.com> Date: Wed, 14 Sep 2005 15:30:56 -0500 From: Scot Hetzel To: Conor McDermottroe In-Reply-To: <1126727985.776.8.camel@platinum.office.edgespace.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1126727985.776.8.camel@platinum.office.edgespace.net> Cc: ports@freebsd.org Subject: Re: How to find package dependencies from the package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: swhetzel@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:31:28 -0000 On 9/14/05, Conor McDermottroe wrote: > Hi, >=20 > I have a terrible feeling that this is a very stupid question, but here > goes: : > This happens despite the fact that the entry at > http://www.freebsd.org/ports/net.html says: >=20 > poptop-1.1.4.b4_3 > Windows 9x compatible PPTP (VPN) server > Long description | Package | Sources | Main Web Site > Maintained by: ports@FreeBSD.org > Requires: expat-1.95.8_3, gettext-0.14.5, gmake-3.80_2, > libgnugetopt-1.2, libiconv-1.9.2_1 >=20 Some of these are only used at build time (i.e. gmake depends on gettext which depends on libiconv), and libgnugetop is a libary depends when OSVERSION < 500041. Not sure where expat comes from. The generation of the html page concatenates the RUN_DEPENDS, BUILD_DEPENDS, LIB_DEPENDS,... when creating that entry. --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.