Wolfram Schneider
f33530ab05
sync with English makefile, r51099
...
PR: 222631
2017-10-11 11:31:27 +00:00
Wolfram Schneider
5750523476
improve dependencies checking for the mirror chapter
...
Submitted by: loader
PR: 222857
(and in part PR: 222631)
2017-10-11 11:29:30 +00:00
Ryusuke SUZUKI
c439245049
- Merge the following from the English version:
...
r29000 -> r30930 head/ja_JP.eucJP/books/handbook/security/chapter.xml
2017-10-10 13:10:10 +00:00
Ryusuke SUZUKI
fe455a80e1
- Merge the following from the English version:
...
r45607 -> r51095 head/ja_JP.eucJP/htdocs/platforms/pc98.xml
2017-10-10 09:53:04 +00:00
Glen Barber
322381cf84
Fix a duplicate '11-STABLE' link.
...
Submitted by: Rostislav Krasny
Sponsored by: The FreeBSD Foundation
2017-10-10 03:12:31 +00:00
Glen Barber
43df528a78
FreeBSD/pc98 support was removed from 12.0 in r312910, so
...
update the pc98 platform page accordingly. Remove a broken
URL to the 12-CURRENT hardware notes (which was originally
how the stale pc98 page was discovered in the first place).
Sponsored by: The FreeBSD Foundation
2017-10-09 16:55:09 +00:00
Brad Davis
e3453b8518
Add chapter detailing our policy on Go libs.
...
Submitted by: swills
2017-10-09 16:33:16 +00:00
Glen Barber
ac4565717e
Add RPI3 to the 12-CURRENT SoC list.
...
Sponsored by: The FreeBSD Foundation
2017-10-09 16:17:12 +00:00
Glen Barber
b763f1025e
Fix the 12-CURRENT relnotes link.
...
Sponsored by: The FreeBSD Foundation
2017-10-09 16:15:34 +00:00
Glen Barber
d96f6324e0
Re-enable 11.1-STABLE snapshot URLs.
...
Submitted by: David Boyd
Sponsored by: The FreeBSD Foundation
2017-10-09 16:13:40 +00:00
Glen Barber
c2ebbbf2e1
Wrap lines and fix indentation/spacing to conform to FDP style
...
guidelines.
Sponsored by: The FreeBSD Foundation
2017-10-09 15:57:53 +00:00
Glen Barber
1ee29997cb
Prune a near-2-year-old commented section.
...
Sponsored by: The FreeBSD Foundation
2017-10-09 15:49:33 +00:00
Glen Barber
5cc4869d5c
Remove 9-STABLE URLs. 9.x is EoL.
...
Sponsored by: The FreeBSD Foundation
2017-10-09 15:49:04 +00:00
Glen Barber
61e8d4f821
Commit missed file that should have been included in r51086.
...
Sponsored by: The FreeBSD Foundation
2017-10-09 15:42:45 +00:00
Glen Barber
4892e397d0
Document to request the next release version to be added to the
...
'Versions' in Bugzilla.
PR: 222853
Sponsored by: The FreeBSD Foundation
2017-10-09 15:41:49 +00:00
Glen Barber
b69cfa2d6b
Fix broken URLs on the relnotes.html page for -CURRENT.
...
Comment the errata.html URL, as we do not issue ENs/SAs for
CURRENT.
Submitted by: Rick Miller
Sponsored by: The FreeBSD Foundation
2017-10-09 15:34:39 +00:00
Ryusuke SUZUKI
bcfab39347
- Merge the following from the English version:
...
r28158 -> r29000 head/ja_JP.eucJP/books/handbook/security/chapter.xml
2017-10-09 02:09:43 +00:00
Ryusuke SUZUKI
5da56b280a
o Update rel[1-3].current.date entities.
2017-10-08 12:38:21 +00:00
Ryusuke SUZUKI
4e78029550
- Merge the following from the English version:
...
r50698 -> r51033 head/ja_JP.eucJP/share/xml/navibar.l10n.ent
2017-10-08 01:55:00 +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
Guangyuan Yang
1f9b6b2475
Update the process of creating new Wiki accounts in Committer's Guide Section 6.1.7.
...
PR: 222655
Reviewed by: sbruno
Approved by: allanjude
Differential Revision: https://reviews.freebsd.org/D12567
2017-10-07 17:25:04 +00:00
Wolfram Schneider
93a30bd6c4
sync from English Makefile, r51076
...
PR: 222828
2017-10-07 11:25:06 +00:00
Wolfram Schneider
58a4fe64c3
build pgpkey list only for english pages
2017-10-07 10:35:00 +00:00
Wolfram Schneider
583fe8e8de
big refactoring
...
- `make install` should not depend on `make all'
- the local all-install target does not make any sense here.
We should not install the target twice in different locations.
- the FORMATS value should be configurable and not hard coded
- fix update of pgpkeyring.txt
PR: 222828
2017-10-07 10:12:16 +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
Johann Kois
abe2a0adfa
MFde r51033 - FreeBSD 10.4-RELEASE
2017-10-07 08:41:40 +00:00
Glen Barber
a17e18e853
- Fix dev-auto.ent generation so the target file exists only on
...
success. [1]
- Fix the clean target for 12.0R/*/ subdirectories. [2]
- Add missing CLEANFILES for index.html and schedule.html.
Suggested by; wosch [1]
Reported by: wosch [1], [2]
Sponsored by: The FreeBSD Foundation
2017-10-06 16:53:20 +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
Ryusuke SUZUKI
f8398d2db3
- Merge the following from the English version:
...
r25140 -> r28158 head/ja_JP.eucJP/books/handbook/security/chapter.xml
2017-10-06 09:31:59 +00:00
Glen Barber
2777c5158c
Line wrapping and indentation fixes to conform to FDP style
...
guidelines.
Copyrights got bumped as part of this commit, but these have
not been translated in years.
Sponsored by: The FreeBSD Foundation
2017-10-05 21:13:43 +00:00
Glen Barber
de9aa6603b
Remove unused files after migrating to the doc repository.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 20:33:00 +00:00
Glen Barber
a1eb21d935
Add autogenerated files to CLEANFILES.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 20:32:26 +00:00
Glen Barber
fb9d97947b
Remove two stale .ORDER lines, and add a comment about what path
...
is used for manual pages on the Project web builder.
Sponsored by: The FreeBSD Foundation
2017-10-05 20:20:05 +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
7dc4e3d9ce
Make the relnotes.html, readme.html, and hardware.html URLs visible.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 20:13:57 +00:00
Glen Barber
56483dd5d2
Comment .ORDER lines, breaking the build.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 20:09:32 +00:00
Glen Barber
16fc21c1d3
Reapply r51054, with a few fixes.
...
Fix a typo: s/elfi/elif/
Remove dependencies from the dev-auto.ent target, which seems
I misread the original version of how this was invoked.
Sponsored by: The FreeBSD Foundation
2017-10-05 20:07:58 +00:00
Glen Barber
4031f145cc
Revert r51049, r51050, r51051, r51052, r51053, disconnecting
...
the 12.0R release documentation from the build until I figure
out what is different compared to my local environment that
is causing the build to blow up.
Sponsored by: The FreeBSD Foundation
2017-10-05 19:57:39 +00:00
Glen Barber
e5f62450cd
Re-enable the hardware.html page build.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 19:44:37 +00:00
Glen Barber
187022cece
Enable 'compat' (non-parallel) for the dev-auto.ent target.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 19:44:02 +00:00
Glen Barber
3a08ff4d7e
Set MAN4DIR to an empty value temporarily.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 19:28:09 +00:00