[122032] trunk/dports/mail/exim/Portfile

cal at macports.org cal at macports.org
Sun Jul 13 03:26:41 PDT 2014


Revision: 122032
          https://trac.macports.org/changeset/122032
Author:   cal at macports.org
Date:     2014-07-13 03:26:40 -0700 (Sun, 13 Jul 2014)
Log Message:
-----------
exim: update to 4.82.1, enable verbose build output

Modified Paths:
--------------
    trunk/dports/mail/exim/Portfile

Modified: trunk/dports/mail/exim/Portfile
===================================================================
--- trunk/dports/mail/exim/Portfile	2014-07-13 09:55:30 UTC (rev 122031)
+++ trunk/dports/mail/exim/Portfile	2014-07-13 10:26:40 UTC (rev 122032)
@@ -4,8 +4,10 @@
 PortSystem              1.0
 
 name                    exim
-version                 4.71
-revision                2
+version                 4.82.1
+checksums               rmd160  2caa80ed8b5fef07fd0449dc5ac7958681466a2d \
+                        sha256  51798cead70b9ca03df88afb63f7a0cabedee8ef82c02bd18d67591c08b14500
+
 categories              mail
 license                 GPL-2
 
@@ -26,10 +28,6 @@
                         ftp://ftp.easynet.be/exim/exim/exim4/old/
 use_bzip2               yes
 
-checksums               md5     f9c5a2d94b5bb132d06e2fff85bef75e \
-                        sha1    4b8f853843edcfa4f3bfbb4bef45d8dcff2fc990 \
-                        rmd160  22e4ad1d43693d61fa1f2f2de40dda647599a087
-
 depends_build           path:bin/perl:perl5 \
                         port:pcre
 
@@ -63,6 +61,8 @@
     reinplace "s|# TLS_INCLUDE=-I/usr/local/openssl/include|TLS_INCLUDE=-I${prefix}/include/openssl|g" ${worksrcpath}/Local/Makefile
     reinplace "s|# INCLUDE=.*|INCLUDE=-I${prefix}/include|g" ${worksrcpath}/Local/Makefile
     reinplace "s|PCRE_LIBS=-lpcre|PCRE_LIBS=-L${prefix}/lib -lpcre|g" ${worksrcpath}/Local/Makefile
+    # Setting TMPDIR="/tmp" (which is the default), breaks the build because clang tries to use it as temporary dir including the quotes.
+    reinplace "s|^TMPDIR=|# TMPDIR=|g" ${worksrcpath}/Local/Makefile
     reinplace "s|CC=cc|CC=${configure.cc}|g" ${worksrcpath}/OS/Makefile-Darwin
     reinplace "s|X11=/usr/X11R6|X11=${prefix}|g" ${worksrcpath}/OS/Makefile-Darwin
     reinplace "s|# Exim: OS-specific make file for Darwin (Mac OS X).|INCLUDE=-I${prefix}/include/db44|g" ${worksrcpath}/OS/Makefile-Darwin
@@ -71,6 +71,8 @@
     adduser ${exim_user} gid=[existsgroup mail]
 }
 
+build.args              FULLECHO=
+
 destroot.destdir        ROOT=${destroot}
 destroot.keepdirs       ${destroot}${prefix}/var/spool/exim
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140713/2a79cae6/attachment.html>


More information about the macports-changes mailing list