- Add a page with end of support policy on FreeBSD 4.X

Obtained from:	http://lists.freebsd.org/pipermail/freebsd-ports/2006-February/029594.html
Approved by:	erwin (portmgr)
This commit is contained in:
Pav Lucistnik 2006-05-11 22:58:42 +00:00
parent fc214966a1
commit f45507cfb4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27814
4 changed files with 54 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/portmgr/Makefile,v 1.1 2005/03/12 07:30:25 linimon Exp $
# $FreeBSD: www/en/portmgr/Makefile,v 1.2 2005/12/15 01:10:43 linimon Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -13,6 +13,7 @@ DOCS+= implementation.sgml
DOCS+= policies.sgml
DOCS+= policies_committing.sgml
DOCS+= policies_contributors.sgml
DOCS+= policies_releng_4.sgml
DOCS+= qa.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/portmgr/index.sgml,v 1.7 2005/12/15 01:10:43 linimon Exp $">
<!ENTITY date "$FreeBSD: www/en/portmgr/index.sgml,v 1.8 2006/05/07 13:15:37 erwin Exp $">
<!ENTITY email 'portmgr'>
<!ENTITY title "Ports Management Team">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
@ -29,7 +29,9 @@ Core Team.</p>
<p>Discusses current policies that the team has adopted to meet
its goals, such as
<a href="policies_contributors.html">timeouts for inactivity</a> and
<a href="policies_committing.html">when commits are allowed</a>.</p>
<a href="policies_committing.html">when commits are allowed</a>.
Also contains <a href="policies_releng_4.html">the end of support policy
on FreeBSD 4.X</a>.</p>
<h3><a href="implementation.html">Implementation Issues</a></h3>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/portmgr/policies.sgml,v 1.4 2005/12/15 01:10:43 linimon Exp $">
<!ENTITY date "$FreeBSD: www/en/portmgr/policies.sgml,v 1.5 2006/01/21 12:52:25 pav Exp $">
<!ENTITY title "Policies of the Ports Management Team">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -13,6 +13,9 @@
Ports Management Team has adopted certain policies to try to meet
each of its goals.</p>
<p><a href="policies_releng_4.html">EOS/EOL Policies of Ports and Ports
Intrastructure on RELENG_4</a></p>
<h3>Assure The Integrity Of The Ports Collection</h3>
<p>To help assure the integrity of the Ports Collection, portmgr

View file

@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "EOS/EOL Policies of Ports and Ports Intrastructure on RELENG_4">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<p>While still many people use RELENG_4, it is EOD. Portmgr has set the
following policies with regard to EOL/EOS of this branch and kindly asks
developers to implement these:</p>
<ul>
<li>We keep building 4.11 packages as long as we have the resources.
4.X package builds will be deprioritised though, meaning they may not be
rebuilt as frequently.</li>
<li>We will continue to support the 4.X infrastructure until RELENG_4 EOL
(31&nbsp;January&nbsp;2007) by building the INDEX on RELENG_4 for use by
<i>make fetchindex</i>, and making sure that the Ports Collection
infrastructure (bsd.port.mk, etc) continues to function on RELENG_4,
subject to the reduced testing that this branch will receive. This means
that problems may be noticed only after the fact and may require community
support to develop and test fixes.</li>
<li>We do not require committers/maintainers to support 4.X, but ports will
still be required to be marked BROKEN/IGNORE if they do not build/run.</li>
<li>Port maintainers are strongly encouraged to accept patches from the
community that allow their ports to build and run on 4.X. However, since
running on 4.X is no longer a requirement, maintainers may use their
discretion in cases where a proposed patch would be disruptive to other
supported FreeBSD branches, or would unreasonably impede ongoing
maintenance of the port.</li>
<li>We will continue to accept patches for Ports Collection infrastructure
(bsd.port.mk, etc).</li>
<li>We encourage all users and developers to migrate to the FreeBSD 6.X
branch, which is a stable and mature platform, and is now the 'reference'
FreeBSD branch for the Ports Collection.</li>
</ul>
&footer ;
</body>
</html>