summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-16 00:35:29 +0000
committerlinimon <linimon@FreeBSD.org>2016-11-16 00:35:29 +0000
commitfc96d103f75456568f63819df288941f757eed90 (patch)
tree3aa7ef950d7e1100be1e197212350fafc67f69b1
parent6cb8f21dd49f7c144b72549ca145499738b53733 (diff)
downloadFreeBSD-ports-fc96d103f75456568f63819df288941f757eed90.zip
FreeBSD-ports-fc96d103f75456568f63819df288941f757eed90.tar.gz
Mark as broken on various tier-2 archs.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
-rw-r--r--security/ossec-hids-client/Makefile2
-rw-r--r--security/ossec-hids-local/Makefile2
-rw-r--r--security/ossec-hids-server/Makefile7
-rw-r--r--security/p5-Crypt-Curve25519/Makefile1
-rw-r--r--security/pgpin/Makefile3
-rw-r--r--security/poly1305aes/Makefile3
-rw-r--r--shells/ksh93/Makefile2
-rw-r--r--sysutils/acpica-tools/Makefile5
-rw-r--r--sysutils/cdrdao/Makefile5
-rw-r--r--sysutils/dd_rescue/Makefile2
-rw-r--r--sysutils/geomWatch/Makefile2
-rw-r--r--sysutils/ipdbtools/Makefile3
-rw-r--r--sysutils/jobd/Makefile4
-rw-r--r--sysutils/mbgtools/Makefile8
-rw-r--r--sysutils/sformat/Makefile3
15 files changed, 40 insertions, 12 deletions
diff --git a/security/ossec-hids-client/Makefile b/security/ossec-hids-client/Makefile
index fdb0c88..945212d 100644
--- a/security/ossec-hids-client/Makefile
+++ b/security/ossec-hids-client/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTREVISION= 0
-COMMENT= The client port of ossec-hids
+COMMENT= Client port of ossec-hids
CLIENT_ONLY= yes
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile
index 8b169d8..fc9621a 100644
--- a/security/ossec-hids-local/Makefile
+++ b/security/ossec-hids-local/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTREVISION= 0
-COMMENT= The client and server (local) port of ossec-hids
+COMMENT= Client and server (local) port of ossec-hids
LOCAL_ONLY= yes
diff --git a/security/ossec-hids-server/Makefile b/security/ossec-hids-server/Makefile
index 8af7a71..44eb7b0 100644
--- a/security/ossec-hids-server/Makefile
+++ b/security/ossec-hids-server/Makefile
@@ -6,13 +6,13 @@ PORTVERSION= 2.8.3
DISTVERSIONPREFIX= v
PORTREVISION?= 0
CATEGORIES= security
-USE_GITHUB= yes
-GH_ACCOUNT= ossec
PKGNAMESUFFIX= -server
MAINTAINER= brd@FreeBSD.org
COMMENT?= Security tool to monitor and check logs and intrusions
+USE_GITHUB= yes
+GH_ACCOUNT= ossec
USE_RC_SUBR= ossec-hids
CFLAGS+= -ferror-limit=0
@@ -64,8 +64,9 @@ PLIST_SUB= PORTNAME=${PORTNAME}
DOCSFILES= BUGS CONFIG CONTRIBUTORS INSTALL LICENSE
PORTDOCS= ${DOCSFILES}
-.include <bsd.port.pre.mk>
+BROKEN_aarch64= Fails to compile: error: use of undeclared identifier __LDPGSZ
+.include <bsd.port.pre.mk>
STRIP_FILES= ossec-luac agent_control ossec-lua ossec-dbd ossec-regex ossec-monitord ossec-makelists verify-agent-conf ossec-analysisd ossec-agentlessd syscheck_control ossec-execd manage_agents ossec-csyslogd ossec-syscheckd ossec-logtest ossec-authd ossec-logcollector list_agents ossec-maild clear_stats ossec-remoted ossec-reportd rootcheck_control syscheck_update
.if defined(CLIENT_ONLY)
diff --git a/security/p5-Crypt-Curve25519/Makefile b/security/p5-Crypt-Curve25519/Makefile
index ab81482..09c02b5 100644
--- a/security/p5-Crypt-Curve25519/Makefile
+++ b/security/p5-Crypt-Curve25519/Makefile
@@ -14,6 +14,7 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= Fails to install: error adding symbols: File in wrong format
BROKEN_mips= Fails to build: -m32 flag is not supported by this configuration
BROKEN_mips64= Fails to build: -m32 flag is not supported by this configuration
BROKEN_powerpc64= Fails to build: architecture of input file is incompatible with powerpc:common64 output
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile
index 9875b14..293c5c4 100644
--- a/security/pgpin/Makefile
+++ b/security/pgpin/Makefile
@@ -14,6 +14,9 @@ COMMENT= PGP International version - improved for use in IN-CA
LICENSE= MIT
PORTSCOUT= ignore:1
+
+BROKEN_aarch64= Does not build: do not know how to make freebsd-aarch64
+BROKEN_mips64= Does not build: do not know how to make freebsd-mips64
BROKEN_powerpc64= Does not build
USES= tar:tgz
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile
index 0d32bc4..24ce7bc 100644
--- a/security/poly1305aes/Makefile
+++ b/security/poly1305aes/Makefile
@@ -9,10 +9,13 @@ MASTER_SITES= http://cr.yp.to/mac/
MAINTAINER= ports@FreeBSD.org
COMMENT= Poly1305 message authentication reference implementation using AES
+LICENSE= PD
+
ALL_TARGET= default
CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
+BROKEN_aarch64= Fails to build: poly1305aes.impl.do: fatal: all tests failed
NOT_FOR_ARCHS= amd64
.include <bsd.port.pre.mk>
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index f222a95..ad9d8b1 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -36,6 +36,8 @@ KSHVERSION= 2012-08-01
STATIC_MAKE_ENV= LDFLAGS+=-static
+BROKEN_aarch64= Fails to compile: error: unknown type name Dllscan_t
+
.include <bsd.port.pre.mk>
post-patch:
diff --git a/sysutils/acpica-tools/Makefile b/sysutils/acpica-tools/Makefile
index dbb1647..04f9bec 100644
--- a/sysutils/acpica-tools/Makefile
+++ b/sysutils/acpica-tools/Makefile
@@ -14,8 +14,6 @@ COMMENT= Tools from the ACPI Component Architecture (ACPICA) project
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
-BROKEN_powerpc64= Does not build
-
USES= gmake
BUILD_WRKSRC= ${WRKSRC}/generate/unix
@@ -28,6 +26,9 @@ PLIST_FILES= ${ACPICA_TOOLS:S,^,bin/,}
MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE PROGS="${ACPICA_TOOLS}"
MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" YACC="${YACC}"
+BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true
+BROKEN_powerpc64= Does not build
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1001506
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 9734f03..958499f 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -69,6 +69,11 @@ CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \
MAKE_ENV= CCOM=cc LANG=C
SCSILIBTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc
+BROKEN_aarch64= Fails to install: gmake: p: Command not found
+BROKEN_armv6= Fails to install: gmake: p: Command not found
+BROKEN_mips= Fails to install: gmake: p: Command not found
+BROKEN_mips64= Fails to install: gmake: p: Command not found
+
.include <bsd.port.pre.mk>
post-extract:
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile
index e31a805..0ec53a6 100644
--- a/sysutils/dd_rescue/Makefile
+++ b/sysutils/dd_rescue/Makefile
@@ -22,6 +22,8 @@ ALL_TARGET= default
OPTIONS_DEFINE= DOCS
+BROKEN_aarch64= Fails to link: undefined reference to find_nonzero_arm8
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/libddr_hash.so ${STAGEDIR}${PREFIX}/lib
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile
index 1bd7eff..a264f95 100644
--- a/sysutils/geomWatch/Makefile
+++ b/sysutils/geomWatch/Makefile
@@ -25,6 +25,8 @@ USE_RC_SUBR= ${PORTNAME}
MAKE_ARGS= WITH_ZFS=28
+BROKEN_aarch64= Fails to compile: error: ISA not supported
+
.include <bsd.port.options.mk>
.if ${OPSYS} == DragonFly
diff --git a/sysutils/ipdbtools/Makefile b/sysutils/ipdbtools/Makefile
index ee8783e..c93de57 100644
--- a/sysutils/ipdbtools/Makefile
+++ b/sysutils/ipdbtools/Makefile
@@ -20,4 +20,7 @@ PLIST_FILES= bin/ipup \
man/man1/ipdb.1.gz \
man/man1/ipdb-update.sh.1.gz
+BROKEN_aarch64= Fails to compile: error: invalid conversion between vector type and integer type
+BROKEN_sparc64= Fails to compile: error: unrecognized command line option -mssse3
+
.include <bsd.port.mk>
diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile
index 04f931b..d9a3e78 100644
--- a/sysutils/jobd/Makefile
+++ b/sysutils/jobd/Makefile
@@ -17,6 +17,10 @@ USE_GITHUB= YES
USE_LDCONFIG= YES
GH_ACCOUNT= mheily
+BROKEN_aarch64= Fails to compile: comparison of constant -1 with expression of type char is always true
+BROKEN_mips64= Fails to configure: unrecognized command line option -std=c++11
+BROKEN_sparc64= Fails to configure: unrecognized command line option -std=c++11
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000
diff --git a/sysutils/mbgtools/Makefile b/sysutils/mbgtools/Makefile
index 2076062..f27c24b 100644
--- a/sysutils/mbgtools/Makefile
+++ b/sysutils/mbgtools/Makefile
@@ -11,13 +11,13 @@ COMMENT= Drivers and tools for Meinberg PTP/GPS cards
LICENSE= BSD
-BROKEN_powerpc64= Does not build
-
USE_RC_SUBR= mbgsvcd
USES= kmod uidfix
-BROKEN_arm= cannot compile: unused variables
-BROKEN_sparc64= cannot compile: error in structure definitions
+BROKEN_aarch64= cannot compile: unused variables
+BROKEN_mips64= cannot compile: unused variables
+BROKEN_powerpc64= Does not build
+BROKEN_sparc64= cannot compile: error in structure definitions
.include <bsd.port.mk>
diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile
index 56a8540..da20115 100644
--- a/sysutils/sformat/Makefile
+++ b/sysutils/sformat/Makefile
@@ -14,6 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= marius@FreeBSD.org
COMMENT= Allows formatting/partitioning/analysis/repairing of SCSI disks
+BROKEN_aarch64= Does not build: No rule to make target RULES/arm64-freebsd-cc.rul
+BROKEN_mips64= Does not build: No rule to make target RULES/mips-freebsd-cc.rul
BROKEN_powerpc64= Does not build
LIBSCHILY= libschily-2.01.01a07.tar.gz
@@ -53,7 +55,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|)getline|)get_line|g' ${WRKSRC}/sformat/diskfmt.c \
${WRKSRC}/sformat/makelabel.c
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sformat/OBJ/${SFMTTARGET}/sformat \
${STAGEDIR}${PREFIX}/bin
OpenPOWER on IntegriCloud