pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mosh net/mosh: Requires c++11 to build with protob...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91af34749663
branches: trunk
changeset: 311185:91af34749663
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Aug 04 21:38:59 2018 +0000
description:
net/mosh: Requires c++11 to build with protobuf-3.6.0
diffstat:
net/mosh/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 8e5beb34e3f7 -r 91af34749663 net/mosh/Makefile
--- a/net/mosh/Makefile Sat Aug 04 21:36:16 2018 +0000
+++ b/net/mosh/Makefile Sat Aug 04 21:38:59 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2018/01/17 12:10:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2018/08/04 21:38:59 minskim Exp $
DISTNAME= mosh-1.3.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://mosh.mit.edu/
@@ -14,7 +14,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
-USE_LANGUAGES+= c c++
+USE_LANGUAGES+= c c++11
REPLACE_PERL+= scripts/mosh.pl
Home |
Main Index |
Thread Index |
Old Index