From owner-freebsd-ports@freebsd.org Sat Sep 23 19:58:20 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 B89DBE0E37D for ; Sat, 23 Sep 2017 19:58:20 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8957581740 for ; Sat, 23 Sep 2017 19:58:20 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1506196690; bh=EHkyFJFs 0pm8nS+YSvTiFRLasfmOWQL1ojx0+c5hbEs=; b=eadkbtYDBNJG9E6ALNvC1fDz zDYF/nEGvTA493XX1fXYo2pG9jPG9b+QSXGLh2TrbuBvYojOAV3cdLTfeTKVVX11 NmxlT+7q8DXWGdVt4s78R3yJK/y7Y/fYPvsWUf3WOIq2ysIDpBXHSzL9fwMSBADR 3smpXidvmhQvosbUd5w= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id DAD833A861; Sat, 23 Sep 2017 15:58:10 -0400 (EDT) Subject: Re: VLC/cmake failing to build To: Kurt Buff , freebsd-ports@freebsd.org References: From: Michael Butler Message-ID: <0aacb33f-1cbe-b011-4078-2e03576459d0@protected-networks.net> Date: Sat, 23 Sep 2017 15:58:10 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US 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, 23 Sep 2017 19:58:20 -0000 On 09/23/17 15:46, Kurt Buff wrote: > All, > > Upgraded from 10.3 to 11.0-RELEASE-p12 > > Deleted all installed ports, and am trying to reinstall them with > portmaster, building from source, with the following command line: > portmaster -d --no-confirm --no-term-title --delete-packages `cat > /root/ports.txt` > > ports.txt has the following in it: > multimedia/vlc-qt4 > net/wireshark > security/sudo > ports-mgmt/bsdadminscripts2 > sysutils/coreutils > www/firefox > www/lynx > www/opera > x11-wm/xfce4 > x11/xorg > > > VLC is failing to build, with the following error: > ===>>> The dependency for devel/cmake > seems to be handled by cmake-modules-3.8.2 > > ===>>> The devel/cmake-modules port has been deleted: Deleted, > merged into devel/cmake > ===>>> Aborting update [ .. ] > How do I fix this? As the error message suggests, cmake-modules no longer exists. Use "pkg delete -f cmake-modules" and retry, imb