ports/80786: maintainer-update of mail/mutt-devel

Udo Schweigert udo.schweigert at siemens.com
Sun May 8 15:10:03 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list