Alex Richardson
ceadd7c0da
Add myself as a new committer
...
Reviewed by: jhb
Approved by: jhb (mentor)
2017-10-30 18:07:45 +00:00
Gordon Tetlow
5313884e1f
Update SA-17:07 with patches for 10.x.
2017-10-19 03:28:00 +00:00
Gordon Tetlow
bff7593acd
Add SA-17:07.
2017-10-17 18:11:23 +00:00
Wolfram Schneider
d9d9a2b7fa
support parallel "po"
...
$ make p-po
2017-10-15 09:09:54 +00:00
Wolfram Schneider
33216a38d0
make spaces
2017-10-12 15:39:02 +00:00
Wolfram Schneider
c5dbc10ef2
echo -> @${ECHO}
2017-10-12 15:20:47 +00:00
Wolfram Schneider
36b10d75a9
improve warning message
2017-10-12 15:19:45 +00:00
Wolfram Schneider
2ccc12750d
standard verbose make output.
...
If you do not like this, use `make -s po'
PR: 222939
2017-10-12 15:05:42 +00:00
Wolfram Schneider
8737e8fded
refactor to use make syntax instead shell/test scripts
...
PR: 222939
2017-10-12 14:57:50 +00:00
Wolfram Schneider
68c9592c28
refactor to use make syntax instead shell/test scripts
...
PR: 222939
2017-10-12 14:57:29 +00:00
Wolfram Schneider
3573c48c46
no fatal errors for english documents
...
refactor to use make syntax instead shell/test scripts
PR: 222939
2017-10-12 14:38:11 +00:00
Wolfram Schneider
a6c77942cd
support `make po' for sub-directories
...
PR: 222944
2017-10-12 14:14:41 +00:00
Wolfram Schneider
5a621046a7
better check for "all" target
2017-10-12 14:14:15 +00:00
Wolfram Schneider
2539094cdb
refactor translation to a new make file "doc.translate.mk"
...
PR: 222939
2017-10-12 14:13:48 +00:00
Wolfram Schneider
6d12d409fb
path for sysctl(8)
2017-10-07 21:42:28 +00:00
Wolfram Schneider
a006f40003
by default run two processes per CPU
2017-10-07 20:53:47 +00:00
Wolfram Schneider
3fed2208d4
spaces
2017-10-07 09:07:53 +00:00
Wolfram Schneider
29cff92547
log full run time
2017-10-07 09:07:28 +00:00
Wolfram Schneider
cea67a94b2
log time for each test
2017-10-07 09:06:45 +00:00
Wolfram Schneider
cbd09402e8
GIT_REPO_FREEBSD_DOC -> FREEBSD_DOC_GIT_REPO
2017-10-07 09:06:20 +00:00
Wolfram Schneider
9d3d99045e
enable to configure git branch
2017-10-07 09:05:37 +00:00
Wolfram Schneider
9c93d11e18
we need to delete the target symlink first before we can create it
...
This solved the issue with symlinks to directories. The semantic
of `ln -fs' is special if you run it for directories twice, e.g.
mkdir from
ln -sf from to
find . -name from -or -name to
./to
./from
now run it again
ln -sf from to
find . -name from -or -name to
./to
./from
./from/from
ls -l from
total 1
lrwxrwxr-x 1 wosch devel 4 Oct 6 13:54 from -> from
PR: 222737
2017-10-07 09:03:10 +00:00
Wolfram Schneider
38a74a6b52
the creation of pgpkeyring.txt must be atomar
2017-10-06 14:22:45 +00:00
Wolfram Schneider
b1c971fa20
<doc.docbook-dep.mk> handles implicit dependencies of DocBook documentation
...
This feature can be disabled with DOCBOOK_DEPS_DISABLE=YES
Missing dependencies will be reported as a warning, and should
be fixed by the document authors.
PR: 222826
2017-10-06 14:08:45 +00:00
Wolfram Schneider
9647f5d77d
'make obj' doesn't really work for the docs, disable it by default
...
PR: 222488
2017-10-06 10:44:00 +00:00
Wolfram Schneider
e1ff763ab1
Import a regression test script for the build of www.freebsd.org
...
The main purpose of the script is to validate the output after
a refactoring of the Makefile tool chain, and to improve the build speed.
2017-10-06 09:36:06 +00:00
Glen Barber
71dabb9f19
Enable update/checkout of src/share/man/man4 for the 12.0R hardware
...
page.
Sponsored by: The FreeBSD Foundation
2017-10-05 20:17:33 +00:00
Glen Barber
d2b31f9423
Disconnect 12-CURRENT relnotes generation in the webupdate script.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 18:34:28 +00:00
Marc Fonvieille
ef695599af
10.4-RELEASE is out, update rel2.current.
2017-10-03 17:44:39 +00:00
Marius Strobl
c7aa0bcb11
Announce and hook up 10.4-RELEASE.
...
Approved by: re (implicit)
2017-10-03 13:02:20 +00:00
Wolfram Schneider
3c2b982611
enable parallel web+doc build
...
PR: 222721
2017-10-03 11:42:23 +00:00
Wolfram Schneider
446279c5cb
upgrade to INDEX-11
...
PR: 222677
2017-10-03 11:17:44 +00:00
Wolfram Schneider
f9ee19ce7b
use &enbase; instead hard coded FreeBSD homepage
...
PR: 222713
2017-10-02 16:58:49 +00:00
Wolfram Schneider
b26935af4f
replace perl with sed
2017-10-01 19:47:14 +00:00
Wolfram Schneider
f136b7facb
cleanup stale documentation
...
PR: 222721
2017-10-01 19:39:38 +00:00
Wolfram Schneider
f47cd915a4
disable "obj", too fragile, see also PR: 222488
...
PR: 222721
2017-10-01 19:29:43 +00:00
Wolfram Schneider
3f8d9a5fba
display the latest rev. nummber / git id on failure
...
PR: 222721
2017-10-01 19:26:53 +00:00
Wolfram Schneider
02bb3f74fe
call make all' first, than
make install'
...
PR: 222721
2017-10-01 18:08:22 +00:00
Wolfram Schneider
4a6e1d3dea
change download links from ftp to download.freebsd.org
...
PR: 222678
2017-10-01 12:05:26 +00:00
Wolfram Schneider
274e691d92
switch to HTTPS for people.freebsd.org
2017-10-01 11:47:58 +00:00
Wolfram Schneider
bca623ec23
switch to HTTPS
...
PR: 222676
2017-09-29 10:05:20 +00:00
Wolfram Schneider
b5b51affd0
switch to HTTPS
2017-09-29 09:58:05 +00:00
Wolfram Schneider
4ad8c16457
switch to HTTPS
...
PR: 222676
2017-09-29 09:54:04 +00:00
Wolfram Schneider
032bcd2bf6
switch to HTTPS
...
PR: 222676
2017-09-29 09:46:32 +00:00
Wolfram Schneider
066c47a505
switch to HTTPS
...
PR: 222676
2017-09-29 09:18:35 +00:00
Wolfram Schneider
ef69133f3b
switch to HTTPS
...
PR: 222676
2017-09-29 09:11:33 +00:00
Wolfram Schneider
1ce60faecf
new variable XMLDOCS_NO_SRCS
...
if set there will be no implicit adding of files to SRCS, which may
break `make -n', or `make -j1', or dependencies checking
PR: 222631
2017-09-28 16:59:08 +00:00
Benjamin Kaduk
9e95ae9d18
Publish the 2017Q2 status report
...
Link from the status report main page and update the next-due date
(including the extension).
Also add a news entry for the report.
2017-09-27 16:18:03 +00:00
Mathieu Arnold
d8bbe8549d
Add man.* entities missing from r50926.
...
Sponsored by: Absolight
2017-09-26 09:30:53 +00:00
Chuck Tuffli
af2381eab9
Introduce information about new committer (chuck@FreeBSD.org)
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: imp (mentor), ken (mentor)
Approved by: imp (mentor), ken (mentor)
Differential Revision: https://reviews.freebsd.org/D12357
2017-09-25 00:33:22 +00:00