From owner-freebsd-ports@freebsd.org Fri Jul 17 13:20:28 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5011A9A410C for ; Fri, 17 Jul 2015 13:20:28 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 392641CAE for ; Fri, 17 Jul 2015 13:20:28 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id 381CE9A410B; Fri, 17 Jul 2015 13:20:28 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37B2E9A4109 for ; Fri, 17 Jul 2015 13:20:28 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id 009661CAC for ; Fri, 17 Jul 2015 13:20:27 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id 8D7DC9CC4A for ; Fri, 17 Jul 2015 14:15:12 +0100 (BST) Date: Fri, 17 Jul 2015 14:15:12 +0100 From: Bob Eager To: ports@freebsd.org Subject: Building Latest links etc. Message-ID: <20150717141512.4a0a037e@raksha.tavi.co.uk> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; i386-portbld-freebsd10.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 13:20:28 -0000 This is the scenario. I build all packages locally (a number have special configs). This is done on one machine, which is then the repository for 'pkg install'. So far so good. I now want to update the ports. I see how to do this using portmaster, and how to generate packages on the package server. But...how do I use portmaster on the 'slave' machines, using the packages I built? I can ask it to use a local directory, and NFS mount the main package directory on the package server. But portmaster requires the Latest directory, symlinks, etc. My manual build didn't add those originally. Is there an easy way of building all the symlinks required by portmaster? I can see how to regenerate Latest, but portmaster asks for other stuff according to the manual page. I know portmaster -g will do this but that won't do the existing packages. Is there a script somewhere, or am I over complicating things? Thanks