pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim update exim to exim-4.52nb5 - if exim-build-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/879130f30b65
branches:  trunk
changeset: 500351:879130f30b65
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Oct 07 10:28:34 2005 +0000

description:
update exim to exim-4.52nb5 - if exim-build-eximon: also work with xorg and fix PLIST

diffstat:

 mail/exim/Makefile   |  4 ++--
 mail/exim/options.mk |  7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 867f7e8c1182 -r 879130f30b65 mail/exim/Makefile
--- a/mail/exim/Makefile        Fri Oct 07 10:28:06 2005 +0000
+++ b/mail/exim/Makefile        Fri Oct 07 10:28:34 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2005/10/03 20:20:18 abs Exp $
+# $NetBSD: Makefile,v 1.68 2005/10/07 10:28:34 abs Exp $
 
 DISTNAME=      exim-4.52
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    mail net
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
diff -r 867f7e8c1182 -r 879130f30b65 mail/exim/options.mk
--- a/mail/exim/options.mk      Fri Oct 07 10:28:06 2005 +0000
+++ b/mail/exim/options.mk      Fri Oct 07 10:28:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/10/03 20:20:18 abs Exp $
+# $NetBSD: options.mk,v 1.4 2005/10/07 10:28:34 abs Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.exim
 PKG_SUPPORTED_OPTIONS= exim-build-eximon exim-content-scan exim-lookup-dnsdb
@@ -8,10 +8,13 @@
 
 .include "../../mk/bsd.options.mk"
 
+PLIST_SRC=${PKGDIR}/PLIST
+
 .if !empty(PKG_OPTIONS:Mexim-build-eximon)
 LOCAL_MAKEFILE_OPTIONS+=EXIM_MONITOR=eximon.bin
+LOCAL_MAKEFILE_OPTIONS+=X11=${X11BASE}
 PLIST_SRC+=${PKGDIR}/PLIST.eximon
-USE_X11BASE=yes
+.include "../../mk/x11.buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mexim-content-scan)



Home | Main Index | Thread Index | Old Index