From owner-freebsd-ports@freebsd.org Sat Feb 11 21:54:23 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 64451CDB2F4 for ; Sat, 11 Feb 2017 21:54:23 +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 11293882 for ; Sat, 11 Feb 2017 21:54:22 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from drunkfish.andyit.com.au (210-1-210-40-cpe.spintel.net.au [210.1.210.40]) by alpine.spintel.net.au (Postfix) with ESMTPS id D52974C1C48 for ; Sun, 12 Feb 2017 08:54:15 +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 v1BLsFvb087390 for ; Sun, 12 Feb 2017 07:54:15 +1000 (AEST) (envelope-from andyf@andyit.com.au) Message-ID: <589F8806.7000605@andyit.com.au> Date: Sun, 12 Feb 2017 07:54:14 +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: devel/check Content-Type: text/plain; charset=ISO-8859-1; 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 21:54:23 -0000 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! What should I do? -andyf