Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2005 17:04:13 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80786: maintainer-update of mail/mutt-devel
Message-ID:  <200505081504.j48F4D5J097782@alaska.cert.siemens.com>
Resent-Message-ID: <200505081510.j48FA2ix016042@freefall.freebsd.org>

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

>Number:         80786
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 08 15:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt-devel:

	- Add the MUTT_LITE knob for those who want to build mutt-devel with
	  minimal effort.

>How-To-Repeat:
>Fix:

diff -ru  /usr/ports/mail/mutt-devel/Makefile ./Makefile
--- /usr/ports/mail/mutt-devel/Makefile	Sun May  8 16:54:08 2005
+++ ./Makefile	Sun May  8 16:58:12 2005
@@ -187,6 +187,15 @@
 .endif
 .endif
 
+.if defined (MUTT_LITE)
+WITHOUT_MUTT_SGMLFORMAT=		yes
+WITHOUT_NLS=				yes
+WITHOUT_MUTT_COMPRESSED_FOLDERS=	yes
+WITHOUT_MUTT_QUOTE_PATCH=		yes
+WITHOUT_MUTT_HTML=			yes
+WITH_MUTT_NCURSES=			yes
+.endif
+
 # XXX
 # this should be done automagically by aclocal but ....
 # for now, this will have to do
@@ -198,6 +207,7 @@
 		${BUILD_WRKSRC}/Makefile
 
 RUN_DEPENDS+=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
+.if !defined (MUTT_LITE)
 .if exists(${LOCALBASE}/bin/aspell) && !defined(WITH_MUTT_ISPELL)
 WITH_MUTT_ASPELL=	yes
 .elif exists(${LOCALBASE}/bin/ispell) && !defined(WITH_MUTT_ASPELL)
@@ -216,6 +226,7 @@
 .endif
 .if defined(PACKAGE_BUILDING)
 RUN_DEPENDS+=	urlview:${PORTSDIR}/textproc/urlview
+.endif
 .endif
 
 .if defined(WITH_MUTT_NCURSES_PORT)
>Release-Note:
>Audit-Trail:
>Unformatted:



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