net/telnet-bsd: Add telnet-bsd 1.2 to repo Patch sources: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-misc/telnet-bsd/files https://ftp.uni-erlangen.de/gentoo-portage/net-misc/telnet-bsd/files Template for excluding telnetd: https://github.com/theeternalsw0rd/telnet-macos Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> [set me as maintainer, add patches suggested by @pkgadd] Signed-off-by: Paul Spooren <mail@aparcar.org>
42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -3,7 +3,7 @@
|
|
#
|
|
AUTOMAKE_OPTIONS = 1.8 gnits dist-bzip2
|
|
#
|
|
-SUBDIRS = m4 telnet telnetd
|
|
+SUBDIRS = m4 telnet
|
|
|
|
CLEANFILES = *~
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -164,7 +164,7 @@ target_vendor = @target_vendor@
|
|
#
|
|
AUTOMAKE_OPTIONS = 1.8 gnits dist-bzip2
|
|
#
|
|
-SUBDIRS = m4 telnet telnetd
|
|
+SUBDIRS = m4 telnet
|
|
CLEANFILES = *~
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
all: config.h
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3279,7 +3279,7 @@ _ACEOF
|
|
fi
|
|
|
|
|
|
- ac_config_files="$ac_config_files Makefile m4/Makefile telnet/Makefile telnetd/Makefile"
|
|
+ ac_config_files="$ac_config_files Makefile m4/Makefile telnet/Makefile"
|
|
|
|
cat >confcache <<\_ACEOF
|
|
# This file is a shell script that caches the results of configure
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -54,5 +54,5 @@ AC_SUBST(PIE_LDFLAGS)
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
|
AC_C_CONST
|
|
|
|
-AC_CONFIG_FILES([Makefile m4/Makefile telnet/Makefile telnetd/Makefile])
|
|
+AC_CONFIG_FILES([Makefile m4/Makefile telnet/Makefile])
|
|
AC_OUTPUT
|