PERFORCE change 40238 for review

Robert Watson rwatson at FreeBSD.org
Thu Oct 23 02:25:31 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=40238

Change 40238 by rwatson at rwatson_paprika on 2003/10/22 19:25:00

	Integrate trustedbsd_sebsd gnu tree forward to 39070, the last
	major integration of the trustedbsd_mac branch, which brings in
	many of the major changes in the last four months to the main
	FreeBSD tree.  This includes substantial lock pushdown, threading
	bug fixes, compiler upgrades, et al.  
	
	Lots of documentation updates.
	Makefile updates (WITH_DYNAMICROOT, et al).
	
	More to the gnu update:
	        readline upgrade.
	        binutils upgrade.
	        groff upgrade.
	        sort upgrade.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/gnu/lib/libreadline/Makefile.inc#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/lib/libreadline/config.h#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/lib/libreadline/readline/Makefile#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/Makefile#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile#3 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/as/i386-freebsd/Makefile#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/gdb/Makefile#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.alpha#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.amd64#3 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.i386#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.ia64#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.powerpc#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.sparc64#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/cvs/cvsbug/Makefile#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/cvs/lib/Makefile#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/font/devkoi8-r/R.proto#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/Makefile#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/fr.ISO8859-1#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/koi8-r.tmac#1 branch
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/mdoc.local#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/ru.KOI8-R#3 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/man/manpath/manpath.config#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/send-pr/Makefile#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/send-pr/send-pr.sh#4 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/sort/Makefile#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/sort/config.h#2 integrate
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/sort/libintl.h#2 delete
.. //depot/projects/trustedbsd/sebsd/gnu/usr.bin/tar/config.h#2 integrate

Differences ...

==== //depot/projects/trustedbsd/sebsd/gnu/lib/libreadline/Makefile.inc#2 (text+ko) ====

@@ -1,14 +1,14 @@
-# $FreeBSD: src/gnu/lib/libreadline/Makefile.inc,v 1.8 2002/09/28 00:25:27 peter Exp $
+# $FreeBSD: src/gnu/lib/libreadline/Makefile.inc,v 1.9 2003/08/31 19:15:34 ache Exp $
 
-SHLIB_MAJOR= 4
-RL_LIBRARY_VERSION= 4.2
+SHLIB_MAJOR=4
+RL_LIBRARY_VERSION=4.3
 
 SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
 .PATH: ${SRCDIR} ${.CURDIR}/..
 
 LOCAL_CFLAGS= -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
-CFLAGS+= -I${.CURDIR}/.. -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
+CFLAGS+=-I${.CURDIR}/.. -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
 
-HISTSRC=  history.c histexpand.c histfile.c histsearch.c shell.c
+HISTSRC=history.c histexpand.c histfile.c histsearch.c shell.c mbutil.c
 
 .include "../Makefile.inc"

==== //depot/projects/trustedbsd/sebsd/gnu/lib/libreadline/config.h#2 (text+ko) ====

@@ -1,6 +1,6 @@
-/* $FreeBSD: src/gnu/lib/libreadline/config.h,v 1.5 2000/03/19 22:26:49 ache Exp $ */
+/* $FreeBSD: src/gnu/lib/libreadline/config.h,v 1.6 2003/08/31 19:15:34 ache Exp $ */
 /* config.h.  Generated automatically by configure.  */
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* config.h.in.  Maintained by hand. */
 
 /* Define if on MINIX.  */
 /* #undef _MINIX */
@@ -8,14 +8,34 @@
 /* Define as the return type of signal handlers (int or void).  */
 #define RETSIGTYPE void
 
+/* Characteristics of the compiler. */
+/* #undef const */
+
+/* #undef size_t */
+
+/* #undef ssize_t */
+
+#define PROTOTYPES 1
+
+/* #undef __CHAR_UNSIGNED__ */
+
 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
 /* #undef STAT_MACROS_BROKEN */
 
 #define VOID_SIGHANDLER 1
 
+/* Define if you have the isascii function. */
+#define HAVE_ISASCII 1
+
+/* Define if you have the isxdigit function. */
+#define HAVE_ISXDIGIT 1
+
 /* Define if you have the lstat function. */
 #define HAVE_LSTAT 1
 
+/* Define if you have the mbsrtowcs function. */
+#define HAVE_MBSRTOWCS 1
+
 /* Define if you have the memmove function. */
 #define HAVE_MEMMOVE 1
 
@@ -28,32 +48,59 @@
 /* Define if you have the setenv function.  */
 #define HAVE_SETENV 1
 
+/* Define if you have the setlocale function. */
+#define HAVE_SETLOCALE 1
+
 /* Define if you have the strcasecmp function.  */
 #define HAVE_STRCASECMP 1
 
