* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/files/
@ 2017-01-15 2:33 Göktürk Yüksek
0 siblings, 0 replies; 2+ messages in thread
From: Göktürk Yüksek @ 2017-01-15 2:33 UTC (permalink / raw
To: gentoo-commits
commit: 214642b05b0c448700a001ce359c58f9ca01c9a3
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jan 8 12:32:38 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 02:32:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214642b0
net-misc/netkit-telnetd: remove unused patch
.../files/netkit-telnetd-0.17-gentoo.patch | 81 ----------------------
1 file changed, 81 deletions(-)
diff --git a/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-gentoo.patch b/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-gentoo.patch
deleted file mode 100644
index 75e5f69..00000000
--- a/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-gentoo.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-diff -r -u netkit-telnet-0.17_orig/telnet/main.cc netkit-telnet-0.17/telnet/main.cc
---- netkit-telnet-0.17_orig/telnet/main.cc 1999-08-01 07:06:37.000000000 +0200
-+++ netkit-telnet-0.17/telnet/main.cc 2002-04-05 09:22:35.000000000 +0200
-@@ -43,6 +43,7 @@
-
- #include "../version.h"
-
-+#include <stdlib.h>
- #include <sys/types.h>
- #include <getopt.h>
- #include <string.h>
-diff -r -u netkit-telnet-0.17_orig/telnet/Makefile netkit-telnet-0.17/telnet/Makefile
---- netkit-telnet-0.17_orig/telnet/Makefile 1999-08-01 07:06:37.000000000 +0200
-+++ netkit-telnet-0.17/telnet/Makefile 2002-04-05 09:26:01.000000000 +0200
-@@ -7,7 +7,7 @@
-
- # -DAUTHENTICATE
- CXXFLAGS += -DUSE_TERMIO -DKLUDGELINEMODE
--LIBS += $(LIBTERMCAP)
-+LIBS += $(LIBTERMCAP) -lcurses
-
- SRCS = commands.cc main.cc network.cc ring.cc sys_bsd.cc telnet.cc \
- terminal.cc tn3270.cc utilities.cc genget.cc environ.cc netlink.cc
-diff -r -u netkit-telnet-0.17_orig/telnet/netlink.cc netkit-telnet-0.17/telnet/netlink.cc
---- netkit-telnet-0.17_orig/telnet/netlink.cc 2000-07-23 06:16:25.000000000 +0200
-+++ netkit-telnet-0.17/telnet/netlink.cc 2002-04-05 09:24:35.000000000 +0200
-@@ -2,6 +2,7 @@
- #include <stdio.h>
- #include <unistd.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
-diff -r -u netkit-telnet-0.17_orig/telnet/network.cc netkit-telnet-0.17/telnet/network.cc
---- netkit-telnet-0.17_orig/telnet/network.cc 1996-08-13 10:09:58.000000000 +0200
-+++ netkit-telnet-0.17/telnet/network.cc 2002-04-05 09:22:52.000000000 +0200
-@@ -37,6 +37,7 @@
- char net_rcsid[] =
- "$Id$";
-
-+#include <stdlib.h>
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/time.h>
-diff -r -u netkit-telnet-0.17_orig/telnet/terminal.cc netkit-telnet-0.17/telnet/terminal.cc
---- netkit-telnet-0.17_orig/telnet/terminal.cc 1999-12-12 20:48:05.000000000 +0100
-+++ netkit-telnet-0.17/telnet/terminal.cc 2002-04-05 09:23:53.000000000 +0200
-@@ -41,6 +41,8 @@
- #include <sys/types.h>
- #include <sys/time.h>
- #include <termios.h>
-+#include <string.h>
-+#include <stdlib.h>
- #include <unistd.h>
- #include <signal.h>
- #include <errno.h>
-diff -r -u netkit-telnet-0.17_orig/telnet/utilities.cc netkit-telnet-0.17/telnet/utilities.cc
---- netkit-telnet-0.17_orig/telnet/utilities.cc 1999-12-12 16:33:40.000000000 +0100
-+++ netkit-telnet-0.17/telnet/utilities.cc 2002-04-05 09:24:14.000000000 +0200
-@@ -46,6 +46,8 @@
- #include <sys/time.h>
- #include <sys/socket.h>
- #include <unistd.h>
-+#include <string.h>
-+#include <stdlib.h>
- #include <ctype.h>
-
- #include "ring.h"
-diff -r -u netkit-telnet-0.17_orig/telnetd/Makefile netkit-telnet-0.17/telnetd/Makefile
---- netkit-telnet-0.17_orig/telnetd/Makefile 1999-12-14 01:43:30.000000000 +0100
-+++ netkit-telnet-0.17/telnetd/Makefile 2002-04-05 09:36:47.000000000 +0200
-@@ -10,7 +10,7 @@
-
- CFLAGS += '-DISSUE_FILE="/etc/issue.net"' -DPARANOID_TTYS \
- -DNO_REVOKE -DKLUDGELINEMODE -DDIAGNOSTICS
--# LIBS += $(LIBTERMCAP)
-+LIBS += -lutil
-
- OBJS = telnetd.o state.o termstat.o slc.o sys_term.o utility.o \
- global.o setproctitle.o
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/files/
@ 2022-10-02 14:43 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2022-10-02 14:43 UTC (permalink / raw
To: gentoo-commits
commit: e1682c92a7c202ac6069023076240d1af552b81d
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 6 16:33:32 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 14:38:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1682c92
net-misc/netkit-telnetd: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/27168
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../netkit-telnetd-0.17-cflags-gnu_source.patch | 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-cflags-gnu_source.patch b/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-cflags-gnu_source.patch
deleted file mode 100644
index 31be21deac14..000000000000
--- a/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-cflags-gnu_source.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/telnetd/Makefile 2004-09-29 22:16:50.175839840 -0500
-+++ b/telnetd/Makefile 2004-09-29 22:09:30.439689896 -0500
-@@ -10,7 +10,7 @@
-
- CFLAGS += '-DISSUE_FILE="/etc/issue.net"' -DPARANOID_TTYS \
- -DNO_REVOKE -DKLUDGELINEMODE -DDIAGNOSTICS \
-- -DLOGIN_WRAPPER=\"/usr/lib/telnetlogin\"
-+ -DLOGIN_WRAPPER=\"/usr/sbin/telnetlogin\" -D_GNU_SOURCE
- # LIBS += $(LIBTERMCAP)
-
- OBJS = telnetd.o state.o termstat.o slc.o sys_term.o utility.o \
---- a/telnet/Makefile 2004-11-01 15:23:29 -0500
-+++ b/telnet/Makefile 2004-11-01 16:05:05 -0500
-@@ -6,7 +6,7 @@
- #CXXFLAGS:=$(patsubst -O2, -g, $(CXXFLAGS))
-
- # -DAUTHENTICATE
--CXXFLAGS += -DUSE_TERMIO -DKLUDGELINEMODE
-+CXXFLAGS += -DUSE_TERMIO -DKLUDGELINEMODE -D_GNU_SOURCE
- LIBS = $(LIBTERMCAP)
-
- SRCS = commands.cc main.cc network.cc ring.cc sys_bsd.cc telnet.cc \
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-02 14:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 2:33 [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/files/ Göktürk Yüksek
-- strict thread matches above, loose matches on Subject: below --
2022-10-02 14:43 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox