Skip to content

Commit

Permalink
mail/exim: build breaks if EMBEDDED_PERL is unset
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Zirias authored and opsec committed Jan 2, 2024
1 parent b6f31ce commit 0e93438
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions 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 \
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0e93438

Please sign in to comment.