mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
35 lines
1017 B
Makefile
35 lines
1017 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mosh
|
|
PORTVERSION= 1.3.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://mosh.mit.edu/ \
|
|
ZI
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Mobile terminal that supports intermittent connectivity
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
BROKEN_powerpc64= fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
|
|
|
|
USE_PERL5= run
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-utempter --without-ncurses
|
|
CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
|
|
TINFO_CFLAGS="-I/usr/include"
|
|
INSTALL_TARGET= install-strip
|
|
USES= autoreconf compiler:c++11-lang ncurses perl5 pkgconfig ssl
|
|
USE_CXXSTD= c++11
|
|
|
|
CONFLICTS_INSTALL= mosh-0.[2-9].*
|
|
|
|
PLIST_FILES= bin/mosh bin/mosh-server bin/mosh-client \
|
|
man/man1/mosh-client.1.gz man/man1/mosh-server.1.gz man/man1/mosh.1.gz
|
|
|
|
.include <bsd.port.mk>
|