Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B1CCC7A166 for ; Fri, 30 Sep 2016 16:01:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 333BB85EA2; Fri, 30 Sep 2016 16:01:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B499585E83 for ; Fri, 30 Sep 2016 16:01:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZJUitIFoa0fi for ; Fri, 30 Sep 2016 16:01:50 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 22B8785E60 for ; Fri, 30 Sep 2016 16:01:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F1D5FBD2; Fri, 30 Sep 2016 16:01:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147525131081010" MIME-Version: 1.0 Date: Fri, 30 Sep 2016 16:01:50 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/devel/monotone-viz To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20160930160150.0F1D5FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147525131081010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Fri Sep 30 16:01:49 UTC 2016 Modified Files: pkgsrc/devel/monotone-viz: Makefile Log Message: needs camlp4 To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/monotone-viz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147525131081010 Content-Disposition: inline Content-Length: 934 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/monotone-viz/Makefile diff -u pkgsrc/devel/monotone-viz/Makefile:1.78 pkgsrc/devel/monotone-viz/Makefile:1.79 --- pkgsrc/devel/monotone-viz/Makefile:1.78 Wed Aug 3 10:22:38 2016 +++ pkgsrc/devel/monotone-viz/Makefile Fri Sep 30 16:01:49 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.78 2016/08/03 10:22:38 adam Exp $ +# $NetBSD: Makefile,v 1.79 2016/09/30 16:01:49 dholland Exp $ # DISTNAME= monotone-viz-1.0.2-nolablgtk PKGNAME= ${DISTNAME:S/-nolablgtk//} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel scm MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ @@ -26,6 +26,7 @@ do-install: .include "../../graphics/graphviz/buildlink3.mk" .include "../../graphics/libgnomecanvas/buildlink3.mk" +.include "../../lang/camlp4/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" --_----------=_147525131081010--