Received: by mail.netbsd.org (Postfix, from userid 605) id 2F81284EDA; Sun, 11 Mar 2018 03:42:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2D7B84D84 for ; Sun, 11 Mar 2018 03:42:51 +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 WyvMmcRkPMoW for ; Sun, 11 Mar 2018 03:42:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D9D6D84CD9 for ; Sun, 11 Mar 2018 03:42:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4567FB40; Sun, 11 Mar 2018 03:42:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520739770194620" MIME-Version: 1.0 Date: Sun, 11 Mar 2018 03:42:50 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/devel/ocaml-biniou To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20180311034250.D4567FB40@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. --_----------=_1520739770194620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sun Mar 11 03:42:50 UTC 2018 Modified Files: pkgsrc/devel/ocaml-biniou: Makefile Log Message: Remove obsolete build settings. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-biniou/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520739770194620 Content-Disposition: inline Content-Length: 744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-biniou/Makefile diff -u pkgsrc/devel/ocaml-biniou/Makefile:1.6 pkgsrc/devel/ocaml-biniou/Makefile:1.7 --- pkgsrc/devel/ocaml-biniou/Makefile:1.6 Sun Mar 11 03:30:41 2018 +++ pkgsrc/devel/ocaml-biniou/Makefile Sun Mar 11 03:42:50 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/03/11 03:30:41 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2018/03/11 03:42:50 dholland Exp $ GITHUB_PROJECT= biniou GITHUB_TAG= v${PKGVERSION_NOREV} @@ -12,9 +12,6 @@ HOMEPAGE= https://github.com/mjambon/bin COMMENT= Extensible binary data format, like JSON but faster LICENSE= modified-bsd -MAKE_JOBS_SAFE= no -USE_TOOLS+= gmake -BUILD_TARGET= byte doc META OCAML_USE_JBUILDER= yes INSTALLATION_DIRS+= bin --_----------=_1520739770194620--