2020-08-31 20:06:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.26 2020/08/31 18:10:36 wiz Exp $
|
2012-07-20 05:15:29 +02:00
|
|
|
|
2018-11-21 22:46:50 +01:00
|
|
|
DISTNAME= mosh-1.3.2
|
2020-08-31 20:06:29 +02:00
|
|
|
PKGREVISION= 3
|
2012-07-20 05:15:29 +02:00
|
|
|
CATEGORIES= net
|
2013-07-05 16:03:50 +02:00
|
|
|
MASTER_SITES= http://mosh.mit.edu/
|
2012-07-20 05:15:29 +02:00
|
|
|
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
|
|
HOMEPAGE= http://mosh.mit.edu/
|
|
|
|
COMMENT= Remote terminal application which allows roaming
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
2019-11-03 12:45:28 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= perl:run pkg-config
|
|
|
|
USE_LANGUAGES+= c c++11
|
|
|
|
USE_GCC_RUNTIME= yes
|
2012-07-20 05:15:29 +02:00
|
|
|
|
Update to 1.2.5:
2015-07-12 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2.5 released.
* New features:
* Bind to a specific IP address with --bind-server. (Philipp
Haselwarter)
* MOSH_ESCAPE_KEY configures escape character. (Timo
J. Rinne)
* Support non-roaming IPv6. (Anders Kaseorg)
* Implement XTerm mouse mode. (Barosl LEE, Andrew Chin,
Louis Kruger)
* Report Git revision along with version if available.
(John Hood)
* Platform support:
* Add pselect() emulation. (Jérémie Courrèges-Anglas)
* OpenBSD, OS X: Fix be64toh-related issues. (Jérémie
Courrèges-Anglas)
* ARM Neon: fix gcc4.8 compiling problem(Pasi Sjöholm)
* NaCl: Conditionally rename main to mosh_main. (Richard
Woodbury)
* FreeBSD: Token pasting, forkpty(), ARM fixes. (John Hood)
* AIX: Implement CTTY grabbing when TIOCSCTTY is missing
(Anton Lundin)
* OS X: Broaden build support to cover OS X 10.5 through
10.10. (John Hood)
* Debian: Improve bash-completion install and
functionality. (Suggested by Gabriel Filion, John Hood)
* Bug fixes:
* Automake/autoconf workarounds. (Anders Kaseorg)
* mosh-server: Allow startup without PTY. (Keith Winstein)
* network.cc: Properly close old fd on Socket assignment
operator. (Thanks to Igor Bukanov)
* mosh-server: Allow startup with zero-window-size PTY.
(Igor Bukanov)
* AddrInfo: Fix error message generation when node == NULL
(Anders Kaseorg)
* Timestamp: Prevent integer overflow on Darwin PPC 32-bit
(Anders Kaseorg)
* scripts/mosh: Fix hang when remote closes the connection
(Anders Kaseorg)
* Fix issues with parsing of 256-color SGR sequences.
(John Hood)
* Numerous code hygiene, Coverity, and Clang static analyzer
fixes. (Anders Kaseorg, Geoffrey Thomas, John Hood)
2015-07-27 00:53:54 +02:00
|
|
|
REPLACE_PERL+= scripts/mosh.pl
|
2018-11-21 22:46:50 +01:00
|
|
|
REPLACE_PERL+= src/tests/genbase64.pl
|
|
|
|
REPLACE_PERL+= src/tests/hold-stdin
|
|
|
|
REPLACE_PERL+= src/tests/print-exitstatus
|
|
|
|
|
|
|
|
TEST_TARGET= check
|
2012-07-20 05:15:29 +02:00
|
|
|
|
|
|
|
.include "../../devel/protobuf/buildlink3.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0.4
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2012-11-29 08:19:35 +01:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2012-07-20 05:15:29 +02:00
|
|
|
|
2017-01-04 20:58:00 +01:00
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
2012-07-20 05:15:29 +02:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/terminfo.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|