Received: by mail.netbsd.org (Postfix, from userid 605) id 229A284E70; Wed, 14 Mar 2018 10:16:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BAD984D2D for ; Wed, 14 Mar 2018 10:16:58 +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 Zt_Gm1GTwnFF for ; Wed, 14 Mar 2018 10:16:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D09D784D23 for ; Wed, 14 Mar 2018 10:16:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD5C6FB40; Wed, 14 Mar 2018 10:16:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521022617239190" MIME-Version: 1.0 Date: Wed, 14 Mar 2018 10:16:57 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/net/unison2.32 To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20180314101657.CD5C6FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1521022617239190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Wed Mar 14 10:16:57 UTC 2018 Modified Files: pkgsrc/net/unison2.32: Makefile Log Message: minor pkglint To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/unison2.32/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521022617239190 Content-Disposition: inline Content-Length: 828 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unison2.32/Makefile diff -u pkgsrc/net/unison2.32/Makefile:1.64 pkgsrc/net/unison2.32/Makefile:1.65 --- pkgsrc/net/unison2.32/Makefile:1.64 Wed Mar 14 10:16:03 2018 +++ pkgsrc/net/unison2.32/Makefile Wed Mar 14 10:16:57 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2018/03/14 10:16:03 dholland Exp $ +# $NetBSD: Makefile,v 1.65 2018/03/14 10:16:57 dholland Exp $ DISTNAME= unison-2.32.52 PKGREVISION= 64 - CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ @@ -17,7 +16,7 @@ BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.0 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake MAKE_FLAGS+= CFLAGS="" -MAKE_ENV+= HOME=${WRKDIR:Q} +MAKE_ENV+= HOME=${WRKDIR} # with -j, runs only about half the build and then stops MAKE_JOBS_SAFE= no --_----------=_1521022617239190--