svn commit: r526980 - in head/mail/exim: . files
Dima Panov
fluffy at FreeBSD.org
Mon Feb 24 16:01:28 UTC 2020
Author: fluffy
Date: Mon Feb 24 16:01:25 2020
New Revision: 526980
URL: https://svnweb.freebsd.org/changeset/ports/526980
Log:
mail/exim: unbreak EXIMON option and mail/exim/monitor slave port
- typedef unsigned long ulong;
- USE_XORG+= xext,xmu
Added:
head/mail/exim/files/patch-exim_monitor-em_hdr.h (contents, props changed)
Modified:
head/mail/exim/Makefile
Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile Mon Feb 24 15:44:13 2020 (r526979)
+++ head/mail/exim/Makefile Mon Feb 24 16:01:25 2020 (r526980)
@@ -48,7 +48,7 @@ BDB_USES= bdb
DMARC_LIB_DEPENDS= libopendmarc.so:mail/opendmarc
EMBEDDED_PERL_USE= perl5=run,build
EXIMON_USES= xorg
-EXIMON_USE= xorg=x11,xaw,xt
+EXIMON_USE= xorg=x11,xaw,xext,xmu,xt
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
ICONV_USES= iconv:lib,build
INTERNATIONAL_LIB_DEPENDS= libidn.so:dns/libidn
Added: head/mail/exim/files/patch-exim_monitor-em_hdr.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/exim/files/patch-exim_monitor-em_hdr.h Mon Feb 24 16:01:25 2020 (r526980)
@@ -0,0 +1,11 @@
+--- exim_monitor/em_hdr.h.orig 2019-12-08 12:53:48 UTC
++++ exim_monitor/em_hdr.h
+@@ -95,6 +95,8 @@ this interface so that this kind of kludge isn't neede
+ #endif
+ typedef void hctx;
+
++typedef unsigned long ulong;
++
+ #include "local_scan.h"
+ #include "macros.h"
+ #include "structs.h"
More information about the svn-ports-all
mailing list