Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 10:40:43 +0200 (CEST)
From:      Jose M Rodriguez <josemi@freebsd.jazztel.es>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        udo.schweigert@siemens.com
Subject:   ports/81248: [NEW PORT] mail/mutt-lite, a lite mutt package
Message-ID:  <200505190840.j4J8ehwI060592@redesjm.local>
Resent-Message-ID: <200505190850.j4J8o2T8081015@freefall.freebsd.org>

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

>Number:         81248
>Category:       ports
>Synopsis:       [NEW PORT] mail/mutt-lite, a lite mutt package
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 19 08:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jose M Rodriguez
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
Redes JM
>Environment:
System: FreeBSD orion.redesjm.local 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Wed May 18 01:34:10 CEST 2005 root@orion.redesjm.local:/usr/obj/usr/src/sys/ORION i386
>Description:
	Add a new slave port, mail/mutt-lite
	Just to get a mutt-lite package on the package cluster

	This need a litle patch to mail-mutt, but the MUTT-LITE
	knob is allready implemented

	mail/mutt maintainer CC'd
>How-To-Repeat:
>Fix:

	Generate port from shar and apply patch

--- mutt-lite.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mail/mutt-lite
#	mail/mutt-lite/Makefile
#
echo c - mail/mutt-lite
mkdir -p mail/mutt-lite > /dev/null 2>&1
echo x - mail/mutt-lite/Makefile
sed 's/^X//' >mail/mutt-lite/Makefile << 'END-of-mail/mutt-lite/Makefile'
X# Ports collection makefile for:	mutt-lite
X# Date created:				Thu May 19, 2005
X# Whom:				Jose M Rodriguez <josemi@freebsd.jazztel.es>
X#
X# $FreeBSD$
X#
X
X# Just to get a mutt-lite pkg on pkg cluster
X
XMASTERDIR=	${.CURDIR}/../../mail/mutt
X
XCOMMENT=	mutt, the Mongrel of Mail User Agents (lite package)
X
XMUTT_LITE=	yes
X
X.include "${MASTERDIR}/Makefile"
END-of-mail/mutt-lite/Makefile
exit
--- mutt-lite.shar ends here ---

--- patch-mutt begins here ---
Index: mail/mutt/Makefile
===================================================================
RCS file: /home/cvs/freebsd/ports/mail/mutt/Makefile,v
retrieving revision 1.167
diff -u -r1.167 Makefile
--- mail/mutt/Makefile	18 May 2005 15:16:58 -0000	1.167
+++ mail/mutt/Makefile	19 May 2005 08:01:03 -0000
@@ -30,6 +30,8 @@
 
 CONFLICTS=	mutt-devel-*
 
+SLAVEDIRS=	mail/mutt-lite
+
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 .if defined(PACKAGE_BUILDING) && !defined (MUTT_LITE)
 WITH_SLANG=	yes
@@ -38,6 +40,7 @@
 		urlview:${PORTSDIR}/textproc/urlview
 .endif
 .if defined (MUTT_LITE)
+PKGNAMESUFFIX=	-lite
 WITH_SGML_DOCS:=no
 .elif ${MACHINE_ARCH} != "alpha"
 #  coredump in sgmls
--- patch-mutt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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