CVS commit: src/gnu/usr.bin

2017-04-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Apr 10 16:40:11 UTC 2017

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
Don't descend into dc


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.147 src/gnu/usr.bin/Makefile:1.148
--- src/gnu/usr.bin/Makefile:1.147	Sun Apr  9 22:57:35 2017
+++ src/gnu/usr.bin/Makefile	Mon Apr 10 12:40:11 2017
@@ -1,7 +1,5 @@
-#	$NetBSD: Makefile,v 1.147 2017/04/10 02:57:35 phil Exp $
+#	$NetBSD: Makefile,v 1.148 2017/04/10 16:40:11 christos Exp $
 
 .include 
 
-SUBDIR+=	dc
-
 .include 



CVS commit: src/gnu/usr.bin

2017-04-09 Thread Phil Nelson
Module Name:src
Committed By:   phil
Date:   Mon Apr 10 02:57:35 UTC 2017

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
Remove bc from building here. Now in external/bsd.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.146 src/gnu/usr.bin/Makefile:1.147
--- src/gnu/usr.bin/Makefile:1.146	Thu Jan 14 21:15:51 2016
+++ src/gnu/usr.bin/Makefile	Mon Apr 10 02:57:35 2017
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.146 2016/01/14 21:15:51 christos Exp $
+#	$NetBSD: Makefile,v 1.147 2017/04/10 02:57:35 phil Exp $
 
 .include 
 
-SUBDIR+=	bc dc
+SUBDIR+=	dc
 
 .include 



CVS commit: src/gnu/usr.bin

2016-01-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan 14 21:15:51 UTC 2016

Modified Files:
src/gnu/usr.bin: Makefile
Removed Files:
src/gnu/usr.bin/send-pr: COPYING ChangeLog INSTALL MANIFEST Makefile
Makefile.in README aclocal.m4 categ.texi categories configure
configure.in fields.texi install-sid.sh s-usage.texi send-pr-el.in
send-pr.man send-pr.sh send-pr.texi states.texi version.texi

Log Message:
unhook send-pr


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/gnu/usr.bin/Makefile
cvs rdiff -u -r1.1 -r0 src/gnu/usr.bin/send-pr/COPYING \
src/gnu/usr.bin/send-pr/INSTALL src/gnu/usr.bin/send-pr/MANIFEST \
src/gnu/usr.bin/send-pr/README src/gnu/usr.bin/send-pr/categ.texi \
src/gnu/usr.bin/send-pr/s-usage.texi src/gnu/usr.bin/send-pr/states.texi \
src/gnu/usr.bin/send-pr/version.texi
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/send-pr/ChangeLog \
src/gnu/usr.bin/send-pr/aclocal.m4 src/gnu/usr.bin/send-pr/install-sid.sh
cvs rdiff -u -r1.31 -r0 src/gnu/usr.bin/send-pr/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/send-pr/Makefile.in \
src/gnu/usr.bin/send-pr/fields.texi
cvs rdiff -u -r1.59 -r0 src/gnu/usr.bin/send-pr/categories
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/send-pr/configure \
src/gnu/usr.bin/send-pr/configure.in
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/send-pr/send-pr-el.in
cvs rdiff -u -r1.9 -r0 src/gnu/usr.bin/send-pr/send-pr.man
cvs rdiff -u -r1.22 -r0 src/gnu/usr.bin/send-pr/send-pr.sh
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/send-pr/send-pr.texi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.145 src/gnu/usr.bin/Makefile:1.146
--- src/gnu/usr.bin/Makefile:1.145	Wed Jan 13 23:28:05 2016
+++ src/gnu/usr.bin/Makefile	Thu Jan 14 16:15:51 2016
@@ -1,9 +1,7 @@
-#	$NetBSD: Makefile,v 1.145 2016/01/14 04:28:05 christos Exp $
+#	$NetBSD: Makefile,v 1.146 2016/01/14 21:15:51 christos Exp $
 
 .include 
 
-SUBDIR+=	bc
-SUBDIR+=	dc
-SUBDIR+=	send-pr
+SUBDIR+=	bc dc
 
 .include 



CVS commit: src/gnu/usr.bin

2016-01-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jan 13 19:03:15 UTC 2016

Modified Files:
src/gnu/usr.bin: Makefile
Removed Files:
src/gnu/usr.bin/groff: Makefile Makefile.inc
src/gnu/usr.bin/groff/contrib: Makefile Makefile.inc
src/gnu/usr.bin/groff/contrib/gdiffmk: Makefile
src/gnu/usr.bin/groff/contrib/groffer: Makefile
src/gnu/usr.bin/groff/contrib/mm: Makefile
src/gnu/usr.bin/groff/contrib/mom: Makefile Makefile.inc
src/gnu/usr.bin/groff/contrib/mom/examples: Makefile
src/gnu/usr.bin/groff/contrib/mom/momdoc: Makefile
src/gnu/usr.bin/groff/doc: Makefile
src/gnu/usr.bin/groff/font: Makefile Makefile.dev Makefile.inc
Makefile.tty
src/gnu/usr.bin/groff/font/devX100: Makefile
src/gnu/usr.bin/groff/font/devX100-12: Makefile
src/gnu/usr.bin/groff/font/devX75: Makefile
src/gnu/usr.bin/groff/font/devX75-12: Makefile
src/gnu/usr.bin/groff/font/devascii: Makefile
src/gnu/usr.bin/groff/font/devcp1047: Makefile
src/gnu/usr.bin/groff/font/devdvi: Makefile
src/gnu/usr.bin/groff/font/devhtml: Makefile
src/gnu/usr.bin/groff/font/devkoi8-r: DESC.proto Makefile R.proto
src/gnu/usr.bin/groff/font/devlatin1: Makefile
src/gnu/usr.bin/groff/font/devlbp: Makefile
src/gnu/usr.bin/groff/font/devlj4: Makefile
src/gnu/usr.bin/groff/font/devps: Makefile
src/gnu/usr.bin/groff/font/devutf8: Makefile
src/gnu/usr.bin/groff/man: Makefile
src/gnu/usr.bin/groff/src: Makefile
src/gnu/usr.bin/groff/src/devices: Makefile Makefile.inc
src/gnu/usr.bin/groff/src/devices/grodvi: Makefile
src/gnu/usr.bin/groff/src/devices/grohtml: Makefile
src/gnu/usr.bin/groff/src/devices/grolbp: Makefile
src/gnu/usr.bin/groff/src/devices/grolj4: Makefile
src/gnu/usr.bin/groff/src/devices/grops: Makefile
src/gnu/usr.bin/groff/src/devices/grotty: Makefile
src/gnu/usr.bin/groff/src/include: config.h defs.h
src/gnu/usr.bin/groff/src/libs: Makefile Makefile.inc
src/gnu/usr.bin/groff/src/libs/libbib: Makefile
src/gnu/usr.bin/groff/src/libs/libdriver: Makefile
src/gnu/usr.bin/groff/src/libs/libgroff: Makefile
src/gnu/usr.bin/groff/src/preproc: Makefile Makefile.inc
src/gnu/usr.bin/groff/src/preproc/eqn: Makefile
src/gnu/usr.bin/groff/src/preproc/grn: Makefile
src/gnu/usr.bin/groff/src/preproc/html: Makefile
src/gnu/usr.bin/groff/src/preproc/pic: Makefile
src/gnu/usr.bin/groff/src/preproc/refer: Makefile
src/gnu/usr.bin/groff/src/preproc/soelim: Makefile
src/gnu/usr.bin/groff/src/preproc/tbl: Makefile
src/gnu/usr.bin/groff/src/roff: Makefile Makefile.inc
src/gnu/usr.bin/groff/src/roff/groff: Makefile
src/gnu/usr.bin/groff/src/roff/grog: Makefile
src/gnu/usr.bin/groff/src/roff/nroff: Makefile
src/gnu/usr.bin/groff/src/roff/troff: Makefile
src/gnu/usr.bin/groff/src/utils: Makefile Makefile.inc
src/gnu/usr.bin/groff/src/utils/addftinfo: Makefile
src/gnu/usr.bin/groff/src/utils/afmtodit: Makefile
src/gnu/usr.bin/groff/src/utils/hpftodit: Makefile
src/gnu/usr.bin/groff/src/utils/indxbib: Makefile
src/gnu/usr.bin/groff/src/utils/lkbib: Makefile
src/gnu/usr.bin/groff/src/utils/lookbib: Makefile
src/gnu/usr.bin/groff/src/utils/pfbtops: Makefile
src/gnu/usr.bin/groff/src/utils/tfmtodit: Makefile
src/gnu/usr.bin/groff/tmac: Makefile fr.ISO8859-1 hyphen.ru koi8-r.tmac
man.local mdoc.local ru.KOI8-R
src/gnu/usr.bin/groff/tmac/man: Makefile

Log Message:
unhook groff


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/gnu/usr.bin/Makefile
cvs rdiff -u -r1.14 -r0 src/gnu/usr.bin/groff/Makefile
cvs rdiff -u -r1.21 -r0 src/gnu/usr.bin/groff/Makefile.inc
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/groff/contrib/Makefile
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/groff/contrib/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/gnu/usr.bin/groff/contrib/gdiffmk/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/groff/contrib/groffer/Makefile
cvs rdiff -u -r1.8 -r0 src/gnu/usr.bin/groff/contrib/mm/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/groff/contrib/mom/Makefile \
src/gnu/usr.bin/groff/contrib/mom/Makefile.inc
cvs rdiff -u -r1.9 -r0 src/gnu/usr.bin/groff/contrib/mom/examples/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/groff/contrib/mom/momdoc/Makefile
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/groff/doc/Makefile
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/groff/font/Makefile \
src/gnu/usr.bin/groff/font/Makefile.inc
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/groff/font/Makefile.dev
cvs rdiff -u -r1.9 -r0 src/gnu/usr.bin/groff/font/Makefile.tty
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/groff/font/devX100/Makefile
cvs rdiff -u -r1.3 -r0 

CVS commit: src/gnu/usr.bin

2016-01-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan 14 04:28:05 UTC 2016

Modified Files:
src/gnu/usr.bin: Makefile
Removed Files:
src/gnu/usr.bin/c89: Makefile c89.1 c89.sh
src/gnu/usr.bin/c99: Makefile c99.1 c99.sh

Log Message:
c89/c99 moved to usr.bin


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/gnu/usr.bin/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/c89/Makefile
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/c89/c89.1
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/c89/c89.sh
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/c99/Makefile \
src/gnu/usr.bin/c99/c99.sh
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/c99/c99.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.144 src/gnu/usr.bin/Makefile:1.145
--- src/gnu/usr.bin/Makefile:1.144	Wed Jan 13 23:23:14 2016
+++ src/gnu/usr.bin/Makefile	Wed Jan 13 23:28:05 2016
@@ -1,9 +1,8 @@
-#	$NetBSD: Makefile,v 1.144 2016/01/14 04:23:14 christos Exp $
+#	$NetBSD: Makefile,v 1.145 2016/01/14 04:28:05 christos Exp $
 
 .include 
 
 SUBDIR+=	bc
-SUBDIR+=	c89 c99
 SUBDIR+=	dc
 SUBDIR+=	send-pr
 



CVS commit: src/gnu/usr.bin/texinfo

2016-01-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan 14 00:39:06 UTC 2016

Removed Files:
src/gnu/usr.bin/texinfo: Makefile Makefile.inc
src/gnu/usr.bin/texinfo/common: Makefile config.h
src/gnu/usr.bin/texinfo/info: Makefile
src/gnu/usr.bin/texinfo/infokey: Makefile
src/gnu/usr.bin/texinfo/install-info: Makefile
src/gnu/usr.bin/texinfo/makedoc: Makefile
src/gnu/usr.bin/texinfo/makeinfo: Makefile
src/gnu/usr.bin/texinfo/texi2dvi: Makefile
src/gnu/usr.bin/texinfo/texindex: Makefile

Log Message:
unhook texinfo


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r0 src/gnu/usr.bin/texinfo/Makefile
cvs rdiff -u -r1.10 -r0 src/gnu/usr.bin/texinfo/Makefile.inc
cvs rdiff -u -r1.13 -r0 src/gnu/usr.bin/texinfo/common/Makefile
cvs rdiff -u -r1.12 -r0 src/gnu/usr.bin/texinfo/common/config.h
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/texinfo/info/Makefile
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/texinfo/infokey/Makefile
cvs rdiff -u -r1.10 -r0 src/gnu/usr.bin/texinfo/install-info/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/texinfo/makedoc/Makefile
cvs rdiff -u -r1.8 -r0 src/gnu/usr.bin/texinfo/makeinfo/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/texinfo/texi2dvi/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/texinfo/texindex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/usr.bin

2016-01-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan 14 04:23:15 UTC 2016

Modified Files:
src/gnu/usr.bin: Makefile
Removed Files:
src/gnu/usr.bin/rcs: COPYING Makefile Makefile.inc rcstest
src/gnu/usr.bin/rcs/ci: Makefile ci.1 ci.c
src/gnu/usr.bin/rcs/co: Makefile co.1 co.c
src/gnu/usr.bin/rcs/doc: rcs.ms rcs_func.ms
src/gnu/usr.bin/rcs/ident: Makefile ident.1 ident.c
src/gnu/usr.bin/rcs/lib: Makefile conf.h maketime.c maketime.h merger.c
partime.c partime.h rcsbase.h rcsedit.c rcsfcmp.c rcsfnms.c
rcsgen.c rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c
rcstime.c rcsutil.c version.c
src/gnu/usr.bin/rcs/merge: Makefile merge.1 merge.c
src/gnu/usr.bin/rcs/rcs: Makefile rcs.1 rcs.c rcsfile.5 rcsintro.1
src/gnu/usr.bin/rcs/rcsclean: Makefile rcsclean.1 rcsclean.c
src/gnu/usr.bin/rcs/rcsdiff: Makefile rcsdiff.1 rcsdiff.c
src/gnu/usr.bin/rcs/rcsfreeze: Makefile rcsfreeze.1 rcsfreeze.sh
src/gnu/usr.bin/rcs/rcsmerge: Makefile rcsmerge.1 rcsmerge.c
src/gnu/usr.bin/rcs/rlog: Makefile rlog.1 rlog.c

Log Message:
remove rcs


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/gnu/usr.bin/Makefile
cvs rdiff -u -r1.1.1.1 -r0 src/gnu/usr.bin/rcs/COPYING
cvs rdiff -u -r1.8 -r0 src/gnu/usr.bin/rcs/Makefile
cvs rdiff -u -r1.11 -r0 src/gnu/usr.bin/rcs/Makefile.inc
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/rcs/rcstest
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/ci/Makefile \
src/gnu/usr.bin/rcs/ci/ci.1
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/rcs/ci/ci.c
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/rcs/co/Makefile
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/co/co.1
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/rcs/co/co.c
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/rcs/doc/rcs.ms
cvs rdiff -u -r1.1.1.2 -r0 src/gnu/usr.bin/rcs/doc/rcs_func.ms
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/ident/Makefile \
src/gnu/usr.bin/rcs/ident/ident.c
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/rcs/ident/ident.1
cvs rdiff -u -r1.24 -r0 src/gnu/usr.bin/rcs/lib/Makefile
cvs rdiff -u -r1.12 -r0 src/gnu/usr.bin/rcs/lib/conf.h
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/rcs/lib/maketime.c \
src/gnu/usr.bin/rcs/lib/rcsgen.c src/gnu/usr.bin/rcs/lib/rcssyn.c
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/rcs/lib/maketime.h \
src/gnu/usr.bin/rcs/lib/partime.h src/gnu/usr.bin/rcs/lib/rcstime.c \
src/gnu/usr.bin/rcs/lib/version.c
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/rcs/lib/merger.c \
src/gnu/usr.bin/rcs/lib/partime.c src/gnu/usr.bin/rcs/lib/rcsfcmp.c \
src/gnu/usr.bin/rcs/lib/rcsmap.c
cvs rdiff -u -r1.13 -r0 src/gnu/usr.bin/rcs/lib/rcsbase.h
cvs rdiff -u -r1.10 -r0 src/gnu/usr.bin/rcs/lib/rcsedit.c
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/lib/rcsfnms.c
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/rcs/lib/rcskeep.c \
src/gnu/usr.bin/rcs/lib/rcslex.c src/gnu/usr.bin/rcs/lib/rcsrev.c
cvs rdiff -u -r1.8 -r0 src/gnu/usr.bin/rcs/lib/rcskeys.c \
src/gnu/usr.bin/rcs/lib/rcsutil.c
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/merge/Makefile \
src/gnu/usr.bin/rcs/merge/merge.1
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/rcs/merge/merge.c
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/rcs/rcs/Makefile \
src/gnu/usr.bin/rcs/rcs/rcs.c
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/rcs/rcs.1 \
src/gnu/usr.bin/rcs/rcs/rcsintro.1
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/rcs/rcs/rcsfile.5
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/rcsclean/Makefile
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/rcs/rcsclean/rcsclean.1 \
src/gnu/usr.bin/rcs/rcsclean/rcsclean.c
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/rcsdiff/Makefile
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.1
cvs rdiff -u -r1.8 -r0 src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/rcs/rcsfreeze/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1 \
src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/rcsmerge/Makefile
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/rcs/rcsmerge/rcsmerge.1
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c
cvs rdiff -u -r1.8 -r0 src/gnu/usr.bin/rcs/rlog/Makefile
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/rcs/rlog/rlog.1
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/rcs/rlog/rlog.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.143 src/gnu/usr.bin/Makefile:1.144
--- src/gnu/usr.bin/Makefile:1.143	Wed Jan 13 14:03:09 2016
+++ src/gnu/usr.bin/Makefile	Wed Jan 13 23:23:14 2016
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.143 2016/01/13 19:03:09 christos Exp $
+#	$NetBSD: Makefile,v 1.144 2016/01/14 04:23:14 christos Exp $
 
 .include 
 
 SUBDIR+=	bc
 SUBDIR+=	c89 c99
 SUBDIR+=	dc
-SUBDIR+=	rcs send-pr texinfo
+SUBDIR+=	send-pr
 
 .include 



CVS commit: src/gnu/usr.bin

2016-01-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jan 13 03:40:52 UTC 2016

