| Age | Commit message (Collapse) | Author |
|
After a firts failed attempt, BSD diff is now good enough to replace
GNU diff.
Relnotes: yes
Notes:
svn path=/head/; revision=317209
|
|
etcupdate requires --change-group-format it is not easy to implement
in bsd diff so for now readd GNU diff
Notes:
svn path=/head/; revision=315565
|
|
Some of the modifications from the previous summer of code has been integrated
Modification for compatibility with GNU diff output has been added
Main difference with OpenBSD:
Implement multiple GNU diff options:
* --ignore-file-name-case
* --no-ignore-file-name-case
* --normal
* --tabsize
* --strip-trailing-cr
Make diff -p compatible with GNU diff
Implement diff -l
Make diff -r compatible with GNU diff
Capsicumize diffing 2 regular files
Add a simple test suite
Approved by: AsiaBSDcon devsummit
Obtained from: OpenBSD, GSoC
Relnotes: yes
Notes:
svn path=/head/; revision=315051
|
|
after r298107
Summary of changes:
- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that
namespacing is kept with FILES appropriately, and that this shouldn't need
to be repeated if the namespace changes -- only the definition of PACKAGE
needs to be changed
- Allow PACKAGE to be overridden by callers instead of forcing it to always be
`tests`. In the event we get to the point where things can be split up
enough in the base system, it would make more sense to group the tests
with the blocks they're a part of, e.g. byacc with byacc-tests, etc
- Remove PACKAGE definitions where possible, i.e. where FILES wasn't used
previously.
- Remove unnecessary TESTSPACKAGE definitions; this has been elided into
bsd.tests.mk
- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;
${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.
- Fix installation of files under data/ subdirectories in lib/libc/tests/hash
and lib/libc/tests/net/getaddrinfo
- Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup)
Document the proposed changes in share/examples/tests/tests/... via examples
so it's clear that ${PACKAGES}FILES is the suggested way forward in terms of
replacing FILES. share/mk/bsd.README didn't seem like the appropriate method
of communicating that info.
MFC after: never probably
X-MFC with: r298107
PR: 209114
Relnotes: yes
Tested with: buildworld, installworld, checkworld; buildworld, packageworld
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=299094
|
|
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=296625
|
|
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=296587
|
|
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=295216
|
|
This is not properly respecting WITHOUT or ARCH dependencies in target/.
Doing so requires a massive effort to rework targets/ to do so. A
better approach will be to either include the SUBDIR Makefiles directly
and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose
the benefit of having a userland/lib, userland/libexec, etc, though and
results in a massive package. The current implementation of targets/ is
very unmaintainable.
Currently rescue/rescue and sys/modules are still not connected.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=291563
|
|
netbsd-tests.test.mk (r289151)
- Eliminate explicit OBJTOP/SRCTOP setting
- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk
- Remove unnecessary TESTSDIR setting
- Use SRCTOP where possible for clarity
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Divison
Notes:
svn path=/head/; revision=289172
|
|
This has not been needed since r246865 in projects/bmake.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=288228
|
|
This has not been needed since r284171 in projects/bmake.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=288226
|
|
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
|
Notes:
svn path=/projects/bmake/; revision=283595
|
|
Notes:
svn path=/head/; revision=279520
|
|
Reported by: Ivan Klymenko <fidaj@ukr.net>
Reviewed by: bapt
Differential Revision: D1412
Notes:
svn path=/head/; revision=276565
|
|
Reduce overlinking
Notes:
svn path=/head/; revision=275077
|
|
Notes:
svn path=/projects/bmake/; revision=274683
|
|
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=272787
|
|
Notes:
svn path=/projects/bmake/; revision=255263
|
|
actually reverts r250860 and r250861.
Reported by: gjb, tinderbox
Notes:
svn path=/head/; revision=251468
|
|
Notes:
svn path=/head/; revision=251438
|
|
particular, don't use DESTDIR. Such creates an unnecessary dependency
on the build machine.
Obtained from: Juniper Networks, Inc.
Notes:
svn path=/head/; revision=250860
|
|
Notes:
svn path=/projects/bmake/; revision=242545
|
|
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
|
Notes:
svn path=/head/; revision=239360
|
|
Also remove some local patches to diff(1) which are now unneeded.
Notes:
svn path=/head/; revision=205793
|
|
is 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 resolves
a problem that can triggered if we move toward to a more permissively
licensed patch(1) program.
Notes:
svn path=/head/; revision=204227
|
|
Notes:
svn path=/head/; revision=172593
|
|
32 bits, so subsequent compile time assertion:
sizeof inf->stat.st_mtime <= sizeof sec
Would fail because of that. This change is suitable for
general consumption as well, but fix it in our local
patchset as we are near a code freeze.
Submitted by: cognet
Notes:
svn path=/head/; revision=170857
|
|
Notes:
svn path=/head/; revision=170758
|
|
Submitted by: Jimmie James <jimmiejaz@gmail.com>
PR: docs/88427
Notes:
svn path=/head/; revision=151992
|
|
Notes:
svn path=/head/; revision=125931
|
|
Switch back to regex.h
Notes:
svn path=/head/; revision=125895
|
|
Notes:
svn path=/head/; revision=125503
|
|
PR: docs/59991
Submitted by: keramida,Erik Greenwald <erik@smluc.org>
MFC After: 1 week
Notes:
svn path=/head/; revision=125306
|
|
PR: docs/41887
Submitted by: tobez
Notes:
svn path=/head/; revision=102425
|
|
It contains a detailed description of the =format option part.
PR: docs/36464
Submitted by: Gary W. Swearingen <swear@blarg.net>
Notes:
svn path=/head/; revision=99815
|
|
Notes:
svn path=/head/; revision=53715
|
|
Notes:
svn path=/head/; revision=53704
|
|
default options for diff. These options are interpreted first and can be
overwritten by explicit command line parameters.
* Add the "-o" option to specify old-traditional output style.
* Add utility functions for env vars obtained from GNU Grep 2.3h.
Notes:
svn path=/head/; revision=53703
|
|
Notes:
svn path=/head/; revision=50472
|
|
Notes:
svn path=/head/; revision=49349
|
|
recursive diff for use with send-pr(1).
PR: 12440
Requested by: David Kelly <dkelly@hiwaay.net>
Notes:
svn path=/head/; revision=49224
|
|
Notes:
svn path=/head/; revision=30846
|
|
Notes:
svn path=/head/; revision=30842
|
|
Notes:
svn path=/head/; revision=30658
|
|
Notes:
svn path=/head/; revision=22996
|
|
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
Notes:
svn path=/head/; revision=21591
|
|
Notes:
svn path=/head/; revision=17709
|