-/* Define if you have the setlocale function. */
-#define HAVE_SETLOCALE 1
+/* Define if you have the strcoll function.  */
+#define HAVE_STRCOLL 1
+
+/* #undef STRCOLL_BROKEN */
+
+/* Define if you have the strpbrk function.  */
+#define HAVE_STRPBRK 1
 
 /* Define if you have the tcgetattr function.  */
 #define HAVE_TCGETATTR 1
 
-/* Define if you have the strcoll function.  */
-#define HAVE_STRCOLL 1
+/* Define if you have the vsnprintf function.  */
+#define HAVE_VSNPRINTF 1
 
-/* #undef STRCOLL_BROKEN */
+/* Define if you have the wcwidth function.  */
+#define HAVE_WCWIDTH 1
 
 /* Define if you have the <dirent.h> header file.  */
 #define HAVE_DIRENT_H 1
 
+/* Define if you have the <langinfo.h> header file.  */
+#define HAVE_LANGINFO_H 1
+
+/* Define if you have the <limits.h> header file.  */
+#define HAVE_LIMITS_H 1
+
+/* Define if you have the <locale.h> header file.  */
+#define HAVE_LOCALE_H 1
+
+/* Define if you have the <memory.h> header file.  */
+#define HAVE_MEMORY_H 1
+
 /* Define if you have the <ndir.h> header file.  */
 /* #undef HAVE_NDIR_H */
 
+/* Define if you have the <stdarg.h> header file.  */
+#define HAVE_STDARG_H 1
+
 /* Define if you have the <stdlib.h> header file.  */
 #define HAVE_STDLIB_H 1
 
 /* Define if you have the <string.h> header file.  */
 #define HAVE_STRING_H 1
 
+/* Define if you have the <strings.h> header file.  */
+#define HAVE_STRINGS_H 1
+
 /* Define if you have the <sys/dir.h> header file.  */
 /* #undef HAVE_SYS_DIR_H */
 
@@ -90,15 +137,21 @@
 /* Define if you have the <varargs.h> header file.  */
 #define HAVE_VARARGS_H 1
 
-/* Define if you have the <stdarg.h> header file.  */
-#define HAVE_STDARG_H 1
+/* Define if you have the <wchar.h> header file.  */
+#define HAVE_WCHAR_H 1
+
+/* Define if you have the <varargs.h> header file.  */
+#define HAVE_WCTYPE_H 1
+
+#define HAVE_MBSTATE_T 1
 
-#define HAVE_LOCALE_H 1
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+#define HAVE_LANGINFO_CODESET 1
 
 /* Definitions pulled in from aclocal.m4. */
 #define VOID_SIGHANDLER 1
 
-#define GWINSZ_IN_SYS_IOCTL 1
+/* #undef GWINSZ_IN_SYS_IOCTL */
 
 #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
 
@@ -126,7 +179,6 @@
 
 #define HAVE_POSIX_SIGSETJMP 1
 
