aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-02 09:46:08 +0800
committerMark Linimon <linimon@FreeBSD.org>2021-01-02 09:46:08 +0800
commitf2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch)
treec1428e3ef48406f008bf9e485352728e13586ff8 /mail
parentbb8c820157b78f5163933bfd87bd3c92e922f882 (diff)
downloadfreebsd-ports-gnome-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.tar.gz
freebsd-ports-gnome-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.tar.zst
freebsd-ports-gnome-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.zip
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail')
-rw-r--r--mail/eps/Makefile1
-rw-r--r--mail/usendmail/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile
index 0b487ab8f80c..3fd9dc32185e 100644
--- a/mail/eps/Makefile
+++ b/mail/eps/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Email Parsing System
BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against symbol: content_prefs in readonly segment
+BROKEN_riscv64= fails to link: can't create dynamic relocation R_RISCV_HI20 against symbol: .Lswitch.table.content_parse in readonly segment
OPTIONS_DEFINE= DOCS
diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile
index 81501cdd03e4..34bde2aea930 100644
--- a/mail/usendmail/Makefile
+++ b/mail/usendmail/Makefile
@@ -15,6 +15,7 @@ USES= qmail
BROKEN_aarch64= fails to build: regparm is not valid on this platform
BROKEN_armv6= fails to build: regparm is not valid on this platform
BROKEN_armv7= fails to build: auto-aliastest.c:3:34: error: alias must point to a defined variable or function
+BROKEN_riscv64= fails to build: auto-aliastest.c:3:34: error: alias must point to a defined variable or function
WRKSRC= ${WRKDIR}/mail/${DISTNAME}