From owner-freebsd-questions@FreeBSD.ORG Mon Jan 6 13:49:27 2014 Return-Path: Delivered-To: freebsd-questions@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 13C1315F for ; Mon, 6 Jan 2014 13:49:27 +0000 (UTC) Received: from mail-ig0-x241.google.com (mail-ig0-x241.google.com [IPv6:2607:f8b0:4001:c05::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAFE712A4 for ; Mon, 6 Jan 2014 13:49:26 +0000 (UTC) Received: by mail-ig0-f193.google.com with SMTP id hk11so1185739igb.0 for ; Mon, 06 Jan 2014 05:49:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RmV8FjTt2GhLmYdlARVIRhPfmEv7j13sJMTV+tr+5vI=; b=JCy3PC9RLxadAcqxHPYsVkfGg8JgIVUUn+kwCB1nre+KrqZ9Q1fTJiqpreZl1TMLCT UvsNOt7KGXUBffgG2QIsuUp0wQJa8w1vl3AexnrFujXAnUf1H5SQzxyJH7QLlrAK9R4V TK0Cc/EFXBW2lyx3eqvM4Ul2qNx8MPKumf8WIttjrV0HwmVUYpjwioM1lvtqu/ug+Nfn 5ZtgHdmNtF6NFfCTV2d2H31GOjM0rNyHE9gyQ2IRAQYJnW3HywrfVsZ4p1+OSxYcrKQp kVcOOPz4KU/yVJ9h+4T/ze1rWf9h9aSW2y+c9CsiZUHUeOF73vLy73qkjBT0ztp6jBbG zSJw== MIME-Version: 1.0 X-Received: by 10.50.79.198 with SMTP id l6mr19230176igx.23.1389016166285; Mon, 06 Jan 2014 05:49:26 -0800 (PST) Received: by 10.64.240.72 with HTTP; Mon, 6 Jan 2014 05:49:26 -0800 (PST) Date: Mon, 6 Jan 2014 14:49:26 +0100 Message-ID: Subject: Using pkgng, but building some ports with custom options From: John Rogers To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 13:49:27 -0000 Hello. I'm looking into switching to using pkgng once FreeBSD 10 is released. I must say that I'm very impressed so far after playing around with it, but I have run into a question that I have been unable to find the answer to. Is it possible to use pkg install from pkg.FreeBSD.org for most packages, use portmaster locally for some packages when I want to use custom build options and have it all work well together? A typical scenario that I want to avoid is that I have a custom built installation of port A. Then one day the package is updated to a new version on pkg.FreeBSD.org, which overwrites my local install when I run pkg upgrade. I have searched for this and found lots of information but no clear answer. John