diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 09:46:08 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 09:46:08 +0800 |
commit | f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch) | |
tree | c1428e3ef48406f008bf9e485352728e13586ff8 /mail | |
parent | bb8c820157b78f5163933bfd87bd3c92e922f882 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | mail/usendmail/Makefile | 1 |
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} |