diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
commit | 197f08abf4fd25e8493f6391ed2c5cac9671e9bb (patch) | |
tree | ac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /net | |
parent | 6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/mosh/Makefile | 2 | ||||
-rw-r--r-- | net/ng_mikrotik_eoip/Makefile | 2 | ||||
-rw-r--r-- | net/ntop/Makefile | 2 | ||||
-rw-r--r-- | net/pmf/Makefile | 2 | ||||
-rw-r--r-- | net/zerotier/Makefile | 3 |
5 files changed, 11 insertions, 0 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index c65a0a0f1320..a50bff04c874 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -15,6 +15,8 @@ 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 diff --git a/net/ng_mikrotik_eoip/Makefile b/net/ng_mikrotik_eoip/Makefile index 14a3025cc26f..3a274ace5e3a 100644 --- a/net/ng_mikrotik_eoip/Makefile +++ b/net/ng_mikrotik_eoip/Makefile @@ -11,6 +11,8 @@ COMMENT= Netgraph node for Mikrotik EoIP tunneling LICENSE= BSD2CLAUSE +BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative + SSP_UNSAFE= kernel module does not support ssp OPTIONS_DEFINE= PTABLE diff --git a/net/ntop/Makefile b/net/ntop/Makefile index dd6d9c9acf25..973bcf2a1a53 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= rrdtool12>=1.2:databases/rrdtool12 \ RUN_DEPENDS:= ${BUILD_DEPENDS} \ urwfonts>0:x11-fonts/urwfonts +BROKEN_powerpc64= fails to link: libntop.so: undefined reference to 'bswap_32' + DBDIR?= /var/db USES= autoreconf:build cpe gmake libtool python shebangfix ssl diff --git a/net/pmf/Makefile b/net/pmf/Makefile index a9e240645529..80d59448ebe2 100644 --- a/net/pmf/Makefile +++ b/net/pmf/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://ftp.ntua.gr/pub/net/mud/lpmud/clients/pmf/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Padrone's Mud Frontend +BROKEN_powerpc64= fails to link: ld: cannot find -lreadline + WRKSRC= ${WRKDIR}/pmfdir BUILD_WRKSRC= ${WRKDIR}/pmfdir/src PATCH_WRKSRC= ${WRKDIR}/pmfdir/src diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 97bc93af36ce..34adcafc9192 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -11,6 +11,9 @@ COMMENT= Network virtualization everywhere LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL-3 +BROKEN_armv6= fails to link: Source object ext/arm32-neon-salsa2012-asm/salsa2012.o has EABI version 0, but target zerotier-one has EABI version 5 +BROKEN_powerpc64= fails to compile: clang: not found + USES= gmake compiler:c11 USE_RC_SUBR= zerotier |