git: 0f11f7ee593b - main - mail/alpine: fix build with libressl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Oct 2024 06:32:32 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f11f7ee593b45cf420f0d48246e14d979cb8452 commit 0f11f7ee593b45cf420f0d48246e14d979cb8452 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-10-28 06:31:09 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-10-28 06:31:09 +0000 mail/alpine: fix build with libressl PR: 269064 Reported by: Dave Hayes <dave@jetcafe.org> Approved by: maintainer timeout (3+ months) --- mail/alpine/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index e707e9b12284..82b7e2e4636a 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,6 +1,6 @@ PORTNAME?= alpine DISTVERSION= 2.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= mail news MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/ @@ -32,6 +32,7 @@ MAKE_ARGS+= CC="${CC}" \ CXX="${CXX}" \ GCCCFLAGS="${CFLAGS}" MAKE_JOBS_UNSAFE= yes +CFLAGS+= -DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L # When you update please double check that the commit corresponds to # the actual version you've set in PORTVERSION. GIT_COMMIT= 9726c098a739edfdca6218bc5dee104c310957e9