DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Convert gnu to using SRCTOPPrefer SRCTOP over CURDIR/../../contrib, etc. However, retain the "upone level" instances of ../ because they are really relative to thispart of the tree and not a mean
Convert gnu to using SRCTOPPrefer SRCTOP over CURDIR/../../contrib, etc. However, retain the "upone level" instances of ../ because they are really relative to thispart of the tree and not a means to find the root of the tree. Assuch, it's better to leave them since that further the goal of beingable to move directories if watned to in the future.Differential Revision: https://reviews.freebsd.org/D9932Sponsored by: NetflixSilence On: arch@ (twice)
show more ...
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supportsskipping 'make depend'.Sponsored by: EMC / Isilon Storage Division
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
POSIX patch(1) would treat -b as different meaning (the functionalityis to be provided by --suffix). Looking at the usage here in diffutils,it seems that we can just get rid of the -b .orig stuff.
POSIX patch(1) would treat -b as different meaning (the functionalityis to be provided by --suffix). Looking at the usage here in diffutils,it seems that we can just get rid of the -b .orig stuff. This resolvesa problem that can triggered if we move toward to a more permissivelylicensed patch(1) program.
Update build skeleton after diffutils 2.8.7 update.
Remove getopt*.c, we already have compatible getopt_long() in libc
$Id$ -> $FreeBSD$
Switch to contrib version
This commit was generated by cvs2svn to compensate for changes in r13122,which included commits to RCS files with non-trunk default branches.
Fixed non-conflict errors that occur when changes made to the local files arethe same as the changes made in the repository. This is often seen bypeople with remote CVS trees that have applied the
Fixed non-conflict errors that occur when changes made to the local files arethe same as the changes made in the repository. This is often seen bypeople with remote CVS trees that have applied their local patches to themaster site. a 'cvs update' will show bogus conflicts.Obtained from: CVS mailing list, Stig<[email protected]>In diffutils 2.6 and 2.7, diff3 -A complains about identical overlappingchanges. They're different from the ancestor but not from each other...Why bother? The patch below fixes this nonsense and preserves [B]ackwardscompatiblity with the -B flag (also --show-bogus-conflicts). Party on... Stig
Updated to GNU diffutils 2.6
From: Larry Jones <[email protected]>Subject: man pages for diff et al.I finally got tired of not having man pages for diff and friends, so Iedited the appropriate sections of the texinfo man
From: Larry Jones <[email protected]>Subject: man pages for diff et al.I finally got tired of not having man pages for diff and friends, so Iedited the appropriate sections of the texinfo manual into man format.
Update diff, diff3, and sdiff's makefiles to use .PATH: instead ofcopying the same files to multiple directories. This should makethings easier when it comes time to update to a newer version ofd
Update diff, diff3, and sdiff's makefiles to use .PATH: instead ofcopying the same files to multiple directories. This should makethings easier when it comes time to update to a newer version ofdiffutils.With this checkin, this brings the netbsd and freebsd diff distsinto sync.
GNU3 Diff 2.3