Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 16:01:26 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526980 - in head/mail/exim: . files
Message-ID:  <202002241601.01OG1Q7X010947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002241601.01OG1Q7X010947>