[20800] trunk/dports/net/net-snmp

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 28 22:25:04 PST 2006


Revision: 20800
          http://trac.macosforge.org/projects/macports/changeset/20800
Author:   ricci at macports.org
Date:     2006-11-28 22:25:03 -0800 (Tue, 28 Nov 2006)

Log Message:
-----------
Upgrade to 5.4 (and drop revision back to 0)
remove an unneeded patchfile
fix the ipv6 variant (well, don't build the mibII/ipv6 module, it breaks)

Modified Paths:
--------------
    trunk/dports/net/net-snmp/Portfile

Removed Paths:
-------------
    trunk/dports/net/net-snmp/files/patch-agent.mibgroup.host.hr_storage.c

Modified: trunk/dports/net/net-snmp/Portfile
===================================================================
--- trunk/dports/net/net-snmp/Portfile	2006-11-29 05:22:59 UTC (rev 20799)
+++ trunk/dports/net/net-snmp/Portfile	2006-11-29 06:25:03 UTC (rev 20800)
@@ -2,8 +2,8 @@
 PortSystem 1.0
 
 name			net-snmp
-version			5.3.0.1
-revision		1
+version			5.4
+revision		0
 categories		net
 maintainers		opendarwin.org at darkart.com
 description		An extendable SNMP implementation
@@ -17,13 +17,13 @@
 homepage		http://net-snmp.sourceforge.net/
 platforms		darwin
 master_sites		sourceforge
-checksums		md5 db5995ff8fae154cbe7417a4a6f2ca60 \
-			sha1 c58ddabe4281c3681a268bd48de6865e812f2ec5 \
-			rmd160 86b7e56b512faf73d2a08ac3df2def4560b62945
+checksums		md5 46d893281056ff476e597659cb91574d \
+			sha1 8edb17509eba9f8c9cfb015fe35a1024048129eb \
+			rmd160 8ad1f9a3def8022eea48d9b74ae71d8efb59ca61
 
 depends_build		path:/usr/include/netinet/ip_var.h:netinet-headers
-patchfiles		patch-Makefile.in \
-			patch-agent.mibgroup.host.hr_storage.c
+patchfiles		patch-Makefile.in
+
 depends_lib		port:openssl \
 			port:zlib
 configure.args		--enable-shared --disable-static --with-defaults \
@@ -55,7 +55,7 @@
 	configure.args-delete	--disable-agent
 }
 
-variant ipv6	{ configure.args-append --enable-ipv6 }
+variant ipv6	{ configure.args-append --enable-ipv6 --with-out-mib-modules=mibII/ipv6}
 
 ## add in support for kerb based SNMP security
 variant ksm	{ configure.args-append --with-security-modules="usm ksm" }

Deleted: trunk/dports/net/net-snmp/files/patch-agent.mibgroup.host.hr_storage.c
===================================================================
--- trunk/dports/net/net-snmp/files/patch-agent.mibgroup.host.hr_storage.c	2006-11-29 05:22:59 UTC (rev 20799)
+++ trunk/dports/net/net-snmp/files/patch-agent.mibgroup.host.hr_storage.c	2006-11-29 06:25:03 UTC (rev 20800)
@@ -1,19 +0,0 @@
-Index: agent/mibgroup/host/hr_storage.c
-===================================================================
-RCS file: /cvsroot/net-snmp/net-snmp/agent/mibgroup/host/hr_storage.c,v
-retrieving revision 5.22
-diff -u -p -r5.22 hr_storage.c
---- agent/mibgroup/host/hr_storage.c	31 Oct 2005 09:14:38 -0000	5.22
-+++ agent/mibgroup/host/hr_storage.c	14 Feb 2006 21:00:12 -0000
-@@ -732,11 +732,6 @@ really_try_next:
-             case HRS_TYPE_SWAP:
-                 long_return = -1;
- 	        break;
--#if defined(MBSTAT_SYMBOL)
--	    case HRS_TYPE_MBUF:
--                long_return = mbstat.m_mbufs;
--                break; 
--#endif
- #elif defined(TOTAL_MEMORY_SYMBOL) || defined(USE_SYSCTL_VM)
-             case HRS_TYPE_MEM:
-                 long_return = memory_totals.t_rm;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061128/ddd807e5/attachment.html


More information about the macports-changes mailing list