From fcdc8c198dcf6b4d540a01c896d4773c79b78f8b Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Tue, 1 Jun 2021 01:30:45 +0900 Subject: [PATCH] mail/postfix mail/postfix-current mail/postfix35: Mark BROKEN when INST_BASE option is ON Mark BROKEN when INST_BASE option is ON. --- mail/postfix-current/Makefile | 1 + mail/postfix/Makefile | 1 + mail/postfix35/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 57854248e570..466d72c3a0b4 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -93,6 +93,7 @@ BROKEN_FreeBSD_11= error: OpenSSL-1.1.1 is the minimum supported version .endif .if ${PORT_OPTIONS:MINST_BASE} +BROKEN= /bin/sh: cannot open /usr/libexec/postfix/post-install: No such file or directory .if defined(SASL_SLAVE) PKGNAMESUFFIX= -current-base-sasl .else diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f06da74ddc0f..d203faffd601 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -93,6 +93,7 @@ BROKEN_FreeBSD_11= error: OpenSSL-1.1.1 is the minimum supported version .endif .if ${PORT_OPTIONS:MINST_BASE} +BROKEN= /bin/sh: cannot open /usr/libexec/postfix/post-install: No such file or directory .if defined(SASL_SLAVE) PKGNAMESUFFIX= -base-sasl .else diff --git a/mail/postfix35/Makefile b/mail/postfix35/Makefile index d52964d0adb5..967953c01651 100644 --- a/mail/postfix35/Makefile +++ b/mail/postfix35/Makefile @@ -93,6 +93,7 @@ MAKEFILEFLAGS+= DEBUG= MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}" .if ${PORT_OPTIONS:MINST_BASE} +BROKEN= /bin/sh: cannot open /usr/libexec/postfix/post-install: No such file or directory PKGNAMESUFFIX= 35-base PREFIX= /usr ETCDIR= /etc/postfix -- 2.31.1