From owner-freebsd-ports@freebsd.org Sat Feb 11 22:45:19 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 7775BCDB072 for ; Sat, 11 Feb 2017 22:45:19 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BF35184 for ; Sat, 11 Feb 2017 22:45:18 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 6150C44DB3 for ; Sat, 11 Feb 2017 23:37:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1486852630; bh=0KZBju8/KhtW+XMNwNh7PSlJM0DbsNHkR 6HiI36VlcY=; b=taW6U3PXRprWWBjy//pZZYT5yvVnWudaJSGiQLrmigJzbjGUQ h10CyVjmpiEOkp89eEgdU0PF06CYgrBzbPrtD649IEvNT5y4k6Ug3cyEfUiCfm+2 6cDr7EjkKgCVwthFGq+Ex5CeXqybFC9sZGm/sx1UVWbqBSgT2/DdnL6yyge5Nitm Qc0uWkXqY5xw8OfXYOabYw6dWULbHt8HJTHo4sPhSw2Azqc3vf1pFdkQffgta34n M5T3QkrKGb7ReQpcIpt0gWoo/pcEH4gmgDc9cdzK8E7yVS/m1hlxxg1SAACmNG6P Q2zc5DzPPpgr2ypwDJ2RkNIUZqxP5ZV6q7vAw== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id XiW2BXH5eA6Z for ; Sat, 11 Feb 2017 23:37:10 +0100 (CET) Date: Sat, 11 Feb 2017 23:37:08 +0100 Message-ID: <86y3xcgxrf.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org Subject: Re: devel/check In-Reply-To: <589F8806.7000605@andyit.com.au> References: <589F8806.7000605@andyit.com.au> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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:45:19 -0000 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 -- Herbert