From 343a841ef9dc273da584f0eec1c998c45a963de8 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 20 Jan 2023 20:58:41 +0000 Subject: [PATCH] postfix: stop using USE_NOEXECONLY on amd64, bump after openssl 3 changes (static linking). --- mail/postfix/Makefile.inc | 2 +- mail/postfix/snapshot/Makefile | 2 +- mail/postfix/stable/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index 240ca3638fc..1b9fd17a8c5 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -67,7 +67,7 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 .endif .if ${NEEDS_OPENSSL:L:Myes} -. if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != riscv64 +. if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != amd64 && ${MACHINE_ARCH} != riscv64 USE_NOEXECONLY= Yes . endif BUILD_DEPENDS+= security/openssl/3.0 diff --git a/mail/postfix/snapshot/Makefile b/mail/postfix/snapshot/Makefile index 94f93c95f14..627d31fac93 100644 --- a/mail/postfix/snapshot/Makefile +++ b/mail/postfix/snapshot/Makefile @@ -1,5 +1,5 @@ VERSION= 3.8-20221007 -REVISION= 4 +REVISION= 5 PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/experimental/ MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/} diff --git a/mail/postfix/stable/Makefile b/mail/postfix/stable/Makefile index ec3b66fd48e..10795a59065 100644 --- a/mail/postfix/stable/Makefile +++ b/mail/postfix/stable/Makefile @@ -1,5 +1,5 @@ VERSION= 3.7.3 -REVISION= 4 +REVISION= 5 PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}