From owner-freebsd-stable@FreeBSD.ORG Wed Sep 3 22:32:06 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57377B08 for ; Wed, 3 Sep 2014 22:32:06 +0000 (UTC) Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0203.outbound.protection.outlook.com [207.46.163.203]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F15731FDE for ; Wed, 3 Sep 2014 22:32:05 +0000 (UTC) Received: from [IPv6:2601:2:4780:2fd:3cfa:1b41:db29:34df] (2601:2:4780:2fd:3cfa:1b41:db29:34df) by CY1PR0301MB0842.namprd03.prod.outlook.com (25.160.163.148) with Microsoft SMTP Server (TLS) id 15.0.1019.16; Wed, 3 Sep 2014 22:31:51 +0000 Message-ID: <540796D3.7010809@my.hennepintech.edu> Date: Wed, 3 Sep 2014 17:31:47 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Subject: Re: Forcing pkg References: In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:4780:2fd:3cfa:1b41:db29:34df] X-ClientProxiedBy: BN3PR0301CA0053.namprd03.prod.outlook.com (25.160.152.149) To CY1PR0301MB0842.namprd03.prod.outlook.com (25.160.163.148) X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;UriScan:; X-Forefront-PRVS: 032334F434 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(24454002)(189002)(199003)(46102001)(65816999)(81542001)(95666004)(558084003)(105586002)(102836001)(88552001)(83506001)(47776003)(50986999)(74502001)(31966008)(33656002)(77096002)(76176999)(54356999)(42186005)(87266999)(110136001)(20776003)(80022001)(65806001)(74662001)(81342001)(64126003)(89122001)(2351001)(64706001)(50466002)(65956001)(107886001)(107046002)(221733001)(75432001)(80316001)(99396002)(4396001)(106356001)(101416001)(85852003)(23676002)(83072002)(86362001)(99136001)(85306004)(21056001)(79102001)(83322001)(90102001)(87976001)(76482001)(92726001)(59896002)(92566001)(77982001)(89472002)(3826002); DIR:OUT; SFP:; SCL:1; SRVR:CY1PR0301MB0842; H:[IPv6:2601:2:4780:2fd:3cfa:1b41:db29:34df]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; A:0; LANG:en; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 22:32:06 -0000 On 2014.09.03 17:27, Michael Ross wrote: > Is there any equivalent to "pkg_add --force"? According to the pkg-add(8) manpage, the -M switch seems to be what you're looking for.