Commit graph

18975 commits

Author SHA1 Message Date
Wolfram Schneider
df7fb8161a switch to HTTPS 2017-09-29 11:05:59 +00:00
Wolfram Schneider
936e3b2e4e new URL for OpenBSD cvsweb 2017-09-29 11:05:38 +00:00
Wolfram Schneider
2b041e11d5 switch to HTTPS 2017-09-29 11:04:53 +00:00
Wolfram Schneider
895aa3f200 switch to HTTPS 2017-09-29 11:02:49 +00:00
Wolfram Schneider
7ebbe0d8d2 switch to HTTPS 2017-09-29 11:01:01 +00:00
Wolfram Schneider
d60ddcd87b switch to HTTPS 2017-09-29 10:58:18 +00:00
Wolfram Schneider
19ae9d97d4 switch to HTTPS 2017-09-29 10:58:03 +00:00
Wolfram Schneider
0ef79ec86a switch to HTTPS 2017-09-29 10:57:40 +00:00
Wolfram Schneider
8391168b27 switch to HTTPS 2017-09-29 10:56:46 +00:00
Wolfram Schneider
64f7d24ecc switch to HTTPS 2017-09-29 10:56:30 +00:00
Wolfram Schneider
871cfe08b7 switch to HTTPS 2017-09-29 10:56:16 +00:00
Wolfram Schneider
a640b26d49 switch to HTTPS 2017-09-29 10:56:06 +00:00
Wolfram Schneider
57b42e6970 switch to HTTPS 2017-09-29 10:55:55 +00:00
Wolfram Schneider
5261228467 switch to HTTPS 2017-09-29 10:55:37 +00:00
Wolfram Schneider
3b3240c053 switch to HTTPS 2017-09-29 10:54:21 +00:00
Wolfram Schneider
dd1bb82299 switch to HTTPS 2017-09-29 10:53:59 +00:00
Wolfram Schneider
cd1f0b2afb switch to HTTPS 2017-09-29 10:53:38 +00:00
Wolfram Schneider
eeed875e98 switch to HTTPS 2017-09-29 10:46:06 +00:00
Wolfram Schneider
65578a1320 switch to HTTPS 2017-09-29 10:45:29 +00:00
Wolfram Schneider
331f204056 switch to HTTPS 2017-09-29 10:44:48 +00:00
Wolfram Schneider
96d08f4e21 switch to HTTPS 2017-09-29 10:44:03 +00:00
Wolfram Schneider
886b5531c5 the "install" target should not depend on "all"
this fix the issue with the failing:
make -C en_US.ISO8859-1/htdocs/ports -j1 install

PR: 222626
2017-09-29 08:51:42 +00:00
Marius Strobl
68d1558896 Mark the start of 10.4-RELEASE builds as done.
Approved by:	re (implicit)
2017-09-29 00:29:20 +00:00
Richard Gallamore
557c0615ac Clearer wording for when GitHub is not default group
Approved by:	mat
2017-09-28 19:21:19 +00:00
Wolfram Schneider
4dacabfcfd fix `make -n' if using git
PR: 222631
2017-09-28 16:59:40 +00:00
Benjamin Kaduk
fe11722698 Add email subject line to status report README
Avoid needing to check the email archives to remember what the
email subject line should be when everything is done.
2017-09-27 23:03:58 +00:00
Benjamin Kaduk
879c8f4473 Provide uniform space around an em dash 2017-09-27 22:52:00 +00:00
Benjamin Kaduk
f5117c55fd (Belatedly) remove draft notice from 2017Q2 report 2017-09-27 16:24:04 +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
Benjamin Kaduk
6c5bda7656 Extend submission deadline for 2017Q3 report submissions
Since we haven't sent a call for submissions yet, give people
a few weeks to submit things instead of more like one week.
2017-09-27 16:06:28 +00:00
Benjamin Kaduk
5f6aa2027c Add introduction to the 2017Q2 status report
Submitted by:	linimon
2017-09-27 16:04:16 +00:00
Wolfram Schneider
ff79a61317 fix `make -n' if using git
PR: 222631
2017-09-27 07:29:27 +00:00
Danilo G. Baio
40d1506f26 Add Derek E. Schrock to contributors
maintainer of:	devel/universal-ctags
		games/rubygem-vimgolf
		mail/mutt
		mail/mutt-lite
2017-09-27 00:53:02 +00:00
Dimitry Andric
5b68bb045f Document __FreeBSD_version 1101505. 2017-09-26 20:00:11 +00:00
Glen Barber
b88d937286 Add a commented URL for the installation.html page.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2017-09-26 17:43:26 +00:00
Glen Barber
b0e64f4187 Gratuitous regeneration of hardware.html and readme.html after r324018.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2017-09-26 17:40:51 +00:00
Glen Barber
10ece3d765 Regen after r324018.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2017-09-26 17:37:32 +00:00
Wolfram Schneider
181f47b8fb check for undefined input from ports database
PR: 222615
2017-09-26 10:54:16 +00:00
Wolfram Schneider
ade1f884a0 remove stale "stress.html" files from build
PR: 222618
2017-09-26 10:35:41 +00:00
Wolfram Schneider
acb3e5af78 remove stale "stress.html" files from build
PR: 222618
2017-09-26 10:09:08 +00:00
Mathieu Arnold
5f14237994 Add a couple of tips about PYTHON_NO_DEPENDS.
Sponsored by:	Absolight
2017-09-26 09:45:40 +00:00
Dimitry Andric
cc45e4f9b3 Document __FreeBSD_version 1101504. 2017-09-26 09:11:45 +00:00
Wolfram Schneider
4ff3569a8f Set dependencies for parallel build
this fix also the issue with the faile `make -n'

PR: 222597
2017-09-26 07:40:42 +00:00
Benedict Reuschling
88789b20a9 Update Samba version to 4.6.
The old version 4.3 was removed in ports and clicking the link in
the handbook was not producing the desired page as a result.

Reported by:	Jonathan Lisic (jonathanlisic@icloud.com)
2017-09-25 19:33:51 +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
Marius Strobl
fa59761bc6 Remove 10.4-RC1 checksum files, obsolete since r50908.
Approved by:	re (implicit)
2017-09-24 12:51:40 +00:00
Remko Lodder
0c2f5cfbe3 Add the teaching mailing list.
Requested by:	gnn
Hat:		postmaster/doc
2017-09-24 11:23:52 +00:00
Guangyuan Yang
45626aacc1 Reviewed by: loader (mentor), emaste
Approved by:	loader (mentor)
Differential Revision:	https://reviews.freebsd.org/D12481
2017-09-24 10:44:31 +00:00
Benjamin Kaduk
4e45e1cacb Make a second editing pass through the 2017Q2 status report 2017-09-23 21:17:28 +00:00
Fedor Uporov
a5166e089a Introduce information about new committer (fsu@FreeBSD.org)
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry

Reviewed by:    pfg (mentor)
Approved by:    pfg (mentor)
2017-09-23 19:31:22 +00:00