From owner-freebsd-ports@freebsd.org Wed Jun 14 06:47:55 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 1114FD87579 for ; Wed, 14 Jun 2017 06:47:55 +0000 (UTC) (envelope-from fred.woods.se@gmail.com) Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C19617C785 for ; Wed, 14 Jun 2017 06:47:54 +0000 (UTC) (envelope-from fred.woods.se@gmail.com) Received: by mail-qk0-x234.google.com with SMTP id g83so20004376qkb.3 for ; Tue, 13 Jun 2017 23:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=76ognBDP3fqAm5Ivzm5xwMh25qJQdqe7dkVUjtlfkt8=; b=NFp1Hl469UuJt03lcue637xNXQIibxmb0bINvC7GK1boyO60wwHnxeItBu8/fcldjP m1xnefCMLNBFpjMlTb9wwx6pH4RSt2+kfhsVHQi/7lN4vqoW5iYC4Q4vA+skD7U6EG01 ZfD3TzfenvQnX2rjwasjPCzpA34BsG2tYyy1YO7ydU6Kg9xfNwL2aoiuqAF/USHqSM/H CkorobWWTFS8a8QM0YiXsHnhjHndPq2HfUkUV0V+yWzRgYaDzeCFaIghNjVg5GWQ0Yw7 c9CXzdN65268vvO4ItwVO/BAqOftU7ZMxhvuRrmWfjiy96BRWuTBHQcGkBU1N2hnvEOf XC6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=76ognBDP3fqAm5Ivzm5xwMh25qJQdqe7dkVUjtlfkt8=; b=leIaEujulfis7lIAcHWXNzYUAdp/5Do0YzjD+b4p8qY1XJVTMLsD+rIk74rzxvCf57 oFN88JxYbzzZiW78J7tHcU3BeqxdLsJv575ysIjy2l4RlQg+pWjEYWlR4oe7yduBrO7t /tojxBWa5cwdTXOhmwdjfHlVfOZgzP8/+uyFCF5vWoY+2o+vnkCKax+YRJlh/OqdZV3y dW0pOEoAD9YikWGgwUUD5UoLnpEXIudlRl/lxYKu1lUrWr5YhuI/8cJWxbElC8IG+LA2 WbLBf64Z7o6V9iLd5Jpslkj66MURfmkIv0dDiXF62E5aUVKzZfebJ9umiZkuM628BtAj 213w== X-Gm-Message-State: AKS2vOwWj+1TgZR153SElC4gxZGHZag32rAidFAleX5PH9HH1YFyB+7J 42YZ4HmDVU50kmN/7ORn/Sw+l+DtCt1W X-Received: by 10.55.2.68 with SMTP id 65mr4962459qkc.57.1497422873714; Tue, 13 Jun 2017 23:47:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.82.170 with HTTP; Tue, 13 Jun 2017 23:47:53 -0700 (PDT) From: fred woods Date: Wed, 14 Jun 2017 00:47:53 -0600 Message-ID: Subject: kdevelop missing dependency for kde4-baseapps To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Wed, 14 Jun 2017 06:47:55 -0000 uname: FreeBSD 11.0-RELESE-p9 arch: amd64 While trying to install the VirtualBox package, ran in to an issue libEGL. Found out that libEGL and libGL have been moved to mesa-libs (only documented in MOVED), Did freebsd-update, and used portsnap to make sure system was up to date. Did a pkg delete -a -f Started to rebuild the system from packages, but noticed some of the x11 and kde packages still want to install libEGL, libGL. Ended up rebuilding the ports where the packages still wanted old libEGL, libGL. Built kde4-runtime, kde4-workspace, kdevplatform, and kdevelop-kde4. Used "make missing" to identify what ports I could install from packages. After starting kdevelop, noticed the filesystem tool context menu "Create New" option only had a an empty "Create Link to Device" sub menu. Built the qt5 file manager, but still saw an empty menu. Built kde4-baseapps and all of the menu options were restored.