Benjamin Kaduk
23c5c3ff68
Add 2017Q3 re entry, from gjb
2017-10-19 02:08:24 +00:00
Benjamin Kaduk
1c24d407be
Copy report template for 2017Q3 status report
...
Copy over the report template for the next quarterly status report
and hook it up to the build. Nothing links to it, yet, though.
2017-10-19 01:45:52 +00:00
Benjamin Kaduk
2f406ddf99
Fix typo from r51131
...
Since the template itself is not built, the missing semicolon was
overlooked.
2017-10-19 01:38:11 +00:00
Benjamin Kaduk
69c395892f
Add per-category descriptive paragraphs to the status report template
...
Reviewed by: no one
Differential Revision: https://reviews.freebsd.org/D12642
2017-10-19 01:10:40 +00:00
Danilo G. Baio
95ce0f015d
Add new contributors
...
Lacey Powers for databases/pg_partman and security/chkrootkit [1]
Neal Nelson for devel/nimble and lang/nim [2]
Sebastian Schwarz for of mail/py-afew [3]
PR: 222926 [1]
PR: 222427 [2]
PR: 222629 [3]
2017-10-19 00:01:47 +00:00
Mathieu Arnold
387d29dd92
Add a link to where scons is used.
...
Sponsored by: Absolight
2017-10-18 14:53:49 +00:00
Gordon Tetlow
bff7593acd
Add SA-17:07.
2017-10-17 18:11:23 +00:00
Romain Tartière
d0cf868b6d
The documentation incorrectly states that
...
% svn copy foo.c bar.c
and
% cp foo.c bar.c
% svn add bar.c
are equivalent. However, the first one keeps foo.c history and the second gets
rid of it.
Fix this and explain the difference.
Reviewed by: brd, allanjude
Approved by: allanjude
Differential Revision: https://reviews.freebsd.org/D12678
2017-10-17 17:43:45 +00:00
Rene Ladan
51c7bed8dc
Sync EoL date of stable/10 on the portmgr pages with that of the security pages.
2017-10-15 18:24:58 +00:00
Rene Ladan
3fcc778045
Add FreeBSD 10.4-RELEASE and 11.1-RELEASE to the supported releases of
...
the portmgr website.
While here, re-list 12-aarch64 and sort architectures.
2017-10-15 16:38:02 +00:00
Rene Ladan
a4d866ff50
Modernize the portmgr part of the website (part 1).
...
- Replace pointyhat.FreeBSD.org by pkg-status.FreeBSD.org
- The ports tree is branched now
- Remove mentions of "repocopies", these were leftovers from the CVS era.
- Update instructions for handling PRs
Parts of the PR were already committed independently by rene
at 2017-01-01 when FreeBSD 9.3, 10.1 and 10.2 reached their EOL.
Apply some igor fixes while here.
PR: 213056
Submitted by: linimon
Reviewed by: mat
2017-10-15 16:17:55 +00:00
Wolfram Schneider
d9d9a2b7fa
support parallel "po"
...
$ make p-po
2017-10-15 09:09:54 +00:00
Rene Ladan
75e70a1d63
Fix build of Porters Handbook
2017-10-14 13:30:11 +00:00
Alex Kozlov
7559ab862c
- The USE_RCORDER variable was removed 2 years ago.
...
Differential Revision: https://reviews.freebsd.org/D12641
Approved by: portmgr (mat)
2017-10-14 07:33:11 +00:00
Alex Kozlov
2b87c76011
- Remove phrase 'bloat in the master source repository' as a leftover from the cvs times
...
- Remove phrase about 'automatically determining of closet master site...', it
was in planing phase for more than 15 years
- Replace 'gzipped' with 'compressed' when appropriate
- Update url for the backup master site
- Fix typo: s/otn/from/
- Remove reference to DATA option
Differential Revision: https://reviews.freebsd.org/D1017
Approved by: portmgr (mat)
2017-10-14 07:28:50 +00:00
Alex Kozlov
9c199e5643
- Replace 'gzipped' with 'compressed' when appropriate
...
Approved by: portmgr (mat)
Differential Review: https://reviews.freebsd.org/D1014
2017-10-14 07:21:38 +00:00
Ryusuke SUZUKI
84b0e19059
- Merge the following from the English version:
...
r30930 -> r32503 head/ja_JP.eucJP/books/handbook/security/chapter.xml
2017-10-14 01:48:30 +00:00
Ryusuke SUZUKI
290d89120d
- Merge the following from the English version:
...
r51089 -> r51090 head/ja_JP.eucJP/htdocs/relnotes.xml
2017-10-13 16:10:56 +00:00
Ryusuke SUZUKI
f0db49f157
- Merge the following from the English version:
...
r49718 -> r51089 head/ja_JP.eucJP/htdocs/relnotes.xml
2017-10-13 15:52:57 +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
Glen Barber
b4ca2d0caf
Connect the 10.4-RELEASE ia64 checksums to the build.
...
Submitted by: jmg
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-10-12 12:59:30 +00:00
Ryusuke SUZUKI
451646e50c
- Merge the following from the English version:
...
r51033 -> r51093 head/ja_JP.eucJP/htdocs/where.xml
2017-10-12 11:56:58 +00:00
Marius Strobl
1fcf3d87d7
Reflect that releng/10.4 has been handed over to so@ as of r324540.
...
Approved by: re (implicit)
2017-10-11 20:41:35 +00:00
Wolfram Schneider
4d13b7bc6e
add OpenBSD 6.2 manual pages
2017-10-11 12:47:03 +00:00
Ryusuke SUZUKI
ad1d228b92
- Merge the following from the English version:
...
r50707 -> r51096 head/ja_JP.eucJP/htdocs/snapshots/index.xml
2017-10-11 12:34:41 +00:00
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