From owner-freebsd-pkg@FreeBSD.ORG Wed May 14 12:55:30 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5D0E764; Wed, 14 May 2014 12:55:30 +0000 (UTC) Received: from mx2.paymentallianceintl.com (mx2.paymentallianceintl.com [216.26.158.171]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx2.paymentallianceintl.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD00E2CE0; Wed, 14 May 2014 12:55:30 +0000 (UTC) Received: from firewall.mikej.com (162-238-140-44.lightspeed.lsvlky.sbcglobal.net [162.238.140.44]) by mx2.paymentallianceintl.com (8.14.5/8.13.8) with ESMTP id s4ECtJa2070440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 14 May 2014 08:55:21 -0400 (EDT) (envelope-from mikej@mikej.com) Received: from mail.mikej.com (firewall [192.168.6.63]) by firewall.mikej.com (8.14.8/8.14.7) with ESMTP id s4ECswZt038601; Wed, 14 May 2014 08:55:19 -0400 (EDT) (envelope-from mikej@mikej.com) X-Authentication-Warning: firewall.mikej.com: Host firewall [192.168.6.63] claimed to be mail.mikej.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 14 May 2014 08:54:58 -0400 From: Michael Jung To: Bruce Cran Subject: Re: Package building schedule and postfix-tls In-Reply-To: <53718FB3.5080808@cran.org.uk> References: <53718FB3.5080808@cran.org.uk> Message-ID: <39c38a18d88f63da0055929db063d0f6@mail.mikej.com> X-Sender: mikej@mikej.com User-Agent: Roundcube Webmail/1.0.0 Cc: owner-freebsd-pkg@freebsd.org, freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 12:55:31 -0000 On , Bruce Cran wrote: > I've just installed a new server with 10.0 and am setting it up (which > is _so_ much easier with pkgng!) - but I realised the default version > of postfix doesn't have TLS support, and I need postfix-tls instead > (which is in ports, but not available as a package yet). I think I > read that packages get built weekly, but is there anywhere I can go to > check when the next set will be built, or are they always built on a > certain day? If possible I'd like to know when I'll be able to > install the new package. Bruce, Not all ports get built. I think your two options are: Build your own repository with poudriere, or simply lock the package and build postfix-tls from ports manually. root@firewall:~ # pkg lock mail\postfix-tls will prevent pkg from overwriting your locally built package. Note, you can have multiple repositories with pkg - I have a local one for custom packages and use the main freebsd pkg site for other packages. --mikej