From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 19 14:12:05 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62F84271 for ; Tue, 19 Mar 2013 14:12:05 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by mx1.freebsd.org (Postfix) with ESMTP id 3A03C96E for ; Tue, 19 Mar 2013 14:12:05 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id xa12so458797pbc.8 for ; Tue, 19 Mar 2013 07:11:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kBxgbibGIvFF8xTfeNH4ns2qENtOJkxvu6y68Ic2mWk=; b=Dl2hiv6tV2T+TlBj2iXfxBz0mUjC6NMR3nf4IEt9pGZ7w0PWSHPwb9i7MwlKr7ETk6 AcPi8hig1IzxSaN8sCS1+BlD0bv+7eqnD8012etPzvktk/guy+O3wZaEC25bbdjidK5J vj31Qb1A+yC/uKAIwi7JuPm6zq3Qeg3odfzhNMNwjvdXZfO1jsK2DDKnRpWUeTNpSm5O tMoLlBMvBlnXIzrMy8cjuMC8vSebTVt4YQ2ApA6kWpsargEAEQ0KLhxpa6iFfTlHGjNr ALH9cvouoG82NojhYpYft/7hwv/E1GTfkZbdkMd3WXW02Q1mpb/rwb79sFudtDaTU7N7 +PNA== MIME-Version: 1.0 X-Received: by 10.68.197.193 with SMTP id iw1mr3374795pbc.86.1363702319515; Tue, 19 Mar 2013 07:11:59 -0700 (PDT) Received: by 10.68.36.69 with HTTP; Tue, 19 Mar 2013 07:11:59 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Mar 2013 16:11:59 +0200 Message-ID: Subject: Re: pkgng questions From: Alexander Yerenkow To: Mark Saad Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 14:12:05 -0000 2013/3/19 Mark Saad > All > I am wondering if there is a way to prevent a pkg from being updated. > For example, i want to build a port with custom options that the pkgng > repos will not support, and therefore > when I run pkg update && pkg upgrade I do not want it to upgrade my > custom package. I cant find any way to do this. Any ideas ? > This should be handled when pkg repo will be aware of options. Probably, you'll be asked if you want to change pkg A to pkg B (if they have options different/changed). Also you could pretend that your software is other port :) > > > -- > mark saad | nonesuch@longcount.org > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > -- Regards, Alexander Yerenkow