From owner-freebsd-ports@freebsd.org Sat Feb 11 22:58:05 2017 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 9391ECDB3E9 for ; Sat, 11 Feb 2017 22:58:05 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from alpine.spintel.net.au (alpine.spintel.net.au [IPv6:2407:e400:1::b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3164798E for ; Sat, 11 Feb 2017 22:58:04 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from drunkfish.andyit.com.au (unknown [210.1.210.40]) by alpine.spintel.net.au (Postfix) with ESMTPS id D3E7A4C1C50 for ; Sun, 12 Feb 2017 09:57:58 +1100 (AEDT) Received: from snuggles.andyit.com.au (snuggles.andyit.com.au [172.22.2.2]) by drunkfish.andyit.com.au (8.15.2/8.15.2) with ESMTP id v1BMvwcc087591 for ; Sun, 12 Feb 2017 08:57:58 +1000 (AEST) (envelope-from andyf@andyit.com.au) Message-ID: <589F96F6.7040703@andyit.com.au> Date: Sun, 12 Feb 2017 08:57:58 +1000 From: Andy Farkas User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120614 Thunderbird/13.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: devel/check References: <589F8806.7000605@andyit.com.au> <86y3xcgxrf.wl-herbert@mailbox.org> In-Reply-To: <86y3xcgxrf.wl-herbert@mailbox.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 22:58:05 -0000 On 12/02/2017 08:37, Herbert J. Skuhra wrote: > Andy Farkas skrev: >> I did a 'portmaster -a' and it seems devel/libcheck has changed to >> devel/check. >> (nothing in /usr/ports/UPDATING about this) >> >> But devel/check won't install because: >> >> pkg-static: check-0.11.0 conflicts with libcheck-0.10.0 (installs files >> into the same place). Problematic file: /usr/local/bin/checkmk >> >> I then tried 'pkg delete libcheck' but it wants to delete 48 packages >> including my mate-base (which I rely on!) and also lumina which would >> leave me without a window-manager! > - pkg delete -f libcheck > or > - portmaster -o devel/check libcheck > Thanks Herb! The -f flag is not mentioned in the man page for pkg(8). How did you know about it? -andyf