aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-04-29 23:27:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-04-29 23:27:15 +0000
commit13b5b5486570cd88287ae97d741de8468428a6d3 (patch)
tree7ec38e45cbfa9d445907fa348017b10854448f2a /gnu
parent5763d9db58d4d7671ac56057c98935c87aa695ad (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile1
-rw-r--r--gnu/usr.bin/sdiff/Makefile28
-rw-r--r--gnu/usr.bin/sdiff/Makefile.depend18
-rw-r--r--gnu/usr.bin/sdiff/sdiff.c.diff11
4 files changed, 0 insertions, 58 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 518000d65da7d..63cbd0b629a6d 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -13,7 +13,6 @@ SUBDIR= ${_binutils} \
grep \
${_groff} \
${_rcs} \
- sdiff \
${_tests}
SUBDIR_DEPEND_gdb= ${_binutils}
diff --git a/gnu/usr.bin/sdiff/Makefile b/gnu/usr.bin/sdiff/Makefile
deleted file mode 100644
index efadcf2b8b249..0000000000000
--- a/gnu/usr.bin/sdiff/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-DIFFSRC=${.CURDIR}/../../../contrib/diff/src
-.PATH: ${DIFFSRC} \
- ${.CURDIR}/../../../contrib/diff/lib \
- ${.CURDIR}/../../../contrib/diff/man
-
-PROG= sdiff
-SRCS= sdiff.c version-etc.c \
- error.c xmalloc.c c-stack.c basename.c strtoumax.c \
- exitfail.c
-
-# Important for ctype macros!
-CFLAGS+=-funsigned-char
-
-CFLAGS+=-I${.CURDIR}/../../../contrib/diff
-CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
-CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
-CFLAGS+=-DHAVE_CONFIG_H
-CFLAGS+=-DDEFAULT_DIFF_PROGRAM=\"/usr/bin/diff\"
-
-.for f in sdiff.c
-${f}: ${DIFFSRC}/${f} ${.CURDIR}/${f}.diff
- patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${DIFFSRC}/${f}
-CLEANFILES+= ${f}
-.endfor
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/sdiff/Makefile.depend b/gnu/usr.bin/sdiff/Makefile.depend
deleted file mode 100644
index 3646e2e2b1afa..0000000000000
--- a/gnu/usr.bin/sdiff/Makefile.depend
+++ /dev/null
@@ -1,18 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- gnu/lib/csu \
- gnu/lib/libgcc \
- include \
- include/xlocale \
- lib/${CSU_DIR} \
- lib/libc \
- lib/libcompiler_rt \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/gnu/usr.bin/sdiff/sdiff.c.diff b/gnu/usr.bin/sdiff/sdiff.c.diff
deleted file mode 100644
index bdb208bea834b..0000000000000
--- a/gnu/usr.bin/sdiff/sdiff.c.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-$FreeBSD$
---- sdiff.c.orig 2004-04-12 15:44:35.000000000 +0800
-+++ sdiff.c 2007-06-15 14:53:08.790433972 +0800
-@@ -455,7 +455,6 @@
- initialize_main (&argc, &argv);
- program_name = argv[0];
- setlocale (LC_ALL, "");
-- bindtextdomain (PACKAGE, LOCALEDIR);
- textdomain (PACKAGE);
- c_stack_action (cleanup);
-