pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mosh



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Aug  4 21:38:59 UTC 2018

Modified Files:
        pkgsrc/net/mosh: Makefile

Log Message:
net/mosh: Requires c++11 to build with protobuf-3.6.0


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/mosh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/mosh/Makefile
diff -u pkgsrc/net/mosh/Makefile:1.19 pkgsrc/net/mosh/Makefile:1.20
--- pkgsrc/net/mosh/Makefile:1.19       Wed Jan 17 12:10:38 2018
+++ pkgsrc/net/mosh/Makefile    Sat Aug  4 21:38:59 2018
@@ -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 @@ DEPENDS+=       p5-IO-tty>=1.08:../../de
 
 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