From owner-svn-ports-all@freebsd.org Fri Apr 21 22:02:03 2017 Return-Path: Delivered-To: svn-ports-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 408FED4997D; Fri, 21 Apr 2017 22:02:03 +0000 (UTC) (envelope-from danfe@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 1250519A1; Fri, 21 Apr 2017 22:02:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3LM225d024713; Fri, 21 Apr 2017 22:02:02 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3LM22Fg024712; Fri, 21 Apr 2017 22:02:02 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201704212202.v3LM22Fg024712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 21 Apr 2017 22:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439130 - head/databases/libcouchbase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 22:02:03 -0000 Author: danfe Date: Fri Apr 21 22:02:02 2017 New Revision: 439130 URL: https://svnweb.freebsd.org/changeset/ports/439130 Log: Remove MAKE_JOBS_UNSAFE marker: it was added as part of r421281 upon the port's inception as of version 2.6.2, however, it was neither present in submitted PR nor explained in the original commit log by pi@. So far my quick tests do not show evidence that it is parallel-build unsafe. We'll ask for forgiveness if it is indeed broken against -j X builds and reinstate MAKE_JOBS_UNSAFE, but with a proper explanation this time. While here, remove needless += from CMAKE_ARGS and place them at a better location within the Makefile. PR: 205377 Modified: head/databases/libcouchbase/Makefile Modified: head/databases/libcouchbase/Makefile ============================================================================== --- head/databases/libcouchbase/Makefile Fri Apr 21 20:25:00 2017 (r439129) +++ head/databases/libcouchbase/Makefile Fri Apr 21 22:02:02 2017 (r439130) @@ -14,13 +14,11 @@ LIB_DEPENDS= libevent.so:devel/libevent libev.so:devel/libev \ libuv.so:devel/libuv -CMAKE_ARGS+= -DLCB_NO_TESTS=1 - USES= cmake perl5 ssl USE_LDCONFIG= yes USE_PERL5= build run -MAKE_JOBS_UNSAFE= yes +CMAKE_ARGS= -DLCB_NO_TESTS=1 BROKEN_aarch64= Fails to link: error adding symbols: File in wrong format BROKEN_mips64= Fails to link: ld: failed to merge target specific data