Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2002 09:08:18 +0100 (CET)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35731: maintainer-update of mail/mutt-devel
Message-ID:  <200203100808.g2A88IqP013046@reims.mchp.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         35731
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 10 00:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.5-STABLE FreeBSD 4.5-STABLE #50: Sat Mar 9 08:29:40 CET 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


>Description:

maintainer-update of mail/mutt-devel:

	- Add MUTT_CONFIGURE_ARGS variable for adding additional config options
	- Adjust the documentation in Makefile and explicitely mention 
	  /etc/make.conf as a good place to store the Makefile knobs.

>How-To-Repeat:
>Fix:

--- /usr/ports/mail/mutt-devel/Makefile	Sat Mar  9 21:23:25 2002
+++ Makefile	Sun Mar 10 09:01:21 2002
@@ -5,9 +5,19 @@
 #
 # $FreeBSD: ports/mail/mutt-devel/Makefile,v 1.157 2002/03/09 20:23:25 clive Exp $
 #
-
 # There are several knobs which are used to define additions to the core
-# mutt functionality. The two most important are:
+# mutt functionality.
+#
+# As all of the knobs have a unique name which should not interfere with
+# other ports you can add them to /etc/make.conf, e.g. a line like
+# "WITH_MUTT_HTML=yes" will enable mutt's HTML documentation.
+#
+# In addition to the knobs listed below you can enable other configuration
+# options of mutt by adding them to the MUTT_CONFIGURE_ARGS variable. For
+# example you could say "MUTT_CONFIGURE_ARGS=--with-homespool=MyMail" to
+# configure a different directory for mutt's homespool.
+#
+# The two most important knobs are:
 #
 # In general you can choose between using the SLANG port (which is really
 # recommended and is now the default) and ncurses (WITH_MUTT_NCURSES). If you
@@ -68,6 +78,9 @@
 		--with-docdir=${PREFIX}/share/doc/mutt \
 		--sysconfdir=${PREFIX}/etc --enable-external-dotlock \
 		--with-libiconv-prefix=${PREFIX}
+.if defined(MUTT_CONFIGURE_ARGS)
+CONFIGURE_ARGS+=	${MUTT_CONFIGURE_ARGS}
+.endif
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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