ports/150558: [PATCH] mail/cyrus-imapd: Remove net-snmp4 dependency
Renato Botelho
garga at FreeBSD.org
Tue Sep 14 17:30:02 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list