Date: Tue, 26 Oct 2021 12:20:45 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 55cbd8b4ba69 - main - mail/usendmail: also enable on armv7 and riscv64 Message-ID: <202110261220.19QCKjPg021358@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=55cbd8b4ba693fea7467fb0a482930f06ff32923 commit 55cbd8b4ba693fea7467fb0a482930f06ff32923 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-26 12:18:57 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-26 12:18:57 +0000 mail/usendmail: also enable on armv7 and riscv64 Builds fine on armv7. On riscv64 it will probably also build fine once GCC is ported. --- mail/usendmail/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile index 374a7eacc2b8..218b353064b6 100644 --- a/mail/usendmail/Makefile +++ b/mail/usendmail/Makefile @@ -11,9 +11,6 @@ COMMENT= Replacement for qmail's sendmail drop-in USES= qmail -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} PLIST_FILES= sbin/usendmail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110261220.19QCKjPg021358>