summaryrefslogtreecommitdiff
path: root/net-mgmt/annextools/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
commit4681ca0af3748934fa9e0e35981cea6e5f80062f (patch)
tree66de6e8d09f74d884ec43657e82b5f292d8922af /net-mgmt/annextools/files
parentAdd missing binary to pkg-plist. (diff)
Removed unmaintained expired ports from net-mgmt
2011-05-01 net-mgmt/annextools: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/asused: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/grepip: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/ipsectrace: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/knowlan: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/p5-Altoids: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/pktstat: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/scotty3: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273444
Diffstat (limited to 'net-mgmt/annextools/files')
-rw-r--r--net-mgmt/annextools/files/patch-Makefile12
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::Makefile96
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::acp.c13
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::acp_lib.c11
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::acp_lib.h11
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::acp_policy.c10
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::acp_tcp.c11
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::acplint.c20
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::ch_passwd.c21
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::env_parser.c11
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::erpcd.c23
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::session_dbunx.c26
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::spy.c13
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::tms.c11
-rw-r--r--net-mgmt/annextools/files/patch-erpcd::tms_dbm.c18
-rw-r--r--net-mgmt/annextools/files/patch-inc::na::cmd.h17
-rw-r--r--net-mgmt/annextools/files/patch-inc::na::help.h18
-rw-r--r--net-mgmt/annextools/files/patch-inc::slip::slip_user.h11
-rw-r--r--net-mgmt/annextools/files/patch-libannex::Makefile13
-rw-r--r--net-mgmt/annextools/files/patch-libannex::api_if.c13
-rw-r--r--net-mgmt/annextools/files/patch-libannex::ip_layer.c11
-rw-r--r--net-mgmt/annextools/files/patch-libannex::slip_layer.c23
-rw-r--r--net-mgmt/annextools/files/patch-libannex::socket_layer.c47
-rw-r--r--net-mgmt/annextools/files/patch-libannex::udp_layer.c12
-rw-r--r--net-mgmt/annextools/files/patch-make.config5
-rw-r--r--net-mgmt/annextools/files/patch-na::Makefile20
-rw-r--r--net-mgmt/annextools/files/patch-netadm::Makefile19
-rw-r--r--net-mgmt/annextools/files/patch-netadm::dialout.c17
-rw-r--r--net-mgmt/annextools/files/patch-netadm::rpc.c61
29 files changed, 0 insertions, 594 deletions
diff --git a/net-mgmt/annextools/files/patch-Makefile b/net-mgmt/annextools/files/patch-Makefile
deleted file mode 100644
index 01da8e244b0f..000000000000
--- a/net-mgmt/annextools/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig Thu Sep 18 20:10:32 2003
-+++ Makefile Thu Sep 18 20:10:32 2003
-@@ -0,0 +1,9 @@
-+SUBDIR= libannex
-+SUBDIR+= netadm
-+SUBDIR+= erpcd
-+SUBDIR+= na
-+.if ${OSVERSION} < 800039
-+SUBDIR+= rtelnet
-+.endif
-+
-+.include <bsd.subdir.mk>
diff --git a/net-mgmt/annextools/files/patch-erpcd::Makefile b/net-mgmt/annextools/files/patch-erpcd::Makefile
deleted file mode 100644
index 523512e5583e..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::Makefile
+++ /dev/null
@@ -1,96 +0,0 @@
---- erpcd/Makefile.orig Wed Jun 24 17:23:53 1998
-+++ erpcd/Makefile Sun Sep 28 00:23:28 2003
-@@ -227,6 +227,9 @@
- CDBCFILES = acp_dbm_lib.c
- CDBOFILES = acp_dbm_lib.o
-
-+CFLAGS += -I../inc
-+LIBFLAG = -lcrypt
-+
- CFILES = ${ERPCFILES} ch_passwd.c convert.c ${COMCFILES} ${STUBCFILES}\
- ${CDBCFILES} ${SECURIDCFILES} ${ENIGMACFILES} acp_dbm.c \
- tms_dbm.c tms_convert.c spy.c
-@@ -262,58 +265,58 @@
- erpcd: ${ERPOFILES} ${COMOFILES} ../libannex/libannex.a ../netadm/netadm.a \
- ${ENIGMAFILES} ${SECURIDFILES} ${KERBEROSLIB} ${STUBLFILES}\
- ${CDBOFILES} ${SECURIDOFILES} ${ENIGMAOFILES}
-- @/bin/echo "*** Building erpcd utility ***" > /dev/tty
-+ @/bin/echo "*** Building erpcd utility ***"
- ${CC} ${BUILD_CORRECTION} ${CFLAGS} -o erpcd \
- ${ERPOFILES} ${SECURIDOFILES} ${COMOFILES} \
- ${ENIGMAOFILES} ${CDBOFILES}\
- ../libannex/libannex.a ../netadm/netadm.a \
- ${SECURIDFILES} ${KERBEROSLIB} ${ENIGMAFILES} \
- ${STUBLINKING} ${LIBFLAG}
-- @/bin/echo "*** Done building erpcd utility ***" > /dev/tty
-+ @/bin/echo "*** Done building erpcd utility ***"
-
- ch_passwd: ch_passwd.o ${COMOFILES} ${CDBOFILES} ../libannex/libannex.a
-- @/bin/echo "*** Building ch_passwd utility ***" > /dev/tty
-+ @/bin/echo "*** Building ch_passwd utility ***"
- ${CC} ${CFLAGS} -o ch_passwd ch_passwd.o ${COMOFILES} \
- ${CDBOFILES} ../libannex/libannex.a ${LIBFLAG}
-- @/bin/echo "*** Done building ch_passwd utility ***" > /dev/tty
-+ @/bin/echo "*** Done building ch_passwd utility ***"
-
- convert: convert.o ${COMOFILES} ../libannex/libannex.a
-- @/bin/echo "*** Building convert utility ***" > /dev/tty
-+ @/bin/echo "*** Building convert utility ***"
- ${CC} ${CFLAGS} -o convert convert.o ${COMOFILES} \
- ../libannex/libannex.a ${LIBFLAG}
-- @/bin/echo "*** Done building convert utility ***" > /dev/tty
-+ @/bin/echo "*** Done building convert utility ***"
-
- acp_dbm: acp_dbm.o ${CDBOFILES} ../libannex/libannex.a
-- @/bin/echo "*** Building acp_dbm utility ***" > /dev/tty
-+ @/bin/echo "*** Building acp_dbm utility ***"
- ${CC} ${CFLAGS} -o acp_dbm acp_dbm.o ${CDBOFILES} \
- ../libannex/libannex.a ${LIBFLAG}
-- @/bin/echo "*** Done building acp_dbm utility ***" > /dev/tty
-+ @/bin/echo "*** Done building acp_dbm utility ***"
-
- tms_dbm: tms_dbm.o tms_lib.o ../libannex/libannex.a ../netadm/netadm.a
-- @/bin/echo "*** Building tms_dbm utility ***" > /dev/tty
-+ @/bin/echo "*** Building tms_dbm utility ***"
- ${CC} ${CFLAGS} -o tms_dbm tms_dbm.o tms_lib.o \
- ../libannex/libannex.a ../netadm/netadm.a ${LIBFLAG}
-- @/bin/echo "*** Done building tms_dbm utility ***" > /dev/tty
-+ @/bin/echo "*** Done building tms_dbm utility ***"
-
- tms_convert: tms_convert.o tms_lib.o ../libannex/libannex.a \
- ../netadm/netadm.a
-- @/bin/echo "*** Building tms_convert utility ***" > /dev/tty
-+ @/bin/echo "*** Building tms_convert utility ***"
- ${CC} ${CFLAGS} -o tms_convert tms_convert.o tms_lib.o \
- ../libannex/libannex.a ../netadm/netadm.a ${LIBFLAG}
-- @/bin/echo "*** Done building tms_convert utility ***" > /dev/tty
-+ @/bin/echo "*** Done building tms_convert utility ***"
-
- spy: spy.o ../libannex/erpc_subr.o ../libannex/libannex.a \
- ../netadm/netadm.a
-- @/bin/echo "*** Building spy utility ***" > /dev/tty
-+ @/bin/echo "*** Building spy utility ***"
- ${CC} ${CFLAGS} -o spy spy.o ../libannex/erpc_subr.o \
- ../libannex/libannex.a ../netadm/netadm.a ${LIBFLAG}
-- @/bin/echo "*** Done building spy utility ***" > /dev/tty
-+ @/bin/echo "*** Done building spy utility ***"
-
- acplint: acplint.o getacpuser.o getacpstubs.o env_parser.o time_parser.o
-- @/bin/echo "*** Building acplint utility ***" > /dev/tty
-+ @/bin/echo "*** Building acplint utility ***"
- ${CC} ${CFLAGS} -g -o acplint acplint.o getacpuser.o getacpstubs.o \
- env_parser.o time_parser.o ../libannex/libannex.a ${LIBFLAG}
-- @/bin/echo "*** Done building acplint utility ***" > /dev/tty
-+ @/bin/echo "*** Done building acplint utility ***"
-
- lintup:
- lint ${ALLFLAGS} ${ERPCFILES} ${COMCFILES} ${CDBCFILES}
-@@ -346,7 +349,7 @@
- STOPPREFIX = /etc/rc0.d/K09
-
- install-initd:
-- @echo "*** Installing init.d start and stop script ***" > /dev/tty
-+ @echo "*** Installing init.d start and stop script ***"
- $(INSTALL) sysexec $(INITD) $(ANNEXINIT)
- $(RM) -f /etc/rc[20].d/[SK][0-9][0-9]$(ANNEXINIT)
- ln $(INITD)/$(ANNEXINIT) $(STARTPREFIX)$(ANNEXINIT)
diff --git a/net-mgmt/annextools/files/patch-erpcd::acp.c b/net-mgmt/annextools/files/patch-erpcd::acp.c
deleted file mode 100644
index 08ec79704808..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::acp.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- erpcd/acp.c.orig Tue Dec 2 14:49:05 1997
-+++ erpcd/acp.c Thu Sep 18 20:10:32 2003
-@@ -40,10 +40,6 @@
- #include <signal.h>
- #include <errno.h>
-
--#ifndef _WIN32
--extern int sys_nerr;
--#endif /* not _WIN32 */
--
- #include "../libannex/api_if.h"
- #include "../libannex/srpc.h"
- #include "../inc/courier/courier.h"
diff --git a/net-mgmt/annextools/files/patch-erpcd::acp_lib.c b/net-mgmt/annextools/files/patch-erpcd::acp_lib.c
deleted file mode 100644
index 7f0f63beb618..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::acp_lib.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- erpcd/acp_lib.c.orig Thu Feb 5 15:14:00 1998
-+++ erpcd/acp_lib.c Thu Sep 18 20:10:32 2003
-@@ -2437,7 +2437,7 @@
- int acp_annex_status_return(msg)
- struct annex_status_return *msg;
- {
--if (msg->errno == ESUCCESS)return(TRUE);
-+if (msg->xerrno == ESUCCESS)return(TRUE);
- else return(FALSE);
-
- }
diff --git a/net-mgmt/annextools/files/patch-erpcd::acp_lib.h b/net-mgmt/annextools/files/patch-erpcd::acp_lib.h
deleted file mode 100644
index fd328e5b1b5a..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::acp_lib.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- erpcd/acp_lib.h.orig Tue Jan 27 17:46:14 1998
-+++ erpcd/acp_lib.h Thu Sep 18 20:10:32 2003
-@@ -9,7 +9,7 @@
-
- #ifndef _WIN32 /* is this needed at all? */
- struct annex_status_return {
-- int errno;
-+ int xerrno;
- };
- #endif /* not _WIN32 */
-
diff --git a/net-mgmt/annextools/files/patch-erpcd::acp_policy.c b/net-mgmt/annextools/files/patch-erpcd::acp_policy.c
deleted file mode 100644
index 8c1637926bcf..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::acp_policy.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- erpcd/acp_policy.c.orig Thu Dec 14 13:12:21 2006
-+++ erpcd/acp_policy.c Thu Dec 14 13:14:18 2006
-@@ -333,6 +333,7 @@
- char *Pass, int prompt,
- int max_retries, char *Message,
- ARQ_PROFILE *opt_info));
-+static int map_mask_to_code(int);
-
- #ifdef _WIN32
- int syslog( int pri, const char *format, ...);
diff --git a/net-mgmt/annextools/files/patch-erpcd::acp_tcp.c b/net-mgmt/annextools/files/patch-erpcd::acp_tcp.c
deleted file mode 100644
index 0782a2627166..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::acp_tcp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- erpcd/acp_tcp.c.orig Thu Dec 14 13:16:58 2006
-+++ erpcd/acp_tcp.c Thu Dec 14 13:17:32 2006
-@@ -139,7 +139,7 @@
- #endif /* _WIN32 */
-
- /* Forward Routine Declarations */
--int type_of_req();
-+static int type_of_req();
- #define DOMAIN_DELIMIT '@'
- #define TLD_DELIMIT '.'
- #define REQ_TYPE_DROP 0
diff --git a/net-mgmt/annextools/files/patch-erpcd::acplint.c b/net-mgmt/annextools/files/patch-erpcd::acplint.c
deleted file mode 100644
index 348911ad0d68..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::acplint.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- erpcd/acplint.c.orig Thu Dec 14 13:27:34 2006
-+++ erpcd/acplint.c Thu Dec 14 13:29:12 2006
-@@ -60,7 +60,8 @@
- #endif
-
- void uprof_dump();
--
-+static void usage();
-+
- char *err_text[] = {
- "ACPU_ESUCCESS",
- "ACPU_ESKIP",
-@@ -87,7 +88,6 @@
- int opt, flags = 0;
- Uprof uprof;
- Access access;
-- static void usage();
- struct environment_spec env, *env_p = &env;
-
-
diff --git a/net-mgmt/annextools/files/patch-erpcd::ch_passwd.c b/net-mgmt/annextools/files/patch-erpcd::ch_passwd.c
deleted file mode 100644
index e4daf66f1946..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::ch_passwd.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- erpcd/ch_passwd.c.orig Mon Jul 21 19:51:16 1997
-+++ erpcd/ch_passwd.c Thu Dec 14 13:40:15 2006
-@@ -65,6 +65,9 @@
- #endif
- #endif
-
-+#include <stdlib.h>
-+#include <string.h>
-+
- char *strcpy();
- char *crypt();
- char *getpass();
-@@ -87,6 +90,8 @@
- static DBM *open_dbm();
- static void unlock_database();
- #endif
-+
-+static int matches_password(char *, char *);
-
- static int
- alldigits(str)
diff --git a/net-mgmt/annextools/files/patch-erpcd::env_parser.c b/net-mgmt/annextools/files/patch-erpcd::env_parser.c
deleted file mode 100644
index a19c80690c25..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::env_parser.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- erpcd/env_parser.c.orig Fri Apr 3 15:36:47 1998
-+++ erpcd/env_parser.c Thu Sep 18 20:10:32 2003
-@@ -29,6 +29,8 @@
- #include <netinet/in.h>
- #include <netdb.h>
- #include <net/if.h>
-+#include <net/if_var.h>
-+#include <netinet/in.h>
- #include <netinet/in_var.h>
- #include <netinet/if_ether.h>
- #include <syslog.h>
diff --git a/net-mgmt/annextools/files/patch-erpcd::erpcd.c b/net-mgmt/annextools/files/patch-erpcd::erpcd.c
deleted file mode 100644
index f66a2046630b..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::erpcd.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- erpcd/erpcd.c.orig Sat Jan 31 17:38:06 1998
-+++ erpcd/erpcd.c Thu Sep 18 20:10:32 2003
-@@ -36,7 +36,7 @@
- #include <sys/param.h>
- #include <sys/wait.h>
- #include <netinet/in.h>
--#include <sgtty.h>
-+#include <sys/ioctl.h>
- #include <netdb.h>
- #else
- #include <time.h>
-@@ -2108,11 +2108,7 @@
- {
- int savederrno = errno;
- int i,j;
--#ifdef SYS_V
- int status;
--#else
-- union wait status;
--#endif
-
- #ifdef SYS_V
- /* decrement child_count for each status successfully returned */
diff --git a/net-mgmt/annextools/files/patch-erpcd::session_dbunx.c b/net-mgmt/annextools/files/patch-erpcd::session_dbunx.c
deleted file mode 100644
index 03a1b2e26636..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::session_dbunx.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- erpcd/session_dbunx.c.orig Wed Oct 15 13:50:46 1997
-+++ erpcd/session_dbunx.c Thu Sep 18 20:10:32 2003
-@@ -117,7 +117,11 @@
- key_t sem_key = 0; /* semaphore key */
- int Asemid; /* Access semaphore id */
-
-+#if defined(__FreeBSD__)
-+int ctlinit;
-+#else
- union semun ctlinit; /* arg struct for semctl */
-+#endif
- /* sembuf elements: index, op, flag */
- struct sembuf sopwait = {0,-1, SEM_UNDO}; /* wait for semaphore */
- struct sembuf soppost = {0, 1, SEM_UNDO}; /* set value to available */
-@@ -290,7 +294,11 @@
- return errno;
- }
- }
-+#if defined(__FreeBSD__)
-+ ctlinit = 1;
-+#else
- ctlinit.val = 1;
-+#endif
- if (semctl(Asemid, 0, SETVAL, ctlinit) == -1) {
- #ifdef USE_SYSLOG
- syslog(LOG_CRIT, "%s: Set semaphore, semctl error %d. No database access.", appname, errno);
diff --git a/net-mgmt/annextools/files/patch-erpcd::spy.c b/net-mgmt/annextools/files/patch-erpcd::spy.c
deleted file mode 100644
index 1083a10a912a..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::spy.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- erpcd/spy.c.orig Mon May 5 16:09:35 1997
-+++ erpcd/spy.c Thu Sep 18 20:10:32 2003
-@@ -34,8 +34,10 @@
-
- int debug = 0;
-
-+#if !defined(__FreeBSD__)
- extern int errno;
- extern char *sys_errlist[]; /* errno strings */
-+#endif
-
- static void timeout();
-
diff --git a/net-mgmt/annextools/files/patch-erpcd::tms.c b/net-mgmt/annextools/files/patch-erpcd::tms.c
deleted file mode 100644
index fc4a7ba337c4..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::tms.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- erpcd/tms.c.orig Thu Dec 14 13:19:53 2006
-+++ erpcd/tms.c Thu Dec 14 13:20:07 2006
-@@ -50,7 +50,7 @@
- /*
- * forwards
- */
--int tms_request();
-+static int tms_request();
- #define REQUEST_INIT 1
- #define REQUEST_TERM 2
-
diff --git a/net-mgmt/annextools/files/patch-erpcd::tms_dbm.c b/net-mgmt/annextools/files/patch-erpcd::tms_dbm.c
deleted file mode 100644
index f93661baa0cd..000000000000
--- a/net-mgmt/annextools/files/patch-erpcd::tms_dbm.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- erpcd/tms_dbm.c.orig Thu Dec 14 13:25:31 2006
-+++ erpcd/tms_dbm.c Thu Dec 14 13:27:08 2006
-@@ -1505,13 +1505,14 @@
- *
- ************************************************************/
-
-+static char ctoh();
-+
- static int
- parse_addmod(argc, argv, adding)
- int argc;
- char **argv;
- int adding;
- {
-- char ctoh();
- static char inv_val[] = "Invalid %s value \"%s\"\n";
-
- static struct kw_entry {
diff --git a/net-mgmt/annextools/files/patch-inc::na::cmd.h b/net-mgmt/annextools/files/patch-inc::na::cmd.h
deleted file mode 100644
index 0b539124758e..000000000000
--- a/net-mgmt/annextools/files/patch-inc::na::cmd.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- inc/na/cmd.h.orig Tue Aug 18 18:39:14 1998
-+++ inc/na/cmd.h Thu Sep 18 20:10:32 2003
-@@ -1881,13 +1881,12 @@
- , { 0, 0, 0, V_BIG_BIRD_N, V_BIG_BIRD_N, 0, V_BIG_BIRD_N, V_PRIMATE_N }
- #endif
- },
--#ifndef NA
-+/* XXXCDC: was ifndef NA, need this or indexs off by 1! */
- {ARPT_TTKILLC, DFE_CAT, DFE_ARPT_TTKILLC , B_GENERIC_CAT, CARDINAL_P, CNV_BYTE
- #ifdef NA
- , { 0, 0, 0, 0, 0, 0, 0, 0 }
- #endif
- },
--#endif
- {FAIL_TO_CONNECT, DFE_CAT, DFE_FAIL_TO_CONNECT, B_GENERIC_CAT, CARDINAL_P, CNV_INT
- #ifdef NA
- , { 0, 0, 0, V_14_0_N, V_14_0_N, 0, 0, V_14_0_N }
diff --git a/net-mgmt/annextools/files/patch-inc::na::help.h b/net-mgmt/annextools/files/patch-inc::na::help.h
deleted file mode 100644
index 32740dbee04a..000000000000
--- a/net-mgmt/annextools/files/patch-inc::na::help.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- inc/na/help.h.orig Tue Aug 18 18:40:40 1998
-+++ inc/na/help.h Thu Sep 18 20:10:32 2003
-@@ -298,14 +298,13 @@
- , "Show the AppleTalk subset of port parameters"
- #endif /* NA */
- },
--#ifndef NA
-+/* XXXCDC: was ifndef NA, need this or annex_params[26] is null! */
- {"arpt_kill_timer", BOX_PARAM, ARPT_TTKILLC
- #ifdef NA
- , "Time for a temporary created entry in an ARP Table to remain active.\n\t\
- Value in minutes: range 1 to 255, default value is 20 minutes."
- #endif /* NA */
- },
--#endif
- {"arap_v42bis", PORT_PARAM, P_ARAP_V42BIS
- #ifdef NA
- , "Allow the enabling of V.42bis compression\n\t\
diff --git a/net-mgmt/annextools/files/patch-inc::slip::slip_user.h b/net-mgmt/annextools/files/patch-inc::slip::slip_user.h
deleted file mode 100644
index fba7295c37d3..000000000000
--- a/net-mgmt/annextools/files/patch-inc::slip::slip_user.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- inc/slip/slip_user.h.orig Wed Apr 5 19:48:20 1989
-+++ inc/slip/slip_user.h Thu Sep 18 20:10:32 2003
-@@ -46,7 +46,7 @@
- * *
- *****************************************************************************/
-
--#define CFGFILE INSTALL_DIR/slipcfg"
-+#define CFGFILE INSTALL_DIR "/slipcfg"
- #define SLIPDATA "/usr/spool/slipd/D.%d"
- #define OUTPIPE "/usr/spool/slipd/outpipe"
- #define PORTLOCK "/usr/spool/slipd/portlock"
diff --git a/net-mgmt/annextools/files/patch-libannex::Makefile b/net-mgmt/annextools/files/patch-libannex::Makefile
deleted file mode 100644
index 17ed05f31acb..000000000000
--- a/net-mgmt/annextools/files/patch-libannex::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- libannex/Makefile.orig Tue Oct 1 12:46:00 1996
-+++ libannex/Makefile Thu Sep 18 20:10:32 2003
-@@ -29,6 +29,10 @@
- # REVISION: $Revision: 1.12 $
- #
-
-+CFLAGS += -I../inc
-+
-+LIBANX_O = bcopy.o dup2.o erpc_subr.o srpc.o hostname.o in_cksum.o inet.o ip_layer.o sendrecv.o slip_layer.o socket_layer.o udp_layer.o api_if.o asn1.o conv.o proctitle.o random.o servname.o
-+
- LIBANX_OT = ${LIBANX_O} .
-
- GFLG =
diff --git a/net-mgmt/annextools/files/patch-libannex::api_if.c b/net-mgmt/annextools/files/patch-libannex::api_if.c
deleted file mode 100644
index 146fb7cf2f2e..000000000000
--- a/net-mgmt/annextools/files/patch-libannex::api_if.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- libannex/api_if.c.orig Mon Oct 13 01:49:30 2003
-+++ libannex/api_if.c Mon Oct 13 01:49:51 2003
-@@ -180,8 +180,10 @@
- #define recvmsg_func recvmsg
- #endif
-
-+#ifndef __FreeBSD__
- extern int sendmsg_func();
- extern int recvmsg_func();
-+#endif
-
- #ifdef _WIN32
- #define XylogicsWSAGetLastError() \
diff --git a/net-mgmt/annextools/files/patch-libannex::ip_layer.c b/net-mgmt/annextools/files/patch-libannex::ip_layer.c
deleted file mode 100644
index f76d070caac7..000000000000
--- a/net-mgmt/annextools/files/patch-libannex::ip_layer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libannex/ip_layer.c.orig Thu Aug 4 15:57:47 1994
-+++ libannex/ip_layer.c Thu Sep 18 20:18:15 2003
-@@ -63,6 +63,8 @@
- *****************************************************************************/
-
- #include <sys/types.h>
-+#include <netinet/in.h>
-+#include <arpa/inet.h>
- #include <stdio.h>
- #include "../inc/config.h"
- #include "port/port.h"
diff --git a/net-mgmt/annextools/files/patch-libannex::slip_layer.c b/net-mgmt/annextools/files/patch-libannex::slip_layer.c
deleted file mode 100644
index 1a9056d6b998..000000000000
--- a/net-mgmt/annextools/files/patch-libannex::slip_layer.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- libannex/slip_layer.c.orig Thu Aug 4 15:58:46 1994
-+++ libannex/slip_layer.c Thu Sep 18 20:18:34 2003
-@@ -70,6 +70,8 @@
- #include "port/port.h"
- #include <sys/stat.h>
- #include <sys/fcntl.h>
-+#include <netinet/in.h>
-+#include <arpa/inet.h>
- #include <stdio.h>
- #include <errno.h>
- #include "../inc/slip/slip_user.h"
-@@ -101,10 +103,7 @@
- *****************************************************************************/
-
- extern int debug;
--extern errno_t errno;
--
--extern UINT32 inet_addr();
--
-+extern int errno;
-
- /*****************************************************************************
- * *
diff --git a/net-mgmt/annextools/files/patch-libannex::socket_layer.c b/net-mgmt/annextools/files/patch-libannex::socket_layer.c
deleted file mode 100644
index 39b6fb996089..000000000000
--- a/net-mgmt/annextools/files/patch-libannex::socket_layer.c
+++ /dev/null
@@ -1,47 +0,0 @@
---- libannex/socket_layer.c.orig Thu Aug 4 16:58:59 1994
-+++ libannex/socket_layer.c Thu Dec 14 13:09:21 2006
-@@ -74,6 +74,8 @@
- #include <ctype.h>
- #include <errno.h>
- #include <signal.h>
-+#include <netdb.h>
-+#include <netinet/in.h>
- #include "../inc/config.h"
- #include "../inc/slip/slip_user.h"
-
-@@ -168,6 +170,8 @@
- static struct sockinf *sockinf_bynumber();
- static struct sockinf *sockinf_byport();
-
-+static int trivial_alarm_handler(int);
-+
-
- struct protoent *GETPROTOBYNAME(name)
- char *name;
-@@ -189,7 +193,7 @@
- int protocol; /* IPPROTO_UDP only */
- {
- struct sockinf *s;
-- errno_t error;
-+ int error;
- int i;
-
- /* Check arguments */
-@@ -260,7 +264,7 @@
- {
- struct sockinf *t, *u;
- int port;
-- errno_t error;
-+ int error;
-
- if(!(t = sockinf_bynumber(s, FALSE))) {
- errno = EBADF;
-@@ -300,7 +304,7 @@
- {
- struct sockinf *t, *u;
- int port;
-- errno_t error;
-+ int error;
-
- if(!(t = sockinf_bynumber(s, FALSE))) {
- errno = EBADF;
diff --git a/net-mgmt/annextools/files/patch-libannex::udp_layer.c b/net-mgmt/annextools/files/patch-libannex::udp_layer.c
deleted file mode 100644
index 3376b80d0c22..000000000000
--- a/net-mgmt/annextools/files/patch-libannex::udp_layer.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- libannex/udp_layer.c.orig Thu Aug 4 15:59:14 1994
-+++ libannex/udp_layer.c Thu Sep 18 20:10:32 2003
-@@ -63,7 +63,9 @@
- *****************************************************************************/
-
- #include <stdio.h>
-+#include <errno.h>
- #include <sys/types.h>
-+#include <netinet/in.h>
- #include "../inc/config.h"
- #include "port/port.h"
- #include "../inc/slip/slip_user.h"
diff --git a/net-mgmt/annextools/files/patch-make.config b/net-mgmt/annextools/files/patch-make.config
deleted file mode 100644
index 988713f3fdb8..000000000000
--- a/net-mgmt/annextools/files/patch-make.config
+++ /dev/null
@@ -1,5 +0,0 @@
---- make.config.orig Thu Sep 18 20:10:32 2003
-+++ make.config Thu Sep 18 20:10:32 2003
-@@ -0,0 +1,2 @@
-+
-+CFLAGS += -D_NFILE=65536 -DHAS_CTRL_NOT_ACC=1 -DINSTALL_DIR=\"/usr/local/annex\" -DMIN_SLIP_ERR=10 -DMAX_SLIP_ERR=10 -DFREEBSD=1
diff --git a/net-mgmt/annextools/files/patch-na::Makefile b/net-mgmt/annextools/files/patch-na::Makefile
deleted file mode 100644
index 9812f8f692f3..000000000000
--- a/net-mgmt/annextools/files/patch-na::Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- na/Makefile.orig Mon Jun 3 15:45:07 1996
-+++ na/Makefile Thu Sep 18 20:10:32 2003
-@@ -50,7 +50,7 @@
-
- OFILES = main.o cmd.o parse.o do.o sub.o conv.o conv2.o pager.o
- CFILES = main.c cmd.c parse.c do.c sub.c conv.c conv2.c pager.c
--AFILES = ../netadm/netadm.a ../libannex/libannex.a
-+AFILES = ../libannex/libannex.a ../netadm/netadm.a
- EFILES = na
-
- all:
-@@ -72,7 +72,7 @@
- ${RM} -f ${OFILES} ${EFILES}
-
- na: ${OFILES} ${AFILES}
-- ${CC} ${NACFLAGS} -o na ${OFILES} ${AFILES} ${LIBFLAG}
-+ ${CC} ${NACFLAGS} -o na ${OFILES} -L../libannex -L../netadm -lnetadm -lannex
-
- ../libannex/libannex.a:
- cd ../libannex; $(MAKE)
diff --git a/net-mgmt/annextools/files/patch-netadm::Makefile b/net-mgmt/annextools/files/patch-netadm::Makefile
deleted file mode 100644
index 31330ffae6de..000000000000
--- a/net-mgmt/annextools/files/patch-netadm::Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- netadm/Makefile.orig Wed May 15 15:37:44 1996
-+++ netadm/Makefile Thu Sep 18 20:10:32 2003
-@@ -28,6 +28,8 @@
- # REVISION: $Revision: 1.24 $
- #
-
-+CFLAGS += -I../inc
-+
- OFILES = boot.o reset_all.o reset_line.o set_inet_add.o \
- read_memory.o get_da_param.o set_da_param.o get_ln_param.o \
- set_ln_param.o broadcast.o get_anx_rev.o get_anx_opt.o \
-@@ -73,6 +75,7 @@
- netadm.a: ${OFILES}
- ${AR} ${ARFLAGS} netadm.a $(OFILES)
- ${RANLIB} netadm.a
-+ cp netadm.a libnetadm.a
-
- install: all
-
diff --git a/net-mgmt/annextools/files/patch-netadm::dialout.c b/net-mgmt/annextools/files/patch-netadm::dialout.c
deleted file mode 100644
index 2c33595ba7a5..000000000000
--- a/net-mgmt/annextools/files/patch-netadm::dialout.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- netadm/dialout.c 2008-01-27 16:29:09.000000000 +0100
-+++ netadm/dialout.c 2008-01-27 16:36:23.000000000 +0100
-@@ -66,14 +66,6 @@
-
- #include <stdio.h>
-
--#ifdef SYS_V
--#include <termio.h>
--#else
--#ifndef _WIN32
--#include <sgtty.h>
--#endif
--#endif
--
- #include "../inc/courier/courier.h"
- #include "../inc/erpc/netadmp.h"
-
diff --git a/net-mgmt/annextools/files/patch-netadm::rpc.c b/net-mgmt/annextools/files/patch-netadm::rpc.c
deleted file mode 100644
index c40c24518951..000000000000
--- a/net-mgmt/annextools/files/patch-netadm::rpc.c
+++ /dev/null
@@ -1,61 +0,0 @@
---- netadm/rpc.c 2008-01-27 16:29:09.000000000 +0100
-+++ netadm/rpc.c 2008-01-27 16:34:49.000000000 +0100
-@@ -35,7 +35,9 @@
-
- #include <stdio.h>
-
--#ifdef SYS_V
-+#ifdef __FreeBSD__
-+#include <termios.h>
-+#elif defined(SYS_V)
- #include <termio.h>
- #else
- #ifndef _WIN32
-@@ -749,7 +751,9 @@
- {
-
- #ifndef _WIN32
--#ifdef SYS_V
-+#ifdef __FreeBSD__
-+ struct termios tio;
-+#elif defined(SYS_V)
- struct termio tio;
- #else
- struct sgttyb sg;
-@@ -762,7 +766,11 @@
-
- fd = fileno(rfp);
-
--#ifdef SYS_V
-+#ifdef __FreeBSD__
-+ tcgetattr(fd, &tio);
-+ tio.c_lflag &= ~(ECHO);
-+ tcsetattr(fd, TCSANOW, &tio);
-+#elif defined(SYS_V)
- (void)ioctl(fd, (int)TCGETA, &tio);
- tio.c_lflag &= ~(ECHO);
- (void)ioctl(fd, (int)TCSETA, &tio);
-@@ -779,7 +787,9 @@
- void devttyecho() /* turn echo on */
- {
- #ifndef _WIN32
--#ifdef SYS_V
-+#ifdef __FreeBSD__
-+ struct termios tio;
-+#elif defined(SYS_V)
- struct termio tio;
- #else
- struct sgttyb sg;
-@@ -792,7 +802,11 @@
-
- fd = fileno(rfp);
-
--#ifdef SYS_V
-+#ifdef __FreeBSD__
-+ tcgetattr(fd, &tio);
-+ tio.c_lflag |= ECHO;
-+ tcsetattr(fd, TCSANOW, &tio);
-+#elif defined(SYS_V)
- (void)ioctl(fd, (int)TCGETA, &tio);
- tio.c_lflag |= ECHO;
- (void)ioctl(fd, (int)TCSETA, &tio);