From owner-svn-src-all@freebsd.org Thu Dec 7 01:49:37 2017 Return-Path: Delivered-To: svn-src-all@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 9B7DBE95BEB; Thu, 7 Dec 2017 01:49:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 621D16E8C5; Thu, 7 Dec 2017 01:49:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB71nZru032773; Thu, 7 Dec 2017 01:49:35 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB71nZsh032771; Thu, 7 Dec 2017 01:49:35 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201712070149.vB71nZsh032771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 7 Dec 2017 01:49:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326649 - in head/targets/pseudo/userland: . lib X-SVN-Group: head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in head/targets/pseudo/userland: . lib X-SVN-Commit-Revision: 326649 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 01:49:37 -0000 Author: bdrewery Date: Thu Dec 7 01:49:35 2017 New Revision: 326649 URL: https://svnweb.freebsd.org/changeset/base/326649 Log: Disconnect OFED after r326169 broke all DIRDEPS support for it. Modified: head/targets/pseudo/userland/Makefile.depend head/targets/pseudo/userland/lib/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/Makefile.depend Thu Dec 7 00:31:28 2017 (r326648) +++ head/targets/pseudo/userland/Makefile.depend Thu Dec 7 01:49:35 2017 (r326649) @@ -894,27 +894,6 @@ DIRDEPS+= usr.sbin/cxgbetool DIRDEPS+= usr.bin/dtc .endif -.if ${MK_OFED} != "no" -DIRDEPS+= \ - contrib/ofed/usr.bin/ibaddr \ - contrib/ofed/usr.bin/ibnetdiscover \ - contrib/ofed/usr.bin/ibping \ - contrib/ofed/usr.bin/ibportstate \ - contrib/ofed/usr.bin/ibroute \ - contrib/ofed/usr.bin/ibsendtrap \ - contrib/ofed/usr.bin/ibstat \ - contrib/ofed/usr.bin/ibsysstat \ - contrib/ofed/usr.bin/ibtracert \ - contrib/ofed/usr.bin/opensm \ - contrib/ofed/usr.bin/osmtest \ - contrib/ofed/usr.bin/perfquery \ - contrib/ofed/usr.bin/saquery \ - contrib/ofed/usr.bin/sminfo \ - contrib/ofed/usr.bin/smpdump \ - contrib/ofed/usr.bin/smpquery \ - contrib/ofed/usr.bin/vendstat -.endif - DIRDEPS+= ${DIRDEPS.${MACHINE}:U} Modified: head/targets/pseudo/userland/lib/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/lib/Makefile.depend Thu Dec 7 00:31:28 2017 (r326648) +++ head/targets/pseudo/userland/lib/Makefile.depend Thu Dec 7 01:49:35 2017 (r326649) @@ -242,22 +242,6 @@ DIRDEPS+= \ lib/libpmcstat .endif -.if ${MK_OFED} != "no" -DIRDEPS+= \ - contrib/ofed/usr.lib/libcxgb4 \ - contrib/ofed/usr.lib/libibcm \ - contrib/ofed/usr.lib/libibcommon \ - contrib/ofed/usr.lib/libibmad \ - contrib/ofed/usr.lib/libibumad \ - contrib/ofed/usr.lib/libibverbs \ - contrib/ofed/usr.lib/libmlx4 \ - contrib/ofed/usr.lib/libopensm \ - contrib/ofed/usr.lib/libosmcomp \ - contrib/ofed/usr.lib/libosmvendor \ - contrib/ofed/usr.lib/librdmacm \ - contrib/ofed/usr.lib/libsdp -.endif - .if ${MK_BLACKLIST_SUPPORT} != "no" DIRDEPS+= lib/libblacklist .endif