-/* config.h.bot */
 /* modify settings or make new ones based on what autoconf tells us. */
 
 /* Ultrix botches type-ahead when switching from canonical to

==== //depot/projects/trustedbsd/sebsd/gnu/lib/libreadline/readline/Makefile#2 (text+ko) ====

@@ -1,15 +1,16 @@
-# $FreeBSD: src/gnu/lib/libreadline/readline/Makefile,v 1.10 2002/05/12 16:00:47 ru Exp $
+# $FreeBSD: src/gnu/lib/libreadline/readline/Makefile,v 1.12 2003/08/31 19:15:35 ache Exp $
 
 SUBDIR= doc
 
 LIB=    readline
 MAN=    doc/readline.3
+SHLIBDIR?=	/lib
 
 TILDESRC= tilde.c
 SRCS=     readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
 	  rltty.c complete.c bind.c isearch.c display.c signals.c \
 	  util.c kill.c undo.c macro.c input.c callback.c terminal.c \
-	  nls.c compat.c xmalloc.c $(HISTSRC) $(TILDESRC)
+	  text.c nls.c misc.c compat.c xmalloc.c $(HISTSRC) $(TILDESRC)
 
 INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
 		   rlstdc.h rlconf.h rltypedefs.h

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/Makefile#4 (text+ko) ====

@@ -1,8 +1,13 @@
-# $FreeBSD: src/gnu/usr.bin/Makefile,v 1.75 2003/04/27 20:14:05 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/Makefile,v 1.76 2003/08/29 10:35:00 phk Exp $
 
-SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
+SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 \
 	${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
 
+.if !defined(NO_TOOLCHAIN)
+_cc=cc
+_binutils=binutils
+.endif
+
 .if !defined(NO_CXX)
 .if ${MACHINE_ARCH} != "powerpc"
 _gperf=gperf

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile#3 (text+ko) ====

@@ -1,8 +1,7 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile,v 1.1 2003/04/26 03:28:20 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile,v 1.2 2003/08/14 14:43:28 ru Exp $
 
 .include "${.CURDIR}/../Makefile.inc0"
 
-NOMAN=	true
 SRCS+=	obj-elf.c tc-i386.c
 
 .include <bsd.prog.mk>

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/as/i386-freebsd/Makefile#2 (text+ko) ====

@@ -1,9 +1,9 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/as/i386-freebsd/Makefile,v 1.9 2001/10/15 01:43:22 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/as/i386-freebsd/Makefile,v 1.10 2003/08/14 14:43:29 ru Exp $
 
 .include "${.CURDIR}/../Makefile.inc0"
 
+.if ${TARGET_ARCH} != "i386"
 NOMAN=	true
-.if ${TARGET_ARCH} != "i386"
 BINDIR=	/usr/libexec/cross/i386-freebsd
 .endif
 SRCS+=	obj-elf.c tc-i386.c

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/gdb/Makefile#4 (text+ko) ====

@@ -1,12 +1,14 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/gdb/Makefile,v 1.65 2003/03/21 00:30:53 iedowse Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/gdb/Makefile,v 1.68 2003/09/07 20:38:23 obrien Exp $
 
 .include "../Makefile.inc0"
 
-.PATH: ${SRCDIR}/binutils
+GDBDIR= ${.CURDIR}/../../../../contrib/gdb
+.PATH:  ${GDBDIR}/gdb ${GDBDIR}/gdb/cli ${GDBDIR}/gdb/mi
+.PATH:  ${SRCDIR}/opcodes ${SRCDIR}/binutils
 
 .if ${TARGET_ARCH} == "sparc64"
 GDB_CPU=	sparc
-.elif ${TARGET_ARCH} == "x86-64"
+.elif ${TARGET_ARCH} == "amd64"
 GDB_CPU=	i386
 .else
 GDB_CPU=	${TARGET_ARCH}
@@ -25,10 +27,12 @@
 	remote-utils.c signals.c source.c stabsread.c stack.c symfile.c	\
 	symmisc.c symtab.c target.c thread.c top.c tracepoint.c		\
 	typeprint.c ui-file.c ui-out.c utils.c valarith.c valops.c	\
-	valprint.c values.c wrapper.c					\
+	varobj.c valprint.c values.c wrapper.c				\
 	cli-cmds.c cli-cmds.h cli-decode.c cli-decode.h	cli-out.c	\
 	cli-script.c cli-script.h cli-setshow.c cli-setshow.h		\
 	cli-utils.c cli-utils.h						\
+	mi-cmd-break.c mi-cmd-disas.c mi-cmd-stack.c mi-cmd-var.c	\
+	mi-cmds.c mi-console.c mi-getopt.c mi-main.c mi-out.c mi-parse.c\
 	serial.c ser-unix.c ser-tcp.c					\
 	c-exp.y c-lang.c c-typeprint.c c-valprint.c			\
 	ch-exp.c ch-lang.c ch-typeprint.c ch-valprint.c			\
@@ -42,9 +46,7 @@
 XSRCS+=	freebsd-uthread.c kvm-fbsd.c solib-fbsd-kld.c
 SRCS=	init.c ${XSRCS} nm.h tm.h xm.h gdbversion.c xregex.h
 
-.if exists(${.CURDIR}/Makefile.${TARGET_ARCH})
 .include "${.CURDIR}/Makefile.${TARGET_ARCH}"
-.endif
 
 WARNS=	0
 .if ${TARGET_ARCH} != ${MACHINE_ARCH}
@@ -52,34 +54,23 @@
 .endif
 CFLAGS+=	-DDEFAULT_BFD_ARCH=bfd_${GDB_CPU}_arch
 CFLAGS+=	-I${.CURDIR}/${TARGET_ARCH}
-CFLAGS+=	-I${SRCDIR}/binutils
-CFLAGS+=	-I${SRCDIR}/bfd
-CFLAGS+=	-I${GDBDIR}/gdb
-CFLAGS+=	-I${GDBDIR}/gdb/config
-DPADD=		${LIBKVM}
-DPADD+=		${LIBM}
-DPADD+=		${RELTOP}/libbfd/libbfd.a
-DPADD+=		${RELTOP}/libopcodes/libopcodes.a
+CFLAGS+=	-I${SRCDIR}/binutils -I${SRCDIR}/bfd
+CFLAGS+=	-I${GDBDIR}/gdb -I${GDBDIR}/gdb/config
+CFLAGS+=	-I$(.CURDIR) -I${DESTDIR}/usr/include/readline
+
+YFLAGS=
+
+DPADD=		${LIBKVM} ${LIBM}
+DPADD+=		${RELTOP}/libbfd/libbfd.a ${RELTOP}/libopcodes/libopcodes.a
 DPADD+=		${LIBGNUREGEX}
 DPADD+=		${RELTOP}/libiberty/libiberty.a
-DPADD+=		${LIBREADLINE}
-DPADD+=		${LIBTERMCAP}
-LDADD=		-lkvm
-LDADD+=		-lm
-LDADD+=		${RELTOP}/libbfd/libbfd.a
-LDADD+=		${RELTOP}/libopcodes/libopcodes.a
+DPADD+=		${LIBREADLINE} ${LIBTERMCAP}
+LDADD=		-lkvm -lm
+LDADD+=		${RELTOP}/libbfd/libbfd.a ${RELTOP}/libopcodes/libopcodes.a
 LDADD+=		-lgnuregex
 LDADD+=		${RELTOP}/libiberty/libiberty.a
-LDADD+=		-lreadline
-LDADD+=		-ltermcap
+LDADD+=		-lreadline -ltermcap
 
-GDBDIR=	${.CURDIR}/../../../../contrib/gdb
-.PATH:	${GDBDIR}/gdb ${GDBDIR}/gdb/cli
-.PATH:	${SRCDIR}/opcodes
-
-CFLAGS+= -I$(.CURDIR) -I${DESTDIR}/usr/include/readline
-YFLAGS=
-
 CLEANFILES=	init.c init.c-tmp nm.h tm.h xm.h gdbversion.c xregex.h
 
 # We do this by grepping through sources.  If that turns out to be too slow,
@@ -140,9 +131,9 @@
 GDB_VERSION=	"5.2.1 (FreeBSD)"
 gdbversion.c:
 	@echo '#include "version.h"'				> ${.TARGET}
-	@echo 'const char version[] = ${GDB_VERSION};'	>>${.TARGET}
-	@echo 'const char host_name[] = "${MACHINE_ARCH}-undermydesk-freebsd";'	>>${.TARGET}
-	@echo 'const char target_name[] = "${TARGET_ARCH}-undermydesk-freebsd";'	>>${.TARGET}
+	@echo 'const char version[] = ${GDB_VERSION};'		>>${.TARGET}
+	@echo 'const char host_name[] = "${MACHINE_ARCH}-undermydesk-freebsd";'			>>${.TARGET}
+	@echo 'const char target_name[] = "${TARGET_ARCH}-undermydesk-freebsd";'		>>${.TARGET}
 
 xregex.h:
 	@echo '#include <gnuregex.h>' >${.TARGET}

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.alpha#2 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.alpha,v 1.18 2002/12/02 09:43:57 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.alpha,v 1.20 2003/08/19 17:30:46 obrien Exp $
 
 TARGET_TUPLE?=	alpha-unknown-freebsd
 
@@ -7,7 +7,7 @@
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_alpha_path=	\"${TOOLS_PREFIX}/usr/lib\"
+_alpha_path=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
 .else
 _alpha_path=	\"/usr/cross/alpha-freebsd/usr/lib\"
 .endif

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.amd64#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.amd64,v 1.2 2003/07/01 17:12:55 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.amd64,v 1.5 2003/08/19 17:30:46 obrien Exp $
 
 TARGET_TUPLE?=	x86_64-obrien-freebsd
 
@@ -6,7 +6,7 @@
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_x86_64_path=	\"${TOOLS_PREFIX}/usr/lib\"
+_amd64_path=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
 EMS+=		${NATIVE_EMULATION}
 LDSCRIPTS+=	${NATIVE_EMULATION}.x ${NATIVE_EMULATION}.xbn ${NATIVE_EMULATION}.xn ${NATIVE_EMULATION}.xr \
 		${NATIVE_EMULATION}.xs ${NATIVE_EMULATION}.xu ${NATIVE_EMULATION}.xc ${NATIVE_EMULATION}.xsc
@@ -15,7 +15,7 @@
 
 e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em scripttempl/elf.sc \
     genscripts.sh stringify.sed
-	sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_x86_64_path} \
+	sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_amd64_path} \
 	    ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
 	    "${NATIVE_EMULATION}" "" ${NATIVE_EMULATION} "${TARGET_TUPLE}"
 

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.i386#2 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.i386,v 1.18 2002/10/11 09:31:55 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.i386,v 1.20 2003/08/19 17:30:46 obrien Exp $
 
 TARGET_TUPLE?=	i386-unknown-freebsd
 
@@ -7,7 +7,7 @@
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_i386_path=	\"${TOOLS_PREFIX}/usr/lib\"
+_i386_path=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
 .else
 _i386_path=	\"/usr/cross/i386-freebsd/usr/lib\"
 .endif

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.ia64#2 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.ia64,v 1.5 2002/12/05 18:23:08 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.ia64,v 1.7 2003/08/19 17:30:46 obrien Exp $
 
 TARGET_TUPLE?=	ia64-unknown-freebsd
 
@@ -7,7 +7,7 @@
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_ia64_path=	\"${TOOLS_PREFIX}/usr/lib\"
+_ia64_path=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
 .else
 _ia64_path=	\"/usr/cross/ia64-freebsd/usr/lib\"
 .endif

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.powerpc#4 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.powerpc,v 1.12 2003/01/21 06:12:56 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.powerpc,v 1.14 2003/08/19 17:30:46 obrien Exp $
 
 TARGET_TUPLE?=	powerpc-unknown-freebsd
 
@@ -7,7 +7,7 @@
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_powerpc_path=	\"${TOOLS_PREFIX}/usr/lib\"
+_powerpc_path=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
 .else
 _powerpc_path=	\"/usr/cross/powerpc-freebsd/usr/lib\"
 .endif

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/binutils/ld/Makefile.sparc64#2 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.sparc64,v 1.12 2002/12/05 18:25:09 obrien Exp $
+# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.sparc64,v 1.14 2003/08/19 17:30:46 obrien Exp $
 
 TARGET_TUPLE?=	sparc64-unknown-freebsd
 
@@ -7,7 +7,7 @@
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_sparc_path=	\"${TOOLS_PREFIX}/usr/lib\"
+_sparc_path=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
 .else
 _sparc_path=	\"/usr/cross/sparc-freebsd/usr/lib\"
 .endif

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/cvs/cvsbug/Makefile#4 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/cvs/cvsbug/Makefile,v 1.18 2003/01/21 23:00:36 peter Exp $
+# $FreeBSD: src/gnu/usr.bin/cvs/cvsbug/Makefile,v 1.19 2003/09/07 13:17:31 ru Exp $
 
 MAINTAINER=	peter at FreeBSD.org
 
@@ -12,10 +12,10 @@
 MAN=		cvsbug.8
 
 CLEANFILES+=    cvsbug
-VERSION!=       sed < ${CVSDIR}/configure \
-		-e '/^[ 	]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q
 
 cvsbug: cvsbug.in
-	sed -e "s, at VERSION@,${VERSION}-FreeBSD,g" ${.ALLSRC} > ${.TARGET}
+	version=`sed < ${CVSDIR}/configure \
+	    -e '/^[ 	]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q`; \
+	sed -e "s, at VERSION@,$${version}-FreeBSD,g" ${.ALLSRC} > ${.TARGET}
 
 .include <bsd.prog.mk>

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/cvs/lib/Makefile#4 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/cvs/lib/Makefile,v 1.22 2003/01/21 23:00:36 peter Exp $
+# $FreeBSD: src/gnu/usr.bin/cvs/lib/Makefile,v 1.23 2003/09/07 13:09:47 ru Exp $
 
 MAINTAINER=	peter at FreeBSD.org
 
@@ -16,9 +16,6 @@
 YFLAGS=
 CLEANFILES+=	config.h
 
-VERSION!=       sed < ${CVSDIR}/configure \
-		-e '/^[ 	]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q
-
 CVS_UMASK_DFLT?=	002
 CVS_ADMIN_GROUP?=	cvsadmin
 CVS_TMPDIR_DFLT?=	/tmp
@@ -29,7 +26,9 @@
 	xgetwd.c yesno.c
 
 config.h: config.h.proto
-	sed -e "s, at VERSION@,${VERSION}-FreeBSD,g" \
+	version=`sed < ${CVSDIR}/configure \
+	    -e '/^[ 	]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q`; \
+	sed -e "s, at VERSION@,$${version}-FreeBSD,g" \
 	    -e "s, at UMASK_DFLT@,${CVS_UMASK_DFLT},g" \
 	    -e "s, at TMPDIR_DFLT@,${CVS_TMPDIR_DFLT},g" \
 	    -e "s, at CVS_ADMIN_GROUP@,${CVS_ADMIN_GROUP},g" \

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/font/devkoi8-r/R.proto#2 (text+ko) ====

@@ -1,8 +1,40 @@
-# $FreeBSD: src/gnu/usr.bin/groff/font/devkoi8-r/R.proto,v 1.5 2001/05/28 07:17:58 ru Exp $
+# $FreeBSD: src/gnu/usr.bin/groff/font/devkoi8-r/R.proto,v 1.6 2003/09/08 17:46:33 ru Exp $
 name R
 internalname 0
 spacewidth 24
 charset
+---	24	0	0000
+---	24	0	0001
+---	24	0	0002
+---	24	0	0003
+---	24	0	0004
+---	24	0	0005
+---	24	0	0006
+---	24	0	0007
+---	24	0	0010
+---	24	0	0011
+---	24	0	0012
+---	24	0	0013
+---	24	0	0014
+---	24	0	0015
+---	24	0	0016
+---	24	0	0017
+---	24	0	0020
+---	24	0	0021
+---	24	0	0022
+---	24	0	0023
+---	24	0	0024
+---	24	0	0025
+---	24	0	0026
+---	24	0	0027
+---	24	0	0030
+---	24	0	0031
+---	24	0	0032
+---	24	0	0033
+---	24	0	0034
+---	24	0	0035
+---	24	0	0036
+---	24	0	0037
 !	24	0	0041
 "	24	0	0042
 dq	"
@@ -123,7 +155,6 @@
 g	24	0	0147
 h	24	0	0150
 i	24	0	0151
-.i	"
 j	24	0	0152
 k	24	0	0153
 l	24	0	0154
@@ -141,6 +172,7 @@
 w	24	0	0167
 x	24	0	0170
 mu	"
+tmu	"
 y	24	0	0171
 z	24	0	0172
 lC	24	0	0173
@@ -150,165 +182,151 @@
 bv	"
 br	"
 |	"
-lb	"
-lc	"
-lf	"
-lk	"
-lt	"
-rb	"
-rc	"
-rf	"
-rk	"
-rt	"
 rC	24	0	0175
 }	"
 a~	24	0	0176
 ~	"
 ap	"
 ti	"
-char128	24	0	0200
-char129	24	0	0201
-char130	24	0	0202
-char131	24	0	0203
-char132	24	0	0204
-char133	24	0	0205
-char134	24	0	0206
-char135	24	0	0207
-char136	24	0	0210
-char137	24	0	0211
-char138	24	0	0212
-char139	24	0	0213
-char140	24	0	0214
-char141	24	0	0215
-char142	24	0	0216
-char143	24	0	0217
-char144	24	0	0220
-char145	24	0	0221
-char146	24	0	0222
-char147	24	0	0223
-char148	24	0	0224
-bu	24	0	0225
-char149	"
-sr	24	0	0226
-char150	"
-~~	24	0	0227
+---	24	0	0177
+u2500	24	0	0200
+u2502	24	0	0201
+br	"
+u250C	24	0	0202
+u2510	24	0	0203
+u2514	24	0	0204
+u2518	24	0	0205
+u251C	24	0	0206
+u2524	24	0	0207
+u252C	24	0	0210
+u2534	24	0	0211
+u253C	24	0	0212
+u2580	24	0	0213
+u2584	24	0	0214
+u2588	24	0	0215
+u258C	24	0	0216
+u2590	24	0	0217
+u2591	24	0	0220
+u2592	24	0	0221
+u2593	24	0	0222
+u2320	24	0	0223
+u25A0	24	0	0224
+u2219	24	0	0225
+u221A	24	0	0226
+sr	"
+sqrt	"
+u2248	24	0	0227
+~~	"
 ~=	"
-char151	"
-<=	24	0	0230
-char152	"
->=	24	0	0231
-char153	"
-char154	24	0	0232
-char155	24	0	0233
-de	24	0	0234
-char156	"
-S2	24	0	0235
-char157	"
-pc	24	0	0236
-char158	"
-di	24	0	0237
-char159	"
-char160	24	0	0240
-char161	24	0	0241
-char162	24	0	0242
-:e	24	0	0243
-char163	"
-char164	24	0	0244
-char165	24	0	0245
-char166	24	0	0246
-char167	24	0	0247
-char168	24	0	0250
-char169	24	0	0251
-char170	24	0	0252
-char171	24	0	0253
-char172	24	0	0254
-char173	24	0	0255
-char174	24	0	0256
-char175	24	0	0257
-char176	24	0	0260
-char177	24	0	0261
-char178	24	0	0262
-:E	24	0	0263
-char179	"
-char180	24	0	0264
-char181	24	0	0265
-char182	24	0	0266
-char183	24	0	0267
-char184	24	0	0270
-char185	24	0	0271
-char186	24	0	0272
-char187	24	0	0273
-char188	24	0	0274
-char189	24	0	0275
-char190	24	0	0276
-co	24	0	0277
-char191	"
-char192	24	0	0300
-char193	24	0	0301
-char194	24	0	0302
-char195	24	0	0303
-char196	24	0	0304
-char197	24	0	0305
-*f	24	0	0306
-char198	"
-char199	24	0	0307
-char200	24	0	0310
-char201	24	0	0311
-char202	24	0	0312
-char203	24	0	0313
-char204	24	0	0314
-char205	24	0	0315
-char206	24	0	0316
-char207	24	0	0317
-*p	24	0	0320
-char208	"
-char209	24	0	0321
-char210	24	0	0322
-char211	24	0	0323
-char212	24	0	0324
-char213	24	0	0325
-char214	24	0	0326
-char215	24	0	0327
-char216	24	0	0330
-char217	24	0	0331
-char218	24	0	0332
-char219	24	0	0333
-char220	24	0	0334
-char221	24	0	0335
-char222	24	0	0336
-char223	24	0	0337
-char224	24	0	0340
-char225	24	0	0341
-char226	24	0	0342
-char227	24	0	0343
-char228	24	0	0344
-char229	24	0	0345
-*F	24	0	0346
-char230	"
-*G	24	0	0347
-char231	"
-char232	24	0	0350
-char233	24	0	0351
-char234	24	0	0352
-char235	24	0	0353
-char236	24	0	0354
-char237	24	0	0355
-char238	24	0	0356
-char239	24	0	0357
-*P	24	0	0360
-char240	"
-char241	24	0	0361
-char242	24	0	0362
-char243	24	0	0363
-char244	24	0	0364
-char245	24	0	0365
-char246	24	0	0366
-char247	24	0	0367
-char248	24	0	0370
-char249	24	0	0371
-char250	24	0	0372
-char251	24	0	0373
-char252	24	0	0374
-char253	24	0	0375
-char254	24	0	0376
-char255	24	0	0377
+u2264	24	0	0230
+<=	"
+u2265	24	0	0231
+>=	"
+u00A0	24	0	0232
+u2321	24	0	0233
+u00B0	24	0	0234
+de	"
+u00B2	24	0	0235
+S2	"
+u00B7	24	0	0236
+pc	"
+u00F7	24	0	0237
+di	"
+tdi	"
+u2550	24	0	0240
+u2551	24	0	0241
+u2552	24	0	0242
+u0435_0308	24	0	0243
+u2553	24	0	0244
+u2554	24	0	0245
+u2555	24	0	0246
+u2556	24	0	0247
+u2557	24	0	0250
+u2558	24	0	0251
+u2559	24	0	0252
+u255A	24	0	0253
+u255B	24	0	0254
+u255C	24	0	0255
+u255D	24	0	0256
+u255E	24	0	0257
+u255F	24	0	0260
+u2560	24	0	0261
+u2561	24	0	0262
+u0415_0308	24	0	0263
+u2562	24	0	0264
+u2563	24	0	0265
+u2564	24	0	0266
+u2565	24	0	0267
+u2566	24	0	0270
+u2567	24	0	0271
+u2568	24	0	0272
+u2569	24	0	0273
+u256A	24	0	0274
+u256B	24	0	0275
+u256C	24	0	0276
+u00A9	24	0	0277
+co	"
+u044E	24	0	0300
+u0430	24	0	0301
+u0431	24	0	0302
+u0446	24	0	0303
+u0434	24	0	0304
+u0435	24	0	0305
+u0444	24	0	0306
+u0433	24	0	0307
+u0445	24	0	0310
+u0438	24	0	0311
+u0438_0306	24	0	0312
+u043A	24	0	0313
+u043B	24	0	0314
+u043C	24	0	0315
+u043D	24	0	0316
+u043E	24	0	0317
+u043F	24	0	0320
+u044F	24	0	0321
+u0440	24	0	0322
+u0441	24	0	0323
+u0442	24	0	0324
+u0443	24	0	0325
+u0436	24	0	0326
+u0432	24	0	0327
+u044C	24	0	0330
+u044B	24	0	0331
+u0437	24	0	0332
+u0448	24	0	0333
+u044D	24	0	0334
+u0449	24	0	0335
+u0447	24	0	0336
+u044A	24	0	0337
+u042E	24	0	0340
+u0410	24	0	0341
+u0411	24	0	0342
+u0426	24	0	0343
+u0414	24	0	0344
+u0415	24	0	0345
+u0424	24	0	0346
+u0413	24	0	0347
+u0425	24	0	0350
+u0418	24	0	0351
+u0418_0306	24	0	0352
+u041A	24	0	0353
+u041B	24	0	0354
+u041C	24	0	0355
+u041D	24	0	0356
+u041E	24	0	0357
+u041F	24	0	0360
+u042F	24	0	0361
+u0420	24	0	0362
+u0421	24	0	0363
+u0422	24	0	0364
+u0423	24	0	0365
+u0416	24	0	0366
+u0412	24	0	0367
+u042C	24	0	0370
+u042B	24	0	0371
+u0417	24	0	0372
+u0428	24	0	0373
+u042D	24	0	0374
+u0429	24	0	0375
+u0427	24	0	0376
+u042A	24	0	0377

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/Makefile#4 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/gnu/usr.bin/groff/tmac/Makefile,v 1.41 2003/05/01 13:22:21 ru Exp $
+# $FreeBSD: src/gnu/usr.bin/groff/tmac/Makefile,v 1.42 2003/09/08 17:46:33 ru Exp $
 
 TMACOWN?=	${BINOWN}
 TMACGRP?=	${BINGRP}
@@ -63,7 +63,7 @@
 	    ${NORMALFILES} ${DESTDIR}${TMACDIR}
 	cd ${.CURDIR}; \
 	    ${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
-	    hyphen.ru ${DESTDIR}${TMACDIR}
+	    koi8-r.tmac hyphen.ru ${DESTDIR}${TMACDIR}
 	cd ${.OBJDIR}
 .for f in ${STRIPFILES} ${SPECIALFILES}
 	${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/fr.ISO8859-1#2 (text+ko) ====

@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/gnu/usr.bin/groff/tmac/fr.ISO8859-1,v 1.2 2002/10/09 08:51:52 ru Exp $
+.\" $FreeBSD: src/gnu/usr.bin/groff/tmac/fr.ISO8859-1,v 1.4 2003/09/20 21:23:53 ru Exp $
 .\"
 .\"     %beginstrip%
 .
@@ -62,6 +62,7 @@
 .\" .Sh localization
 .ds doc-section-name        NOM
 .ds doc-section-synopsis    SYNOPSIS
+.ds doc-section-library     BIBLIOTHÈQUE
 .ds doc-section-description DESCRIPTION
 .ds doc-section-see-also    VOIR
 .ds doc-section-files       FICHIERS
@@ -82,6 +83,7 @@
 .ds doc-str-Lb-libdisk     Bibliothèque d'accès à l'interface des labels de partitions (libdisk, \-ldisk)
 .ds doc-str-Lb-libedit     Bibliothèque de l'éditeur de ligne de commande (libedit, \-ledit)
 .ds doc-str-Lb-libfetch    Bibliothèque de transfert de fichier (libfetch, \-lfetch)
+.\" XXX ds doc-str-Lb-libgeom     Userland API Library for kernel GEOM subsystem (libgeom, \-lgeom)
 .ds doc-str-Lb-libi386     Bibliothèque de l'architecture i386 (libi386, \-li386)
 .ds doc-str-Lb-libipsec    Bibliothèque de contrôle de politique IPsec (libipsec, \-lipsec)
 .ds doc-str-Lb-libipx      Bibliothèque de support des conversions des adresses IPX (libipx, \-lipx)
@@ -95,8 +97,9 @@
 .ds doc-str-Lb-libposix    Bibliothèque de compatibilité \*[Px] (libposix, \-lposix)
 .ds doc-str-Lb-libresolv   Bibliothèque du résolveur DNS (libresolv, \-lresolv)
 .ds doc-str-Lb-librpcsvc   Bibliothèque des services RPC (librpcsvc, \-lrpcsvc)
-.ds doc-str-Lb-libskey     Bibliothèque d'accès aux tables de controle des mots de passe S/Key (libskey, \-lskey)
 .ds doc-str-Lb-libtermcap  Bibliothèque d'accès aux terminaux (libtermcap, \-ltermcap)
+.\" XXX ds doc-str-Lb-libufs      UFS File System Access Library (libufs, \-lufs)
+.\" XXX ds doc-str-Lb-libugidfw   File System Firewall Interface Library (libugidfw, \-lugidfw)
 .ds doc-str-Lb-libusbhid   Bibliothèque d'accès aux routines USB HID (libusbhid, \-lusbhid)
 .ds doc-str-Lb-libutil     Bibliothèque des utilitaires système (libutil, \-lutil)
 .ds doc-str-Lb-libvgl      Bibliothèque graphique vidéo (libvgl, \-lvgl)

==== //depot/projects/trustedbsd/sebsd/gnu/usr.bin/groff/tmac/mdoc.local#4 (text+ko) ====

@@ -1,4 +1,4 @@
-.\" Copyright (c) 2001 Ruslan Ermilov <ru at FreeBSD.org>.
+.\" Copyright (c) 2001-2003 Ruslan Ermilov <ru at FreeBSD.org>.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"

>>> TRUNCATED FOR MAIL (1000 lines) <<<
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list