diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-12 23:19:59 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2019-04-13 20:12:16 +0800 |
commit | 65b30a1219fcc81ed05064341c92e60d56d2583f (patch) | |
tree | 16be232717437d22010907f9dcda4ef0aa4fe447 /mail/qmail-spamcontrol | |
parent | 3e4b35fff9d4b66b48d2c89026238874fd24964c (diff) | |
download | freebsd-ports-gnome-65b30a1219fcc81ed05064341c92e60d56d2583f.tar.gz freebsd-ports-gnome-65b30a1219fcc81ed05064341c92e60d56d2583f.tar.zst freebsd-ports-gnome-65b30a1219fcc81ed05064341c92e60d56d2583f.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'mail/qmail-spamcontrol')
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile index b447739408bf..c7655913c9e4 100644 --- a/mail/qmail-spamcontrol/Makefile +++ b/mail/qmail-spamcontrol/Makefile @@ -12,6 +12,8 @@ EXTRACT_ONLY= ${QMAIL_DIST} COMMENT= Qmail MTA with SpamControl patches +BROKEN_FreeBSD_12= incomplete definition of type 'struct X509_name_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct X509_name_st' CONFLICTS= *qmail-[0-9]* qmail-ldap-[0-9]* *qmail-mysql-[0-9]* *qmail-tls-[0-9]* EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \ |