Date: Wed, 10 Jun 2009 10:36:23 +0200 (CEST) From: Charlie & <root@zaadje.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/135435: Upgrade of the NetXMS port to the most recent version. Message-ID: <200906100836.n5A8aN2N054089@scorpio.int.zaadje.nl> Resent-Message-ID: <200906100910.n5A9A3HU049525@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135435 >Category: ports >Synopsis: Upgrade of the NetXMS port to the most recent version. >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: Wed Jun 10 09:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: M. Possamai <possamai@xs4all.nl> >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD scorpio.int.zaadje.nl 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 8 18:40:47 CEST 2009 root@scorpio.int.zaadje.nl:/usr/obj/usr/src/sys/SCORPIO i386 >Description: The current port version of net-mgmt/netxms is 0.2.24. This pr updates the port to version 0.2.26, the most recent version from the netxms website. >How-To-Repeat: >Fix: --- netxms.diff begins here --- diff -ruN netxms.old/Makefile netxms/Makefile --- netxms.old/Makefile 2009-05-25 19:09:23.000000000 +0200 +++ netxms/Makefile 2009-05-25 19:10:00.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= netxms -PORTVERSION= 0.2.24 +PORTVERSION= 0.2.26 CATEGORIES= net-mgmt MASTER_SITES= http://www.netxms.org/download/ diff -ruN netxms.old/distinfo netxms/distinfo --- netxms.old/distinfo 2009-05-25 19:09:23.000000000 +0200 +++ netxms/distinfo 2009-05-25 19:14:21.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (netxms-0.2.24.tar.gz) = 24ba08779c0fa74b81678497a3010635 -SHA256 (netxms-0.2.24.tar.gz) = 9df9169aacd350302202f9cf371aad02a7804b72d3c2b9d47cbc1ee08ed8afad -SIZE (netxms-0.2.24.tar.gz) = 6390751 +MD5 (netxms-0.2.26.tar.gz) = 04b6626dcea57ed588a96f3e604073b3 +SHA256 (netxms-0.2.26.tar.gz) = 0a593aa0606107673fd31986c8e9913bb5a6cd628923f7ef7233dcf9088bb82b +SIZE (netxms-0.2.26.tar.gz) = 6671715 diff -ruN netxms.old/files/patch-system netxms/files/patch-system --- netxms.old/files/patch-system 1970-01-01 01:00:00.000000000 +0100 +++ netxms/files/patch-system 2009-06-01 02:48:04.000000000 +0200 @@ -0,0 +1,12 @@ +Index: system.cpp +=================================================================== +--- src/agent/subagents/freebsd/system.cpp.orig (revision 3751) ++++ src/agent/subagents/freebsd/system.cpp (working copy) +@@ -182,7 +182,7 @@ + int nPageSize; + char szArg[16] = {0}; + kvm_t *kd; +-#if HAVE_KWM_GETSWAPINFO ++#if HAVE_KVM_GETSWAPINFO + struct kvm_swap swap[16]; + #endif --- netxms.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906100836.n5A8aN2N054089>