From owner-freebsd-questions@FreeBSD.ORG Mon Feb 26 19:01:03 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5AD216A421 for ; Mon, 26 Feb 2007 19:01:03 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id E295713C4B9 for ; Mon, 26 Feb 2007 19:01:01 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1602155nfc for ; Mon, 26 Feb 2007 11:00:58 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Bydpw+JW9uk3KoYZXTtooBLYp9Jwn7zqJ46KHq8diUhvbenxalw/Sm7eA+dPlaNp35zI5AHLtu1PJYZ99h/3nDN0EtHK5RmyK3TQz+kL/nEY0b93D3I6vaZusWIUcdN7GuLjnRlrHZWW/J6lxUVFN+Cdd6hKdHZLKhOExnfPFO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; 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=LvGjI4ohZ7kCsZ3umrx5Z27EzWN6jAyb1kOk47P1/o4CowBBLLycnr31ArrohhA2ZBQarjP9GaFgpu/PAHzBmkXnViaZHILSOKprAMuf8sJrclvXgPneGvzsC06ZLeFnxDe2r7B8DbnycizBgRdAUJVqWeFVe7Po8kVyl6YweAA= Received: by 10.82.114.3 with SMTP id m3mr1924926buc.1172516457769; Mon, 26 Feb 2007 11:00:57 -0800 (PST) Received: by 10.82.163.16 with HTTP; Mon, 26 Feb 2007 11:00:57 -0800 (PST) Message-ID: <8cb6106e0702261100k663a2322wc4dc0c57555821bf@mail.gmail.com> Date: Mon, 26 Feb 2007 11:00:57 -0800 From: "Josh Carroll" To: "pete wright" In-Reply-To: <57d710000702261058x78723aa3s30605d88082e7ec1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070226184043.GA59508@gizmo.acns.msu.edu> <8cb6106e0702261053k5cf8c64eod62cb2cd498bb87a@mail.gmail.com> <57d710000702261058x78723aa3s30605d88082e7ec1@mail.gmail.com> Cc: Jerry , questions@freebsd.org Subject: Re: Patches in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 19:01:04 -0000 > and you can update your third party packages via binary packages > (which you can get from freebsd.org or build yourself)...so it seems > these two solutions would be a great fit. Right, using packages instead of ports means he can do binary updates of packages as well, without having to recompile them from ports for version updates. Josh