NetBSD-Bugs archive

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

PR/59798 CVS commit: src



The following reply was made to PR bin/59798; it has been noted by GNATS.

From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59798 CVS commit: src
Date: Thu, 4 Dec 2025 18:22:17 +0000

 Module Name:	src
 Committed By:	nia
 Date:		Thu Dec  4 18:22:17 UTC 2025
 
 Modified Files:
 	src: BUILDING
 	src/distrib/sets/lists/man: mi
 	src/doc: BUILDING.mdoc
 	src/external/gpl2: Makefile
 	src/share/man/man5: mk.conf.5
 	src/share/mk: bsd.own.mk
 	src/usr.bin: Makefile
 Added Files:
 	src/usr.bin/diff: Makefile diff.1 diff.c diff.h diffdir.c diffdir.h
 	    diffreg.c pr.c pr.h xmalloc.c xmalloc.h
 	src/usr.bin/diff3: Makefile diff3.1 diff3.c
 
 Log Message:
 Import BSD-licensed diff from FreeBSD to replace GNU diffutils
 
 Ported to NetBSD, compiler warnings fixed, and some unnecessary
 features (for the purpose of replacing our GPLv2 diff) have been
 stripped out.
 
 Non-default at the moment, requires building with MKBSDDIFF=yes.
 
 PR bin/59798 We are still using GNU diffutils
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.161 -r1.162 src/BUILDING
 cvs rdiff -u -r1.1812 -r1.1813 src/distrib/sets/lists/man/mi
 cvs rdiff -u -r1.150 -r1.151 src/doc/BUILDING.mdoc
 cvs rdiff -u -r1.14 -r1.15 src/external/gpl2/Makefile
 cvs rdiff -u -r1.114 -r1.115 src/share/man/man5/mk.conf.5
 cvs rdiff -u -r1.1444 -r1.1445 src/share/mk/bsd.own.mk
 cvs rdiff -u -r1.242 -r1.243 src/usr.bin/Makefile
 cvs rdiff -u -r0 -r1.1 src/usr.bin/diff/Makefile src/usr.bin/diff/diff.1 \
     src/usr.bin/diff/diff.c src/usr.bin/diff/diff.h \
     src/usr.bin/diff/diffdir.c src/usr.bin/diff/diffdir.h \
     src/usr.bin/diff/diffreg.c src/usr.bin/diff/pr.c src/usr.bin/diff/pr.h \
     src/usr.bin/diff/xmalloc.c src/usr.bin/diff/xmalloc.h
 cvs rdiff -u -r0 -r1.1 src/usr.bin/diff3/Makefile src/usr.bin/diff3/diff3.1 \
     src/usr.bin/diff3/diff3.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index