diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
commit | 7f5c842ed42288ac94f0ebe33096459dbacdcfd9 (patch) | |
tree | 4e3999bf93681818583609125dd0faaf05762913 /mail | |
parent | b02486c7ba5c6d8deccc0e5b2109516d4c037e0f (diff) | |
download | freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.gz freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.zst freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.zip |
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/eps/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-dk/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile index 99c2e1bc9529..8a204b9ff23f 100644 --- a/mail/eps/Makefile +++ b/mail/eps/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}inter7/${PORTNAME}inter7/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= EPS is a Email Parsing System +BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against symbol: content_prefs in readonly segment + OPTIONS_DEFINE= DOCS USE_CSTD= gnu89 diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile index ca69bd9d7d92..31ed3cc0b5db 100644 --- a/mail/qmail-dk/Makefile +++ b/mail/qmail-dk/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= qmail MAINTAINER= ports@FreeBSD.org COMMENT= DomainKeys implementation for qmail +BROKEN_aarch64= fails to link: scan_ulong.c:(.text+0x0): duplicate symbol 'scan_ulong' + LIB_DEPENDS+= libdomainkeys.so:mail/libdomainkeys PATCH_SITES= QMAIL |