summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-ak
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-05-15 06:41:00 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-05-15 06:41:00 +0000
commit1b62f4b5fabd4850adbdd01dc4c11808a6832d1a (patch)
treed730788472c477b9ad81dfa40be5b0a5955b390e /net-mgmt/net-snmp-devel/files/patch-ak
parentConnect net-snmp4 (4.x series of ucd-snmp). (diff)
Upgrade to 5.0.1.
Maintainer note: I have not yet checked this major version bump enough. Please use net/net-snmp4 port for stable environment. And please report any problem with this version.
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-ak')
-rw-r--r--net-mgmt/net-snmp-devel/files/patch-ak21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-ak b/net-mgmt/net-snmp-devel/files/patch-ak
deleted file mode 100644
index 8a9d310cd7a0..000000000000
--- a/net-mgmt/net-snmp-devel/files/patch-ak
+++ /dev/null
@@ -1,21 +0,0 @@
---- agent/Makefile.in.orig Sun Nov 19 12:58:06 2000
-+++ agent/Makefile.in Wed Jan 17 18:37:02 2001
-@@ -68,10 +68,18 @@
-
- libucdagent.$(LIB_EXTENSION)$(LIB_VERSION): ${LLIBAGENTOBJS} libucdmibs.$(LIB_EXTENSION)$(LIB_VERSION)
- $(LIB_LD_CMD) libucdagent.$(LIB_EXTENSION)$(LIB_VERSION) ${LLIBAGENTOBJS} $(LIB_LD_LIBS)
-+ ld -Bshareable -soname libucdagent.$(LIB_EXTENSION)$(LIB_VERSION) \
-+ -o libucdagent.so ${LIBAGENTOBJS}
-+ ln -f libucdagent.so \
-+ ../libucdagent.so.4
- $(RANLIB) libucdmibs.$(LIB_EXTENSION)$(LIB_VERSION)
-
- libucdmibs.$(LIB_EXTENSION)$(LIB_VERSION): ${LMIBOBJS}
- $(LIB_LD_CMD) libucdmibs.$(LIB_EXTENSION)$(LIB_VERSION) ${LMIBOBJS} $(LIB_LD_LIBS)
-+ ld -Bshareable -soname libucdmibs.so.4 \
-+ -o libucdmibs.so ${MIBOBJS}
-+ ln -f libucdmibs.so \
-+ ../libucdmibs.so.4
- $(RANLIB) libucdmibs.$(LIB_EXTENSION)$(LIB_VERSION)
-
- clean: