ports/111567: [patch] japanese/mutt, japanese/mutt-devel: remove deprecated feature

Gabor Kovesdan gabor at FreeBSD.org
Sat Apr 14 17:00:09 UTC 2007


>Number:         111567
>Category:       ports
>Synopsis:       [patch] japanese/mutt, japanese/mutt-devel: remove deprecated feature
>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:   Sat Apr 14 17:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD server.t-hosting.hu 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Feb 2 11:51:40 CET 2007 gabor at server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64

>Description:

The security/cyrus-sasl port is expired and should be remove but it is waiting
for the dependencies to drop support so that we can remove it. I have sent this
PR with the patch because the maintainer ignored my HEADSUP mail, in which I
asked the affected maintainers to modify their ports manually.

>How-To-Repeat:
>Fix:

--- japanese-mutt-devel.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/japanese/mutt-devel/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- Makefile	3 Jul 2006 15:44:27 -0000	1.60
+++ Makefile	14 Apr 2007 16:55:03 -0000
@@ -4,12 +4,10 @@
 #
 # $FreeBSD: ports/japanese/mutt-devel/Makefile,v 1.60 2006/07/03 15:44:27 shaun Exp $
 #
-# WITH_MUTT_CYRUS_SASL:	if defined, 'Cyrus sasl' support.
-#
 
 PORTNAME=	mutt-devel
 PORTVERSION=	${VERSION}.j${JP_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese mail
 MASTER_SITES=	http://www.emaillab.org/mutt/1.5/ \
 		http://my.reset.jp/~iwashita/mutt/distfiles/ \
@@ -32,9 +30,6 @@
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
 .endif
-.if defined(WITH_MUTT_CYRUS_SASL)
-LIB_DEPENDS+=	sasl.8:${PORTSDIR}/security/cyrus-sasl
-.endif
 .if defined(WITH_MUTT_IDN)
 LIB_DEPENDS+=	idn.16:${PORTSDIR}/dns/libidn
 .endif
@@ -83,9 +78,6 @@
 .else
 PLIST_SUB+=	NLS=""
 .endif
-.if defined(WITH_MUTT_CYRUS_SASL)
-CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
-.endif
 .if defined(WITH_MUTT_HEADER_CACHE)
 CONFIGURE_ARGS+=	--enable-hcache
 .endif
--- japanese-mutt-devel.diff ends here ---

--- japanese-mutt.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/japanese/mutt/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile	3 Jul 2006 15:42:25 -0000	1.37
+++ Makefile	14 Apr 2007 16:54:24 -0000
@@ -4,12 +4,10 @@
 #
 # $FreeBSD: ports/japanese/mutt/Makefile,v 1.37 2006/07/03 15:42:25 shaun Exp $
 #
-# WITH_MUTT_CYRUS_SASL:	if defined, 'Cyrus sasl' support.
-#
 
 PORTNAME=	mutt
 PORTVERSION=	${VERSION}.j${JP_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese mail
 MASTER_SITES=	http://www.emaillab.org/mutt/1.4/ \
 		http://my.reset.jp/~iwashita/mutt/distfiles/ \
@@ -28,9 +26,6 @@
 RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview
 
 USE_GETTEXT=	yes
-.if defined(WITH_MUTT_CYRUS_SASL)
-LIB_DEPENDS+=	sasl.8:${PORTSDIR}/security/cyrus-sasl
-.endif
 
 VERSION=	1.4.2.1
 JP_VERSION=	1
@@ -54,9 +49,6 @@
 		--with-docdir=${DOCSDIR} \
 		--enable-pop --enable-imap \
 		--enable-default-japanese
-.if defined(WITH_MUTT_CYRUS_SASL)
-CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
-.endif
 
 NOMANCOMPRESS=	yes
 MAN1=		flea.1 mutt.1 muttbug.1 mutt_dotlock.1
--- japanese-mutt.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list