diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 08:20:19 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 08:20:19 +0800 |
commit | c52a715800ff83f6a958709fb689f16631b4ef8a (patch) | |
tree | 6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /net | |
parent | 13751f7ab8e0664df6343f3b041a3aeaca0d8712 (diff) | |
download | freebsd-ports-gnome-c52a715800ff83f6a958709fb689f16631b4ef8a.tar.gz freebsd-ports-gnome-c52a715800ff83f6a958709fb689f16631b4ef8a.tar.zst freebsd-ports-gnome-c52a715800ff83f6a958709fb689f16631b4ef8a.zip |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/hsflowd/Makefile | 6 | ||||
-rw-r--r-- | net/ipsvd/Makefile | 3 | ||||
-rw-r--r-- | net/openmpi2/Makefile | 5 | ||||
-rw-r--r-- | net/pacemaker/Makefile | 7 |
4 files changed, 15 insertions, 6 deletions
diff --git a/net/hsflowd/Makefile b/net/hsflowd/Makefile index 233b875365c3..204a82d4bae7 100644 --- a/net/hsflowd/Makefile +++ b/net/hsflowd/Makefile @@ -4,11 +4,15 @@ PORTNAME= hsflowd PORTVERSION= 1.24.1 CATEGORIES= net -MASTER_SITES= http://mirrors.rit.edu/zi/ +MASTER_SITES= http://mirrors.rit.edu/zi/ MAINTAINER= zi@FreeBSD.org COMMENT= Agent that exports metrics using the sFlow protocol +BROKEN_armv6= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) +BROKEN_mips= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) +BROKEN_mips64= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) + SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} MAKE_ENV= BINDIR=${PREFIX}/sbin INITDIR=${PREFIX}/etc/rc.d \ diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile index c4c93b257802..c849c31afef2 100644 --- a/net/ipsvd/Makefile +++ b/net/ipsvd/Makefile @@ -12,6 +12,9 @@ COMMENT= Internet protocol service daemons LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING +BROKEN_armv6= fails to install: Checking udpsvd... drop: unable to read from socket: bad address +BROKEN_mips64= fails to install: tcpsvd failed + WRKSRC= ${WRKDIR}/net/${DISTNAME} ALL_TARGET= default diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index 6c212cd49b13..12e14f3818ca 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -18,6 +18,9 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc \ libevent.so:devel/libevent \ libmunge.so:security/munge +BROKEN_armv6= fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory +BROKEN_sparc64= fails to compile on sparc64 + HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen @@ -81,8 +84,6 @@ SLURM_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_ess_slurm.la \ ${MPIDIR}/share/openmpi/help-plm-slurm.txt \ ${MPIDIR}/share/openmpi/help-ras-slurm.txt -BROKEN_sparc64= Does not compile on sparc64 - post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/${MPIDIR}/libdata/pkgconfig|g' \ ${WRKSRC}/ompi/tools/wrappers/Makefile.am \ diff --git a/net/pacemaker/Makefile b/net/pacemaker/Makefile index ead92f0ef6b3..ac4d0e5ec1cf 100644 --- a/net/pacemaker/Makefile +++ b/net/pacemaker/Makefile @@ -3,8 +3,8 @@ PORTNAME= pacemaker PORTVERSION= 1.1.14 -PORTREVISION= 2 DISTVERSIONPREFIX= Pacemaker- +PORTREVISION= 2 CATEGORIES= net MAINTAINER= dpejesh@yahoo.com @@ -12,8 +12,6 @@ COMMENT= Scalable High-Availability cluster resource manager LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= bash:shells/bash \ corosync:net/corosync LIB_DEPENDS= libgnutls.so:security/gnutls \ @@ -25,6 +23,9 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ RUN_DEPENDS= bash:shells/bash \ corosync:net/corosync +BROKEN_armv6= fails to install: help2man: can't get '--help' info from pacemakerd +BROKEN_powerpc64= fails to build + CONFLICTS= heartbeat-[0-9]* USERS= hacluster |