Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 10:24:01 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ume@FreeBSD.org
Subject:   ports/150558: [PATCH] mail/cyrus-imapd: Remove net-snmp4 dependency
Message-ID:  <20100914172357.35467.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009141730.o8EHU2DX030588@freefall.freebsd.org>

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

>Number:         150558
>Category:       ports
>Synopsis:       [PATCH] mail/cyrus-imapd: Remove net-snmp4 dependency
>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:   Tue Sep 14 17:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r212583M: Mon Sep 13 19:11:50 BRT
>Description:
net-snmp4 is marked as DEPRECATED and will be removed soon, remove its
dependency to avoind breaking stuffs when it happens

Port maintainer (ume@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- cyrus-imapd-2.1.18_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/cyrus-imapd2/Makefile,v
retrieving revision 1.115
diff -u -u -r1.115 Makefile
--- Makefile	7 Feb 2010 10:56:33 -0000	1.115
+++ Makefile	14 Sep 2010 17:22:59 -0000
@@ -40,7 +40,8 @@
 		--with-auth=unix \
 		--with-com_err \
 		--with-openssl=${OPENSSLBASE} \
-		--with-perl=${PERL5}
+		--with-perl=${PERL5} \
+		--with-ucdsnmp=no
 
 .if defined(WITH_BDB_VER)
 USE_BDB_VER=	${WITH_BDB_VER}
@@ -78,13 +79,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_SNMP)
-LIB_DEPENDS+=	snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
-CONFIGURE_ARGS+=--with-ucdsnmp=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--with-ucdsnmp=no
-.endif
-
 CYRUS_USER?=	cyrus
 CYRUS_GROUP?=	cyrus
 
--- cyrus-imapd-2.1.18_2.patch ends here ---

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



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