Modified Files:
src/gnu/usr.bin: Makefile
Removed Files:
src/gnu/usr.bin/diffutils: Makefile Makefile.inc
src/gnu/usr.bin/diffutils/cmp: Makefile
src/gnu/usr.bin/diffutils/diff: Makefile
src/gnu/usr.bin/diffutils/diff3: Makefile
src/gnu/usr.bin/diffutils/include: config.h fnmatch.h regex.h
src/gnu/usr.bin/diffutils/lib: Makefile
src/gnu/usr.bin/diffutils/sdiff: Makefile
src/gnu/usr.bin/gettext: Makefile Makefile.inc Makefile.inc.prog
src/gnu/usr.bin/gettext/gettext: Makefile
src/gnu/usr.bin/gettext/gettextize: Makefile gettextize
src/gnu/usr.bin/gettext/include: alloca.h config.h libgettext.h
libgnuintl.h
src/gnu/usr.bin/gettext/info: Makefile
src/gnu/usr.bin/gettext/libgrep: Makefile
src/gnu/usr.bin/gettext/libnlspr: Makefile
src/gnu/usr.bin/gettext/libnlsut: Makefile
src/gnu/usr.bin/gettext/locale: Makefile
src/gnu/usr.bin/gettext/msgattrib: Makefile
src/gnu/usr.bin/gettext/msgcat: Makefile
src/gnu/usr.bin/gettext/msgcmp: Makefile
src/gnu/usr.bin/gettext/msgcomm: Makefile
src/gnu/usr.bin/gettext/msgconv: Makefile
src/gnu/usr.bin/gettext/msgen: Makefile
src/gnu/usr.bin/gettext/msgexec: Makefile
src/gnu/usr.bin/gettext/msgfilter: Makefile
src/gnu/usr.bin/gettext/msgfmt: Makefile
src/gnu/usr.bin/gettext/msggrep: Makefile
src/gnu/usr.bin/gettext/msginit: Makefile
src/gnu/usr.bin/gettext/msgmerge: Makefile
src/gnu/usr.bin/gettext/msgunfmt: Makefile
src/gnu/usr.bin/gettext/msguniq: Makefile
src/gnu/usr.bin/gettext/xgettext: Makefile

Log Message:
unhook and delete diffutils/gettext


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/gnu/usr.bin/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/diffutils/Makefile \
src/gnu/usr.bin/diffutils/Makefile.inc
cvs rdiff -u -r1.1.1.1 -r0 src/gnu/usr.bin/diffutils/cmp/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/diffutils/diff/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/diffutils/diff3/Makefile
cvs rdiff -u -r1.1.1.1 -r0 src/gnu/usr.bin/diffutils/include/config.h \
src/gnu/usr.bin/diffutils/include/fnmatch.h \
src/gnu/usr.bin/diffutils/include/regex.h
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/diffutils/lib/Makefile
cvs rdiff -u -r1.1.1.1 -r0 src/gnu/usr.bin/diffutils/sdiff/Makefile
cvs rdiff -u -r1.6 -r0 src/gnu/usr.bin/gettext/Makefile
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/gettext/Makefile.inc \
src/gnu/usr.bin/gettext/Makefile.inc.prog
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/gettext/gettext/Makefile
cvs rdiff -u -r1.1 -r0 src/gnu/usr.bin/gettext/gettextize/Makefile \
src/gnu/usr.bin/gettext/gettextize/gettextize
cvs rdiff -u -r1.1.1.1 -r0 src/gnu/usr.bin/gettext/include/alloca.h \
src/gnu/usr.bin/gettext/include/libgnuintl.h
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/gettext/include/config.h
cvs rdiff -u -r1.1 -r0 src/gnu/usr.bin/gettext/include/libgettext.h
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/gettext/info/Makefile
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/gettext/libgrep/Makefile
cvs rdiff -u -r1.10 -r0 src/gnu/usr.bin/gettext/libnlspr/Makefile
cvs rdiff -u -r1.10 -r0 src/gnu/usr.bin/gettext/libnlsut/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/locale/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgattrib/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgcat/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgcmp/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgcomm/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgconv/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgen/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgexec/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msgfilter/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/gettext/msgfmt/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msggrep/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/gettext/msginit/Makefile
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/gettext/msgmerge/Makefile
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/gettext/msgunfmt/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/gettext/msguniq/Makefile
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/gettext/xgettext/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.141 src/gnu/usr.bin/Makefile:1.142
--- src/gnu/usr.bin/Makefile:1.141	Tue Jan 12 17:59:53 2016
+++ src/gnu/usr.bin/Makefile	Tue Jan 12 22:40:49 2016
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.141 2016/01/12 22:59:53 christos Exp $
+#	$NetBSD: Makefile,v 1.142 2016/01/13 03:40:49 christos Exp $
 
 .include 
 
 SUBDIR+=	bc
 SUBDIR+=	c89 c99
-SUBDIR+=	dc diffutils
+SUBDIR+=	

CVS commit: src/gnu/usr.bin

2016-01-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 12 22:59:53 UTC 2016

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
unhook gettext


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.140 src/gnu/usr.bin/Makefile:1.141
--- src/gnu/usr.bin/Makefile:1.140	Sun Jan 10 17:21:44 2016
+++ src/gnu/usr.bin/Makefile	Tue Jan 12 17:59:53 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.140 2016/01/10 22:21:44 christos Exp $
+#	$NetBSD: Makefile,v 1.141 2016/01/12 22:59:53 christos Exp $
 
 .include 
 
@@ -11,6 +11,4 @@ SUBDIR+=	rcs send-pr texinfo
 SUBDIR+=	groff
 .endif
 
-SUBDIR+=	gettext
-
 .include 



CVS commit: src/gnu/usr.bin/grep

2016-01-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 10 22:21:19 UTC 2016

Removed Files:
src/gnu/usr.bin/grep: Makefile Makefile.inc
src/gnu/usr.bin/grep/grep: Makefile
src/gnu/usr.bin/grep/include: config.h version.texi
src/gnu/usr.bin/grep/lib: Makefile

Log Message:
grep moved


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r0 src/gnu/usr.bin/grep/Makefile
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/grep/Makefile.inc
cvs rdiff -u -r1.7 -r0 src/gnu/usr.bin/grep/grep/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/grep/include/config.h
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/grep/include/version.texi
cvs rdiff -u -r1.5 -r0 src/gnu/usr.bin/grep/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/usr.bin

2016-01-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 10 22:21:44 UTC 2016

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
greep has moved.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.139 src/gnu/usr.bin/Makefile:1.140
--- src/gnu/usr.bin/Makefile:1.139	Fri Aug  8 15:38:47 2014
+++ src/gnu/usr.bin/Makefile	Sun Jan 10 17:21:44 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
+#	$NetBSD: Makefile,v 1.140 2016/01/10 22:21:44 christos Exp $
 
 .include 
 
@@ -7,10 +7,6 @@ SUBDIR+=	c89 c99
 SUBDIR+=	dc diffutils
 SUBDIR+=	rcs send-pr texinfo
 
-.if ${MKBSDGREP} == "no"
-SUBDIR+=	grep
-.endif
-
 .if ${MKGROFF} != "no"
 SUBDIR+=	groff
 .endif



CVS commit: src/gnu/usr.bin/groff/tmac

2015-11-21 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Nov 22 05:10:28 UTC 2015

Modified Files:
src/gnu/usr.bin/groff/tmac: ru.KOI8-R

Log Message:
+libpanel (Russian version)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/groff/tmac/ru.KOI8-R

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/ru.KOI8-R
diff -u src/gnu/usr.bin/groff/tmac/ru.KOI8-R:1.2 src/gnu/usr.bin/groff/tmac/ru.KOI8-R:1.3
--- src/gnu/usr.bin/groff/tmac/ru.KOI8-R:1.2	Mon Feb  6 18:29:48 2006
+++ src/gnu/usr.bin/groff/tmac/ru.KOI8-R	Sun Nov 22 05:10:28 2015
@@ -94,6 +94,7 @@
 .ds doc-str-Lb-libnetgraph ðÏÌØÚÏ×ÁÔÅÌØÓËÁÑ ÂÉÂÌÉÏÔÅËÁ Netgraph (libnetgraph, \-lnetgraph)
 .ds doc-str-Lb-libossaudio âÉÂÌÉÏÔÅËÁ ÜÍÕÌÑÃÉÉ OSS Audio (libossaudio, \-lossaudio)
 .ds doc-str-Lb-libpam  âÉÂÌÉÏÔÅËÁ PAM (libpam, \-lpam)
+.\" XXX ds doc-str-Lb-libpanel Curses Panel Library (libpanel, \-lpanel)
 .ds doc-str-Lb-libposixâÉÂÌÉÏÔÅËÁ \*[Px]\-ÓÏ×ÍÅÓÔÉÍÏÓÔÉ (libposix, \-lposix)
 .\" XXX ds doc-str-Lb-libresolv   DNS Resolver Library (libresolv, \-lresolv)
 .ds doc-str-Lb-librpcsvc   âÉÂÌÉÏÔÅËÁ ÓÌÕÖ RPC (librpcsvc, \-lrpcsvc)



CVS commit: src/gnu/usr.bin/groff/tmac

2015-11-21 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Nov 22 05:06:57 UTC 2015

Modified Files:
src/gnu/usr.bin/groff/tmac: fr.ISO8859-1

Log Message:
+libpanel (French version)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/groff/tmac/fr.ISO8859-1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/fr.ISO8859-1
diff -u src/gnu/usr.bin/groff/tmac/fr.ISO8859-1:1.2 src/gnu/usr.bin/groff/tmac/fr.ISO8859-1:1.3
--- src/gnu/usr.bin/groff/tmac/fr.ISO8859-1:1.2	Mon Feb  6 18:29:48 2006
+++ src/gnu/usr.bin/groff/tmac/fr.ISO8859-1	Sun Nov 22 05:06:56 2015
@@ -94,6 +94,7 @@
 .ds doc-str-Lb-libnetgraph Bibliothèque utilisateur Netgraph (libnetgraph, \-lnetgraph)
 .ds doc-str-Lb-libossaudio Bibliothèque d'émulation audio OSS (libossaudio, \-lossaudio)
 .ds doc-str-Lb-libpam  Bibliothèque PAM (libpam, \-lpam)
+.ds doc-str-Lb-libpanelBibliothèque de panneaux en Curses (libpanel, \-lpanel)
 .ds doc-str-Lb-libposixBibliothè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)



CVS commit: src/gnu/usr.bin/groff/tmac

2015-10-15 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Oct 15 20:02:24 UTC 2015

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
evbsh5 is no more


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.77 src/gnu/usr.bin/groff/tmac/mdoc.local:1.78
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.77	Mon Sep 28 21:07:47 2015
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Thu Oct 15 20:02:24 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.77 2015/09/28 21:07:47 christos Exp $
+.\" $NetBSD: mdoc.local,v 1.78 2015/10/15 20:02:24 snj Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -76,7 +76,6 @@
 .ds doc-operating-system-FreeBSD-9.0   9.0
 .\" Platforms not yet in groff distribution
 .ds doc-volume-as-amigappc  amigappc
-.ds doc-volume-as-evbsh5evbsh5
 .ds doc-volume-as-ews4800mips   ews4800mips
 .ds doc-volume-as-ibmnwsibmnws
 .ds doc-volume-as-iyonixiyonix



CVS commit: src/gnu/usr.bin/groff/tmac

2015-09-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 28 21:07:47 UTC 2015

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
describe libproc, librtld_db


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.76 src/gnu/usr.bin/groff/tmac/mdoc.local:1.77
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.76	Mon Aug 11 05:12:59 2014
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Mon Sep 28 17:07:47 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.76 2014/08/11 09:12:59 riz Exp $
+.\" $NetBSD: mdoc.local,v 1.77 2015/09/28 21:07:47 christos Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -99,10 +99,12 @@
 .ds doc-str-Lb-libnpf   NPF Packet Filter Library (libnpf, \-lnpf)
 .ds doc-str-Lb-libperfuse   PUFFS-enabled Relay to FUSE Library (libperfuse, \-lperfuse)
 .ds doc-str-Lb-libppath Property-List Paths Library (libppath, \-lppath)
+.ds doc-str-Lb-libproc  Process manipulation Library (libproc, \-lproc)
 .ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
 .ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
 .ds doc-str-Lb-libquota		Disk Quota Access and Control Library (libquota, \-lquota)
 .ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lrefuse)
+.ds doc-str-Lb-librtld_db   Debugging interface to the runtime linker Library (librtld_db, \-lrtld_db)
 .ds doc-str-Lb-librumpclient	Clientside Stubs for rump Kernel Remote Protocols (librumpclient, \-lrumpclient)
 .ds doc-str-Lb-libsaslc Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
 .ds doc-str-Lb-libssp   Buffer Overflow Protection Library (libssp, \-lssp)



CVS commit: src/gnu/usr.bin/gettext

2015-06-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  3 14:42:51 UTC 2015

Modified Files:
src/gnu/usr.bin/gettext: Makefile

Log Message:
prefer our gettext version


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/gettext/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/Makefile
diff -u src/gnu/usr.bin/gettext/Makefile:1.5 src/gnu/usr.bin/gettext/Makefile:1.6
--- src/gnu/usr.bin/gettext/Makefile:1.5	Fri Apr 29 11:05:01 2005
+++ src/gnu/usr.bin/gettext/Makefile	Wed Jun  3 10:42:51 2015
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.5 2005/04/29 15:05:01 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2015/06/03 14:42:51 christos Exp $
 
 .include bsd.own.mk
 
 SUBDIR=	libgrep libnlsut libnlspr info .WAIT \
-	gettext msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \
+	msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \
 	msgfmt msginit msgmerge msgunfmt msguniq xgettext
 
 .if ${MKNLS} != no



CVS commit: src/gnu/usr.bin/groff/tmac

