Received: by mail.netbsd.org (Postfix, from userid 605) id 54D1F84D66; Tue, 22 Aug 2017 09:05:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBE6C84D3C for ; Tue, 22 Aug 2017 09:05:33 +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 VkorIiznH3u7 for ; Tue, 22 Aug 2017 09:05:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B3E484CE2 for ; Tue, 22 Aug 2017 09:05:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 46A41FA77; Tue, 22 Aug 2017 09:05:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503392733292890" MIME-Version: 1.0 Date: Tue, 22 Aug 2017 09:05:33 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/tightvnc To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170822090533.46A41FA77@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. --_----------=_1503392733292890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Aug 22 09:05:33 UTC 2017 Modified Files: pkgsrc/net/tightvnc: Makefile Log Message: Find a suitable make program on SunOS. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/tightvnc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503392733292890 Content-Disposition: inline Content-Length: 879 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tightvnc/Makefile diff -u pkgsrc/net/tightvnc/Makefile:1.50 pkgsrc/net/tightvnc/Makefile:1.51 --- pkgsrc/net/tightvnc/Makefile:1.50 Sat Jul 9 06:38:46 2016 +++ pkgsrc/net/tightvnc/Makefile Tue Aug 22 09:05:33 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2016/07/09 06:38:46 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2017/08/22 09:05:33 jperkin Exp $ DISTNAME= tightvnc-1.3.10 PKGREVISION= 15 @@ -54,6 +54,11 @@ SUBST_FILES.hpath= vncserver tightvncser SUBST_SED.hpath+= -e 's|/usr/local/vnc/classes|${PREFIX}/share/vnc/classes|g' SUBST_SED.hpath+= -e 's|/etc/tightvncserver.conf|${PKG_SYSCONFDIR}/tightvncserver.conf|g' +SUBST_CLASSES.SunOS+= ccspath +SUBST_STAGE.ccspath= pre-configure +SUBST_FILES.ccspath= Xvnc/config/cf/svr4.cf +SUBST_SED.ccspath= -e 's,/usr/ccs/bin/make,${MAKE},g' + REPLACE_PERL= vncserver post-extract: --_----------=_1503392733292890--