diff options
author | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2008-03-30 16:56:21 +0800 |
---|---|---|
committer | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2008-03-30 16:56:21 +0800 |
commit | 9d5cd7ba49f329c6d12cf147f38f938249e159dd (patch) | |
tree | 9c3e313bf573b20096613662704aa45f07bacddf | |
parent | ef21c6f47039cd4093929779b0fe20dcaf410d49 (diff) | |
download | wslabports-9d5cd7ba49f329c6d12cf147f38f938249e159dd.tar.gz wslabports-9d5cd7ba49f329c6d12cf147f38f938249e159dd.tar.zst wslabports-9d5cd7ba49f329c6d12cf147f38f938249e159dd.zip |
- Remove our net-snmp. The patch is now in official ports.
git-svn-id: https://opensvn.csie.org/wslabports/trunk@15 75cda91c-bdda-477a-9548-7b8f56199edc
-rw-r--r-- | 217/Makefile | 4 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | net-snmp/Makefile | 22 | ||||
-rw-r--r-- | net-snmp/files/patch-inactive-as-cache-memory | 12 | ||||
-rw-r--r-- | net-snmp/pkg-descr | 4 |
5 files changed, 2 insertions, 41 deletions
diff --git a/217/Makefile b/217/Makefile index 90e7822..c8b4fa5 100644 --- a/217/Makefile +++ b/217/Makefile @@ -6,7 +6,7 @@ # PORTNAME= 217 -PORTVERSION= 2008.03.19 +PORTVERSION= 2008.03.30 PORTREVISION= 0 CATEGORIES= local MASTER_SITES= # @@ -36,7 +36,7 @@ RUN_DEPENDS+= LPRng>=0:${PORTSDIR}/sysutils/LPRng \ sudo>=0:${PORTSDIR}/security/sudo \ sshit>=0:${PORTSDIR}/security/sshit \ portaudit>=0:${PORTSDIR}/ports-mgmt/portaudit \ - local-net-snmp>=0:${PORTSDIR}/local/net-snmp \ + net-snmp>=0:${PORTSDIR}/local/net-snmp \ nagios-plugins>=0:${PORTSDIR}/net-mgmt/nagios-plugins \ nsca-client>=0:${PORTSDIR}/net-mgmt/nsca-client \ mbmon:${PORTSDIR}/sysutils/mbmon \ @@ -9,7 +9,6 @@ SUBDIR += joe SUBDIR += matlab SUBDIR += mlterm - SUBDIR += net-snmp SUBDIR += rxvt-devel SUBDIR += shell SUBDIR += w3m-config diff --git a/net-snmp/Makefile b/net-snmp/Makefile deleted file mode 100644 index 3ccaabb..0000000 --- a/net-snmp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: local/net-snmp -# Date created: Sep 18 2007 -# Whom: Rong-En Fan <rafan@csie.ntu.edu.tw> -# -# $FreeBSD$ -# - -CATEGORIES= local - -MAINTAINER= rafan@csie.ntu.edu.tw -COMMENT= net-mgmt/net-snmp local patches - -CONFLICTS= net-snmp-[0-9]* - -MASTERDIR= ${.CURDIR}/../../net-mgmt/net-snmp - -EXTRA_PATCHES= ${.CURDIR}/files/patch-* - -.include "${MASTERDIR}/Makefile" - -# XXX -PKGNAME:= local-${PKGNAME} diff --git a/net-snmp/files/patch-inactive-as-cache-memory b/net-snmp/files/patch-inactive-as-cache-memory deleted file mode 100644 index b56cf94..0000000 --- a/net-snmp/files/patch-inactive-as-cache-memory +++ /dev/null @@ -1,12 +0,0 @@ -net-snmp, mark inactive pages under Cache ---- agent/mibgroup/ucd-snmp/memory_freebsd2.c.orig Wed Aug 17 20:36:14 2005 -+++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Tue Sep 18 20:52:49 2007 -@@ -352,7 +352,7 @@ - #ifdef darwin - long_ret = ptok(mem.v_lookups); - #else -- long_ret = ptok(mem.v_cache_count); -+ long_ret = ptok(mem.v_cache_count) + ptok(mem.v_inactive_count); - #endif - return ((u_char *) (&long_ret)); - #endif diff --git a/net-snmp/pkg-descr b/net-snmp/pkg-descr deleted file mode 100644 index 23a573a..0000000 --- a/net-snmp/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Changes: - - - Make Big5/UTF-8 users happy when editing with joe. - |