mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
2db0b247a5
Remove patches integrated since r9. 1/2 of patch-aa was integrated, the second half has been retained. Add new patch (patch-ak) from web site for s5fakehost files. Add new patch (patch-al) to fix long standing telnet failure to build (it is a kludge, so hasn't been submitted to the socks maintainers).
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
--- clients/telnet/telnet.c.org Fri Sep 24 23:18:34 1999
|
|
+++ clients/telnet/telnet.c Fri Sep 24 23:18:58 1999
|
|
@@ -596,6 +596,7 @@
|
|
else return(unknown);
|
|
}
|
|
|
|
+#undef HAVE_SETUPTERM /* GROSS KLUDGE XXX -- imp */
|
|
#ifndef HAVE_SETUPTERM
|
|
extern int tgetent(char *, char *);
|
|
char termbuf[1024];
|