From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD58759CA3 for ; Mon, 7 Mar 2016 15:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 773CE21C12F; Mon, 7 Mar 2016 15:09:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25F4221C12F for ; Mon, 7 Mar 2016 15:09:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36111340C38 for ; Mon, 7 Mar 2016 15:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A94D1BA0 for ; Mon, 7 Mar 2016 15:09:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1457363387.780a68f46db7f04dabe5b2f931261a9e304aa126.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-2.0.0-r1.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 780a68f46db7f04dabe5b2f931261a9e304aa126 X-VCS-Branch: master Date: Mon, 7 Mar 2016 15:09:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ddf26391-575c-490c-9cbc-2cc603b65fed X-Archives-Hash: c6beaaa48ca28ecc61d4e781bac3c077 commit: 780a68f46db7f04dabe5b2f931261a9e304aa126 Author: vthriller gmail com> AuthorDate: Thu Feb 11 15:59:05 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 7 15:09:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780a68f4 sys-process/htop: from version 2 onwards, FreeBSD is supported natively sys-process/htop/htop-2.0.0-r1.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sys-process/htop/htop-2.0.0-r1.ebuild b/sys-process/htop/htop-2.0.0-r1.ebuild index f7224ea..e589b84 100644 --- a/sys-process/htop/htop-2.0.0-r1.ebuild +++ b/sys-process/htop/htop-2.0.0-r1.ebuild @@ -29,17 +29,6 @@ PATCHES=( ) pkg_setup() { - if use kernel_FreeBSD && ! [[ -f ${ROOT}/compat/linux/proc/stat && -f ${ROOT}/compat/linux/proc/meminfo ]]; then - echo - eerror "htop requires linprocfs mounted at /compat/linux/proc to build and function." - eerror "To mount it, type:" - [ -d /compat/linux/proc ] || eerror "mkdir -p /compat/linux/proc" - eerror "mount -t linprocfs none /compat/linux/proc" - eerror "Alternatively, place this information into /etc/fstab" - echo - die "htop needs /compat/linux/proc mounted" - fi - if ! has_version sys-process/lsof; then ewarn "To use lsof features in htop(what processes are accessing" ewarn "what files), you must have sys-process/lsof installed." @@ -60,8 +49,6 @@ src_configure() { local myeconfargs=() - use kernel_FreeBSD && myeconfargs+=( --with-proc=/compat/linux/proc ) - myeconfargs+=( # fails to build against recent hwloc versions --disable-hwloc