pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim Added 'readline' option, and MAKE_JOBS_SAFE=no



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d399e7f3c84f
branches:  trunk
changeset: 536484:d399e7f3c84f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 15 16:04:41 2007 +0000

description:
Added 'readline' option, and MAKE_JOBS_SAFE=no

diffstat:

 mail/exim/Makefile   |   5 +++--
 mail/exim/options.mk |  32 ++++++++++++++++++++------------
 2 files changed, 23 insertions(+), 14 deletions(-)

diffs (72 lines):

diff -r 8425be73ae52 -r d399e7f3c84f mail/exim/Makefile
--- a/mail/exim/Makefile        Sat Dec 15 15:54:49 2007 +0000
+++ b/mail/exim/Makefile        Sat Dec 15 16:04:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2007/10/14 19:14:57 adam Exp $
+# $NetBSD: Makefile,v 1.88 2007/12/15 16:04:41 adam Exp $
 
 DISTNAME=      exim-4.68
 CATEGORIES=    mail net
@@ -19,6 +19,7 @@
 MAKE_ENV+=     SSLBASE=${SSLBASE:Q}
 MAKE_ENV+=     INST_CHOWN=${CHOWN:Q}
 MAKE_FLAGS+=   FULLECHO=''
+MAKE_JOBS_SAFE=        no
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -39,7 +40,7 @@
 CONF_FILES=            ${EXAMPLESDIR}/aliases ${PKG_SYSCONFDIR}/aliases
 CONF_FILES+=           ${EXAMPLESDIR}/configure ${PKG_SYSCONFDIR}/configure
 MESSAGE_SUBST+=                EXAMPLESDIR="${EXAMPLESDIR}"
-PLIST_SUBST+=          DISTNAME=${DISTNAME:Q}
+PLIST_SUBST+=          DISTNAME=${DISTNAME}
 
 RCD_SCRIPTS=           exim
 
diff -r 8425be73ae52 -r d399e7f3c84f mail/exim/options.mk
--- a/mail/exim/options.mk      Sat Dec 15 15:54:49 2007 +0000
+++ b/mail/exim/options.mk      Sat Dec 15 16:04:41 2007 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: options.mk,v 1.14 2007/09/11 18:16:01 abs Exp $
+# $NetBSD: options.mk,v 1.15 2007/12/15 16:04:41 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.exim
-PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
-PKG_SUPPORTED_OPTIONS+= exim-appendfile-mbx exim-auth-dovecot exim-build-eximon
-PKG_SUPPORTED_OPTIONS+= exim-content-scan exim-lookup-cdb exim-lookup-dnsdb
-PKG_SUPPORTED_OPTIONS+= exim-lookup-dsearch exim-lookup-ldap exim-lookup-mysql
-PKG_SUPPORTED_OPTIONS+= exim-lookup-pgsql exim-lookup-sqlite exim-lookup-whoson
-PKG_SUPPORTED_OPTIONS+= exim-old-demime exim-router-iplookup exim-tcp-wrappers
-PKG_SUPPORTED_OPTIONS+= exim-tls exim-transport-lmtp gdbm inet6 saslauthd
+PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
+PKG_SUPPORTED_OPTIONS+=        exim-appendfile-mbx exim-auth-dovecot exim-build-eximon
+PKG_SUPPORTED_OPTIONS+=        exim-content-scan exim-lookup-cdb exim-lookup-dnsdb
+PKG_SUPPORTED_OPTIONS+=        exim-lookup-dsearch exim-lookup-ldap exim-lookup-mysql
+PKG_SUPPORTED_OPTIONS+=        exim-lookup-pgsql exim-lookup-sqlite exim-lookup-whoson
+PKG_SUPPORTED_OPTIONS+=        exim-old-demime exim-router-iplookup exim-tcp-wrappers
+PKG_SUPPORTED_OPTIONS+=        exim-tls exim-transport-lmtp gdbm inet6 saslauthd
+PKG_SUPPORTED_OPTIONS+=        readline
 
-PKG_SUGGESTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
-PKG_SUGGESTED_OPTIONS+= exim-appendfile-mbx exim-content-scan
-PKG_SUGGESTED_OPTIONS+= exim-lookup-dsearch exim-old-demime exim-tcp-wrappers
-PKG_SUGGESTED_OPTIONS+= exim-tls
+PKG_SUGGESTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
+PKG_SUGGESTED_OPTIONS+=        exim-appendfile-mbx exim-content-scan
+PKG_SUGGESTED_OPTIONS+=        exim-lookup-dsearch exim-old-demime exim-tcp-wrappers
+PKG_SUGGESTED_OPTIONS+=        exim-tls
 
 .include "../../mk/bsd.options.mk"
 
@@ -149,3 +150,10 @@
 LOOKUP_LIBS+=${COMPILER_RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.cyrus-sasl} -L${LOCALBASE}/${BUILDLINK_LIBDIRS.cyrus-sasl} -lsasl2
 .  include "../../security/cyrus-sasl/buildlink3.mk"
 .endif
+
+.if !empty(PKG_OPTIONS:Mreadline)
+LOCAL_MAKEFILE_OPTIONS+=USE_READLINE=yes
+LOOKUP_LIBS+=          -lreadline
+USE_GNU_READLINE=      yes
+.  include "../../devel/readline/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index