Received: by mail.netbsd.org (Postfix, from userid 605) id 3736584D5D; Sun, 26 May 2019 11:47:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B472B84CD5 for ; Sun, 26 May 2019 11:47:57 +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 89Wa5Z76RLXr for ; Sun, 26 May 2019 11:47:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4CF4484CD3 for ; Sun, 26 May 2019 11:47:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 46327FBF4; Sun, 26 May 2019 11:47:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155887127728940" MIME-Version: 1.0 Date: Sun, 26 May 2019 11:47:57 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/net/mosh To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20190526114757.46327FBF4@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. --_----------=_155887127728940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Sun May 26 11:47:57 UTC 2019 Modified Files: pkgsrc/net/mosh: Makefile Log Message: Set USE_GCC_RUNTIME=yes so building with pkgsrc gcc picks up gcc runtime To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/mosh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155887127728940 Content-Disposition: inline Content-Length: 615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/mosh/Makefile diff -u pkgsrc/net/mosh/Makefile:1.21 pkgsrc/net/mosh/Makefile:1.22 --- pkgsrc/net/mosh/Makefile:1.21 Wed Nov 21 21:46:50 2018 +++ pkgsrc/net/mosh/Makefile Sun May 26 11:47:57 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/11/21 21:46:50 leot Exp $ +# $NetBSD: Makefile,v 1.22 2019/05/26 11:47:57 abs Exp $ DISTNAME= mosh-1.3.2 CATEGORIES= net @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_TOOLS+= perl:run pkg-config USE_LANGUAGES+= c c++11 +USE_GCC_RUNTIME=yes REPLACE_PERL+= scripts/mosh.pl REPLACE_PERL+= src/tests/genbase64.pl --_----------=_155887127728940--