| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
MFC after: 3 weeks
|
|
|
|
|
|
|
|
| |
Unicode locales are maintained and to evolved in cldr.
Generating the other locales from the unicode gets more and more painful
over the time.
Let's freeze the other locales to cldr 34.0.
|
|
|
|
| |
This reverts commit 2a50a9de8340f08bd876e9e5993332ae14376f80.
|
|
|
|
| |
Tested by: manu, jbeich
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in
^/projects/make-check-sandbox .
No functional change intended.
MFC after: 1 weeks
Notes:
svn path=/head/; revision=321912
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All manpages in base are now compatible with mandoc(1), all roff documentation
will be relocated in the doc tree. man(1) can now use groff from the ports tree
if it needs.
Also remove checknr(1) and colcrt(1) which are only useful with groff.
Approved by: (no objections on the mailing lists)
Notes:
svn path=/head/; revision=319664
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @<variant> to the others
respecting POSIX
As a result:
- All the 3 components locales added recently are renamed to the usual 2
components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
changes
Discussed with: ache@
Approved by: re@ (gjb)
Notes:
svn path=/head/; revision=302329
|
|\
| |
| |
| | |
Notes:
svn path=/projects/collation/; revision=289573
|
| |
| |
| |
| |
| |
| |
| |
| | |
MFC after: 3 weeks
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=289393
|
| |
| |
| |
| | |
Notes:
svn path=/projects/collation/; revision=286463
|
| |
| |
| |
| | |
Notes:
svn path=/projects/collation/; revision=286460
|
|/
|
|
|
|
|
| |
only skip timedef until I figure out how to workaround svn painful mime-type handling
Notes:
svn path=/projects/collation/; revision=286438
|
|
|
|
|
|
|
|
| |
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=277666
|
|
|
|
|
|
|
|
|
|
|
|
| |
The _SUPPORT knobs have a consistent meaning which differs from the
behaviour controlled by this knob. As the knob is opt-out and has not
appeared in a release the impact should be low.
Suggested by: imp, wblock
MFC after: 1 week
Notes:
svn path=/head/; revision=268022
|
|
|
|
|
|
|
|
|
| |
They can be disabled by setting WITHOUT_VT_SUPPORT=yes in src.conf.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=267124
|
|
|
|
|
|
|
| |
from the latter.
Notes:
svn path=/head/; revision=265420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds some sample test cases to share/examples/tests/
demonstrating the basic usage of the atf and plain interfaces.
These test programs are fully-functional and are installed as part
of the test suite, which guarantees that the sample code remains
correct. However, they currently mostly serve as a placeholder for
additional examples and may be incomplete (depending on how you
look at them). I will see what else can be useful while working on
documentation.
As a bonus, the addition of these tests exercise the *.test.mk files,
one of which (plain.test.mk) was not yet in use, and also demonstrates
that it's possible to mix different kinds of test programs into the
same test suite.
Approved by: rpaulo (mentor)
Notes:
svn path=/head/; revision=258299
|
|
|
|
|
|
|
|
| |
Requested by: secteam (cperciva, des)
Approved by: bapt
Notes:
svn path=/head/; revision=257344
|
|
|
|
|
|
|
|
|
|
|
| |
This is necessary because ATF is deprecated and it will be replaced by Kyua.
Submitted by: jmmv@netbsd.org
Reviewed by: Garrett Cooper
Approved by: re
Notes:
svn path=/head/; revision=256365
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but committing it helps to get everyone on the same page and makes
sure we make progress.
Tinderbox breakages that are the result of this commit are entirely
the committer's fault -- in other words: buildworld testing on amd64
only.
Credits follow:
Submitted by: Garrett Cooper <yanegomi@gmail.com>
Sponsored by: Isilon Systems
Based on work by: keramida@
Thanks to: gnn@, mdf@, mlaier@, sjg@
Special thanks to: keramida@
Notes:
svn path=/head/; revision=241823
|
|
|
|
|
|
|
|
|
|
|
| |
to the build system. FreeBSD written scripts are stored in
src/share and the toolkit scripts are brought from the cddl directory
into a working tree via install.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=235613
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
setting. It can be built by setting the WITH_ICONV knob. While this
knob is unset, the library part, the binaries, the header file and
the metadata files will not be built or installed so it makes no impact
on the system if left turned off.
This work is based on the iconv implementation in NetBSD but a great
number of improvements and feature additions have been included:
- Some utilities have been added. There is a conversion table generator,
which can compare conversion tables to reference data generated by
GNU libiconv. This helps ensuring conversion compatibility.
- UTF-16 surrogate support and some endianness issues have been fixed.
- The rather chaotic Makefiles to build metadata have been refactored
and cleaned up, now it is easy to read and it is also easier to add
support for new encodings.
- A bunch of new encodings and encoding aliases have been added.
- Support for 1->2, 1->3 and 1->4 mappings, which is needed for
transliterating with flying accents as GNU does, like "u.
- Lots of warnings have been fixed, the major part of the code is
now WARNS=6 clean.
- New section 1 and section 5 manual pages have been added.
- Some GNU-specific calls have been implemented:
iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into()
- Support for GNU's //IGNORE suffix has been added.
- The "-" argument for stdin is now recognized in iconv(1) as per POSIX.
- The Big5 conversion module has been fixed.
- The iconv.h header files is supposed to be compatible with the
GNU version, i.e. sources should build with base iconv.h and
GNU libiconv. It also includes a macro magic to deal with the
char ** and const char ** incompatibility.
- GNU compatibility: "" or "char" means the current local
encoding in use
- Various cleanups and style(9) fixes.
Approved by: delphij (mentor)
Obtained from: The NetBSD Project
Sponsored by: Google Summer of Code 2009
Notes:
svn path=/head/; revision=219019
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=183697
|
|
|
|
|
|
|
|
|
|
|
| |
control over the result of buildworld and installworld; this especially
helps packaging systems such as nanobsd
Reviewed by: various (posted to arch)
MFC after: 1 month
Notes:
svn path=/head/; revision=183242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.
This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation
Discussed with: rwatson, re
Notes:
svn path=/head/; revision=179315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
possibly installed thirdparte zoneinfo databases (from ports for example).
PR: bin/104713
Submitted by: Mark Andrews <Mark_Andrews at isc dot org> (original patch
rewritten by me to be more consistent with the new practise).
Approved by: re (kensmith)
Approved by: imp (mentor)
Reviewed by: ru (some time ago already)
Notes:
svn path=/head/; revision=171050
|
|
|
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
Notes:
svn path=/head/; revision=156813
|
|
|
|
| |
Notes:
svn path=/head/; revision=148736
|
|
|
|
|
|
|
|
| |
Respect NO_MAN and NO_EXAMPLES
Make NO_GROFF prevet me installation.
Notes:
svn path=/head/; revision=148675
|
|
|
|
| |
Notes:
svn path=/head/; revision=145003
|
|
|
|
| |
Notes:
svn path=/head/; revision=128612
|
|
|
|
| |
Notes:
svn path=/head/; revision=124750
|
|
|
|
|
|
|
|
|
| |
now, and probably did for quite some time already. 5.0 candidate.
Spotted by: roam
Notes:
svn path=/head/; revision=108606
|
|
|
|
| |
Notes:
svn path=/head/; revision=106714
|
|
|
|
| |
Notes:
svn path=/head/; revision=97089
|
|
|
|
| |
Notes:
svn path=/head/; revision=96307
|
|
|
|
|
|
|
|
| |
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
Notes:
svn path=/head/; revision=77041
|
|
|
|
| |
Notes:
svn path=/head/; revision=72173
|
|
|
|
|
|
|
|
|
| |
/usr/share/sendmail/cf.
PR: 19790
Notes:
svn path=/head/; revision=66940
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.
However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.
This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".
Notes:
svn path=/head/; revision=58418
|
|
|
|
|
|
|
|
|
| |
if ENTRY already exists for file FOO2 in /usr/share/info/dir.
So, re-init /usr/share/info/dir unconditionally at installworld.
Notes:
svn path=/head/; revision=56296
|
|
|
|
| |
Notes:
svn path=/head/; revision=52382
|
|
|
|
| |
Notes:
svn path=/head/; revision=52331
|
|
|
|
| |
Notes:
svn path=/head/; revision=42134
|
|
|
|
| |
Notes:
svn path=/head/; revision=42133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis,
who has done a tremendous amount of work to bring us this far.
There are still some outstanding issues and files to bring into
the tree, and for now it will be needed to pick up all the extra
docs from the isdn4bsd release.
It is probably also a very good idea to subscribe to the isdn@freebsd.org
mailing list before you try this out.
These files correspond to release "beta Version 0.70.00 / December
1998" from Hellmuth.
Notes:
svn path=/head/; revision=42107
|
|
|
|
| |
Notes:
svn path=/head/; revision=39861
|
|
|
|
| |
Notes:
svn path=/head/; revision=36058
|
|
|
|
| |
Notes:
svn path=/head/; revision=27526
|
|
|
|
| |
Notes:
svn path=/head/; revision=21506
|