postfix: no need for USE_NOEXECONLY on riscv64.

This commit is contained in:
tb 2023-01-17 16:16:14 +00:00
parent 180498a0fe
commit 98296bc2f3
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2
.endif
.if ${NEEDS_OPENSSL:L:Myes}
. if ${MACHINE_ARCH} != aarch64
. if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != riscv64
USE_NOEXECONLY= Yes
. endif
BUILD_DEPENDS+= security/openssl/3.0

View File

@ -1,5 +1,5 @@
VERSION= 3.8-20221007
REVISION= 3
REVISION= 4
PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/experimental/
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}

View File

@ -1,5 +1,5 @@
VERSION= 3.7.3
REVISION= 3
REVISION= 4
PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/official/
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}