Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Unhook gkermit from the build.



details:   https://anonhg.NetBSD.org/src/rev/abe3d6f8d07a
branches:  trunk
changeset: 331331:abe3d6f8d07a
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Aug 08 19:38:47 2014 +0000

description:
Unhook gkermit from the build.
It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.

diffstat:

 distrib/sets/lists/base/mi  |  3 +--
 distrib/sets/lists/debug/mi |  3 +--
 distrib/sets/lists/man/mi   |  5 +----
 gnu/usr.bin/Makefile        |  4 ++--
 4 files changed, 5 insertions(+), 10 deletions(-)

diffs (83 lines):

diff -r 2aa0e9f56168 -r abe3d6f8d07a distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Fri Aug 08 19:34:35 2014 +0000
+++ b/distrib/sets/lists/base/mi        Fri Aug 08 19:38:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1084 2014/08/08 19:34:35 apb Exp $
+# $NetBSD: mi,v 1.1085 2014/08/08 19:38:47 apb Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -500,7 +500,6 @@
 ./usr/bin/getent                               base-util-bin
 ./usr/bin/getextattr                           base-util-bin
 ./usr/bin/getopt                               base-util-bin
-./usr/bin/gkermit                              base-util-bin
 ./usr/bin/grep                                 base-util-bin
 ./usr/bin/groups                               base-util-bin
 ./usr/bin/gss                                  base-obsolete           obsolete
diff -r 2aa0e9f56168 -r abe3d6f8d07a distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Fri Aug 08 19:34:35 2014 +0000
+++ b/distrib/sets/lists/debug/mi       Fri Aug 08 19:38:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.77 2014/08/01 14:08:47 christos Exp $
+# $NetBSD: mi,v 1.78 2014/08/08 19:38:47 apb Exp $
 
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib
@@ -521,7 +521,6 @@
 ./usr/libdata/debug/usr/bin/getextattr.debug   comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/getopt.debug       comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/gettext.debug      comp-c-debug            debug
-./usr/libdata/debug/usr/bin/gkermit.debug      comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/gprof.debug                comp-debug-debug        binutils,debug
 ./usr/libdata/debug/usr/bin/grep.debug         comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/grn.debug          comp-groff-debug        groff,debug
diff -r 2aa0e9f56168 -r abe3d6f8d07a distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Fri Aug 08 19:34:35 2014 +0000
+++ b/distrib/sets/lists/man/mi Fri Aug 08 19:38:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1482 2014/08/02 23:57:40 rmind Exp $
+# $NetBSD: mi,v 1.1483 2014/08/08 19:38:47 apb Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -186,7 +186,6 @@
 ./usr/share/man/cat1/getextattr.0              man-util-catman         .cat
 ./usr/share/man/cat1/getopt.0                  man-util-catman         .cat
 ./usr/share/man/cat1/gettext.0                 man-locale-catman       .cat
-./usr/share/man/cat1/gkermit.0                 man-util-catman         .cat
 ./usr/share/man/cat1/grep.0                    man-util-catman         .cat
 ./usr/share/man/cat1/grfinfo.0                 man-obsolete            obsolete
 ./usr/share/man/cat1/groups.0                  man-util-catman         .cat
@@ -3310,7 +3309,6 @@
 ./usr/share/man/html1/getextattr.html          man-util-htmlman        html
 ./usr/share/man/html1/getopt.html              man-util-htmlman        html
 ./usr/share/man/html1/gettext.html             man-locale-htmlman      html
-./usr/share/man/html1/gkermit.html             man-util-htmlman        html
 ./usr/share/man/html1/grep.html                        man-util-htmlman        html
 ./usr/share/man/html1/groups.html              man-util-htmlman        html
 ./usr/share/man/html1/gunzip.html              man-util-htmlman        html
@@ -6049,7 +6047,6 @@
 ./usr/share/man/man1/getextattr.1              man-util-man            .man
 ./usr/share/man/man1/getopt.1                  man-util-man            .man
 ./usr/share/man/man1/gettext.1                 man-locale-man          .man
-./usr/share/man/man1/gkermit.1                 man-util-man            .man
 ./usr/share/man/man1/grep.1                    man-util-man            .man
 ./usr/share/man/man1/grfinfo.1                 man-obsolete            obsolete
 ./usr/share/man/man1/groups.1                  man-util-man            .man
diff -r 2aa0e9f56168 -r abe3d6f8d07a gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Fri Aug 08 19:34:35 2014 +0000
+++ b/gnu/usr.bin/Makefile      Fri Aug 08 19:38:47 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.138 2014/06/13 01:17:45 mrg Exp $
+#      $NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR+=       bc
 SUBDIR+=       c89 c99
-SUBDIR+=       dc diffutils gkermit
+SUBDIR+=       dc diffutils
 SUBDIR+=       rcs send-pr texinfo
 
 .if ${MKBSDGREP} == "no"



Home | Main Index | Thread Index | Old Index