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 9C1F07A168 for ; Wed, 1 Feb 2017 11:17:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 12E11855E8; Wed, 1 Feb 2017 11:17:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 967DD855E3 for ; Wed, 1 Feb 2017 11:17:16 +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 gVxKCqltedib for ; Wed, 1 Feb 2017 11:17:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F3890855DF for ; Wed, 1 Feb 2017 11:17:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE837FBA6; Wed, 1 Feb 2017 11:17:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485947835104640" MIME-Version: 1.0 Date: Wed, 1 Feb 2017 11:17:15 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/x11/x11vnc To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170201111715.EE837FBA6@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. --_----------=_1485947835104640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Wed Feb 1 11:17:15 UTC 2017 Modified Files: pkgsrc/x11/x11vnc: Makefile Log Message: add missing dependency on png. from cherry. fixes build To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/x11vnc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485947835104640 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/x11vnc/Makefile diff -u pkgsrc/x11/x11vnc/Makefile:1.65 pkgsrc/x11/x11vnc/Makefile:1.66 --- pkgsrc/x11/x11vnc/Makefile:1.65 Mon Jan 9 08:07:54 2017 +++ pkgsrc/x11/x11vnc/Makefile Wed Feb 1 11:17:15 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2017/01/09 08:07:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.66 2017/02/01 11:17:15 maya Exp $ # DISTNAME= x11vnc-0.9.13 @@ -28,6 +28,7 @@ INSTALL_DIRS= x11vnc classes .include "../../security/openssl/buildlink3.mk" .include "../../net/libvncserver/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1485947835104640--