git: 0e934381a66d - main - mail/exim: build breaks if EMBEDDED_PERL is unset
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jan 2024 13:06:57 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e934381a66de7bda4e95ee61af8312fec2813a8 commit 0e934381a66de7bda4e95ee61af8312fec2813a8 Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2024-01-02 12:03:42 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-01-02 12:06:31 +0000 mail/exim: build breaks if EMBEDDED_PERL is unset - build depends on perl5 present, for exigrep PR: 275023 Reported-by: Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> Submitted-by: zirias Approved-by: fluffy (implicit) Author: Felix Palmen <zirias@FreeBSD.org> --- mail/exim/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c74df7d216b6..e592942dd197 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,6 +1,6 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= mail MASTER_SITES= EXIM:exim MASTER_SITE_SUBDIR= /exim4/:exim \ @@ -17,9 +17,11 @@ WWW= https://www.exim.org/ LICENSE= GPLv2 +BUILD_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock +RUN_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock + USES= compiler cpe tar:bzip2 perl5 USE_CSTD= c99 -USE_PERL5= run # Exim build system is job unsafe atm MAKE_JOBS_UNSAFE= yes @@ -46,9 +48,6 @@ OPTIONS_SUB= yes AUTH_SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 BDB_USES= bdb DMARC_LIB_DEPENDS= libopendmarc.so:mail/opendmarc -EMBEDDED_PERL_USE= perl5=run,build -EMBEDDED_PERL_BUILD_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock -EMBEDDED_PERL_RUN_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock EXIMON_USES= xorg EXIMON_USE= xorg=x11,xaw,xext,xmu,xt GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls