From owner-freebsd-questions@FreeBSD.ORG Sun Apr 3 12:35:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2E7C106566C for ; Sun, 3 Apr 2011 12:35:16 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 93F2F8FC14 for ; Sun, 3 Apr 2011 12:35:16 +0000 (UTC) Received: by vxc34 with SMTP id 34so4477650vxc.13 for ; Sun, 03 Apr 2011 05:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=Gjbv33G6frcRE4EPgbNGVobxbQvao2uQrPmBsSU6/yQ=; b=aM1RBy1Kb/0/z8ongbLIXcIOeGuUJFTSybQK2kz3DcHxKqCsFLKbfSrH3+P4KgKstb E8wlK5ma7Opxmyaqll9KlQ4czljTsGunvnInoY1ee+szJjDGdCAwf1mUOrVJ9GYLCLSM 030SNGB2YQQpYNnwzudoponfyyUN3aWfXyzas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=tY7aHm6WhZAF7klbqzuRTRh72YvTzzObTXwQHx8psA5Nm8yeyasQJNbgRvx1aerxDW Tl2m8toysQkSqx4pGa+NdAy+OUFb8x5i2TRgUbGCFehLKdpSWQFfntnGNyvE8SEikhDs 03qfkz7X8PhRLe45Hlpf2Y1BA1APKGuNmygX0= Received: by 10.52.177.195 with SMTP id cs3mr8001608vdc.57.1301834115764; Sun, 03 Apr 2011 05:35:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.166.165 with HTTP; Sun, 3 Apr 2011 05:34:55 -0700 (PDT) In-Reply-To: <4D97E46D.1000202@telting.org> References: <4D96668C.3090406@telting.org> <4d97ba5a.199K2FcyLXA6+b5f%perryh@pluto.rain.com> <9BFF22F1-7559-4107-B149-94A79CA3ADB7@d3photography.com> <20110403014303.GC18031@thought.org> <4D97E46D.1000202@telting.org> From: Christer Solskogen Date: Sun, 3 Apr 2011 14:34:55 +0200 Message-ID: To: Chris Telting Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Gary Kline , freebsd-questions@freebsd.org Subject: Re: Port dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 12:35:17 -0000 On Sun, Apr 3, 2011 at 5:07 AM, Chris Telting wrote: > > > How does debian get around all the "make config" options that we deal wit= h? > =A0Such as does such and such package pull in samba... =A0Or does debian = just > compile with every option more or less enabled? > Yes, and no. One debian "source" package may create 1 or more binary packages. For instance, Debian has at least two sudo packages (sudo and sudo-ldap) -but only one source package. Take a look here: http://packages.debian.org/squeeze/sudo (Also, Debian/Ubuntu also create -dev packages for headers and development libraries, which FreeBSD ports does not (THANK GOD!)) --=20 chs