From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 27 18:40:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2AA216A420 for ; Mon, 27 Feb 2006 18:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F25543D4C for ; Mon, 27 Feb 2006 18:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RIe96B088385 for ; Mon, 27 Feb 2006 18:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RIe92A088384; Mon, 27 Feb 2006 18:40:09 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 18:40:09 GMT Resent-Message-Id: <200602271840.k1RIe92A088384@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "James O'Gorman" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF86816A420 for ; Mon, 27 Feb 2006 18:38:37 +0000 (GMT) (envelope-from jamesog@starbug.netinertia.co.uk) Received: from starbug.netinertia.co.uk (starbug.netinertia.co.uk [217.147.82.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C16543D70 for ; Mon, 27 Feb 2006 18:38:37 +0000 (GMT) (envelope-from jamesog@starbug.netinertia.co.uk) Received: from jamesog by starbug.netinertia.co.uk with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FDnGf-00024Z-W9 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 Feb 2006 18:38:46 +0000 Message-Id: Date: Mon, 27 Feb 2006 18:38:45 +0000 From: "James O'Gorman" Sender: "James O'Gorman" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93908: [PATCH] Add OPTIONS to mail/exim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James O'Gorman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 18:40:17 -0000 >Number: 93908 >Category: ports >Synopsis: [PATCH] Add OPTIONS to mail/exim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 18:40:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: James O'Gorman >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD starbug.netinertia.co.uk 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #5: Thu Feb 16 20:57:38 GMT 2006 root@starbug.netinertia.co.uk:/usr/obj/usr/src/sys/STARBUG i386 >Description: Add OPTIONS to the mail/exim port to allow the vast amount of options to be saved. >How-To-Repeat: >Fix: --- exim-addoptions.diff begins here --- diff -urN /usr/ports/mail/exim/Makefile ./Makefile --- /usr/ports/mail/exim/Makefile Thu Jan 26 14:20:23 2006 +++ ./Makefile Mon Feb 27 18:33:11 2006 @@ -21,6 +21,44 @@ .include "options" +OPTIONS= SA_EXIM "Include SA Exim" Off \ + EXIMON "Include Eximon" Off \ + CONTENT_SCAN "Malware and spam scanning" On \ + OLD_DEMIME "Old \"demime\" ACL condition" On \ + TCP_WRAPPERS "Link against libwrap" Off \ + MYSQL "Include MySQL support" Off \ + PGSQL "Include PostgreSQL support" Off \ + SQLITE "Include SQLite support" Off \ + SASLAUTHD "Use SASL authentication daemon" Off \ + IPV6 "Enable IPv6" On \ + OPENLDAP "Include OpenLDAP support" Off \ + TLS "Include TLS support" On \ + PERL "Include Perl support" On \ + PAM "Include PAM support" On \ + AUTH_CRAM_MD5 "CRAM-MD5 authentication" On \ + AUTH_PLAINTEXT "PLAIN authentication" On \ + AUTH_SPA "SPA authentication" On \ + AUTH_SASL "SASL authentication" Off \ + AUTH_RADIUS "RADIUS authentication" Off \ + MAILDIR "Maildir support" On \ + MAILSTORE "Mailstore support" On \ + MBX "MBX support" On \ + CDB "CDB-style lookup support" On \ + DNSDB "CDB-style lookup support" On \ + DSEARCH "CDB-style lookup support" On \ + LSEARCH "CDB-style lookup support" On \ + NIS "NIS support" On \ + PASSWD "/etc/passwd support" On \ + LMTP "LMTP Support" On \ + ALT_CONFIG_PREFIX "Allow configs in alt locations" On \ + WISHLIST "Enable wishlist items" Off \ + SPF "Sender Policy Framework" Off \ + DOMAINKEYS "DomainKeys support" Off \ + SRS "Sender Rewriting Scheme" Off \ + READLINE "Enable readline for test expansion" Off \ + SUID "Install Exim binary SUID" On \ + DAEMON "Install scripts to run as a daemon" On + .if defined(WITH_SA_EXIM) MASTER_SITES+= http://marc.merlins.org/linux/exim/files/:sa_exim \ ${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sa_exim/} --- exim-addoptions.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: