From owner-freebsd-questions@freebsd.org Fri Sep 11 06:14:44 2015 Return-Path: Delivered-To: freebsd-questions@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 9AD0DA021EB for ; Fri, 11 Sep 2015 06:14:44 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from fep31.mx.upcmail.net (fep31.mx.upcmail.net [62.179.121.49]) by mx1.freebsd.org (Postfix) with ESMTP id DED7A1A42 for ; Fri, 11 Sep 2015 06:14:43 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep32-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20150911061428.CXTW23640.viefep32-int.chello.at@edge02.upcmail.net> for ; Fri, 11 Sep 2015 08:14:28 +0200 Received: from [192.168.1.160] ([86.101.30.40]) by edge02.upcmail.net with edge id FiET1r00z0rw6r201iETe9; Fri, 11 Sep 2015 08:14:27 +0200 X-SourceIP: 86.101.30.40 Subject: Re: {Spam?} Re: Let pkg upgrade packages that were installed from binary only? To: freebsd-questions@freebsd.org References: <55EEA459.1050304@shopzeus.com> <7254888.Ivp9dgZRl1@desk8.phess.net> From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Message-ID: <55F27143.7010808@shopzeus.com> Date: Fri, 11 Sep 2015 08:14:27 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <7254888.Ivp9dgZRl1@desk8.phess.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 06:14:44 -0000 >> So is there a way to tell "pkg" that it should not automatically install >> dependencies from packages that were installed from the ports tree? > You can use "pkg lock ..." to tell pkg(8) not to mess with the packages > that you want to compile yourself from the ports tree. Great, thank you!