2014-08-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Aug 11 09:12:59 UTC 2014

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add NetBSD 8.0, and make 7.0 the default.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.75 src/gnu/usr.bin/groff/tmac/mdoc.local:1.76
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.75	Wed Dec 25 15:09:10 2013
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Mon Aug 11 09:12:59 2014
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.75 2013/12/25 15:09:10 christos Exp $
+.\ $NetBSD: mdoc.local,v 1.76 2014/08/11 09:12:59 riz Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -44,9 +44,9 @@
 .as doc-str-St--ieee1275-94  (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
 .
 .\ Default .Os value
-.ds doc-operating-system NetBSD\~6.0
+.ds doc-operating-system NetBSD\~7.0
 .\ Default footer operating system value
-.ds doc-default-operating-system NetBSD\~6.0
+.ds doc-default-operating-system NetBSD\~7.0
 .\ Other known versions, not yet in groff distribution
 .ds doc-operating-system-NetBSD-1.3.3  1.3.3
 .ds doc-operating-system-NetBSD-1.6.3  1.6.3
@@ -61,6 +61,7 @@
 .ds doc-operating-system-NetBSD-6.06.0
 .ds doc-operating-system-NetBSD-6.16.1
 .ds doc-operating-system-NetBSD-7.07.0
+.ds doc-operating-system-NetBSD-8.08.0
 .ds doc-operating-system-FreeBSD-4.11  4.11
 .ds doc-operating-system-FreeBSD-5.4   5.4
 .ds doc-operating-system-FreeBSD-5.5   5.5



CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Mon Mar 24 23:03:02 UTC 2014

Modified Files:
src/gnu/usr.bin/texinfo/makeinfo: Makefile

Log Message:
Don't compile with fortification. It breaks makeinfo(1) for certain
input files (e.g. cl.texi shipped with Emacs 23.4) if it is compiled
with GCC 4.8.3 and USE_SSP set to yes.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/texinfo/makeinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/texinfo/makeinfo/Makefile
diff -u src/gnu/usr.bin/texinfo/makeinfo/Makefile:1.7 src/gnu/usr.bin/texinfo/makeinfo/Makefile:1.8
--- src/gnu/usr.bin/texinfo/makeinfo/Makefile:1.7	Thu May 26 12:56:29 2011
+++ src/gnu/usr.bin/texinfo/makeinfo/Makefile	Mon Mar 24 23:03:01 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2011/05/26 12:56:29 joerg Exp $
+#	$NetBSD: Makefile,v 1.8 2014/03/24 23:03:01 tron Exp $
 
 PROG=		makeinfo
 SRCS=		cmds.c defun.c files.c float.c footnote.c \
@@ -12,4 +12,6 @@ WARNS?=		0	# pointer sign issues
 
 .include bsd.prog.mk
 
+CPPFLAGS:=	${CPPFLAGS:S/-D_FORTIFY_SOURCE=2//}
+
 .PATH: ${IDIST}/makeinfo ${IDIST}/doc



CVS commit: src/gnu/usr.bin/gettext

2014-01-20 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jan 20 10:57:38 UTC 2014

Modified Files:
src/gnu/usr.bin/gettext/libnlspr: Makefile
src/gnu/usr.bin/gettext/msginit: Makefile

Log Message:
Don't include ${DESTDIR} in -DLIBDIR=..., -DGETTEXTDATADIR=...,
and a few other variables.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/gettext/libnlspr/Makefile
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gettext/msginit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/libnlspr/Makefile
diff -u src/gnu/usr.bin/gettext/libnlspr/Makefile:1.9 src/gnu/usr.bin/gettext/libnlspr/Makefile:1.10
--- src/gnu/usr.bin/gettext/libnlspr/Makefile:1.9	Thu May 26 12:56:28 2011
+++ src/gnu/usr.bin/gettext/libnlspr/Makefile	Mon Jan 20 10:57:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2011/05/26 12:56:28 joerg Exp $
+#	$NetBSD: Makefile,v 1.10 2014/01/20 10:57:38 apb Exp $
 
 LIBISPRIVATE=	yes
 
@@ -70,9 +70,9 @@ write-tcl.c
 .PATH:	${DIST}/gettext/gettext-tools/src ${DIST}/gettext/gettext-tools/lib
 CPPFLAGS+=-I${DIST}/gettext/gettext-runtime/intl
 CPPFLAGS+=-I${DIST}/gettext/gettext-tools/src
-CPPFLAGS+=-DLIBDIR=\${DESTDIR}/usr/share\
-CPPFLAGS+=-DGETTEXTJAR=\${DESTDIR}/usr/share/gettext/gettext.jar\
-CPPFLAGS+=-DGETTEXTDATADIR=\${DESTDIR}/usr/share/gettext\
+CPPFLAGS+=-DLIBDIR=\/usr/share\
+CPPFLAGS+=-DGETTEXTJAR=\/usr/share/gettext/gettext.jar\
+CPPFLAGS+=-DGETTEXTDATADIR=\/usr/share/gettext\
 
 COPTS.format-java.c = -Wno-stack-protector
 COPTS.msgl-cat.c = -Wno-stack-protector

Index: src/gnu/usr.bin/gettext/msginit/Makefile
diff -u src/gnu/usr.bin/gettext/msginit/Makefile:1.3 src/gnu/usr.bin/gettext/msginit/Makefile:1.4
--- src/gnu/usr.bin/gettext/msginit/Makefile:1.3	Fri Nov 10 17:36:08 2006
+++ src/gnu/usr.bin/gettext/msginit/Makefile	Mon Jan 20 10:57:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2006/11/10 17:36:08 christos Exp $
+#	$NetBSD: Makefile,v 1.4 2014/01/20 10:57:38 apb Exp $
 
 PROG=	msginit
 SRCS+=	msginit.c \
@@ -9,9 +9,9 @@ localename.c
 .include ${.CURDIR}/../Makefile.inc.prog
 
 CPPFLAGS+=-I${DIST}/gettext/gettext-runtime/intl
-CPPFLAGS+=-DLIBDIR=\${DESTDIR}/usr/share\ \
--DPROJECTSDIR=\${DESTDIR}/usr/share\ \
--DLOCALE_ALIAS_PATH=\${DESTDIR}/usr/share/locale\
+CPPFLAGS+=-DLIBDIR=\/usr/share\ \
+-DPROJECTSDIR=\/usr/share\ \
+-DLOCALE_ALIAS_PATH=\/usr/share/locale\
 
 COPTS.msginit.c = -Wno-stack-protector
 COPTS.localealias.c = -Wno-stack-protector



CVS commit: src/gnu/usr.bin/groff/tmac

2013-12-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Dec 25 15:09:10 UTC 2013

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
add posix 1003.1j


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.74 src/gnu/usr.bin/groff/tmac/mdoc.local:1.75
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.74	Sun Sep  1 17:14:05 2013
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Wed Dec 25 10:09:10 2013
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.74 2013/09/01 21:14:05 wiz Exp $
+.\ $NetBSD: mdoc.local,v 1.75 2013/12/25 15:09:10 christos Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -106,3 +106,5 @@
 .ds doc-str-Lb-libsaslc Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
 .ds doc-str-Lb-libssp   Buffer Overflow Protection Library (libssp, \-lssp)
 .ds doc-str-Lb-libterminfo  Terminal Information Library (libterminfo, \-lterminfo)
+.ds doc-str-St--p1003.1j-2000  \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1j-2000 
+.as doc-str-St--p1003.1j-2000   (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])



CVS commit: src/gnu/usr.bin/gettext/include

2013-11-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov  6 22:54:49 UTC 2013

Modified Files:
src/gnu/usr.bin/gettext/include: config.h

Log Message:
correctly fix stpcpy


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/gettext/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/include/config.h
diff -u src/gnu/usr.bin/gettext/include/config.h:1.4 src/gnu/usr.bin/gettext/include/config.h:1.5
--- src/gnu/usr.bin/gettext/include/config.h:1.4	Mon Oct 12 18:20:50 2009
+++ src/gnu/usr.bin/gettext/include/config.h	Wed Nov  6 17:54:49 2013
@@ -382,10 +382,10 @@
 #define HAVE_STDLIB_H 1
 
 /* Define to 1 if you have the `stpcpy' function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
 
 /* Define if you have the stpncpy() function and it works. */
-/* #undef HAVE_STPNCPY */
+#define HAVE_STPNCPY 1
 
 /* Define to 1 if you have the `strcasecmp' function. */
 #define HAVE_STRCASECMP 1



CVS commit: src/gnu/usr.bin/gettext/libnlsut

2013-11-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Nov  6 23:32:04 UTC 2013

Modified Files:
src/gnu/usr.bin/gettext/libnlsut: Makefile

Log Message:
Don't attempt to build stpcpy.c and stpncpy.c. NetBSD provides these
functions and these implementation don't build because of the new
SSP definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/gettext/libnlsut/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/libnlsut/Makefile
diff -u src/gnu/usr.bin/gettext/libnlsut/Makefile:1.9 src/gnu/usr.bin/gettext/libnlsut/Makefile:1.10
--- src/gnu/usr.bin/gettext/libnlsut/Makefile:1.9	Mon Oct 19 00:28:19 2009
+++ src/gnu/usr.bin/gettext/libnlsut/Makefile	Wed Nov  6 23:32:04 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2009/10/19 00:28:19 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2013/11/06 23:32:04 tron Exp $
 
 LIBISPRIVATE=	yes
 
@@ -45,8 +45,6 @@ quotearg.c \
 safe-read.c \
 safe-write.c \
 sh-quote.c \
-stpcpy.c \
-stpncpy.c \
 tmpdir.c \
 wait-process.c \
 xallocsa.c \



CVS commit: src/gnu/usr.bin/groff/tmac

2013-09-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Sep  1 21:14:05 UTC 2013

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Recognize NetBSD-6.1.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.73 src/gnu/usr.bin/groff/tmac/mdoc.local:1.74
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.73	Fri Mar  8 08:29:37 2013
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Sun Sep  1 21:14:05 2013
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.73 2013/03/08 08:29:37 wiz Exp $
+.\ $NetBSD: mdoc.local,v 1.74 2013/09/01 21:14:05 wiz Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -59,6 +59,7 @@
 .ds doc-operating-system-NetBSD-5.05.0
 .ds doc-operating-system-NetBSD-5.15.1
 .ds doc-operating-system-NetBSD-6.06.0
+.ds doc-operating-system-NetBSD-6.16.1
 .ds doc-operating-system-NetBSD-7.07.0
 .ds doc-operating-system-FreeBSD-4.11  4.11
 .ds doc-operating-system-FreeBSD-5.4   5.4



CVS commit: src/gnu/usr.bin/send-pr

2012-12-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Dec 21 09:40:18 UTC 2012

Modified Files:
src/gnu/usr.bin/send-pr: Makefile

Log Message:
Set GNATS_ADDR to gnats-b...@netbsd.org, like in all other places.
Ok spz for admins.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/gnu/usr.bin/send-pr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/send-pr/Makefile
diff -u src/gnu/usr.bin/send-pr/Makefile:1.30 src/gnu/usr.bin/send-pr/Makefile:1.31
--- src/gnu/usr.bin/send-pr/Makefile:1.30	Sat Oct 25 22:27:35 2008
+++ src/gnu/usr.bin/send-pr/Makefile	Fri Dec 21 09:40:17 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.30 2008/10/25 22:27:35 apb Exp $
+#	$NetBSD: Makefile,v 1.31 2012/12/21 09:40:17 wiz Exp $
 
 .include bsd.own.mk
 
@@ -19,7 +19,7 @@ VERSION=3.95
 GNATS_ROOT =
 
 # Email address to which people should submit bugs.
-GNATS_ADDR = gnats-b...@gnats.netbsd.org
+GNATS_ADDR = gnats-b...@netbsd.org
 
 # The default release for this send-pr.
 DEFAULT_RELEASE = `uname -s` `uname -r`



CVS commit: src/gnu/usr.bin/gdb6

2012-11-06 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Nov  6 12:24:34 UTC 2012

Removed Files:
src/gnu/usr.bin/gdb6: Makefile Makefile.inc gdb-cfg.texi
src/gnu/usr.bin/gdb6/arch/alpha: config.h defs.mk init.c nm.h tm.h
version.c
src/gnu/usr.bin/gdb6/arch/arm: config.h defs.mk init.c tm.h version.c
src/gnu/usr.bin/gdb6/arch/armeb: config.h defs.mk init.c tm.h version.c
src/gnu/usr.bin/gdb6/arch/hppa: config.h defs.mk init.c version.c
src/gnu/usr.bin/gdb6/arch/i386: config.h defs.mk init.c nm.h version.c
src/gnu/usr.bin/gdb6/arch/m68000: config.h defs.mk init.c tm.h
version.c
src/gnu/usr.bin/gdb6/arch/m68k: config.h defs.mk init.c tm.h version.c
src/gnu/usr.bin/gdb6/arch/mips64eb: config.h defs.mk init.c tm.h
version.c
src/gnu/usr.bin/gdb6/arch/mips64el: config.h defs.mk init.c tm.h
version.c
src/gnu/usr.bin/gdb6/arch/mipseb: config.h defs.mk init.c tm.h
version.c
src/gnu/usr.bin/gdb6/arch/mipsel: config.h defs.mk init.c tm.h
version.c
src/gnu/usr.bin/gdb6/arch/powerpc: config.h defs.mk init.c nm.h tm.h
version.c
src/gnu/usr.bin/gdb6/arch/powerpc64: config.h defs.mk init.c tm.h
version.c
src/gnu/usr.bin/gdb6/arch/sh3eb: config.h defs.mk init.c nm.h tm.h
version.c
src/gnu/usr.bin/gdb6/arch/sh3el: config.h defs.mk init.c nm.h tm.h
version.c
src/gnu/usr.bin/gdb6/arch/sparc: config.h defs.mk init.c version.c
src/gnu/usr.bin/gdb6/arch/sparc64: config.h defs.mk init.c version.c
src/gnu/usr.bin/gdb6/arch/vax: config.h defs.mk init.c tm.h version.c
src/gnu/usr.bin/gdb6/arch/x86_64: config.h defs.mk init.c version.c
src/gnu/usr.bin/gdb6/bfd: Makefile lib_bfd.c
src/gnu/usr.bin/gdb6/bfd/arch/alpha: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/arm: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/armeb: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/hppa: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/i386: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/m68000: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/m68k: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/mips64eb: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/mips64el: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/mipseb: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/mipsel: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/powerpc: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/powerpc64: bfd.h bfdver.h config.h
defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/sh3eb: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/sh3el: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/sparc: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/sparc64: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/vax: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/bfd/arch/x86_64: bfd.h bfdver.h config.h defs.mk
src/gnu/usr.bin/gdb6/gdb: Makefile
src/gnu/usr.bin/gdb6/gdbtui: Makefile
src/gnu/usr.bin/gdb6/libgdb: Makefile observer.h observer.inc
src/gnu/usr.bin/gdb6/libiberty: Makefile
src/gnu/usr.bin/gdb6/libiberty/arch/alpha: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/arm: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/armeb: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/hppa: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/i386: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/m68000: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/m68k: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/mips64eb: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/mips64el: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/mipseb: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/mipsel: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/powerpc: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/powerpc64: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/sh3eb: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/sh3el: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/sparc: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/sparc64: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/vax: config.h defs.mk
src/gnu/usr.bin/gdb6/libiberty/arch/x86_64: config.h defs.mk
src/gnu/usr.bin/gdb6/opcodes: Makefile
src/gnu/usr.bin/gdb6/opcodes/arch/alpha: config.h defs.mk

CVS commit: src/gnu/usr.bin

2012-11-06 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Nov  6 12:25:56 UTC 2012

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
Remove GDB 6.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.136 src/gnu/usr.bin/Makefile:1.137
--- src/gnu/usr.bin/Makefile:1.136	Fri Aug 10 12:11:30 2012
+++ src/gnu/usr.bin/Makefile	Tue Nov  6 12:25:56 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.136 2012/08/10 12:11:30 joerg Exp $
+#	$NetBSD: Makefile,v 1.137 2012/11/06 12:25:56 skrll Exp $
 
 .include bsd.own.mk
 
@@ -17,12 +17,6 @@ SUBDIR+=	groff
 
 SUBDIR+=	gettext
 
-.if ${MKGDB} != no
-.if ${HAVE_GDB} == 6
-SUBDIR+=	gdb6
-.endif
-.endif
-
 .if ${MKGCC} != no
 .if ${HAVE_GCC} == 4
 .if ${MKGCCCMDS} != no



CVS commit: src/gnu/usr.bin

2012-08-10 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Aug 10 12:11:30 UTC 2012

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
Only build gcc here, if MKGCC != no.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.135 src/gnu/usr.bin/Makefile:1.136
--- src/gnu/usr.bin/Makefile:1.135	Tue Jun 21 04:52:50 2011
+++ src/gnu/usr.bin/Makefile	Fri Aug 10 12:11:30 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.135 2011/06/21 04:52:50 mrg Exp $
+#	$NetBSD: Makefile,v 1.136 2012/08/10 12:11:30 joerg Exp $
 
 .include bsd.own.mk
 
@@ -23,10 +23,12 @@ SUBDIR+=	gdb6
 .endif
 .endif
 
+.if ${MKGCC} != no
 .if ${HAVE_GCC} == 4
 .if ${MKGCCCMDS} != no
 SUBDIR+=	gcc4
 .endif
 .endif
+.endif
 
 .include bsd.subdir.mk



CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Aug 10 12:12:22 UTC 2012

Modified Files:
src/gnu/usr.bin/groff: Makefile.inc
src/gnu/usr.bin/groff/src/devices: Makefile.inc
src/gnu/usr.bin/groff/src/devices/grodvi: Makefile
src/gnu/usr.bin/groff/src/devices/grohtml: Makefile
src/gnu/usr.bin/groff/src/devices/grolbp: Makefile
src/gnu/usr.bin/groff/src/devices/grolj4: Makefile
src/gnu/usr.bin/groff/src/devices/grops: Makefile
src/gnu/usr.bin/groff/src/devices/grotty: Makefile
src/gnu/usr.bin/groff/src/preproc: Makefile.inc
src/gnu/usr.bin/groff/src/preproc/eqn: Makefile
src/gnu/usr.bin/groff/src/preproc/grn: Makefile
src/gnu/usr.bin/groff/src/preproc/html: Makefile
src/gnu/usr.bin/groff/src/preproc/pic: Makefile
src/gnu/usr.bin/groff/src/preproc/refer: Makefile
src/gnu/usr.bin/groff/src/preproc/soelim: Makefile
src/gnu/usr.bin/groff/src/preproc/tbl: Makefile
src/gnu/usr.bin/groff/src/roff: Makefile.inc
src/gnu/usr.bin/groff/src/roff/groff: Makefile
src/gnu/usr.bin/groff/src/roff/troff: Makefile
src/gnu/usr.bin/groff/src/utils: Makefile.inc
src/gnu/usr.bin/groff/src/utils/addftinfo: Makefile
src/gnu/usr.bin/groff/src/utils/hpftodit: Makefile
src/gnu/usr.bin/groff/src/utils/indxbib: Makefile
src/gnu/usr.bin/groff/src/utils/lkbib: Makefile
src/gnu/usr.bin/groff/src/utils/lookbib: Makefile
src/gnu/usr.bin/groff/src/utils/tfmtodit: Makefile

Log Message:
Don't link explicitly against libsupc++, just use the normal C++
linkage.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/gnu/usr.bin/groff/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/devices/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/devices/grodvi/Makefile
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/groff/src/devices/grohtml/Makefile
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/groff/src/devices/grolbp/Makefile
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/groff/src/devices/grolj4/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/devices/grops/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/devices/grotty/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/preproc/Makefile.inc
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/groff/src/preproc/eqn/Makefile
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/groff/src/preproc/grn/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/preproc/html/Makefile
cvs rdiff -u -r1.10 -r1.11 src/gnu/usr.bin/groff/src/preproc/pic/Makefile
cvs rdiff -u -r1.10 -r1.11 src/gnu/usr.bin/groff/src/preproc/refer/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/preproc/soelim/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/preproc/tbl/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/roff/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/roff/groff/Makefile
cvs rdiff -u -r1.12 -r1.13 src/gnu/usr.bin/groff/src/roff/troff/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/utils/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/utils/addftinfo/Makefile
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/groff/src/utils/indxbib/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/utils/lkbib/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/utils/lookbib/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/Makefile.inc
diff -u src/gnu/usr.bin/groff/Makefile.inc:1.20 src/gnu/usr.bin/groff/Makefile.inc:1.21
--- src/gnu/usr.bin/groff/Makefile.inc:1.20	Thu May 26 12:56:29 2011
+++ src/gnu/usr.bin/groff/Makefile.inc	Fri Aug 10 12:12:18 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.20 2011/05/26 12:56:29 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.21 2012/08/10 12:12:18 joerg Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $
 
@@ -90,9 +90,6 @@ CFLAGS+=	-DHAVE_CONFIG_H
 CFLAGS+=	-I${GROFF_DIST}/src/include -I${NETBSDSRCDIR}/gnu/usr.bin/groff/src/include
 CXXFLAGS+=	-fno-rtti -fno-exceptions
 
-# We only need -lsupc++
-USE_LIBSTDCXX=	no
-
 CWARNFLAGS.clang+=	-Wno-unused-value
 
 

Index: src/gnu/usr.bin/groff/src/devices/Makefile.inc
diff -u src/gnu/usr.bin/groff/src/devices/Makefile.inc:1.4 src/gnu/usr.bin/groff/src/devices/Makefile.inc:1.5
--- src/gnu/usr.bin/groff/src/devices/Makefile.inc:1.4	Thu Dec 16 22:54:18 2010
+++ src/gnu/usr.bin/groff/src/devices/Makefile.inc	Fri Aug 10 12:12:18 2012
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.4 2010/12/16 22:54:18 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.5 2012/08/10 12:12:18 joerg Exp $
 
 # $FreeBSD: 

CVS commit: src/gnu/usr.bin/groff/tmac

2012-06-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jun 10 15:04:47 UTC 2012

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
add libexecinfo


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.67 src/gnu/usr.bin/groff/tmac/mdoc.local:1.68
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.67	Wed Feb 15 18:06:20 2012
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Sun Jun 10 11:04:47 2012
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.67 2012/02/15 23:06:20 riz Exp $
+.\ $NetBSD: mdoc.local,v 1.68 2012/06/10 15:04:47 christos Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -86,6 +86,7 @@
 .ds doc-str-Lb-libarchive   Reading and Writing Streaming Archives Library (libarchive, \-larchive)
 .ds doc-str-Lb-libbluetooth Bluetooth Library (libbluetooth, \-lbluetooth)
 .ds doc-str-Lb-libdmDevice-mapper Library (libdm, \-ldm)
+.ds doc-str-Lb-libexecinfo	Backtrace Access Library (libexecinfo, \-lexecinfo)
 .ds doc-str-Lb-libfetch File Transfer Library for URLs (libfetch, \-lfetch)
 .ds doc-str-Lb-libiscsi iSCSI protocol library (libiscsi, \-liscsi)
 .ds doc-str-Lb-libisns  Internet Storage Name Service Library (libisns, \-lisns)



CVS commit: src/gnu/usr.bin/gettext/msgfmt

2012-05-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed May  9 07:59:23 UTC 2012

Modified Files:
src/gnu/usr.bin/gettext/msgfmt: Makefile

Log Message:
Format strings don't use all arguments in the non-pluralized case.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gettext/msgfmt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/msgfmt/Makefile
diff -u src/gnu/usr.bin/gettext/msgfmt/Makefile:1.3 src/gnu/usr.bin/gettext/msgfmt/Makefile:1.4
--- src/gnu/usr.bin/gettext/msgfmt/Makefile:1.3	Fri Apr 29 15:05:01 2005
+++ src/gnu/usr.bin/gettext/msgfmt/Makefile	Wed May  9 07:59:23 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2005/04/29 15:05:01 christos Exp $
+#	$NetBSD: Makefile,v 1.4 2012/05/09 07:59:23 joerg Exp $
 
 PROG=	msgfmt
 
@@ -6,3 +6,5 @@ PROG=	msgfmt
 .include ${.CURDIR}/../Makefile.inc.prog
 
 CPPFLAGS+=-I${DIST}/gettext/gettext-runtime/intl
+
+CWARNFLAGS.clang+=	-Wno-format-extra-args



CVS commit: src/gnu/usr.bin/rcs

2012-03-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Mar  8 21:32:28 UTC 2012

Modified Files:
src/gnu/usr.bin/rcs/lib: rcsbase.h rcssyn.c
src/gnu/usr.bin/rcs/rlog: rlog.1 rlog.c

Log Message:
Teach rcs about the new cvs commitid keyword, so that we don't bitch each
time we play with an RCS file maintained by CVS.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/gnu/usr.bin/rcs/lib/rcsbase.h
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/rcs/lib/rcssyn.c
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/rcs/rlog/rlog.1
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/rcs/rlog/rlog.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/rcs/lib/rcsbase.h
diff -u src/gnu/usr.bin/rcs/lib/rcsbase.h:1.12 src/gnu/usr.bin/rcs/lib/rcsbase.h:1.13
--- src/gnu/usr.bin/rcs/lib/rcsbase.h:1.12	Thu Jan 12 09:10:56 2012
+++ src/gnu/usr.bin/rcs/lib/rcsbase.h	Thu Mar  8 16:32:28 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcsbase.h,v 1.12 2012/01/12 14:10:56 joerg Exp $	*/
+/*	$NetBSD: rcsbase.h,v 1.13 2012/03/08 21:32:28 christos Exp $	*/
 
 /* RCS common definitions and data structures */
 
@@ -33,6 +33,10 @@ Report problems and direct all questions
 
 /*
  * $Log: rcsbase.h,v $
+ * Revision 1.13  2012/03/08 21:32:28  christos
+ * Teach rcs about the new cvs commitid keyword, so that we don't bitch each
+ * time we play with an RCS file maintained by CVS.
+ *
  * Revision 1.12  2012/01/12 14:10:56  joerg
  * Second try to sort out the dangling elses. Just use {} markers.
  * Produces identical on amd64.
@@ -383,6 +387,7 @@ struct hshentry {
 	char const	  * lockedby; /* who locks the revision		*/
 	char const	  * state;/* state of revision (Exp by default) */
 	char const	  * name; /* name (if any) by which retrieved   */
+	char const	  * commitid; /* unique commit identifier   */
 	struct cbuf	log;  /* log message requested at checkin   */
 struct branchhead * branches; /* list of first revisions on branches*/
 	struct cbuf	ig;	  /* ignored phrases in admin part	*/

Index: src/gnu/usr.bin/rcs/lib/rcssyn.c
diff -u src/gnu/usr.bin/rcs/lib/rcssyn.c:1.4 src/gnu/usr.bin/rcs/lib/rcssyn.c:1.5
--- src/gnu/usr.bin/rcs/lib/rcssyn.c:1.4	Tue Oct 15 03:00:26 1996
+++ src/gnu/usr.bin/rcs/lib/rcssyn.c	Thu Mar  8 16:32:28 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcssyn.c,v 1.4 1996/10/15 07:00:26 veego Exp $	*/
+/*	$NetBSD: rcssyn.c,v 1.5 2012/03/08 21:32:28 christos Exp $	*/
 
 /* RCS file syntactic analysis */
 
@@ -39,6 +39,10 @@ Report problems and direct all questions
 
 /*
  * $Log: rcssyn.c,v $
+ * Revision 1.5  2012/03/08 21:32:28  christos
+ * Teach rcs about the new cvs commitid keyword, so that we don't bitch each
+ * time we play with an RCS file maintained by CVS.
+ *
  * Revision 1.4  1996/10/15 07:00:26  veego
  * Merge rcs 5.7.
  *
@@ -176,6 +180,7 @@ char const
 	Kauthor[]   = author,
 	Kbranch[]   = branch,
 	Kcomment[]  = comment,
+	Kcommitid[] = commitid,
 	Kdate[] = date,
 	Kdesc[] = desc,
 	Kexpand[]   = expand,
@@ -435,6 +440,17 @@ getdelta()
 	getkey(Knext);
 	Delta-next = num = getdnum();
 	getsemi(Knext);
+	if (getkeyopt(Kcommitid)) {
+	if (nexttok == ID) {
+		Delta-commitid = NextString;
+		nextlex();
+	} else {
+		fatserror(missing %s, Kcommitid);
+		Delta-commitid = NULL;
+	}
+	getsemi(Kcommitid);
+	} else
+	Delta-commitid = NULL;
 	Delta-lockedby = 0;
 	Delta-log.string = 0;
 	Delta-selector = true;

Index: src/gnu/usr.bin/rcs/rlog/rlog.1
diff -u src/gnu/usr.bin/rcs/rlog/rlog.1:1.5 src/gnu/usr.bin/rcs/rlog/rlog.1:1.6
--- src/gnu/usr.bin/rcs/rlog/rlog.1:1.5	Thu Feb  7 20:26:52 2002
+++ src/gnu/usr.bin/rcs/rlog/rlog.1	Thu Mar  8 16:32:28 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: rlog.1,v 1.5 2002/02/08 01:26:52 ross Exp $
+.\	$NetBSD: rlog.1,v 1.6 2012/03/08 21:32:28 christos Exp $
 .\
 .de Id
 .ds Rv \\$3
@@ -48,6 +48,8 @@ The options below restrict this output.
 .ds n \nn
 .if \n(.g .if r an-tag-sep .ds n \w'\f3\-V\fP\f2n\fP'u+\n[an-tag-sep]u
 .TP \*n
+.B \-c
+Print the commitid if available.
 .B \-L
 Ignore \*r files that have no locks set.
 This is convenient in combination with

Index: src/gnu/usr.bin/rcs/rlog/rlog.c
diff -u src/gnu/usr.bin/rcs/rlog/rlog.c:1.6 src/gnu/usr.bin/rcs/rlog/rlog.c:1.7
--- src/gnu/usr.bin/rcs/rlog/rlog.c:1.6	Fri Jan  6 10:16:03 2012
+++ src/gnu/usr.bin/rcs/rlog/rlog.c	Thu Mar  8 16:32:28 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rlog.c,v 1.6 2012/01/06 15:16:03 joerg Exp $	*/
+/*	$NetBSD: rlog.c,v 1.7 2012/03/08 21:32:28 christos Exp $	*/
 
 /* Print log messages and other information about RCS files.  */
 
@@ -31,6 +31,10 @@ Report problems and direct all questions
 
 /*
  * $Log: rlog.c,v $
+ * Revision 1.7  2012/03/08 21:32:28  christos
+ * Teach rcs about the new cvs commitid keyword, so that we don't bitch each
+ * time we play with an RCS file maintained by CVS.
+ *
  * Revision 1.6  2012/01/06 15:16:03  

CVS commit: src/gnu/usr.bin/gdb6/arch

2012-03-02 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Mar  2 16:39:26 UTC 2012

Modified Files:
src/gnu/usr.bin/gdb6/arch/mips64eb: defs.mk
src/gnu/usr.bin/gdb6/arch/mips64el: defs.mk
src/gnu/usr.bin/gdb6/arch/mipseb: defs.mk
src/gnu/usr.bin/gdb6/arch/mipsel: defs.mk

Log Message:
Add bsd_kvm.o


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gdb6/arch/mips64el/defs.mk
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/gdb6/arch/mipseb/defs.mk
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gdb6/arch/mipsel/defs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk
diff -u src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk:1.3 src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk:1.4
--- src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk:1.3	Tue Dec 15 16:31:54 2009
+++ src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk	Fri Mar  2 16:39:26 2012
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/..  -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include  -I../intl -I${GNUHOSTDIST}/gdb/../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wno-pointer-sign 
-G_LIBGDB_OBS=mips-tdep.o mipsnbsd-tdep.o corelow.o solib.o solib-svr4.o  nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o nbsd-nat.o mipsnbsd-nat.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoint.o findvar.o regcache.o  charset.o dis
asm.o dummy-frame.o  source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o infrun.o  expprint.o environ.o stack.o thread.o  exceptions.o  inf-child.o  interps.o  main.o  macrotab.o macrocmd.o macroexp.o macroscope.o  event-loop.o event-top.o inf-loop.o completer.o  gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o  memattr.o mem-break.o target.o parse.o language.o buildsym.o  std-regs.o  signals.o  kod.o kod-cisco.o  gdb-events.o  exec.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o  dbxread.o coffread.o coff-pe-read.o elfread.o  dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o  dwarf2expr.o dwarf2loc.o dwarf2-frame.o  ada-lang.o c-lang.o f-lang.o objc-lang.o  ui-out.o cli-out.o  varobj.o wrapper.o  jv-lang.o jv-valprint.o jv-typeprint.o  m2-lang.o p-lang.o p-typeprint.o p-valprint.o  scm-exp.o scm-lang.o scm-valprint.o  sentinel-frame.o  complaints.o typep
 rint.o  ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o  ada-valprint.o c-valprint.o cp-valprint.o f-valprint.o m2-valprint.o  nlmread.o serial.o mdebugread.o top.o utils.o  ui-file.o  user-regs.o  frame.o frame-unwind.o doublest.o  frame-base.o  gnu-v2-abi.o gnu-v3-abi.o hpacc-abi.o cp-abi.o cp-support.o  cp-namespace.o  reggroups.o regset.o  trad-frame.o  tramp-frame.o  solib.o solib-null.o  prologue-value.o inflow.oinit.o
+G_LIBGDB_OBS=mips-tdep.o mipsnbsd-tdep.o corelow.o solib.o solib-svr4.o  nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o nbsd-nat.o mipsnbsd-nat.o bsd-kvm.o remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  

CVS commit: src/gnu/usr.bin/groff/tmac

2012-02-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Feb 15 23:06:20 UTC 2012

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add NetBSD 7.0, and make the default 6.0.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.66 src/gnu/usr.bin/groff/tmac/mdoc.local:1.67
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.66	Wed Jan 25 22:22:20 2012
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Wed Feb 15 23:06:20 2012
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.66 2012/01/25 22:22:20 dholland Exp $
+.\ $NetBSD: mdoc.local,v 1.67 2012/02/15 23:06:20 riz Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -44,9 +44,9 @@
 .as doc-str-St--ieee1275-94  (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
 .
 .\ Default .Os value
-.ds doc-operating-system NetBSD\~5.0
+.ds doc-operating-system NetBSD\~6.0
 .\ Default footer operating system value
-.ds doc-default-operating-system NetBSD\~5.0
+.ds doc-default-operating-system NetBSD\~6.0
 .\ Other known versions, not yet in groff distribution
 .ds doc-operating-system-NetBSD-1.3.3  1.3.3
 .ds doc-operating-system-NetBSD-1.6.3  1.6.3
@@ -59,6 +59,7 @@
 .ds doc-operating-system-NetBSD-5.05.0
 .ds doc-operating-system-NetBSD-5.15.1
 .ds doc-operating-system-NetBSD-6.06.0
+.ds doc-operating-system-NetBSD-7.07.0
 .ds doc-operating-system-FreeBSD-4.11  4.11
 .ds doc-operating-system-FreeBSD-5.4   5.4
 .ds doc-operating-system-FreeBSD-5.5   5.5



CVS commit: src/gnu/usr.bin/groff/tmac

2012-01-25 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Wed Jan 25 22:22:20 UTC 2012

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add libquota, as requested by wiz


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.65 src/gnu/usr.bin/groff/tmac/mdoc.local:1.66
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.65	Mon Aug 29 08:58:18 2011
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Wed Jan 25 22:22:20 2012
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.65 2011/08/29 08:58:18 wiz Exp $
+.\ $NetBSD: mdoc.local,v 1.66 2012/01/25 22:22:20 dholland Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -93,6 +93,7 @@
 .ds doc-str-Lb-libppath Property-List Paths Library (libppath, \-lppath)
 .ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
 .ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
+.ds doc-str-Lb-libquota		Disk Quota Access and Control Library (libquota, \-lquota)
 .ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lrefuse)
 .ds doc-str-Lb-libsaslc Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
 .ds doc-str-Lb-libssp   Buffer Overflow Protection Library (libssp, \-lssp)



CVS commit: src/gnu/usr.bin/rcs/lib

2012-01-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jan 12 14:10:56 UTC 2012

Modified Files:
src/gnu/usr.bin/rcs/lib: rcsbase.h

Log Message:
Second try to sort out the dangling elses. Just use {} markers.
Produces identical on amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/gnu/usr.bin/rcs/lib/rcsbase.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/rcs/lib/rcsbase.h
diff -u src/gnu/usr.bin/rcs/lib/rcsbase.h:1.11 src/gnu/usr.bin/rcs/lib/rcsbase.h:1.12
--- src/gnu/usr.bin/rcs/lib/rcsbase.h:1.11	Sun Jan  8 13:57:31 2012
+++ src/gnu/usr.bin/rcs/lib/rcsbase.h	Thu Jan 12 14:10:56 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcsbase.h,v 1.11 2012/01/08 13:57:31 tron Exp $	*/
+/*	$NetBSD: rcsbase.h,v 1.12 2012/01/12 14:10:56 joerg Exp $	*/
 
 /* RCS common definitions and data structures */
 
@@ -33,6 +33,10 @@ Report problems and direct all questions
 
 /*
  * $Log: rcsbase.h,v $
+ * Revision 1.12  2012/01/12 14:10:56  joerg
+ * Second try to sort out the dangling elses. Just use {} markers.
+ * Produces identical on amd64.
+ *
  * Revision 1.11  2012/01/08 13:57:31  tron
  * Revert last change. The extra while loop intruced by the macro changes
  * causes an end-less loop in ci(1) which uses break inside one of the
@@ -291,14 +295,14 @@ Report problems and direct all questions
 #	if maps_memory
 #		define declarecache register Iptr_type ptr, lim
 #		define setupcache(f) (lim = (f)-lim)
-#		define Igeteof_(f,c,s) if ((f)-ptr==(f)-lim) s else (c)= *(f)-ptr++;
-#		define cachegeteof_(c,s) if (ptr==lim) s else (c)= *ptr++;
+#		define Igeteof_(f,c,s) { if ((f)-ptr==(f)-lim) s else (c)= *(f)-ptr++; }
+#		define cachegeteof_(c,s) { if (ptr==lim) s else (c)= *ptr++; }
 #	else
 		int Igetmore P((RILE*));
 #		define declarecache register Iptr_type ptr; register RILE *rRILE
 #		define setupcache(f) (rRILE = (f))
-#		define Igeteof_(f,c,s) if ((f)-ptr==(f)-readlim  !Igetmore(f)) s else (c)= *(f)-ptr++;
-#		define cachegeteof_(c,s) if (ptr==rRILE-readlim  !Igetmore(rRILE)) s else (c)= *ptr++;
+#		define Igeteof_(f,c,s) { if ((f)-ptr==(f)-readlim  !Igetmore(f)) s else (c)= *(f)-ptr++; }
+#		define cachegeteof_(c,s) { if (ptr==rRILE-readlim  !Igetmore(rRILE)) s else (c)= *ptr++; }
 #	endif
 #	define uncache(f) ((f)-ptr = ptr)
 #	define cache(f) (ptr = (f)-ptr)



CVS commit: src/gnu/usr.bin/rcs/lib

2012-01-08 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jan  8 13:57:31 UTC 2012

Modified Files:
src/gnu/usr.bin/rcs/lib: rcsbase.h

Log Message:
Revert last change. The extra while loop intruced by the macro changes
causes an end-less loop in ci(1) which uses break inside one of the
macros.

/etc/security will now no longer fill up / (or /var depending on
file-system layout).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/gnu/usr.bin/rcs/lib/rcsbase.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/rcs/lib/rcsbase.h
diff -u src/gnu/usr.bin/rcs/lib/rcsbase.h:1.10 src/gnu/usr.bin/rcs/lib/rcsbase.h:1.11
--- src/gnu/usr.bin/rcs/lib/rcsbase.h:1.10	Fri Jan  6 15:16:03 2012
+++ src/gnu/usr.bin/rcs/lib/rcsbase.h	Sun Jan  8 13:57:31 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcsbase.h,v 1.10 2012/01/06 15:16:03 joerg Exp $	*/
+/*	$NetBSD: rcsbase.h,v 1.11 2012/01/08 13:57:31 tron Exp $	*/
 
 /* RCS common definitions and data structures */
 
@@ -33,8 +33,13 @@ Report problems and direct all questions
 
 /*
  * $Log: rcsbase.h,v $
- * Revision 1.10  2012/01/06 15:16:03  joerg
- * Don't use dangling elses.
+ * Revision 1.11  2012/01/08 13:57:31  tron
+ * Revert last change. The extra while loop intruced by the macro changes
+ * causes an end-less loop in ci(1) which uses break inside one of the
+ * macros.
+ *
+ * /etc/security will now no longer fill up / (or /var depending on
+ * file-system layout).
  *
  * Revision 1.9  1998/09/14 18:36:07  tv
  * Increase keylength to 32, inspired by pr...@newn.cam.ac.uk in PR
@@ -286,14 +291,14 @@ Report problems and direct all questions
 #	if maps_memory
 #		define declarecache register Iptr_type ptr, lim
 #		define setupcache(f) (lim = (f)-lim)
-#		define Igeteof_(f,c,s) do { if ((f)-ptr==(f)-lim) s else (c)= *(f)-ptr++; } while(0);
-#		define cachegeteof_(c,s) do { if (ptr==lim) s else (c)= *ptr++; } while(0);
+#		define Igeteof_(f,c,s) if ((f)-ptr==(f)-lim) s else (c)= *(f)-ptr++;
+#		define cachegeteof_(c,s) if (ptr==lim) s else (c)= *ptr++;
 #	else
 		int Igetmore P((RILE*));
 #		define declarecache register Iptr_type ptr; register RILE *rRILE
 #		define setupcache(f) (rRILE = (f))
-#		define Igeteof_(f,c,s) do { if ((f)-ptr==(f)-readlim  !Igetmore(f)) s else (c)= *(f)-ptr++; } while (0);
-#		define cachegeteof_(c,s) do { if (ptr==rRILE-readlim  !Igetmore(rRILE)) s else (c)= *ptr++; } } while (0);
+#		define Igeteof_(f,c,s) if ((f)-ptr==(f)-readlim  !Igetmore(f)) s else (c)= *(f)-ptr++;
+#		define cachegeteof_(c,s) if (ptr==rRILE-readlim  !Igetmore(rRILE)) s else (c)= *ptr++;
 #	endif
 #	define uncache(f) ((f)-ptr = ptr)
 #	define cache(f) (ptr = (f)-ptr)



CVS commit: src/gnu/usr.bin/gdb6/arch/arm

2011-10-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  2 14:24:09 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6/arch/arm: defs.mk

Log Message:
add a missing file, found with the new binutils. No chance we are going
to run mknative again on this, so the manual fix.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/gdb6/arch/arm/defs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/arch/arm/defs.mk
diff -u src/gnu/usr.bin/gdb6/arch/arm/defs.mk:1.4 src/gnu/usr.bin/gdb6/arch/arm/defs.mk:1.5
--- src/gnu/usr.bin/gdb6/arch/arm/defs.mk:1.4	Sun Jan 13 08:18:17 2008
+++ src/gnu/usr.bin/gdb6/arch/arm/defs.mk	Sun Oct  2 10:24:08 2011
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/..  -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include  -I../intl -I${GNUHOSTDIST}/gdb/../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wno-pointer-sign 
-G_LIBGDB_OBS=arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o bsd-kvm.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o  cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoint.o findvar.o regcache.o  charse
t.o disasm.o dummy-frame.o  source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o infrun.o  expprint.o environ.o stack.o thread.o  exceptions.o  inf-child.o  interps.o  main.o  macrotab.o macrocmd.o macroexp.o macroscope.o  event-loop.o event-top.o inf-loop.o completer.o  gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o  memattr.o mem-break.o target.o parse.o language.o buildsym.o  std-regs.o  signals.o  kod.o kod-cisco.o  gdb-events.o  exec.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o  dbxread.o coffread.o coff-pe-read.o elfread.o  dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o  dwarf2expr.o dwarf2loc.o dwarf2-frame.o  ada-lang.o c-lang.o f-lang.o objc-lang.o  ui-out.o cli-out.o  varobj.o wrapper.o  jv-lang.o jv-valprint.o jv-typeprint.o  m2-lang.o p-lang.o p-typeprint.o p-valprint.o  scm-exp.o scm-lang.o scm-valprint.o  sentinel-frame.o  complaints.
 o typeprint.o  ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o  ada-valprint.o c-valprint.o cp-valprint.o f-valprint.o m2-valprint.o  nlmread.o serial.o mdebugread.o top.o utils.o  ui-file.o  user-regs.o  frame.o frame-unwind.o doublest.o  frame-base.o  gnu-v2-abi.o gnu-v3-abi.o hpacc-abi.o cp-abi.o cp-support.o  cp-namespace.o  reggroups.o regset.o  trad-frame.o  tramp-frame.o  solib.o solib-null.o  prologue-value.o inflow.oinit.o
+G_LIBGDB_OBS=arm-tdep.o armbsd-tdep.o armnbsd-tdep.o solib.o solib-svr4.o nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o bsd-kvm.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o  cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoint.o findvar.o regc
ache.o  charset.o disasm.o dummy-frame.o  source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o 

CVS commit: src/gnu/usr.bin/gdb6/arch/arm

2011-10-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  2 15:04:47 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6/arch/arm: defs.mk

Log Message:
undo previous, my sources were wrong.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/gdb6/arch/arm/defs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/arch/arm/defs.mk
diff -u src/gnu/usr.bin/gdb6/arch/arm/defs.mk:1.5 src/gnu/usr.bin/gdb6/arch/arm/defs.mk:1.6
--- src/gnu/usr.bin/gdb6/arch/arm/defs.mk:1.5	Sun Oct  2 10:24:08 2011
+++ src/gnu/usr.bin/gdb6/arch/arm/defs.mk	Sun Oct  2 11:04:47 2011
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/..  -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include  -I../intl -I${GNUHOSTDIST}/gdb/../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wno-pointer-sign 
-G_LIBGDB_OBS=arm-tdep.o armbsd-tdep.o armnbsd-tdep.o solib.o solib-svr4.o nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o bsd-kvm.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o  cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoint.o findvar.o regc
ache.o  charset.o disasm.o dummy-frame.o  source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o infrun.o  expprint.o environ.o stack.o thread.o  exceptions.o  inf-child.o  interps.o  main.o  macrotab.o macrocmd.o macroexp.o macroscope.o  event-loop.o event-top.o inf-loop.o completer.o  gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o  memattr.o mem-break.o target.o parse.o language.o buildsym.o  std-regs.o  signals.o  kod.o kod-cisco.o  gdb-events.o  exec.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o  dbxread.o coffread.o coff-pe-read.o elfread.o  dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o  dwarf2expr.o dwarf2loc.o dwarf2-frame.o  ada-lang.o c-lang.o f-lang.o objc-lang.o  ui-out.o cli-out.o  varobj.o wrapper.o  jv-lang.o jv-valprint.o jv-typeprint.o  m2-lang.o p-lang.o p-typeprint.o p-valprint.o  scm-exp.o scm-lang.o scm-valprint.o  sentinel-frame.
 o  complaints.o typeprint.o  ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o  ada-valprint.o c-valprint.o cp-valprint.o f-valprint.o m2-valprint.o  nlmread.o serial.o mdebugread.o top.o utils.o  ui-file.o  user-regs.o  frame.o frame-unwind.o doublest.o  frame-base.o  gnu-v2-abi.o gnu-v3-abi.o hpacc-abi.o cp-abi.o cp-support.o  cp-namespace.o  reggroups.o regset.o  trad-frame.o  tramp-frame.o  solib.o solib-null.o  prologue-value.o inflow.oinit.o
+G_LIBGDB_OBS=arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o bsd-kvm.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o  cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoint.o findvar.o regcache.o  charse
t.o disasm.o dummy-frame.o  source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o infrun.o  expprint.o environ.o stack.o thread.o  exceptions.o  inf-child.o  interps.o  

CVS commit: src/gnu/usr.bin/gdb6

2011-08-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Aug  9 13:02:11 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6: Makefile.inc

Log Message:
Passes relaxed array boundary checks with clang now.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gdb6/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/Makefile.inc
diff -u src/gnu/usr.bin/gdb6/Makefile.inc:1.2 src/gnu/usr.bin/gdb6/Makefile.inc:1.3
--- src/gnu/usr.bin/gdb6/Makefile.inc:1.2	Thu May 26 12:56:28 2011
+++ src/gnu/usr.bin/gdb6/Makefile.inc	Tue Aug  9 13:02:11 2011
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/05/26 12:56:28 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/08/09 13:02:11 joerg Exp $
 
 USE_LIBEDIT=no
 USE_TUI=yes
 WARNS?=		0
 
-CWARNFLAGS.clang+=	-Wno-unused-value -Wno-conversion -Wno-array-bounds \
+CWARNFLAGS.clang+=	-Wno-unused-value -Wno-conversion \
 			-Wno-switch-enum -Wno-parentheses -Wno-comment \
 			-Wno-tautological-compare -Wno-format-extra-args



CVS commit: src/gnu/usr.bin/gdb6/libgdb

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:26:25 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
apply some -O0 for sun2.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/gnu/usr.bin/gdb6/libgdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/libgdb/Makefile
diff -u src/gnu/usr.bin/gdb6/libgdb/Makefile:1.11 src/gnu/usr.bin/gdb6/libgdb/Makefile:1.12
--- src/gnu/usr.bin/gdb6/libgdb/Makefile:1.11	Sun Apr 10 16:47:04 2011
+++ src/gnu/usr.bin/gdb6/libgdb/Makefile	Sun Jul  3 15:26:25 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2011/04/10 16:47:04 joerg Exp $
+#	$NetBSD: Makefile,v 1.12 2011/07/03 15:26:25 mrg Exp $
 
 .include bsd.own.mk
 
@@ -44,3 +44,7 @@
 .if ${MACHINE} == amiga
 COPTS.dwarf2-frame.c+=-O1
 .endif
+
+.if defined(HAVE_GCC)  HAVE_GCC == 4  ${MACHINE} == sun2
+COPTS.dwarf2-frame.c+=-O0
+.endif



CVS commit: src/gnu/usr.bin/gdb6/bfd

2011-06-20 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jun 20 09:27:43 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6/bfd: Makefile

Log Message:
remove sh5 code.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/gdb6/bfd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/bfd/Makefile
diff -u src/gnu/usr.bin/gdb6/bfd/Makefile:1.5 src/gnu/usr.bin/gdb6/bfd/Makefile:1.6
--- src/gnu/usr.bin/gdb6/bfd/Makefile:1.5	Sun Mar 14 00:26:09 2010
+++ src/gnu/usr.bin/gdb6/bfd/Makefile	Mon Jun 20 09:27:43 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2010/03/14 00:26:09 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2011/06/20 09:27:43 mrg Exp $
 
 .include bsd.own.mk
 
@@ -27,12 +27,6 @@
 
 .include bsd.lib.mk
 
-# XXX
-.if ${MACHINE_CPU} == sh5
-COPTS.elf32.c=-O1
-COPTS.elf64.c=-O1
-.endif
-
 ${OBJS} ${SOBJS}: elf32-target.h elf64-target.h
 targets.o targets.pico: targmatch.h Makefile
 



CVS commit: src/gnu/usr.bin/gcc4/arch/powerpc

2011-06-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Jun 11 00:59:44 UTC 2011

Modified Files:
src/gnu/usr.bin/gcc4/arch/powerpc: configargs.h

Log Message:
If compiled with -msoft-float, make the compiler emit soft float code
by default.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/gnu/usr.bin/gcc4/arch/powerpc/configargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gcc4/arch/powerpc/configargs.h
diff -u src/gnu/usr.bin/gcc4/arch/powerpc/configargs.h:1.12 src/gnu/usr.bin/gcc4/arch/powerpc/configargs.h:1.13
--- src/gnu/usr.bin/gcc4/arch/powerpc/configargs.h:1.12	Sat May  8 03:00:13 2010
+++ src/gnu/usr.bin/gcc4/arch/powerpc/configargs.h	Sat Jun 11 00:59:44 2011
@@ -1,11 +1,20 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: 	NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
+/* Generated from: 	NetBSD: mknative-gcc,v 1.23 2008/02/08 18:06:48 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
+#ifdef _SOFT_FLOAT
+static const char configuration_arguments[] = /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --target=powerpc--netbsd --enable-long-long --enable-threads --enable-__cxa_atexit --disable-multilib --disable-symvers --build=x86_64-unknown-netbsd5.0. --host=powerpc--netbsd --with-float=soft;
+static const char thread_model[] = posix;
+
+static const struct {
+  const char *name, *value;
+} configure_default_options[] = { { float, soft } };
+#else
 static const char configuration_arguments[] = /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --target=powerpc--netbsd --enable-long-long --enable-threads --enable-__cxa_atexit --disable-multilib --disable-symvers --build=x86_64-unknown-netbsd5.0. --host=powerpc--netbsd;
 static const char thread_model[] = posix;
 
 static const struct {
   const char *name, *value;
 } configure_default_options[] = { { NULL, NULL} };
+#endif



CVS commit: src/gnu/usr.bin/groff/font

2011-05-27 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri May 27 17:23:47 UTC 2011

Modified Files:
src/gnu/usr.bin/groff/font: Makefile.tty

Log Message:
add a line image_generator gs to the DESC file as the original
build framework does, lets groff -Thtml at least start
(it seems that ghostscript is not needed at least for simple documents)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/groff/font/Makefile.tty

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/font/Makefile.tty
diff -u src/gnu/usr.bin/groff/font/Makefile.tty:1.8 src/gnu/usr.bin/groff/font/Makefile.tty:1.9
--- src/gnu/usr.bin/groff/font/Makefile.tty:1.8	Sat Oct 25 22:27:35 2008
+++ src/gnu/usr.bin/groff/font/Makefile.tty	Fri May 27 17:23:47 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.tty,v 1.8 2008/10/25 22:27:35 apb Exp $
+# $NetBSD: Makefile.tty,v 1.9 2011/05/27 17:23:47 drochner Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/font/Makefile.tty,v 2.7 2001/04/17 12:36:42 ru Exp $
 
@@ -34,3 +34,4 @@
 	-e s/^vert .*$$/vert `expr $(RES) / $(LPI)`/ \
 	-e s/^fonts .*$$/fonts `set $(FONTS); echo $$#` $(FONTS)/ \
 	${.ALLSRC} ${.TARGET}
+	echo image_generator gs ${.TARGET}



CVS commit: src/gnu/usr.bin/bc

2011-05-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed May 25 15:24:07 UTC 2011

Modified Files:
src/gnu/usr.bin/bc: Makefile

Log Message:
Set WARNS explicitly to 0.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/gnu/usr.bin/bc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/bc/Makefile
diff -u src/gnu/usr.bin/bc/Makefile:1.26 src/gnu/usr.bin/bc/Makefile:1.27
--- src/gnu/usr.bin/bc/Makefile:1.26	Wed Feb  3 15:34:39 2010
+++ src/gnu/usr.bin/bc/Makefile	Wed May 25 15:24:07 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.26 2010/02/03 15:34:39 roy Exp $
+#	$NetBSD: Makefile,v 1.27 2011/05/25 15:24:07 joerg Exp $
 
 .include bsd.own.mk
 
@@ -13,6 +13,8 @@
 DPADD+=		${LIBL} ${LIBEDIT} ${LIBTERMINFO}
 YHEADER=1
 
+WARNS?=		0	# pointer sign issues
+
 TEXINFO=	bc.texi
 
 .PATH: ${DIST}/bc/bc ${DIST}/bc/lib ${DIST}/bc/doc



CVS commit: src/gnu/usr.bin/groff/tmac

2011-05-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat May 21 17:15:46 UTC 2011

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Do not use TAB to line up library arguments, use spaces.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.63 src/gnu/usr.bin/groff/tmac/mdoc.local:1.64
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.63	Mon Feb 28 23:23:08 2011
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Sat May 21 17:15:46 2011
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.63 2011/02/28 23:23:08 haad Exp $
+.\ $NetBSD: mdoc.local,v 1.64 2011/05/21 17:15:46 wiz Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -82,17 +82,17 @@
 .ds doc-volume-as-xen   xen
 .
 .\ Local libraries not in groff
-.ds doc-str-Lb-libarchive	Reading and Writing Streaming Archives Library (libarchive, \-larchive)
-.ds doc-str-Lb-libbluetooth	Bluetooth Library (libbluetooth, \-lbluetooth)
-.ds doc-str-Lb-libdm		Device-mapper Library (libdm, \-ldm)
-.ds doc-str-Lb-libfetch		File Transfer Library for URLs (libfetch, \-lfetch)
-.ds doc-str-Lb-libiscsi		iSCSI protocol library (libiscsi, \-liscsi)
-.ds doc-str-Lb-libisns		Internet Storage Name Service Library (libisns, \-lisns)
-.ds doc-str-Lb-libnetpgp	Netpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
-.ds doc-str-Lb-libperfuse	PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
-.ds doc-str-Lb-libprop		Property Container Object Library (libprop, \-lprop)
-.ds doc-str-Lb-libpuffs		puffs Convenience Library (libpuffs, \-lpuffs)
-.ds doc-str-Lb-librefuse	File System in Userspace Convenience Library (librefuse, \-lrefuse)
-.ds doc-str-Lb-libsaslc		Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
-.ds doc-str-Lb-libssp		Buffer Overflow Protection Library (libssp, \-lssp)
-.ds doc-str-Lb-libterminfo	Terminal Information Library (libterminfo, \-lterminfo)
+.ds doc-str-Lb-libarchive   Reading and Writing Streaming Archives Library (libarchive, \-larchive)
+.ds doc-str-Lb-libbluetooth Bluetooth Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libdmDevice-mapper Library (libdm, \-ldm)
+.ds doc-str-Lb-libfetch File Transfer Library for URLs (libfetch, \-lfetch)
+.ds doc-str-Lb-libiscsi iSCSI protocol library (libiscsi, \-liscsi)
+.ds doc-str-Lb-libisns  Internet Storage Name Service Library (libisns, \-lisns)
+.ds doc-str-Lb-libnetpgpNetpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
+.ds doc-str-Lb-libperfuse   PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
+.ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
+.ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
+.ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lrefuse)
+.ds doc-str-Lb-libsaslc Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
+.ds doc-str-Lb-libssp   Buffer Overflow Protection Library (libssp, \-lssp)
+.ds doc-str-Lb-libterminfo  Terminal Information Library (libterminfo, \-lterminfo)



CVS commit: src/gnu/usr.bin/gcc4

2011-05-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri May 20 21:35:02 UTC 2011

Modified Files:
src/gnu/usr.bin/gcc4: Makefile.inc

Log Message:
Force GNU89 mode for GCC itself to deal with the non-standard
extern inline mess.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gcc4/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gcc4/Makefile.inc
diff -u src/gnu/usr.bin/gcc4/Makefile.inc:1.2 src/gnu/usr.bin/gcc4/Makefile.inc:1.3
--- src/gnu/usr.bin/gcc4/Makefile.inc:1.2	Sat May 13 01:18:37 2006
+++ src/gnu/usr.bin/gcc4/Makefile.inc	Fri May 20 21:35:02 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.2 2006/05/13 01:18:37 mrg Exp $
+#	$NetBSD: Makefile.inc,v 1.3 2011/05/20 21:35:02 joerg Exp $
 
 .include bsd.own.mk
 
@@ -58,3 +58,6 @@
 CPPFLAGS+=	-DNO_SHARED_LIBGCC_MULTILIB
 .endif
 .endif
+
+# This depends on the extern inline mess, so downgrade to something safe.
+CFLAGS+=	-std=gnu89



CVS commit: src/gnu/usr.bin/gcc4

2011-05-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri May 20 22:13:22 UTC 2011

Modified Files:
src/gnu/usr.bin/gcc4: Makefile.inc

Log Message:
Put the -std=gnu89 into CPPFLAGS to make sure it gets applied after the
-std=gnu99. Add a comment about this.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gcc4/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gcc4/Makefile.inc
diff -u src/gnu/usr.bin/gcc4/Makefile.inc:1.3 src/gnu/usr.bin/gcc4/Makefile.inc:1.4
--- src/gnu/usr.bin/gcc4/Makefile.inc:1.3	Fri May 20 21:35:02 2011
+++ src/gnu/usr.bin/gcc4/Makefile.inc	Fri May 20 22:13:22 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.3 2011/05/20 21:35:02 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.4 2011/05/20 22:13:22 joerg Exp $
 
 .include bsd.own.mk
 
@@ -60,4 +60,5 @@
 .endif
 
 # This depends on the extern inline mess, so downgrade to something safe.
-CFLAGS+=	-std=gnu89
+# CPPFLAGS is applied after CFLAGS, which gets the -std=gnu99
+CPPFLAGS+=	-std=gnu89



CVS commit: src/gnu/usr.bin/rcs/lib

2011-05-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 15 14:31:13 UTC 2011

Modified Files:
src/gnu/usr.bin/rcs/lib: rcsedit.c

Log Message:
register c - int c


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/rcs/lib/rcsedit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/rcs/lib/rcsedit.c
diff -u src/gnu/usr.bin/rcs/lib/rcsedit.c:1.8 src/gnu/usr.bin/rcs/lib/rcsedit.c:1.9
--- src/gnu/usr.bin/rcs/lib/rcsedit.c:1.8	Tue Mar 25 08:56:38 1997
+++ src/gnu/usr.bin/rcs/lib/rcsedit.c	Sun May 15 10:31:13 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcsedit.c,v 1.8 1997/03/25 13:56:38 lukem Exp $	*/
+/*	$NetBSD: rcsedit.c,v 1.9 2011/05/15 14:31:13 christos Exp $	*/
 
 /* RCS stream editor */
 
@@ -38,6 +38,9 @@
 
 /*
  * $Log: rcsedit.c,v $
+ * Revision 1.9  2011/05/15 14:31:13  christos
+ * register c - int c
+ *
  * Revision 1.8  1997/03/25 13:56:38  lukem
  * Add #define has_mkstemp 1 (which needs #define has_mktemp 1),
  * and hack to use mkstemp() instead of mktemp(). This *does* cause the
@@ -633,7 +636,7 @@
  * editline is incremented by the number of lines copied.
  * Assumption: next character read is first string character.
  */
-{	register c;
+{	int c;
 	declarecache;
 	register FILE *frew, *fcop;
 	register int amidline;
@@ -878,7 +881,7 @@
  * 2 if a complete line is copied; adds 1 to yield if expansion occurred.
  */
 {
-	register c;
+	int c;
 	declarecache;
 	register FILE *out, *frew;
 	register char * tp;



CVS commit: src/gnu/usr.bin/rcs

2011-05-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 15 14:33:13 UTC 2011

Modified Files:
src/gnu/usr.bin/rcs/lib: rcslex.c
src/gnu/usr.bin/rcs/rcs: rcs.c
src/gnu/usr.bin/rcs/rcsdiff: rcsdiff.c
src/gnu/usr.bin/rcs/rlog: rlog.c

Log Message:
register c - int c


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/rcs/lib/rcslex.c
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/rcs/rcs/rcs.c
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/rcs/rlog/rlog.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/rcs/lib/rcslex.c
diff -u src/gnu/usr.bin/rcs/lib/rcslex.c:1.6 src/gnu/usr.bin/rcs/lib/rcslex.c:1.7
--- src/gnu/usr.bin/rcs/lib/rcslex.c:1.6	Fri Feb 20 04:27:19 1998
+++ src/gnu/usr.bin/rcs/lib/rcslex.c	Sun May 15 10:33:12 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcslex.c,v 1.6 1998/02/20 09:27:19 mycroft Exp $	*/
+/*	$NetBSD: rcslex.c,v 1.7 2011/05/15 14:33:12 christos Exp $	*/
 
 /* lexical analysis of RCS files */
 
@@ -42,6 +42,9 @@
 
 /*
  * $Log: rcslex.c,v $
+ * Revision 1.7  2011/05/15 14:33:12  christos
+ * register c - int c
+ *
  * Revision 1.6  1998/02/20 09:27:19  mycroft
  * Fill in missing (default) mmap(2) flags.
  *
@@ -314,7 +317,7 @@
  * For ID's and NUM's, NextString is set to the character string.
  * Assumption: nextc contains the next character.
  */
-{   register c;
+{   int c;
 	declarecache;
 	register FILE *frew;
 register char * sp;
@@ -679,7 +682,7 @@
 /* skip over characters until terminating single SDELIM*/
 /* If foutptr is set, copy every character read to foutptr.*/
 /* Does not advance nextlex at the end.*/
-{   register c;
+{   int c;
 	declarecache;
 	register FILE *frew;
 	register RILE *fin;
@@ -712,7 +715,7 @@
  * Does not advance nextlex at the end.
  */
 {
-register c;
+int c;
 	declarecache;
 	register FILE *fout;
 	register RILE *fin;
@@ -750,7 +753,7 @@
  * Yield a copy of *TARGET, except with exact length.
  */
 {
-register c;
+int c;
 	declarecache;
 	register FILE *frew;
 	register char *tp;

Index: src/gnu/usr.bin/rcs/rcs/rcs.c
diff -u src/gnu/usr.bin/rcs/rcs/rcs.c:1.5 src/gnu/usr.bin/rcs/rcs/rcs.c:1.6
--- src/gnu/usr.bin/rcs/rcs/rcs.c:1.5	Sun Mar 26 17:35:07 2006
+++ src/gnu/usr.bin/rcs/rcs/rcs.c	Sun May 15 10:33:12 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcs.c,v 1.5 2006/03/26 22:35:07 christos Exp $	*/
+/*	$NetBSD: rcs.c,v 1.6 2011/05/15 14:33:12 christos Exp $	*/
 
 /* Change RCS file attributes.  */
 
@@ -31,6 +31,9 @@
 
 /*
  * $Log: rcs.c,v $
+ * Revision 1.6  2011/05/15 14:33:12  christos
+ * register c - int c
+ *
  * Revision 1.5  2006/03/26 22:35:07  christos
  * Coverity CID 927: Check for NULL before de-referencing.
  *
@@ -736,8 +739,8 @@
 
 
 {
-register c;
-	register char *sp;
+int c;
+	char *sp;
 
 	sp = opt;
 	while ((c = *++sp) == ' ' || c == '\n' || c == '\t' || c == ',')
@@ -796,7 +799,7 @@
 {
 	char const *temp;
 struct  Status  *pt;
-registerc;
+int c;
 
 	while ((c = *++sp) ==' ' || c == '\t' || c == '\n')
 	continue;

Index: src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c
diff -u src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c:1.6 src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c:1.7
--- src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c:1.6	Fri Nov  6 17:02:35 2009
+++ src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c	Sun May 15 10:33:12 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcsdiff.c,v 1.6 2009/11/06 22:02:35 enami Exp $	*/
+/*	$NetBSD: rcsdiff.c,v 1.7 2011/05/15 14:33:12 christos Exp $	*/
 
 /* Compare RCS revisions.  */
 
@@ -31,6 +31,9 @@
 
 /*
  * $Log: rcsdiff.c,v $
+ * Revision 1.7  2011/05/15 14:33:12  christos
+ * register c - int c
+ *
  * Revision 1.6  2009/11/06 22:02:35  enami
  * Accept -U num.  Nowadays, diff(1) rejects -u0 etc by default.
  *
@@ -190,7 +193,7 @@
 struct hshentry * target;
 char *a, *dcp, **newargv;
 int no_diff_means_no_output;
-register c;
+int c;
 
 exitstatus = DIFF_SUCCESS;
 

Index: src/gnu/usr.bin/rcs/rlog/rlog.c
diff -u src/gnu/usr.bin/rcs/rlog/rlog.c:1.4 src/gnu/usr.bin/rcs/rlog/rlog.c:1.5
--- src/gnu/usr.bin/rcs/rlog/rlog.c:1.4	Tue Oct 15 03:00:50 1996
+++ src/gnu/usr.bin/rcs/rlog/rlog.c	Sun May 15 10:33:12 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rlog.c,v 1.4 1996/10/15 07:00:50 veego Exp $	*/
+/*	$NetBSD: rlog.c,v 1.5 2011/05/15 14:33:12 christos Exp $	*/
 
 /* Print log messages and other information about RCS files.  */
 
@@ -31,6 +31,9 @@
 
 /*
  * $Log: rlog.c,v $
+ * Revision 1.5  2011/05/15 14:33:12  christos
+ * register c - int c
+ *
  * Revision 1.4  1996/10/15 07:00:50  veego
  * Merge rcs 5.7.
  *
@@ -776,7 +779,7 @@
 /*  and store in authorlist   */
 
 {
-registerc;
+intc;
 struct authors  * newauthor;
 

CVS commit: src/gnu/usr.bin/grep

2011-05-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 15 14:57:56 UTC 2011

Modified Files:
src/gnu/usr.bin/grep: Makefile.inc

Log Message:
find system.h in src


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/grep/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/grep/Makefile.inc
diff -u src/gnu/usr.bin/grep/Makefile.inc:1.4 src/gnu/usr.bin/grep/Makefile.inc:1.5
--- src/gnu/usr.bin/grep/Makefile.inc:1.4	Sun Jan 26 18:53:44 2003
+++ src/gnu/usr.bin/grep/Makefile.inc	Sun May 15 10:57:56 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.4 2003/01/26 23:53:44 wiz Exp $
+#	$NetBSD: Makefile.inc,v 1.5 2011/05/15 14:57:56 christos Exp $
 
 .include bsd.own.mk
 
@@ -7,7 +7,7 @@
 IDIST=	${NETBSDSRCDIR}/gnu/dist/grep
 
 CPPFLAGS+=	-DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H \
-		-I${.CURDIR}/../include -I${IDIST}/lib
+		-I${.CURDIR}/../include -I${IDIST}/lib -I${IDIST}/src
 
 DOBJDIR!=	cd $(.CURDIR)/../lib  ${PRINTOBJDIR}
 



CVS commit: src/gnu/usr.bin/gcc4/arch/hppa

2011-03-10 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Mar 10 15:15:26 UTC 2011

Modified Files:
src/gnu/usr.bin/gcc4/arch/hppa: auto-host.h

Log Message:
Re-run mknative to pick up TLS support..


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h
diff -u src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h:1.7 src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h:1.8
--- src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h:1.7	Sat May  8 03:00:12 2010
+++ src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h	Thu Mar 10 15:15:26 2011
@@ -272,7 +272,7 @@
 
 /* Define if your assembler supports thread-local storage. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_TLS */
+#define HAVE_AS_TLS 1
 #endif
 
 



CVS commit: src/gnu/usr.bin/gdb6/libgdb

2011-02-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 18 22:27:51 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
bsd-kvm.c needs -D_KMEMUSER now.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/gdb6/libgdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/libgdb/Makefile
diff -u src/gnu/usr.bin/gdb6/libgdb/Makefile:1.9 src/gnu/usr.bin/gdb6/libgdb/Makefile:1.10
--- src/gnu/usr.bin/gdb6/libgdb/Makefile:1.9	Fri May 28 19:11:23 2010
+++ src/gnu/usr.bin/gdb6/libgdb/Makefile	Fri Feb 18 22:27:51 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2010/05/28 19:11:23 jklos Exp $
+#	$NetBSD: Makefile,v 1.10 2011/02/18 22:27:51 joerg Exp $
 
 .include bsd.own.mk
 
@@ -13,6 +13,7 @@
 
 SRCS=		${G_LIBGDB_OBS:.o=.c}
 GCPPFLAGS=	${G_INTERNAL_CFLAGS}
+CPPFLAGS.bsd-kvm.c=	-D_KMEMUSER
 CPPFLAGS=	-I${.CURDIR} \
 		-I${.CURDIR}/../arch/${MACHINE_ARCH} \
 		-I${DIST}/gdb \



CVS commit: src/gnu/usr.bin/send-pr

2011-01-27 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 27 18:51:17 UTC 2011

Modified Files:
src/gnu/usr.bin/send-pr: categories

Log Message:
add port-emips


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/gnu/usr.bin/send-pr/categories

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/send-pr/categories
diff -u src/gnu/usr.bin/send-pr/categories:1.56 src/gnu/usr.bin/send-pr/categories:1.57
--- src/gnu/usr.bin/send-pr/categories:1.56	Sat Dec  5 16:29:11 2009
+++ src/gnu/usr.bin/send-pr/categories	Thu Jan 27 18:51:16 2011
@@ -19,6 +19,7 @@
 port-cesfic
 port-cobalt
 port-dreamcast
+port-emips
 port-evbarm
 port-evbmips
 port-evbppc



CVS commit: src/gnu/usr.bin/gcc4/arch

2011-01-22 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Jan 23 06:31:39 UTC 2011

Modified Files:
src/gnu/usr.bin/gcc4/arch/mips64eb: defs.mk tm.h
src/gnu/usr.bin/gcc4/arch/mips64el: defs.mk tm.h

Log Message:
mips64 gcc now defaults to soft-float


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk \
src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk \
src/gnu/usr.bin/gcc4/arch/mips64el/tm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk
diff -u src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk:1.2 src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk:1.3
--- src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk:1.2	Mon Dec 14 02:26:29 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk	Sun Jan 23 06:31:39 2011
@@ -35,7 +35,7 @@
 G_host_xm_file=
 G_host_xm_defines=
 G_tm_p_file=
-G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
+G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS
 G_TM_H=tm.h  options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h
 G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
 G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h
Index: src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h
diff -u src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h:1.2 src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h:1.3
--- src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h:1.2	Mon Dec 14 02:26:29 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64eb/tm.h	Sun Jan 23 06:31:39 2011
@@ -4,7 +4,7 @@
 
 #ifndef GCC_TM_H
 #define GCC_TM_H
-#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
+#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS)
 #ifndef NETBSD_ENABLE_PTHREADS
 # define NETBSD_ENABLE_PTHREADS
 #endif

Index: src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk
diff -u src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk:1.2 src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk:1.3
--- src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk:1.2	Mon Dec 14 02:26:30 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk	Sun Jan 23 06:31:39 2011
@@ -35,7 +35,7 @@
 G_host_xm_file=
 G_host_xm_defines=
 G_tm_p_file=
-G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
+G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS
 G_TM_H=tm.h  options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h
 G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
 G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h
Index: src/gnu/usr.bin/gcc4/arch/mips64el/tm.h
diff -u src/gnu/usr.bin/gcc4/arch/mips64el/tm.h:1.2 src/gnu/usr.bin/gcc4/arch/mips64el/tm.h:1.3
--- src/gnu/usr.bin/gcc4/arch/mips64el/tm.h:1.2	Mon Dec 14 02:26:30 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64el/tm.h	Sun Jan 23 06:31:39 2011
@@ -4,7 +4,7 @@
 
 #ifndef GCC_TM_H
 #define GCC_TM_H
-#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
+#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS)
 #ifndef TARGET_ENDIAN_DEFAULT
 # define TARGET_ENDIAN_DEFAULT 0
 #endif



CVS commit: src/gnu/usr.bin/groff/tmac

2011-01-18 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Jan 19 00:10:10 UTC 2011

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add FreeBSD-9.0.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.60 src/gnu/usr.bin/groff/tmac/mdoc.local:1.61
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.60	Tue Jan 18 09:28:42 2011
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Wed Jan 19 00:10:10 2011
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.60 2011/01/18 09:28:42 wiz Exp $
+.\ $NetBSD: mdoc.local,v 1.61 2011/01/19 00:10:10 uwe Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -70,6 +70,7 @@
 .ds doc-operating-system-FreeBSD-7.1   7.1
 .ds doc-operating-system-FreeBSD-7.2   7.2
 .ds doc-operating-system-FreeBSD-8.0   8.0
+.ds doc-operating-system-FreeBSD-9.0   9.0
 .\ Platforms not yet in groff distribution
 .ds doc-volume-as-amigappc  amigappc
 .ds doc-volume-as-evbsh5evbsh5



CVS commit: src/gnu/usr.bin/gdb6

2010-12-24 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Dec 24 14:49:19 UTC 2010

Modified Files:
src/gnu/usr.bin/gdb6/arch/x86_64: config.h defs.mk init.c
src/gnu/usr.bin/gdb6/bfd/arch/x86_64: config.h
src/gnu/usr.bin/gdb6/libiberty/arch/x86_64: config.h defs.mk
src/gnu/usr.bin/gdb6/opcodes/arch/x86_64: config.h

Log Message:
Regen amd64 files for 32bit binaries support.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/gdb6/arch/x86_64/config.h
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/gdb6/arch/x86_64/defs.mk
cvs rdiff -u -r1.1 -r1.2 src/gnu/usr.bin/gdb6/arch/x86_64/init.c
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gdb6/bfd/arch/x86_64/config.h
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h \
src/gnu/usr.bin/gdb6/libiberty/arch/x86_64/defs.mk
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gdb6/opcodes/arch/x86_64/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/arch/x86_64/config.h
diff -u src/gnu/usr.bin/gdb6/arch/x86_64/config.h:1.5 src/gnu/usr.bin/gdb6/arch/x86_64/config.h:1.6
--- src/gnu/usr.bin/gdb6/arch/x86_64/config.h:1.5	Sat Jan  5 15:43:18 2008
+++ src/gnu/usr.bin/gdb6/arch/x86_64/config.h	Fri Dec 24 14:49:18 2010
@@ -340,7 +340,7 @@
 #define HAVE_STDLIB_H 1
 
 /* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
 
 /* Define to 1 if you have the `strcasecmp' function. */
 #define HAVE_STRCASECMP 1
@@ -459,7 +459,7 @@
 /* #undef HAVE_TERMIO_H */
 
 /* Define to 1 if you have the term.h header file. */
-/* #undef HAVE_TERM_H */
+#define HAVE_TERM_H 1
 
 /* Define to 1 if you have the thread_db.h header file. */
 /* #undef HAVE_THREAD_DB_H */

Index: src/gnu/usr.bin/gdb6/arch/x86_64/defs.mk
diff -u src/gnu/usr.bin/gdb6/arch/x86_64/defs.mk:1.4 src/gnu/usr.bin/gdb6/arch/x86_64/defs.mk:1.5
--- src/gnu/usr.bin/gdb6/arch/x86_64/defs.mk:1.4	Tue May 15 15:44:40 2007
+++ src/gnu/usr.bin/gdb6/arch/x86_64/defs.mk	Fri Dec 24 14:49:18 2010
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/..  -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include  -I../intl -I${GNUHOSTDIST}/gdb/../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wno-pointer-sign 
-G_LIBGDB_OBS=amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o nbsd-tdep.o  corelow.o solib.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o  amd64-nat.o amd64bsd-nat.o nbsd-nat.o amd64nbsd-nat.o bsd-kvm.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o  cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-targe
t.o  blockframe.o breakpoint.o findvar.o regcache.o  charset.o disasm.o dummy-frame.o  source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o infrun.o  expprint.o environ.o stack.o thread.o  exceptions.o  inf-child.o  interps.o  main.o  macrotab.o macrocmd.o macroexp.o macroscope.o  event-loop.o event-top.o inf-loop.o completer.o  gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o  memattr.o mem-break.o target.o parse.o language.o buildsym.o  std-regs.o  signals.o  kod.o kod-cisco.o  gdb-events.o  exec.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o  dbxread.o coffread.o coff-pe-read.o elfread.o  dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o  dwarf2expr.o dwarf2loc.o dwarf2-frame.o  ada-lang.o c-lang.o f-lang.o objc-lang.o  ui-out.o cli-out.o  varobj.o wrapper.o  jv-lang.o jv-valprint.o jv-typeprint.o  m2-lang.o p-lang.o p-typeprint.o p-valprint.o  scm-exp
 .o scm-lang.o scm-valprint.o  sentinel-frame.o  complaints.o typeprint.o  ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o  ada-valprint.o c-valprint.o cp-valprint.o f-valprint.o m2-valprint.o  nlmread.o serial.o mdebugread.o top.o utils.o  ui-file.o  user-regs.o  frame.o frame-unwind.o doublest.o  

CVS commit: src/gnu/usr.bin/groff/src

2010-12-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Dec 16 22:54:23 UTC 2010

Modified Files:
src/gnu/usr.bin/groff/src/devices: Makefile.inc
src/gnu/usr.bin/groff/src/devices/grodvi: Makefile
src/gnu/usr.bin/groff/src/devices/grohtml: Makefile
src/gnu/usr.bin/groff/src/devices/grolbp: Makefile
src/gnu/usr.bin/groff/src/devices/grolj4: Makefile
src/gnu/usr.bin/groff/src/devices/grops: Makefile
src/gnu/usr.bin/groff/src/devices/grotty: Makefile
src/gnu/usr.bin/groff/src/preproc: Makefile.inc
src/gnu/usr.bin/groff/src/preproc/eqn: Makefile
src/gnu/usr.bin/groff/src/preproc/grn: Makefile
src/gnu/usr.bin/groff/src/preproc/html: Makefile
src/gnu/usr.bin/groff/src/preproc/pic: Makefile
src/gnu/usr.bin/groff/src/preproc/refer: Makefile
src/gnu/usr.bin/groff/src/preproc/soelim: Makefile
src/gnu/usr.bin/groff/src/preproc/tbl: Makefile
src/gnu/usr.bin/groff/src/roff: Makefile.inc
src/gnu/usr.bin/groff/src/roff/groff: Makefile
src/gnu/usr.bin/groff/src/roff/troff: Makefile
src/gnu/usr.bin/groff/src/utils: Makefile.inc
src/gnu/usr.bin/groff/src/utils/addftinfo: Makefile
src/gnu/usr.bin/groff/src/utils/hpftodit: Makefile
src/gnu/usr.bin/groff/src/utils/indxbib: Makefile
src/gnu/usr.bin/groff/src/utils/lkbib: Makefile
src/gnu/usr.bin/groff/src/utils/lookbib: Makefile
src/gnu/usr.bin/groff/src/utils/pfbtops: Makefile
src/gnu/usr.bin/groff/src/utils/tfmtodit: Makefile

Log Message:
Push C++ library linkage into the shared Makefile.inc fragments.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/groff/src/devices/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/devices/grodvi/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/devices/grohtml/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/devices/grolbp/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/devices/grolj4/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/devices/grops/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/devices/grotty/Makefile
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/groff/src/preproc/Makefile.inc
cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/groff/src/preproc/eqn/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/preproc/grn/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/preproc/html/Makefile
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/groff/src/preproc/pic/Makefile
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/groff/src/preproc/refer/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/preproc/soelim/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/preproc/tbl/Makefile
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/groff/src/roff/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/roff/groff/Makefile
cvs rdiff -u -r1.10 -r1.11 src/gnu/usr.bin/groff/src/roff/troff/Makefile
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/groff/src/utils/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/utils/addftinfo/Makefile
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/groff/src/utils/indxbib/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/utils/lkbib/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/utils/lookbib/Makefile
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/groff/src/utils/pfbtops/Makefile
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/src/devices/Makefile.inc
diff -u src/gnu/usr.bin/groff/src/devices/Makefile.inc:1.3 src/gnu/usr.bin/groff/src/devices/Makefile.inc:1.4
--- src/gnu/usr.bin/groff/src/devices/Makefile.inc:1.3	Mon Jun 30 18:47:47 2003
+++ src/gnu/usr.bin/groff/src/devices/Makefile.inc	Thu Dec 16 22:54:18 2010
@@ -1,5 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:47 wiz Exp $
+# $NetBSD: Makefile.inc,v 1.4 2010/12/16 22:54:18 joerg Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/src/devices/Makefile.inc,v 1.1 2001/04/17 12:37:02 ru Exp $
 
+DPADD+=		${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX}
+LDADD+=		${LIBDRIVER} ${LIBGROFF} -lm -lsupc++
+
 .include ../../Makefile.inc

Index: src/gnu/usr.bin/groff/src/devices/grodvi/Makefile
diff -u src/gnu/usr.bin/groff/src/devices/grodvi/Makefile:1.4 src/gnu/usr.bin/groff/src/devices/grodvi/Makefile:1.5
--- src/gnu/usr.bin/groff/src/devices/grodvi/Makefile:1.4	Mon Oct  9 08:32:53 2006
+++ src/gnu/usr.bin/groff/src/devices/grodvi/Makefile	Thu Dec 16 22:54:18 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:53 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:18 joerg Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grodvi/Makefile,v 1.4 2003/05/01 

CVS commit: src/gnu/usr.bin/groff/tmac

2010-09-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Sep  1 13:01:36 UTC 2010

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add entry for libperfuse.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.58 src/gnu/usr.bin/groff/tmac/mdoc.local:1.59
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.58	Sat Aug  7 18:57:12 2010
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Wed Sep  1 13:01:35 2010
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.58 2010/08/07 18:57:12 wiz Exp $
+.\ $NetBSD: mdoc.local,v 1.59 2010/09/01 13:01:35 wiz Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -87,6 +87,7 @@
 .ds doc-str-Lb-libiscsi iSCSI protocol library (libiscsi, \-liscsi)
 .ds doc-str-Lb-libnetpgpNetpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
 .ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
+.ds doc-str-Lb-libperfuse   PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
 .ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
 .ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lrefuse)
 .ds doc-str-Lb-libssp   Buffer Overflow Protection Library (libssp, \-lssp)



CVS commit: src/gnu/usr.bin/groff/tmac

2010-08-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Aug  7 18:57:12 UTC 2010

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Recognize x86 and xen.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.57 src/gnu/usr.bin/groff/tmac/mdoc.local:1.58
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.57	Sun Feb 21 21:16:09 2010
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Sat Aug  7 18:57:12 2010
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.57 2010/02/21 21:16:09 wiz Exp $
+.\ $NetBSD: mdoc.local,v 1.58 2010/08/07 18:57:12 wiz Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -77,6 +77,8 @@
 .ds doc-volume-as-ibmnwsibmnws
 .ds doc-volume-as-iyonixiyonix
 .ds doc-volume-as-landisk   landisk
+.ds doc-volume-as-x86   x86
+.ds doc-volume-as-xen   xen
 .
 .\ Local libraries not in groff
 .ds doc-str-Lb-libarchive   Reading and Writing Streaming Archives Library (libarchive, \-larchive)



CVS commit: src/gnu/usr.bin/gdb6/libgdb

2010-05-28 Thread John Klos
Module Name:src
Committed By:   jklos
Date:   Fri May 28 19:11:23 UTC 2010

Modified Files:
src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
Added optimization reduction for gdb/dwarf2-frame.c for Amigas. We don't
see the problem on other m68k platforms, but that could be because other
platforms don't have m68060s (except Atari, perhaps).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/gdb6/libgdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/libgdb/Makefile
diff -u src/gnu/usr.bin/gdb6/libgdb/Makefile:1.8 src/gnu/usr.bin/gdb6/libgdb/Makefile:1.9
--- src/gnu/usr.bin/gdb6/libgdb/Makefile:1.8	Sat May  3 14:48:31 2008
+++ src/gnu/usr.bin/gdb6/libgdb/Makefile	Fri May 28 19:11:23 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2008/05/03 14:48:31 lukem Exp $
+#	$NetBSD: Makefile,v 1.9 2010/05/28 19:11:23 jklos Exp $
 
 .include bsd.own.mk
 
@@ -39,3 +39,7 @@
 
 # Don't run yacc/bison or lex
 .y.c .y.h .l.c:
+
+.if ${MACHINE} == amiga
+COPTS.dwarf2-frame.c+=-O1
+.endif



CVS commit: src/gnu/usr.bin/c99

2010-05-13 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri May 14 01:53:28 UTC 2010

Modified Files:
src/gnu/usr.bin/c99: c99.1

Log Message:
Fix trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/c99/c99.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/c99/c99.1
diff -u src/gnu/usr.bin/c99/c99.1:1.2 src/gnu/usr.bin/c99/c99.1:1.3
--- src/gnu/usr.bin/c99/c99.1:1.2	Wed Sep 24 00:19:46 2008
+++ src/gnu/usr.bin/c99/c99.1	Fri May 14 01:53:28 2010
@@ -1,4 +1,4 @@
-.\	$NetBSD: c99.1,v 1.2 2008/09/24 00:19:46 hubertf Exp $
+.\	$NetBSD: c99.1,v 1.3 2010/05/14 01:53:28 joerg Exp $
 .\
 .\ Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -45,7 +45,7 @@
 .Pp
 This includes
 inline functions, variable-length arrays, support for one-line
-comments beginning with //, 
+comments beginning with //,
 disabling non-ANSI compiler features (such as
 .Ar asm ,
 .Ar typeof ,



CVS commit: src/gnu/usr.bin/gcc4/include

2010-03-30 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Mar 30 07:27:09 UTC 2010

Modified Files:
src/gnu/usr.bin/gcc4/include: Makefile

Log Message:
install altivec.h in powerpc64.

from dennis.c.fergu...@gmail.com in PR#43075.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gcc4/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gcc4/include/Makefile
diff -u src/gnu/usr.bin/gcc4/include/Makefile:1.3 src/gnu/usr.bin/gcc4/include/Makefile:1.4
--- src/gnu/usr.bin/gcc4/include/Makefile:1.3	Tue Feb 26 10:55:50 2008
+++ src/gnu/usr.bin/gcc4/include/Makefile	Tue Mar 30 07:27:08 2010
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.3 2008/02/26 10:55:50 drochner Exp $
+#	$NetBSD: Makefile,v 1.4 2010/03/30 07:27:08 mrg Exp $
 
 .include ../Makefile.inc
 
-.if ${MACHINE_ARCH} == powerpc
+.if ${MACHINE_CPU} == powerpc
 INCS=	altivec.h
 .elif ${MACHINE_ARCH} == i386 || ${MACHINE_ARCH} == x86_64
 INCS=	emmintrin.h mmintrin.h pmmintrin.h xmmintrin.h mm_malloc.h



CVS commit: src/gnu/usr.bin/gdb6/gdbtui

2010-03-27 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Mar 27 19:46:58 UTC 2010

Modified Files:
src/gnu/usr.bin/gdb6/gdbtui: Makefile

Log Message:
link in libsim on powerpc64 as well.
from dennis.c.fergu...@gmail.com in PR#43044.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/gdb6/gdbtui/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/gdbtui/Makefile
diff -u src/gnu/usr.bin/gdb6/gdbtui/Makefile:1.4 src/gnu/usr.bin/gdb6/gdbtui/Makefile:1.5
--- src/gnu/usr.bin/gdb6/gdbtui/Makefile:1.4	Wed Feb  3 15:34:39 2010
+++ src/gnu/usr.bin/gdb6/gdbtui/Makefile	Sat Mar 27 19:46:57 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2010/02/03 15:34:39 roy Exp $
+#	$NetBSD: Makefile,v 1.5 2010/03/27 19:46:57 mrg Exp $
 
 .include ../Makefile.inc
 
@@ -45,7 +45,8 @@
 DPADD+= ${LIBGDBDIR}/libgdb.a
 
 # Simulator support
-.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle
+.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
+${MACHINE_ARCH} == powerpc64
 SIMOBJ!=	cd ${.CURDIR}/../sim/ppc  ${PRINTOBJDIR}
 LDADD+=		-L${SIMOBJ} -lsim
 DPADD+=		${SIMOBJ}/libsim.a



CVS commit: src/gnu/usr.bin/gdb6/arch/powerpc64

2010-03-27 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Mar 27 20:17:31 UTC 2010

Modified Files:
src/gnu/usr.bin/gdb6/arch/powerpc64: config.h defs.mk init.c

Log Message:
copy across the powerpc versions of these files for now.  should use
mknative-gdb to generate these, but my initial attempt failed and
these ones seem to be about what i'd expect anyway.
suggested by dennis.c.fergu...@gmail.com in PR#43043.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/gnu/usr.bin/gdb6/arch/powerpc64/config.h \
src/gnu/usr.bin/gdb6/arch/powerpc64/defs.mk \
src/gnu/usr.bin/gdb6/arch/powerpc64/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/arch/powerpc64/config.h
diff -u src/gnu/usr.bin/gdb6/arch/powerpc64/config.h:1.1 src/gnu/usr.bin/gdb6/arch/powerpc64/config.h:1.2
--- src/gnu/usr.bin/gdb6/arch/powerpc64/config.h:1.1	Mon Jul 10 23:16:34 2006
+++ src/gnu/usr.bin/gdb6/arch/powerpc64/config.h	Sat Mar 27 20:17:31 2010
@@ -1,6 +1,6 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: 	NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp  */
+/* Generated from: 	NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated by configure.  */
 /* config.in.  Generated from configure.ac by autoheader.  */
@@ -17,7 +17,7 @@
 /* #undef C_ALLOCA */
 
 /* Global directory for separate debug files. */
-#define DEBUGDIR /usr/lib/debug
+#define DEBUGDIR /usr/libdata/debug
 
 /* Define to BFD's default architecture. */
 #define DEFAULT_BFD_ARCH bfd_rs6000_arch
@@ -313,10 +313,10 @@
 #define HAVE_SGTTY_H 1
 
 /* Define to 1 if you have the `sigaction' function. */
-/* #undef HAVE_SIGACTION */
+#define HAVE_SIGACTION 1
 
 /* Define to 1 if you have the `sigprocmask' function. */
-/* #undef HAVE_SIGPROCMASK */
+#define HAVE_SIGPROCMASK 1
 
 /* Define if sigsetjmp is available. */
 #define HAVE_SIGSETJMP 1
@@ -486,7 +486,7 @@
 /* #undef HAVE_VALUES_H */
 
 /* Define to 1 if you have the `vfork' function. */
-/* #undef HAVE_VFORK */
+#define HAVE_VFORK 1
 
 /* Define to 1 if you have the vfork.h header file. */
 /* #undef HAVE_VFORK_H */
@@ -501,7 +501,7 @@
 #define HAVE_WORKING_FORK 1
 
 /* Define to 1 if `vfork' works. */
-/* #undef HAVE_WORKING_VFORK */
+#define HAVE_WORKING_VFORK 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1
@@ -557,7 +557,7 @@
 /* #undef PROC_SERVICE_IS_OLD */
 
 /* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
 
 /* Define to the type of arg 5 for ptrace. */
 /* #undef PTRACE_TYPE_ARG5 */
@@ -650,4 +650,4 @@
 /* #undef sys_quotactl */
 
 /* Define as `fork' if `vfork' does not work. */
-#define vfork fork
+/* #undef vfork */
Index: src/gnu/usr.bin/gdb6/arch/powerpc64/defs.mk
diff -u src/gnu/usr.bin/gdb6/arch/powerpc64/defs.mk:1.1 src/gnu/usr.bin/gdb6/arch/powerpc64/defs.mk:1.2
--- src/gnu/usr.bin/gdb6/arch/powerpc64/defs.mk:1.1	Mon Jul 10 23:16:34 2006
+++ src/gnu/usr.bin/gdb6/arch/powerpc64/defs.mk	Sat Mar 27 20:17:31 2010
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp 
 #
 G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/..  -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include  -I../intl -I${GNUHOSTDIST}/gdb/../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wno-pointer-sign 
-G_LIBGDB_OBS=rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ocd.o ppc-sysv-tdep.o solib.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o ppcnbsd-nat.o bsd-kvm.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-sim.o cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoi
 nt.o findvar.o regcache.o  charset.o disasm.o dummy-frame.o  source.o 

CVS commit: src/gnu/usr.bin/gdb6/arch

2009-12-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 15 16:31:55 UTC 2009

Modified Files:
src/gnu/usr.bin/gdb6/arch/mips64eb: config.h defs.mk init.c
src/gnu/usr.bin/gdb6/arch/mips64el: config.h defs.mk init.c

Log Message:
XXX: turn off sim support by hand.  yay, now gdb links on mips64.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gdb6/arch/mips64eb/config.h \
src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk \
src/gnu/usr.bin/gdb6/arch/mips64eb/init.c
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gdb6/arch/mips64el/config.h \
src/gnu/usr.bin/gdb6/arch/mips64el/defs.mk \
src/gnu/usr.bin/gdb6/arch/mips64el/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/arch/mips64eb/config.h
diff -u src/gnu/usr.bin/gdb6/arch/mips64eb/config.h:1.2 src/gnu/usr.bin/gdb6/arch/mips64eb/config.h:1.3
--- src/gnu/usr.bin/gdb6/arch/mips64eb/config.h:1.2	Tue Dec 15 08:25:10 2009
+++ src/gnu/usr.bin/gdb6/arch/mips64eb/config.h	Tue Dec 15 16:31:54 2009
@@ -603,7 +603,7 @@
 /* #undef USE_WIN32API */
 
 /* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
 
 /* Define to 1 if on AIX 3.
System headers sometimes define this.
Index: src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk
diff -u src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk:1.2 src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk:1.3
--- src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk:1.2	Tue Dec 15 08:25:11 2009
+++ src/gnu/usr.bin/gdb6/arch/mips64eb/defs.mk	Tue Dec 15 16:31:54 2009
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/..  -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include  -I../intl -I${GNUHOSTDIST}/gdb/../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wno-pointer-sign 
-G_LIBGDB_OBS=mips-tdep.o mipsnbsd-tdep.o corelow.o solib.o solib-svr4.o  nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o nbsd-nat.o mipsnbsd-nat.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-sim.o cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o mi-common.o posix-hdep.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  cp-name-parser.o  objc-exp.o  ada-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoint.o findvar.o regcache.o  
 charset.o disasm.o dummy-frame.o  source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o infrun.o  expprint.o environ.o stack.o thread.o  exceptions.o  inf-child.o  interps.o  main.o  macrotab.o macrocmd.o macroexp.o macroscope.o  event-loop.o event-top.o inf-loop.o completer.o  gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o  memattr.o mem-break.o target.o parse.o language.o buildsym.o  std-regs.o  signals.o  kod.o kod-cisco.o  gdb-events.o  exec.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o  dbxread.o coffread.o coff-pe-read.o elfread.o  dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o  dwarf2expr.o dwarf2loc.o dwarf2-frame.o  ada-lang.o c-lang.o f-lang.o objc-lang.o  ui-out.o cli-out.o  varobj.o wrapper.o  jv-lang.o jv-valprint.o jv-typeprint.o  m2-lang.o p-lang.o p-typeprint.o p-valprint.o  scm-exp.o scm-lang.o scm-valprint.o  sentinel-frame.o  comp
 laints.o typeprint.o  ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o  ada-valprint.o c-valprint.o cp-valprint.o f-valprint.o m2-valprint.o  nlmread.o serial.o mdebugread.o top.o utils.o  ui-file.o  user-regs.o  frame.o frame-unwind.o doublest.o  frame-base.o  gnu-v2-abi.o gnu-v3-abi.o hpacc-abi.o cp-abi.o cp-support.o  cp-namespace.o  reggroups.o regset.o  trad-frame.o  tramp-frame.o  solib.o solib-null.o  prologue-value.o inflow.oinit.o
-G_SIM_OBS=remote-sim.o
+G_LIBGDB_OBS=mips-tdep.o mipsnbsd-tdep.o corelow.o solib.o solib-svr4.o  nbsd-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o nbsd-nat.o mipsnbsd-nat.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o  cli-decode.o cli-script.o 

CVS commit: src/gnu/usr.bin

2009-12-14 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Mon Dec 14 13:39:33 UTC 2009

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
Conditionalize gnu/usr.bin/groff build by ${MKGROFF}.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.131 src/gnu/usr.bin/Makefile:1.132
--- src/gnu/usr.bin/Makefile:1.131	Sun Nov  8 15:24:49 2009
+++ src/gnu/usr.bin/Makefile	Mon Dec 14 13:39:33 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.131 2009/11/08 15:24:49 skrll Exp $
+#	$NetBSD: Makefile,v 1.132 2009/12/14 13:39:33 uebayasi Exp $
 
 # for OBJECT_FMT
 .include bsd.own.mk
@@ -6,7 +6,11 @@
 SUBDIR+=	bc
 SUBDIR+=	c89 c99
 SUBDIR+=	dc diffutils gkermit grep
-SUBDIR+=	groff rcs send-pr texinfo
+SUBDIR+=	rcs send-pr texinfo
+
+.if ${MKGROFF} != no
+SUBDIR+=	groff
+.endif
 
 SUBDIR+=	gettext
 



CVS commit: src/gnu/usr.bin/binutils/gprof

2009-10-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 29 14:32:18 UTC 2009

Modified Files:
src/gnu/usr.bin/binutils/gprof: Makefile

Log Message:
YY_NO is not needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/binutils/gprof/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/binutils/gprof/Makefile
diff -u src/gnu/usr.bin/binutils/gprof/Makefile:1.6 src/gnu/usr.bin/binutils/gprof/Makefile:1.7
--- src/gnu/usr.bin/binutils/gprof/Makefile:1.6	Mon Apr 20 12:05:29 2009
+++ src/gnu/usr.bin/binutils/gprof/Makefile	Thu Oct 29 10:32:18 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2009/04/20 16:05:29 drochner Exp $
+#	$NetBSD: Makefile,v 1.7 2009/10/29 14:32:18 christos Exp $
 
 .include bsd.own.mk
 
@@ -9,7 +9,7 @@
 
 PROG=		gprof
 SRCS=		${G_gprof_OBJECTS:.o=.c}
-CPPFLAGS+=	-I${.CURDIR}/arch/${MACHINE_ARCH} -DYY_NO_INPUT
+CPPFLAGS+=	-I${.CURDIR}/arch/${MACHINE_ARCH}
 
 LDADD=		-lintl
 DPADD=		${LIBINTL}



CVS commit: src/gnu/usr.bin/groff

2009-10-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Oct 23 23:23:56 UTC 2009

Modified Files:
src/gnu/usr.bin/groff: Makefile.inc

Log Message:
Don't even try to use mandoc for the groff documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/gnu/usr.bin/groff/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/Makefile.inc
diff -u src/gnu/usr.bin/groff/Makefile.inc:1.17 src/gnu/usr.bin/groff/Makefile.inc:1.18
--- src/gnu/usr.bin/groff/Makefile.inc:1.17	Sat Oct 25 22:27:35 2008
+++ src/gnu/usr.bin/groff/Makefile.inc	Fri Oct 23 23:23:56 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.17 2008/10/25 22:27:35 apb Exp $
+# $NetBSD: Makefile.inc,v 1.18 2009/10/23 23:23:56 joerg Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $
 
@@ -163,3 +163,5 @@
 DIST_SUBDIR?=	${.CURDIR:T}
 DIST_DIR=	${GROFF_DIST}/${DIST_SUBDIR}
 .PATH: ${DIST_DIR}
+
+NOMANDOC=	yes



CVS commit: src/gnu/usr.bin/gettext/libnlsut

2009-10-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct 18 23:47:43 UTC 2009

Modified Files:
src/gnu/usr.bin/gettext/libnlsut: Makefile

Log Message:
we have getdelim and getline, no need for a separate copy here.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/gettext/libnlsut/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/libnlsut/Makefile
diff -u src/gnu/usr.bin/gettext/libnlsut/Makefile:1.7 src/gnu/usr.bin/gettext/libnlsut/Makefile:1.8
--- src/gnu/usr.bin/gettext/libnlsut/Makefile:1.7	Sat May  3 10:48:30 2008
+++ src/gnu/usr.bin/gettext/libnlsut/Makefile	Sun Oct 18 19:47:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2008/05/03 14:48:30 lukem Exp $
+#	$NetBSD: Makefile,v 1.8 2009/10/18 23:47:43 christos Exp $
 
 LIBISPRIVATE=	yes
 
@@ -30,7 +30,6 @@
 fwriteerror.c \
 full-write.c \
 gcd.c \
-getline.c \
 getndelim2.c \
 hash.c \
 javacomp.c \



CVS commit: src/gnu/usr.bin/gettext/libnlsut

2009-10-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Oct 19 00:28:19 UTC 2009

Modified Files:
src/gnu/usr.bin/gettext/libnlsut: Makefile

Log Message:
put back getline.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/gettext/libnlsut/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/libnlsut/Makefile
diff -u src/gnu/usr.bin/gettext/libnlsut/Makefile:1.8 src/gnu/usr.bin/gettext/libnlsut/Makefile:1.9
--- src/gnu/usr.bin/gettext/libnlsut/Makefile:1.8	Sun Oct 18 19:47:43 2009
+++ src/gnu/usr.bin/gettext/libnlsut/Makefile	Sun Oct 18 20:28:19 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2009/10/18 23:47:43 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2009/10/19 00:28:19 christos Exp $
 
 LIBISPRIVATE=	yes
 
@@ -30,6 +30,7 @@
 fwriteerror.c \
 full-write.c \
 gcd.c \
+getline.c \
 getndelim2.c \
 hash.c \
 javacomp.c \



CVS commit: src/gnu/usr.bin/gettext/include

2009-10-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Oct 12 22:20:50 UTC 2009

Modified Files:
src/gnu/usr.bin/gettext/include: config.h

Log Message:
we have getdelim now!


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gettext/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/include/config.h
diff -u src/gnu/usr.bin/gettext/include/config.h:1.3 src/gnu/usr.bin/gettext/include/config.h:1.4
--- src/gnu/usr.bin/gettext/include/config.h:1.3	Sun Jul 17 05:22:03 2005
+++ src/gnu/usr.bin/gettext/include/config.h	Mon Oct 12 18:20:50 2009
@@ -182,7 +182,7 @@
 #define HAVE_GETCWD 1
 
 /* Define to 1 if you have the `getdelim' function. */
-/* #undef HAVE_GETDELIM */
+#define HAVE_GETDELIM 1
 
 /* Define to 1 if you have the `getegid' function. */
 #define HAVE_GETEGID 1



CVS commit: src/gnu/usr.bin/binutils/common

2009-09-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Sep 24 06:31:08 UTC 2009

Modified Files:
src/gnu/usr.bin/binutils/common: Makefile

Log Message:
The version from defs.mk is in G_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/gnu/usr.bin/binutils/common/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/binutils/common/Makefile
diff -u src/gnu/usr.bin/binutils/common/Makefile:1.16 src/gnu/usr.bin/binutils/common/Makefile:1.17
--- src/gnu/usr.bin/binutils/common/Makefile:1.16	Thu Nov 27 15:02:21 2003
+++ src/gnu/usr.bin/binutils/common/Makefile	Thu Sep 24 06:31:08 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2003/11/27 15:02:21 mrg Exp $
+#	$NetBSD: Makefile,v 1.17 2009/09/24 06:31:08 skrll Exp $
 
 .include bsd.own.mk
 
@@ -17,7 +17,7 @@
 config.texi: ${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk
 	${_MKTARGET_CREATE}
 	rm -f config.texi
-	echo @set VERSION ${VERSION}  config.texi
+	echo @set VERSION ${G_VERSION}  config.texi
 
 CLEANFILES+=	config.texi
 



CVS commit: src/gnu/usr.bin

2009-08-19 Thread Aleksej Saushev
Module Name:src
Committed By:   asau
Date:   Wed Aug 19 20:32:59 UTC 2009

Modified Files:
src/gnu/usr.bin/c89: Makefile
src/gnu/usr.bin/c99: Makefile

Log Message:
Use SCRIPTS instead of FILES to handle (executable) scripts.

Approved by dholland.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/gnu/usr.bin/c89/Makefile
cvs rdiff -u -r1.1 -r1.2 src/gnu/usr.bin/c99/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/c89/Makefile
diff -u src/gnu/usr.bin/c89/Makefile:1.1 src/gnu/usr.bin/c89/Makefile:1.2
--- src/gnu/usr.bin/c89/Makefile:1.1	Sun Aug 19 14:21:03 2001
+++ src/gnu/usr.bin/c89/Makefile	Wed Aug 19 20:32:58 2009
@@ -1,9 +1,7 @@
-#	$NetBSD: Makefile,v 1.1 2001/08/19 14:21:03 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2009/08/19 20:32:58 asau Exp $
 
-FILES=		c89.sh
-FILESNAME=	c89
-FILESDIR=	/usr/bin
-FILESMODE=	${BINMODE}
+SCRIPTS=   c89.sh
+SCRIPTSDIR=/usr/bin
 
 MAN=		c89.1
 

Index: src/gnu/usr.bin/c99/Makefile
diff -u src/gnu/usr.bin/c99/Makefile:1.1 src/gnu/usr.bin/c99/Makefile:1.2
--- src/gnu/usr.bin/c99/Makefile:1.1	Tue Sep 23 23:59:04 2008
+++ src/gnu/usr.bin/c99/Makefile	Wed Aug 19 20:32:58 2009
@@ -1,9 +1,7 @@
-#	$NetBSD: Makefile,v 1.1 2008/09/23 23:59:04 hubertf Exp $
+#	$NetBSD: Makefile,v 1.2 2009/08/19 20:32:58 asau Exp $
 
-FILES=		c99.sh
-FILESNAME=	c99
-FILESDIR=	/usr/bin
-FILESMODE=	${BINMODE}
+SCRIPTS=   c99.sh
+SCRIPTSDIR=/usr/bin
 
 MAN=		c99.1
 



CVS commit: src/gnu/usr.bin/groff/tmac

2009-06-25 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Thu Jun 25 17:40:07 UTC 2009

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add explanation of libiscsi, get rid of openpgpsdk


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.52 src/gnu/usr.bin/groff/tmac/mdoc.local:1.53
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.52	Sat May 16 18:13:08 2009
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Thu Jun 25 17:40:07 2009
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.52 2009/05/16 18:13:08 plunky Exp $
+.\ $NetBSD: mdoc.local,v 1.53 2009/06/25 17:40:07 agc Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -74,8 +74,8 @@
 .\ Local libraries not in groff
 .ds doc-str-Lb-libarchive   Reading and Writing Streaming Archives Library (libarchive, \-larchive)
 .ds doc-str-Lb-libbluetooth Bluetooth Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libiscsi iSCSI protocol library (libiscsi, \-liscsi)
 .ds doc-str-Lb-libnetpgpNetpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
-.ds doc-str-Lb-libopenpgpsdkOpenpgp signing, verification, encryption and decryption (libopenpgpsdk, \-lopenpgpsdk)
 .ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
 .ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
 .ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lrefuse)



CVS commit: src/gnu/usr.bin/groff/tmac

2009-05-16 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sat May 16 18:13:08 UTC 2009

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
change description of libbluetooth to Bluetooth Library as it contains
more than just host lookups

also, remove libsdp as that has been deprecated


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.51 src/gnu/usr.bin/groff/tmac/mdoc.local:1.52
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.51	Thu May  7 00:37:30 2009
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Sat May 16 18:13:08 2009
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.51 2009/05/07 00:37:30 snj Exp $
+.\ $NetBSD: mdoc.local,v 1.52 2009/05/16 18:13:08 plunky Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -71,14 +71,13 @@
 .ds doc-volume-as-iyonixiyonix
 .ds doc-volume-as-landisk   landisk
 .
-.\ Bluetooth libraries
+.\ Local libraries not in groff
 .ds doc-str-Lb-libarchive   Reading and Writing Streaming Archives Library (libarchive, \-larchive)
-.ds doc-str-Lb-libbluetooth Bluetooth Host Lookup Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libbluetooth Bluetooth Library (libbluetooth, \-lbluetooth)
 .ds doc-str-Lb-libnetpgpNetpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
 .ds doc-str-Lb-libopenpgpsdkOpenpgp signing, verification, encryption and decryption (libopenpgpsdk, \-lopenpgpsdk)
 .ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
 .ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
 .ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lrefuse)
-.ds doc-str-Lb-libsdp   Bluetooth Service Discovery Protocol library (libsdp, \-libsdp)
 .ds doc-str-Lb-libssp   Buffer Overflow Protection Library (libssp, \-lssp)
 .ds doc-str-Lb-libfetch		File Transfer Library for URLs (libfetch, \-lfetch)



CVS commit: src/gnu/usr.bin/gcc4/gcc

2009-04-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Apr 30 00:30:56 UTC 2009

Modified Files:
src/gnu/usr.bin/gcc4/gcc: gcc.1
Added Files:
src/gnu/usr.bin/gcc4/gcc: gcc-contrib.1

Log Message:
Convert GCC man page to mdoc(7) using othersrc/usr.bin/pod2mdoc.
Do some manual post-processing and use that as new gcc(1).
The original version is included to add as base for three-way merges.

OK wiz, no objection from tech-userlevel.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/gnu/usr.bin/gcc4/gcc/gcc-contrib.1
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gcc4/gcc/gcc.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffs are larger than 1MB and have been omitted


CVS commit: src/gnu/usr.bin/groff/tmac

2009-04-28 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Tue Apr 28 15:41:52 UTC 2009

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add a definition for libnetpgp


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.49 src/gnu/usr.bin/groff/tmac/mdoc.local:1.50
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.49	Tue Apr 28 03:07:53 2009
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Tue Apr 28 15:41:52 2009
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.49 2009/04/28 03:07:53 reed Exp $
+.\ $NetBSD: mdoc.local,v 1.50 2009/04/28 15:41:52 agc Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -73,6 +73,7 @@
 .\ Bluetooth libraries
 .ds doc-str-Lb-libarchive   Reading and Writing Streaming Archives Library (libarchive, \-larchive)
 .ds doc-str-Lb-libbluetooth Bluetooth Host Lookup Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libnetpgpNetpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
 .ds doc-str-Lb-libopenpgpsdkOpenpgp signing, verification, encryption and decryption (libopenpgpsdk, \-lopenpgpsdk)
 .ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
 .ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)



CVS commit: src/gnu/usr.bin/groff/tmac

2009-04-27 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Tue Apr 28 03:07:53 UTC 2009

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Fix librefuse macro to show -lrefuse (not -lfuse).
That will fix man refuse Library details.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.48 src/gnu/usr.bin/groff/tmac/mdoc.local:1.49
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.48	Wed Mar 11 14:29:06 2009
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Tue Apr 28 03:07:53 2009
@@ -1,4 +1,4 @@
-.\ $NetBSD: mdoc.local,v 1.48 2009/03/11 14:29:06 joerg Exp $
+.\ $NetBSD: mdoc.local,v 1.49 2009/04/28 03:07:53 reed Exp $
 .\
 .\ Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -76,7 +76,7 @@
 .ds doc-str-Lb-libopenpgpsdkOpenpgp signing, verification, encryption and decryption (libopenpgpsdk, \-lopenpgpsdk)
 .ds doc-str-Lb-libprop  Property Container Object Library (libprop, \-lprop)
 .ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
-.ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lfuse)
+.ds doc-str-Lb-librefuseFile System in Userspace Convenience Library (librefuse, \-lrefuse)
 .ds doc-str-Lb-libsdp   Bluetooth Service Discovery Protocol library (libsdp, \-libsdp)
 .ds doc-str-Lb-libssp   Buffer Overflow Protection Library (libssp, \-lssp)
 .ds doc-str-Lb-libfetch		File Transfer Library for URLs (libfetch, \-lfetch)



CVS commit: src/gnu/usr.bin/xcvs

2009-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 18 12:58:20 UTC 2009

Removed Files:
src/gnu/usr.bin/xcvs: Makefile Makefile.inc
src/gnu/usr.bin/xcvs/cvsbug: Makefile
src/gnu/usr.bin/xcvs/doc: Makefile
src/gnu/usr.bin/xcvs/include: config.h
src/gnu/usr.bin/xcvs/libcvs: Makefile
src/gnu/usr.bin/xcvs/libdiff: Makefile
src/gnu/usr.bin/xcvs/rcs2log: Makefile
src/gnu/usr.bin/xcvs/xcvs: Makefile

Log Message:
goodbye old cvs


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/gnu/usr.bin/xcvs/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/xcvs/Makefile.inc
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/xcvs/cvsbug/Makefile
cvs rdiff -u -r1.1 -r0 src/gnu/usr.bin/xcvs/doc/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/xcvs/include/config.h
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/xcvs/libcvs/Makefile
cvs rdiff -u -r1.3 -r0 src/gnu/usr.bin/xcvs/libdiff/Makefile
cvs rdiff -u -r1.2 -r0 src/gnu/usr.bin/xcvs/rcs2log/Makefile
cvs rdiff -u -r1.4 -r0 src/gnu/usr.bin/xcvs/xcvs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/usr.bin

2009-04-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  8 16:29:18 UTC 2009

Modified Files:
src/gnu/usr.bin: Makefile

Log Message:
unhook cvs


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/gnu/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.128 src/gnu/usr.bin/Makefile:1.129
--- src/gnu/usr.bin/Makefile:1.128	Tue Sep 23 22:19:45 2008
+++ src/gnu/usr.bin/Makefile	Wed Apr  8 12:29:18 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.128 2008/09/24 02:19:45 dogcow Exp $
+#	$NetBSD: Makefile,v 1.129 2009/04/08 16:29:18 christos Exp $
 
 # for OBJECT_FMT
 .include bsd.own.mk
@@ -8,9 +8,6 @@
 SUBDIR+=	binutils
 .endif
 SUBDIR+=	c89 c99
-.if ${MKCVS} != no
-SUBDIR+=	xcvs
-.endif
 SUBDIR+=	dc diffutils gkermit grep
 SUBDIR+=	groff rcs send-pr texinfo