Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2E2E91A9239 for ; Fri, 25 Feb 2022 20:36:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AD69D84EE4; Fri, 25 Feb 2022 20:36:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E754684EDD for ; Fri, 25 Feb 2022 20:36:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PwPpSIg6OQAu for ; Fri, 25 Feb 2022 20:36:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46AA584ED9 for ; Fri, 25 Feb 2022 20:36:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B415FB24; Fri, 25 Feb 2022 20:36:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164582140697420" MIME-Version: 1.0 Date: Fri, 25 Feb 2022 20:36:46 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/unison2.51 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220225203646.3B415FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164582140697420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Feb 25 20:36:46 UTC 2022 Modified Files: pkgsrc/net/unison2.51: Makefile Log Message: net/unison2.51: Drop MAKE_OBS_SAFE=no It builds for me repeatedly with MAKE_JOBS=20. (If there are failures and this needs reenabling, please open a high-quality bug report upstream and provide a link.) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/unison2.51/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164582140697420 Content-Disposition: inline Content-Length: 705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unison2.51/Makefile diff -u pkgsrc/net/unison2.51/Makefile:1.38 pkgsrc/net/unison2.51/Makefile:1.39 --- pkgsrc/net/unison2.51/Makefile:1.38 Thu Feb 24 13:50:39 2022 +++ pkgsrc/net/unison2.51/Makefile Fri Feb 25 20:36:46 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2022/02/24 13:50:39 gdt Exp $ +# $NetBSD: Makefile,v 1.39 2022/02/25 20:36:46 gdt Exp $ # Currently, 2.51.x is the standard approach, and thus this package # produces a "unison-2.51.x" package which installs a "unison" binary. @@ -19,7 +19,6 @@ LICENSE= gnu-gpl-v3 USE_TOOLS+= gmake bash MAKE_FLAGS+= CFLAGS="" MAKE_ENV+= HOME=${WRKDIR:Q} -MAKE_JOBS_SAFE= no .include "../../mk/ocaml.mk" --_----------=_164582140697420--