From owner-svn-doc-head@freebsd.org Mon Apr 30 15:12:55 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A776CFADE18; Mon, 30 Apr 2018 15:12:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA80759EA; Mon, 30 Apr 2018 15:12:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 473F814E82; Mon, 30 Apr 2018 15:12:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3UFCt18051542; Mon, 30 Apr 2018 15:12:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3UFCtHR051541; Mon, 30 Apr 2018 15:12:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804301512.w3UFCtHR051541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 30 Apr 2018 15:12:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51602 - head/en_US.ISO8859-1/books/porters-handbook/flavors X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/flavors X-SVN-Commit-Revision: 51602 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 15:12:56 -0000 Author: mat Date: Mon Apr 30 15:12:54 2018 New Revision: 51602 URL: https://svnweb.freebsd.org/changeset/doc/51602 Log: Flatten the Flavor chapter by removing the encapsulating "Flavors Auto-Activation" section and moving php and Python one setup up. The only change here is sect2 → sect1 and sect3 → sect2. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Sat Apr 28 12:59:18 2018 (r51601) +++ head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Mon Apr 30 15:12:54 2018 (r51602) @@ -259,161 +259,157 @@ lite_PKGNAMESUFFIX= -lite - - Flavors Auto-Activation + + <literal>USES=php</literal> and Flavors - - <literal>USES=php</literal> and Flavors + When using USES=php with + one of these arguments, phpize, + ext, zend, or + pecl, the port will automatically have + FLAVORS filled in with the + PHP versions it supports. - When using USES=php with - one of these arguments, phpize, - ext, zend, or - pecl, the port will automatically have - FLAVORS filled in with the - PHP versions it supports. + + All the examples assume the currently supported PHP + versions are 5.6, 7.0, 7.1, and 7.2. + - - All the examples assume the currently supported PHP - versions are 5.6, 7.0, 7.1, and 7.2. - + + Simple <literal>USES=php</literal> Extension - - Simple <literal>USES=php</literal> Extension + This will generate package for all the supported + versions: - This will generate package for all the supported - versions: - - PORTNAME= some-ext + PORTNAME= some-ext PORTVERSION= 0.0.1 PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} USES= php:ext - This will generate package for all the supported - versions but 7.2: + This will generate package for all the supported + versions but 7.2: - PORTNAME= some-ext + PORTNAME= some-ext PORTVERSION= 0.0.1 PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} USES= php:ext IGNORE_WITH_PHP= 72 - + - - PHP Flavors with PHP Applications + + PHP Flavors with PHP Applications - PHP applications can also be flavorized. + PHP applications can also be flavorized. - This allows generating packages for all PHP versions, so - that users can use them with whatever version they need on - their servers. + This allows generating packages for all PHP versions, so + that users can use them with whatever version they need on + their servers. - - PHP applications that are flavorized - must append - PHP_PKGNAMESUFFIX to their package - names. - + + PHP applications that are flavorized + must append + PHP_PKGNAMESUFFIX to their package + names. + - - Flavorizing a PHP Application + + Flavorizing a PHP Application - Adding Flavors support to a PHP application is - straightforward: + Adding Flavors support to a PHP application is + straightforward: - PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} + PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} USES= php:flavors - - + + - - <literal>USES=python</literal> and Flavors + + <literal>USES=python</literal> and Flavors - When using USES=python - and USE_PYTHON=distutils, the port will - automatically have FLAVORS filled in with - the Python versions it - supports. + When using USES=python + and USE_PYTHON=distutils, the port will + automatically have FLAVORS filled in with + the Python versions it + supports. - - Simple <literal>USES=python</literal> + + Simple <literal>USES=python</literal> - Supposing the current Python - supported versions are 2.7, 3.4, 3.5, and 3.6, and the - default Python 2 and 3 versions - are 2.7 and 3.6, a port with: + Supposing the current Python + supported versions are 2.7, 3.4, 3.5, and 3.6, and the + default Python 2 and 3 versions + are 2.7 and 3.6, a port with: - USES= python + USES= python USE_PYTHON= distutils - Will get these flavors: py27, and - py36. + Will get these flavors: py27, and + py36. - USES= python + USES= python USE_PYTHON= distutils allflavors - Will get these flavors: py27, - py34, py35 and - py36. - + Will get these flavors: py27, + py34, py35 and + py36. + - - <literal>USES=python</literal> with Version - Requirements + + <literal>USES=python</literal> with Version + Requirements - Supposing the current Python - supported versions are 2.7, 3.4, 3.5, and 3.6, and the - default Python 2 and 3 versions - are 2.7 and 3.6, a port with: + Supposing the current Python + supported versions are 2.7, 3.4, 3.5, and 3.6, and the + default Python 2 and 3 versions + are 2.7 and 3.6, a port with: - USES= python:-3.5 + USES= python:-3.5 USE_PYTHON= distutils - Will get this flavor: py27. + Will get this flavor: py27. - USES= python:-3.5 + USES= python:-3.5 USE_PYTHON= distutils allflavors - Will get these flavors: py27, - py34, and py35. + Will get these flavors: py27, + py34, and py35. - USES= python:3.4+ + USES= python:3.4+ USE_PYTHON= distutils - Will get this flavor: py36. + Will get this flavor: py36. - USES= python:3.4+ + USES= python:3.4+ USE_PYTHON= distutils allflavors - Will get these flavors: py34, - py35, and py36. - + Will get these flavors: py34, + py35, and py36. + - PY_FLAVOR will be available to depend - on the correct version of Python - modules. This is most useful for ports that are not - Python modules and do not have - Python flavors but do use - python for some part of their - operations. + PY_FLAVOR will be available to depend + on the correct version of Python + modules. This is most useful for ports that are not + Python modules and do not have + Python flavors but do use + python for some part of their + operations. - - For a Port Not Using - <literal>distutils</literal> + + For a Port Not Using + <literal>distutils</literal> - If the default Python 3 - version is 3.6, the following will set - PY_FLAVOR to - py36: + If the default Python 3 + version is 3.6, the following will set + PY_FLAVOR to + py36: - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} USES= python:3.5+ - - + From owner-svn-doc-head@freebsd.org Mon Apr 30 15:13:15 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 140F8FADE65; Mon, 30 Apr 2018 15:13:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB7D875CBC; Mon, 30 Apr 2018 15:13:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A677214E83; Mon, 30 Apr 2018 15:13:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3UFDEAf051601; Mon, 30 Apr 2018 15:13:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3UFDEZN051600; Mon, 30 Apr 2018 15:13:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804301513.w3UFDEZN051600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 30 Apr 2018 15:13:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51603 - head/en_US.ISO8859-1/books/porters-handbook/flavors X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/flavors X-SVN-Commit-Revision: 51603 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 15:13:15 -0000 Author: mat Date: Mon Apr 30 15:13:14 2018 New Revision: 51603 URL: https://svnweb.freebsd.org/changeset/doc/51603 Log: Expand a bit the start of the chapter. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Mon Apr 30 15:12:54 2018 (r51602) +++ head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Mon Apr 30 15:13:14 2018 (r51603) @@ -15,11 +15,17 @@ An Introduction to Flavors Flavors are a way to have multiple variations of a port. - The port is built multiple times, with variations. For example, - a port can have a normal version with many features and quite a - few dependencies, and a light lite version with - only basic features and minimal dependencies. - + The port is built multiple times, with variations. + + For example, a port can have a normal version with many + features and quite a few dependencies, and a light + lite version with only basic features and minimal + dependencies. + + Another example could be, a port can have a + GTK flavor and a + QT flavor, depending on which tookit + it uses. Using FLAVORS From owner-svn-doc-head@freebsd.org Mon Apr 30 15:13:19 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5701FADE79; Mon, 30 Apr 2018 15:13:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E49C75D70; Mon, 30 Apr 2018 15:13:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21B0014E84; Mon, 30 Apr 2018 15:13:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3UFDIJa051645; Mon, 30 Apr 2018 15:13:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3UFDIp3051644; Mon, 30 Apr 2018 15:13:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804301513.w3UFDIp3051644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 30 Apr 2018 15:13:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51604 - head/en_US.ISO8859-1/books/porters-handbook/flavors X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/flavors X-SVN-Commit-Revision: 51604 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 15:13:19 -0000 Author: mat Date: Mon Apr 30 15:13:18 2018 New Revision: 51604 URL: https://svnweb.freebsd.org/changeset/doc/51604 Log: Add a note about PHP_FLAVOR. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Mon Apr 30 15:13:14 2018 (r51603) +++ head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml Mon Apr 30 15:13:18 2018 (r51604) @@ -329,6 +329,14 @@ IGNORE_WITH_PHP= 72 USES= php:flavors + + + When adding a dependency on a + PHP flavored port, use + @${PHP_FLAVOR}. + Never use FLAVOR + directly. + From owner-svn-doc-head@freebsd.org Tue May 1 15:48:09 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E34BFAEC3E; Tue, 1 May 2018 15:48:09 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C060A83E5A; Tue, 1 May 2018 15:48:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6781240BA; Tue, 1 May 2018 15:48:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w41Fm8pn090667; Tue, 1 May 2018 15:48:08 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w41Fm8Sg090662; Tue, 1 May 2018 15:48:08 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201805011548.w41Fm8Sg090662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 1 May 2018 15:48:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51605 - in head: en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml X-SVN-Commit-Revision: 51605 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2018 15:48:09 -0000 Author: gjb Date: Tue May 1 15:48:07 2018 New Revision: 51605 URL: https://svnweb.freebsd.org/changeset/doc/51605 Log: Document 10.3-RELEASE has reached end-of-life. Modified: head/en_US.ISO8859-1/htdocs/index.xsl head/en_US.ISO8859-1/htdocs/releases/index.xml head/en_US.ISO8859-1/htdocs/releng/index.xml head/en_US.ISO8859-1/htdocs/security/security.xml head/share/xml/navibar.ent Modified: head/en_US.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/en_US.ISO8859-1/htdocs/index.xsl Mon Apr 30 15:13:18 2018 (r51604) +++ head/en_US.ISO8859-1/htdocs/index.xsl Tue May 1 15:48:07 2018 (r51605) @@ -101,10 +101,8 @@
  • Production: &rel.current;, - &rel1.current;, - &rel2.current;
  • + &rel1.current;
  • Upcoming: &betarel.current;
  • Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/index.xml Mon Apr 30 15:13:18 2018 (r51604) +++ head/en_US.ISO8859-1/htdocs/releases/index.xml Tue May 1 15:48:07 2018 (r51605) @@ -62,18 +62,6 @@ Checksums

    -

    Release &rel2.current; (&rel2.current.date;) - - Announcement : - Release Notes : - Installation - Instructions : - Hardware Notes : - Readme : - Errata : - Checksums -

    -

    Future Releases

    @@ -118,6 +106,18 @@ Readme: Errata: Checksums + + + +
  • 10.3 (April, 2016) + + Announcement: + Release Notes: + Installation Instructions: + Hardware Notes: + Readme: + Errata: + Checksums
  • Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Mon Apr 30 15:13:18 2018 (r51604) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Tue May 1 15:48:07 2018 (r51605) @@ -136,7 +136,7 @@ releng/10.3 Frozen &contact.so; - FreeBSD 10.3 supported errata fix branch. + FreeBSD 10.3 errata fix branch (not officialy supported). Modified: head/en_US.ISO8859-1/htdocs/security/security.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/security/security.xml Mon Apr 30 15:13:18 2018 (r51604) +++ head/en_US.ISO8859-1/htdocs/security/security.xml Tue May 1 15:48:07 2018 (r51605) @@ -159,13 +159,6 @@ October 31, 2018 - releng/10.3 - 10.3-RELEASE - Extended - April 4, 2016 - April 30, 2018 - - releng/10.4 10.4-RELEASE Normal Modified: head/share/xml/navibar.ent ============================================================================== --- head/share/xml/navibar.ent Mon Apr 30 15:13:18 2018 (r51604) +++ head/share/xml/navibar.ent Tue May 1 15:48:07 2018 (r51605) @@ -100,8 +100,6 @@ &rel.current;
  • Production Release:
    &rel1.current;
  • -
  • Production Release:
    - &rel2.current;
  • Snapshot Releases From owner-svn-doc-head@freebsd.org Wed May 2 08:18:09 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78021FC5BB5; Wed, 2 May 2018 08:18:09 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A5C974670; Wed, 2 May 2018 08:18:09 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BCF566F4; Wed, 2 May 2018 08:18:09 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w428I8g1090312; Wed, 2 May 2018 08:18:08 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w428I8AO090311; Wed, 2 May 2018 08:18:08 GMT (envelope-from philip@FreeBSD.org) Message-Id: <201805020818.w428I8AO090311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Wed, 2 May 2018 08:18:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51606 - head/share/pgpkeys X-SVN-Group: doc-head X-SVN-Commit-Author: philip X-SVN-Commit-Paths: head/share/pgpkeys X-SVN-Commit-Revision: 51606 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 08:18:09 -0000 Author: philip (src,ports committer) Date: Wed May 2 08:18:08 2018 New Revision: 51606 URL: https://svnweb.freebsd.org/changeset/doc/51606 Log: Annual update of my PGP key expiry date. Modified: head/share/pgpkeys/philip.key Modified: head/share/pgpkeys/philip.key ============================================================================== --- head/share/pgpkeys/philip.key Tue May 1 15:48:07 2018 (r51605) +++ head/share/pgpkeys/philip.key Wed May 2 08:18:08 2018 (r51606) @@ -3,14 +3,14 @@ sh addkey.sh philip 31AEB9B5FDBBCB0E ; --> uid Philip Paeps uid Philip Paeps -sub rsa2048/7C62BC4776C9F29E 2015-06-14 [S] [expires: 2018-06-01] -sub rsa2048/935DB8343AF25C94 2015-06-14 [E] [expires: 2018-06-01] -sub rsa2048/CFF632544136DF54 2015-06-14 [A] [expires: 2018-06-01] +sub rsa2048/7C62BC4776C9F29E 2015-06-14 [S] [expires: 2019-06-01] +sub rsa2048/935DB8343AF25C94 2015-06-14 [E] [expires: 2019-06-01] +sub rsa2048/CFF632544136DF54 2015-06-14 [A] [expires: 2019-06-01] ]]> From owner-svn-doc-head@freebsd.org Wed May 2 09:46:11 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92FA3FC7B31; Wed, 2 May 2018 09:46:11 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37495863F6; Wed, 2 May 2018 09:46:11 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26C8375A2; Wed, 2 May 2018 09:46:11 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w429kAZd035931; Wed, 2 May 2018 09:46:10 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w429kARY035927; Wed, 2 May 2018 09:46:10 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201805020946.w429kARY035927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Wed, 2 May 2018 09:46:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51607 - in head/ja_JP.eucJP: htdocs htdocs/releases htdocs/security share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: in head/ja_JP.eucJP: htdocs htdocs/releases htdocs/security share/xml X-SVN-Commit-Revision: 51607 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 09:46:11 -0000 Author: ryusuke Date: Wed May 2 09:46:10 2018 New Revision: 51607 URL: https://svnweb.freebsd.org/changeset/doc/51607 Log: - Merge the following from the English version: r51342 -> r51605 head/ja_JP.eucJP/htdocs/index.xsl r51261 -> r51605 head/ja_JP.eucJP/htdocs/releases/index.xml r51259 -> r51605 head/ja_JP.eucJP/htdocs/security/security.xml r51261 -> r51605 head/ja_JP.eucJP/share/xml/navibar.l10n.ent Modified: head/ja_JP.eucJP/htdocs/index.xsl head/ja_JP.eucJP/htdocs/releases/index.xml head/ja_JP.eucJP/htdocs/security/security.xml head/ja_JP.eucJP/share/xml/navibar.l10n.ent Modified: head/ja_JP.eucJP/htdocs/index.xsl ============================================================================== --- head/ja_JP.eucJP/htdocs/index.xsl Wed May 2 08:18:08 2018 (r51606) +++ head/ja_JP.eucJP/htdocs/index.xsl Wed May 2 09:46:10 2018 (r51607) @@ -5,7 +5,7 @@ ]> - +
  • ¥×¥í¥À¥¯¥·¥ç¥ó: &rel.current;, - &rel1.current;, - &rel2.current;
  • + &rel1.current;
  • ¼¡²óͽÄê: &betarel.current;
  • Modified: head/ja_JP.eucJP/htdocs/releases/index.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/releases/index.xml Wed May 2 08:18:08 2018 (r51606) +++ head/ja_JP.eucJP/htdocs/releases/index.xml Wed May 2 09:46:10 2018 (r51607) @@ -5,7 +5,7 @@ ]> - + @@ -64,17 +64,6 @@ ¥Á¥§¥Ã¥¯¥µ¥à

    -

    Release &rel2.current; (&rel2.current.date;) - - ¥¢¥Ê¥¦¥ó¥¹ : - ¥ê¥ê¡¼¥¹¥Î¡¼¥È : - ¥¤¥ó¥¹¥È¡¼¥ë¥¬¥¤¥É : - ¥Ï¡¼¥É¥¦¥§¥¢¥Î¡¼¥È : - README : - Errata (Àµ¸íɽ) : - ¥Á¥§¥Ã¥¯¥µ¥à -

    -

    ¾­Íè¤Î¥ê¥ê¡¼¥¹

    @@ -90,12 +79,6 @@ ¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï¡¢FreeBSD ¤ò¼ê¤Ë¤¤¤ì¤ë ¤Î¹à¤ò¤´Í÷¤¯¤À¤µ¤¤¡£

    -

    &os; 12.0 ¥ê¥ê¡¼¥¹¥µ¥¤¥¯¥ë¤Î³«»Ï»þ´ü¤Ï¡¢ - 2019 ǯ½éƬ¤òͽÄꤷ¤Æ¤¤¤Þ¤¹¡£ - 12.0-RELEASE ¤Î¥¹¥±¥¸¥å¡¼¥ë¤Ï¡¢·èÄ꼡Âè - ¤³¤³ - ¤«¤é³Îǧ¤Ç¤­¤Þ¤¹¡£

    - - + @@ -153,13 +153,6 @@ ¤Ê¤· ¤Ê¤· 2018 ǯ 10 ·î 31 Æü - - - releng/10.3 - 10.3-RELEASE - Extended - 2016 ǯ 4 ·î 4 Æü - 2018 ǯ 4 ·î 30 Æü releng/10.4 Modified: head/ja_JP.eucJP/share/xml/navibar.l10n.ent ============================================================================== --- head/ja_JP.eucJP/share/xml/navibar.l10n.ent Wed May 2 08:18:08 2018 (r51606) +++ head/ja_JP.eucJP/share/xml/navibar.l10n.ent Wed May 2 09:46:10 2018 (r51607) @@ -1,7 +1,7 @@ - + @@ -103,8 +103,6 @@ &rel.current;
  • ¥×¥í¥À¥¯¥·¥ç¥ó¥ê¥ê¡¼¥¹:
    &rel1.current;
  • -
  • ¥×¥í¥À¥¯¥·¥ç¥ó¥ê¥ê¡¼¥¹:
    - &rel2.current;
  • ¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥ê¥ê¡¼¥¹ From owner-svn-doc-head@freebsd.org Wed May 2 09:53:26 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1574FC7F61; Wed, 2 May 2018 09:53:25 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CCC9680BC; Wed, 2 May 2018 09:53:25 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61B757730; Wed, 2 May 2018 09:53:25 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w429rPm3040970; Wed, 2 May 2018 09:53:25 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w429rPG1040969; Wed, 2 May 2018 09:53:25 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201805020953.w429rPG1040969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Wed, 2 May 2018 09:53:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51608 - head/share/pgpkeys X-SVN-Group: doc-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/share/pgpkeys X-SVN-Commit-Revision: 51608 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 09:53:26 -0000 Author: decke (ports committer) Date: Wed May 2 09:53:25 2018 New Revision: 51608 URL: https://svnweb.freebsd.org/changeset/doc/51608 Log: Update expiration date of existing key. Modified: head/share/pgpkeys/decke.key Modified: head/share/pgpkeys/decke.key ============================================================================== --- head/share/pgpkeys/decke.key Wed May 2 09:46:10 2018 (r51607) +++ head/share/pgpkeys/decke.key Wed May 2 09:53:25 2018 (r51608) @@ -3,11 +3,11 @@ sh addkey.sh decke 4DD88C3F9F3B8333 ; --> -uid Bernhard Froehlich -sub rsa2048/623F4D906034D944 2015-05-05 [expires: 2018-05-04] +uid Bernhard Froehlich +uid Bernhard Froehlich +sub rsa2048/623F4D906034D944 2015-05-05 [E] [expires: 2021-05-01] ]]> From owner-svn-doc-head@freebsd.org Wed May 2 22:02:30 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E49BFB5B03; Wed, 2 May 2018 22:02:30 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 121076FBE0; Wed, 2 May 2018 22:02:30 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BAB216D0B; Wed, 2 May 2018 22:02:30 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w42M2TjQ015650; Wed, 2 May 2018 22:02:29 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42M2TEp015649; Wed, 2 May 2018 22:02:29 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201805022202.w42M2TEp015649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 2 May 2018 22:02:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51609 - head/en_US.ISO8859-1/htdocs/security X-SVN-Group: doc-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/security X-SVN-Commit-Revision: 51609 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 22:02:30 -0000 Author: lwhsu (ports committer) Date: Wed May 2 22:02:29 2018 New Revision: 51609 URL: https://svnweb.freebsd.org/changeset/doc/51609 Log: Add 10.3-RELEASE to unsupported list Approved by: gjb Modified: head/en_US.ISO8859-1/htdocs/security/unsupported.xml Modified: head/en_US.ISO8859-1/htdocs/security/unsupported.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/security/unsupported.xml Wed May 2 09:53:25 2018 (r51608) +++ head/en_US.ISO8859-1/htdocs/security/unsupported.xml Wed May 2 22:02:29 2018 (r51609) @@ -249,6 +249,13 @@ August 13, 2015 December 31, 2016 + + releng/10.3 + 10.3-RELEASE + Extended + April 4, 2016 + April 30, 2018 + releng/11.0 11.0-RELEASE From owner-svn-doc-head@freebsd.org Thu May 3 01:45:55 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91E28FBB649; Thu, 3 May 2018 01:45:55 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB0B7FC45; Thu, 3 May 2018 01:45:55 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37CF119101; Thu, 3 May 2018 01:45:55 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w431jtqc027376; Thu, 3 May 2018 01:45:55 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w431jtiK027375; Thu, 3 May 2018 01:45:55 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201805030145.w431jtiK027375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Thu, 3 May 2018 01:45:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51610 - head/ja_JP.eucJP/htdocs/security X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs/security X-SVN-Commit-Revision: 51610 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 01:45:55 -0000 Author: ryusuke Date: Thu May 3 01:45:54 2018 New Revision: 51610 URL: https://svnweb.freebsd.org/changeset/doc/51610 Log: - Merge the following from the English version: r51261 -> r51609 head/ja_JP.eucJP/htdocs/security/unsupported.xml Modified: head/ja_JP.eucJP/htdocs/security/unsupported.xml Modified: head/ja_JP.eucJP/htdocs/security/unsupported.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/security/unsupported.xml Wed May 2 22:02:29 2018 (r51609) +++ head/ja_JP.eucJP/htdocs/security/unsupported.xml Thu May 3 01:45:54 2018 (r51610) @@ -5,7 +5,7 @@ ]> - + @@ -249,6 +249,13 @@ Normal 2015 ǯ 8 ·î 13 Æü 2016 ǯ 12 ·î 31 Æü + + + releng/10.3 + 10.3-RELEASE + Extended + 2016 ǯ 4 ·î 4 Æü + 2018 ǯ 4 ·î 30 Æü releng/11.0 From owner-svn-doc-head@freebsd.org Thu May 3 18:44:14 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0211FB5A83; Thu, 3 May 2018 18:44:13 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90C0886D2D; Thu, 3 May 2018 18:44:13 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BBD523B40; Thu, 3 May 2018 18:44:13 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w43IiDMr043968; Thu, 3 May 2018 18:44:13 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43IiDpT043964; Thu, 3 May 2018 18:44:13 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201805031844.w43IiDpT043964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Thu, 3 May 2018 18:44:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51611 - in head/de_DE.ISO8859-1: htdocs htdocs/releases htdocs/security share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: jkois X-SVN-Commit-Paths: in head/de_DE.ISO8859-1: htdocs htdocs/releases htdocs/security share/xml X-SVN-Commit-Revision: 51611 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 18:44:14 -0000 Author: jkois Date: Thu May 3 18:44:12 2018 New Revision: 51611 URL: https://svnweb.freebsd.org/changeset/doc/51611 Log: MFde: r51605 10.3R is EOL. Modified: head/de_DE.ISO8859-1/htdocs/index.xsl head/de_DE.ISO8859-1/htdocs/releases/index.xml head/de_DE.ISO8859-1/htdocs/security/security.xml head/de_DE.ISO8859-1/share/xml/navibar.l10n.ent Modified: head/de_DE.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/de_DE.ISO8859-1/htdocs/index.xsl Thu May 3 01:45:54 2018 (r51610) +++ head/de_DE.ISO8859-1/htdocs/index.xsl Thu May 3 18:44:12 2018 (r51611) @@ -6,7 +6,7 @@
  • Produktion: &rel.current;, - &rel1.current;, - &rel2.current; + &rel1.current;
  • Test:  - + ]> @@ -69,17 +69,6 @@ Checksums

    -

    Release &rel2.current; (April 2016) - - Announcement : - Release Notes : - Installation Instructions : - Hardware Notes : - Readme : - Errata : - Checksums -

    -

    Zukünftige Versionen

    @@ -96,11 +85,6 @@ href="&enbase;/doc/de_DE.ISO8859-1/books/handbook/current-stable.html#CURRENT">FreeBSD-CURRENT sind ebenfalls verfügbar. Weitere Informationen finden Sie unter FreeBSD Bezugsquellen.

    - -

    Der &os; 12.0 Releasezyklus wird voraussichtlich Anfang 2019 - beginnen. Der Zeitplan für 12.0-RELEASE wird hier verfügbar sein, - sobald der Zyklus begonnen wurde.

    &rel.current;
  • Produktiv-
    Version: &rel1.current;
  • -
  • Produktiv-
    Version: - &rel2.current;
  • From owner-svn-doc-head@freebsd.org Thu May 3 18:54:24 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C922EFB5FA5; Thu, 3 May 2018 18:54:24 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77DCD898BA; Thu, 3 May 2018 18:54:24 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72B2C23CF6; Thu, 3 May 2018 18:54:24 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w43IsOGY049149; Thu, 3 May 2018 18:54:24 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43IsOvq049148; Thu, 3 May 2018 18:54:24 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201805031854.w43IsOvq049148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Thu, 3 May 2018 18:54:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51612 - head/de_DE.ISO8859-1/htdocs/releases X-SVN-Group: doc-head X-SVN-Commit-Author: jkois X-SVN-Commit-Paths: head/de_DE.ISO8859-1/htdocs/releases X-SVN-Commit-Revision: 51612 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 18:54:25 -0000 Author: jkois Date: Thu May 3 18:54:24 2018 New Revision: 51612 URL: https://svnweb.freebsd.org/changeset/doc/51612 Log: MFde: Add 10.3R to list of EOL versions (follow-up to r51605). Modified: head/de_DE.ISO8859-1/htdocs/releases/index.xml Modified: head/de_DE.ISO8859-1/htdocs/releases/index.xml ============================================================================== --- head/de_DE.ISO8859-1/htdocs/releases/index.xml Thu May 3 18:44:12 2018 (r51611) +++ head/de_DE.ISO8859-1/htdocs/releases/index.xml Thu May 3 18:54:24 2018 (r51612) @@ -118,6 +118,18 @@
  • +
  • 10.3 (April 2016) + + Announcement: + Release Notes: + Installation Instructions: + Hardware Notes: + Readme: + Errata: + Checksums + +
  • +
  • 10.2 (August 2015) Announcement: From owner-svn-doc-head@freebsd.org Thu May 3 18:56:34 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19168FB6067; Thu, 3 May 2018 18:56:34 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBD3B8A0AB; Thu, 3 May 2018 18:56:33 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE72F23CF8; Thu, 3 May 2018 18:56:33 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w43IuXhs049284; Thu, 3 May 2018 18:56:33 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43IuXs1049283; Thu, 3 May 2018 18:56:33 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201805031856.w43IuXs1049283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Thu, 3 May 2018 18:56:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51613 - head/de_DE.ISO8859-1/htdocs/security X-SVN-Group: doc-head X-SVN-Commit-Author: jkois X-SVN-Commit-Paths: head/de_DE.ISO8859-1/htdocs/security X-SVN-Commit-Revision: 51613 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 18:56:34 -0000 Author: jkois Date: Thu May 3 18:56:33 2018 New Revision: 51613 URL: https://svnweb.freebsd.org/changeset/doc/51613 Log: r51609 MFde: Move 10.3R to the unsupported list. Modified: head/de_DE.ISO8859-1/htdocs/security/unsupported.xml Modified: head/de_DE.ISO8859-1/htdocs/security/unsupported.xml ============================================================================== --- head/de_DE.ISO8859-1/htdocs/security/unsupported.xml Thu May 3 18:54:24 2018 (r51612) +++ head/de_DE.ISO8859-1/htdocs/security/unsupported.xml Thu May 3 18:56:33 2018 (r51613) @@ -2,7 +2,7 @@ - + @@ -245,6 +245,13 @@ 13. August 2015 31. Dezember 2016 + + releng/10.3 + 10.3-RELEASE + Erweitert + 4. April 2016 + 30. April 2018 + releng/11.0 11.0-RELEASE From owner-svn-doc-head@freebsd.org Fri May 4 00:05:04 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DA11FC0BEF; Fri, 4 May 2018 00:05:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02FA76A61E; Fri, 4 May 2018 00:05:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F208D2706F; Fri, 4 May 2018 00:05:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44053rl009181; Fri, 4 May 2018 00:05:03 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44053sM009180; Fri, 4 May 2018 00:05:03 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201805040005.w44053sM009180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 4 May 2018 00:05:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51614 - head/en_US.ISO8859-1/htdocs/releases/11.2R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/11.2R X-SVN-Commit-Revision: 51614 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2018 00:05:04 -0000 Author: gjb Date: Fri May 4 00:05:03 2018 New Revision: 51614 URL: https://svnweb.freebsd.org/changeset/doc/51614 Log: Document the 11.2-RELEASE code freeze has started. Happy Star Wars day. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/11.2R/schedule.xml Modified: head/en_US.ISO8859-1/htdocs/releases/11.2R/schedule.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.2R/schedule.xml Thu May 3 18:56:33 2018 (r51613) +++ head/en_US.ISO8859-1/htdocs/releases/11.2R/schedule.xml Fri May 4 00:05:03 2018 (r51614) @@ -74,7 +74,7 @@ Code freeze begins 4 May 2018 - - + 4 May 2018 Release Engineers announce that all further commits to the &local.branch.stable; branch will require explicit approval. Certain blanket approvals will be granted for narrow areas From owner-svn-doc-head@freebsd.org Fri May 4 02:05:14 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18ADEFC364E; Fri, 4 May 2018 02:05:14 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACD228348E; Fri, 4 May 2018 02:05:13 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A145043D; Fri, 4 May 2018 02:05:13 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4425D9j069066; Fri, 4 May 2018 02:05:13 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4425Dbw069065; Fri, 4 May 2018 02:05:13 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201805040205.w4425Dbw069065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Fri, 4 May 2018 02:05:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51615 - head/ja_JP.eucJP/books/handbook/multimedia X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/books/handbook/multimedia X-SVN-Commit-Revision: 51615 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2018 02:05:14 -0000 Author: ryusuke Date: Fri May 4 02:05:13 2018 New Revision: 51615 URL: https://svnweb.freebsd.org/changeset/doc/51615 Log: - Merge the following from the English version: r49918 -> r51486 head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml Fri May 4 00:05:03 2018 (r51614) +++ head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml Fri May 4 02:05:13 2018 (r51615) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r49918 + Original revision: r51486 $FreeBSD$ --> MP3 ¥×¥ì¥¤¥ä - XMMS ¤Ï + Audacious ¤Ï ¿Íµ¤¤Î¤¢¤ë¥°¥é¥Õ¥£¥«¥ë¤Ê MP3 ¥×¥ì¥¤¥ä¤Ç¤¹¡£ Winamp ¥¹¥­¥ó¤äÄɲäΥץ饰¥¤¥ó¤ËÂбþ¤·¤Æ¤¤¤Þ¤¹¡£ - XMMS ¤Î¥×¥ì¥¤¥ê¥¹¥È¡¢ + Audacious ¤Î¥×¥ì¥¤¥ê¥¹¥È¡¢ ¥°¥é¥Õ¥£¥Ã¥¯¥¤¥³¥é¥¤¥¶Åù¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Ïľ´¶Åª¤Ç¤¹¡£ Winamp ¤ò»È¤¤¤Ê¤ì¤Æ¤¤¤ë¿Í¤Ï´Êñ¤Ë - XMMS ¤ò»È¤¨¤ë¤Ç¤·¤ç¤¦¡£ - &os; ¤Ç¤Ï¡¢XMMS ¤Ï - multimedia/xmms ¤Î - port ¤Þ¤¿¤Ï package ¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤­¤Þ¤¹¡£ + Audacious ¤ò»È¤¨¤ë¤Ç¤·¤ç¤¦¡£ + &os; ¤Ç¤Ï¡¢Audacious ¤Ï + multimedia/audacious ¤Î + port ¤Þ¤¿¤Ï package ¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤­¤Þ¤¹¡£ + Audacious ¤Ï¡¢XMMS ¤Î»Ò¹¤Ç¤¹¡£ audio/mpg123 package ¤â¤·¤¯¤Ï port ¤Ï¡¢ ¤ÏÂåÂØ¤È¤Ê¤ë ¥³¥Þ¥ó¥É¥é¥¤¥ó¾å¤Î MP3 From owner-svn-doc-head@freebsd.org Sat May 5 07:25:59 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8266CFCD0FA; Sat, 5 May 2018 07:25:59 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 223187C0AA; Sat, 5 May 2018 07:25:59 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EA8B1AA1D; Sat, 5 May 2018 07:25:59 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w457PwIr054686; Sat, 5 May 2018 07:25:58 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w457PwFa054685; Sat, 5 May 2018 07:25:58 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201805050725.w457PwFa054685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sat, 5 May 2018 07:25:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51616 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook X-SVN-Commit-Revision: 51616 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 07:25:59 -0000 Author: eadler Date: Sat May 5 07:25:58 2018 New Revision: 51616 URL: https://svnweb.freebsd.org/changeset/doc/51616 Log: [porter's handbook] bump copyright year Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri May 4 02:05:13 2018 (r51615) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat May 5 07:25:58 2018 (r51616) @@ -48,6 +48,7 @@ 2015 2016 2017 + 2018 The &os; Documentation Project From owner-svn-doc-head@freebsd.org Sat May 5 11:00:29 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91A14FAA17C; Sat, 5 May 2018 11:00:29 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3ACB083780; Sat, 5 May 2018 11:00:29 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2773B1CBD7; Sat, 5 May 2018 11:00:29 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45B0S7f060791; Sat, 5 May 2018 11:00:28 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45B0S41060790; Sat, 5 May 2018 11:00:28 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201805051100.w45B0S41060790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 5 May 2018 11:00:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51617 - head/de_DE.ISO8859-1/books/handbook/mirrors X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/mirrors X-SVN-Commit-Revision: 51617 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 11:00:29 -0000 Author: bhd Date: Sat May 5 11:00:28 2018 New Revision: 51617 URL: https://svnweb.freebsd.org/changeset/doc/51617 Log: Fix section numbers. Modified: head/de_DE.ISO8859-1/books/handbook/mirrors/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/mirrors/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/mirrors/chapter.xml Sat May 5 07:25:58 2018 (r51616) +++ head/de_DE.ISO8859-1/books/handbook/mirrors/chapter.xml Sat May 5 11:00:28 2018 (r51617) @@ -317,9 +317,8 @@ &prompt.root; cd /usr/src &prompt.root; make update SVN_UPDATE=yes - - + <application>Subversion</application> Mirror Sites @@ -343,6 +342,7 @@ jedoch muss das Paket security/ca_root_nss installiert werden, um Zertifikate automatisch zu validieren. + Weiterführende Informationen From owner-svn-doc-head@freebsd.org Sat May 5 11:52:38 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49065FAB84E; Sat, 5 May 2018 11:52:38 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6C6C6F0B7; Sat, 5 May 2018 11:52:37 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1B811D584; Sat, 5 May 2018 11:52:37 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45Bqbo4090859; Sat, 5 May 2018 11:52:37 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45BqbG1090858; Sat, 5 May 2018 11:52:37 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201805051152.w45BqbG1090858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 5 May 2018 11:52:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51618 - head/de_DE.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/cutting-edge X-SVN-Commit-Revision: 51618 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 11:52:38 -0000 Author: bhd Date: Sat May 5 11:52:37 2018 New Revision: 51618 URL: https://svnweb.freebsd.org/changeset/doc/51618 Log: Update to r51412: Restore the Using FreeBSD-Stable section, which somehow got accidentally deleted ten months ago and nobody noticed until now. Modified: head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sat May 5 11:00:28 2018 (r51617) +++ head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sat May 5 11:52:37 2018 (r51618) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r50339 + basiert auf: r51412 --> + + + + + + &os.stable; + + &os.stable; ist der Entwicklungszweig, auf dem Releases + erstellt werden. Dieser Zweig ändert sich langsamer als + &os.current; und alle Änderungen sollten zuvor in + &os.current; ausgetestet sein. Beachten Sie, dass dies + immer noch ein Entwicklungszweig ist und + daher zu jedem Zeitpunkt die Quellen von &os.stable; + verwendbar sein können oder eben auch nicht. &os.stable; ist + Teil des Entwicklungsprozesses und nicht für Endanwender + gedacht. Benutzer, die nicht über die notwendigen Ressourcen + zum Testen verfügen, sollten stattdessen ein aktuelles Release + von &os; benutzen. + + Wer daran interessiert ist den Entwicklungsprozess von + &os; zu verfolgen oder dazu beizutragen, insbesondere im + Hinblick auf das nächste Release, der sollte es in Erwägung + ziehen &os.stable; zu benutzen. + + Obwohl wir versuchen sicherzustellen, dass sich + &os.stable; jederzeit übersetzen lässt und lauffähig ist, + können wir dafür keine Garantie übernehmen. Auch wenn + Neuentwicklungen in &os.current; stattfinden, ist es jedoch + so, dass mehr Leute &os.stable; anstelle von &os.current; + benutzen und es daher unvermeidlich ist, dass Fehler und + Grenzfälle erst in &os.stable; auffallen. Aus diesen Gründen + empfehlen wir, &os.stable; nicht + blindlings zu benutzen. + + Um &os.stable; zu folgen: + + + -STABLE + benutzen + + + + + Lesen Sie die Mailingliste &a.stable.name;, damit Sie + über Abhängigkeiten beim Bau von &os.stable; und Dinge, + die besondere Aufmerksamkeit erfordern, informiert sind. + Umstrittene Fehlerbehebungen oder Änderungen werden von + den Entwicklern auf dieser Liste bekannt gegeben. Dies + erlaubt es den Benutzern, Einwände gegen die + vorgeschlagenen Änderungen vorzubringen. + + Abonnieren Sie die passende + svn-Liste für den jeweiligen + Zweig, den Sie verfolgen. Wenn Sie beispielsweise den + Zweig 9-STABLE verfolgen, lesen Sie + &a.svn-src-stable-9.name;. Diese Liste enthält zu jeder + Änderung das Commit-Log, das Informationen zu möglichen + Seiteneffekten enthält. + + Um diese Listen zu abonnieren, besuchen Sie die Seite + &a.mailman.lists.link;. Klicken Sie auf die gewünschte + Liste und folgen Sie den Anweisungen. Wenn Sie daran + interessiert sind, Änderungen am gesamten Quellbaum zu + verfolgen, abonnieren Sie &a.svn-src-all.name;. + + + + Wenn Sie ein neues System installieren und dazu einen + der monatlich aus &os.stable; erzeugten Snapshots + verwenden wollen, sollten Sie zuerst + www.freebsd.org/snapshots" auf aktuelle + Informationen überprüfen. Alternativ können Sie auch das + neueste &os.stable;-Release von den &os; Spiegeln beziehen. + + Um ein bestehendes &os;-System auf &os.stable; zu + aktualisieren, benutzen + Sie svn + + Subversion + um den gewünschten + Entwicklungs- oder Release-Zweig auszuchecken. Die + Zweige, wie beispielsweise stable/9, + sind unter + www.freebsd.org/releng aufgeführt. + + + + Lesen Sie /usr/src/Makefile sehr + aufmerksam bevor Sie &os.stable; + + -STABLE + aktualisieren und folgen Sie den Anweisungen + in . Lesen Sie die + Mailingliste &a.stable; und + /usr/src/UPDATING, um über Änderungen + im Installationsablauf, die manchmal vor der Einführung + eines neuen Releases notwendig sind, informiert zu + sein. From owner-svn-doc-head@freebsd.org Sat May 5 16:54:42 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CD1BFB33EE; Sat, 5 May 2018 16:54:42 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4E6071ACA; Sat, 5 May 2018 16:54:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDF3520583; Sat, 5 May 2018 16:54:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45GsfQi045374; Sat, 5 May 2018 16:54:41 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45Gsfn6045373; Sat, 5 May 2018 16:54:41 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201805051654.w45Gsfn6045373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sat, 5 May 2018 16:54:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51619 - head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Commit-Revision: 51619 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 16:54:42 -0000 Author: eadler Date: Sat May 5 16:54:41 2018 New Revision: 51619 URL: https://svnweb.freebsd.org/changeset/doc/51619 Log: [porter's handbook] remove references to fmake USES The USES was removed in ports r452546 so there no more need to document it. Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sat May 5 11:52:37 2018 (r51618) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sat May 5 16:54:41 2018 (r51619) @@ -518,28 +518,21 @@ IGNORE= may not be redistributed because of licensing <command>make</command>, <command>gmake</command>, - <command>fmake</command>, and <command>imake</command> + and imake Several differing make implementations exist. Ported software often requires a particular implementation, like GNU make, known in &os; as - gmake, or fmake, the - legacy &os; make. + gmake. If the port uses GNU make, - add gmake to USES. If - the legacy &os; make is needed, add - fmake there. + add gmake to + USES. MAKE_CMD can be used to reference the specific command configured by the USES - setting in the port's Makefile. In - rare cases when more than one make - implementation is listed in USES, the - variables GMAKE (for the - GNU version) or FMAKE - (for the legacy &os; version) are available. + setting in the port's Makefile. Only use MAKE_CMD within the application Makefiles in WRKSRC to call the