From owner-svn-doc-all@freebsd.org Thu Dec 6 16:05:00 2018 Return-Path: Delivered-To: svn-doc-all@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 7679C133361B; Thu, 6 Dec 2018 16:05:00 +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 1D11772E74; Thu, 6 Dec 2018 16:05:00 +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 EB7D425CEB; Thu, 6 Dec 2018 16:04:59 +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 wB6G4xiZ010254; Thu, 6 Dec 2018 16:04:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6G4xnC010252; Thu, 6 Dec 2018 16:04:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201812061604.wB6G4xnC010252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 6 Dec 2018 16:04:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52611 - in head/en_US.ISO8859-1: articles/committers-guide books/porters-handbook/makefiles X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/en_US.ISO8859-1: articles/committers-guide books/porters-handbook/makefiles X-SVN-Commit-Revision: 52611 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1D11772E74 X-Spamd-Result: default: False [-1.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 16:05:00 -0000 Author: mat Date: Thu Dec 6 16:04:59 2018 New Revision: 52611 URL: https://svnweb.freebsd.org/changeset/doc/52611 Log: Move portmgr's blanket approval definition to the Committer's Guide, and shuffle a few things around. Reviewed by: bcr, adamw Differential Revision: https://reviews.freebsd.org/D18308 Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Dec 6 16:04:56 2018 (r52610) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Dec 6 16:04:59 2018 (r52611) @@ -4804,6 +4804,53 @@ Do you want to commit? (no = start a shell) [y/n] Miscellaneous Questions + + + Are there changes that can be committed without + asking the maintainer for approval? + + + + Blanket approval for most ports applies to these + types of fixes: + + + + Most infrastructure changes to a port (that is, + modernizing, but not changing the functionality). + For example, the blanket covers converting to new + USES macros, enabling verbose + builds, and switching to new ports system + syntaxes. + + + + Trivial and tested build + and runtime fixes. + + + + + Exceptions to this are anything maintained by the + &a.portmgr;, or the &a.security-officer;. No + unauthorized commits may ever be made to ports + maintained by those groups. + + + + Blanket approval does not apply to ports that are + maintained by teams like autotools@FreeBSD.org, x11@FreeBSD.org, gnome@FreeBSD.org, or kde@FreeBSD.org. These teams + use external repositories and can have work that would + conflict with changes that would normally fall under + blanket approval. + + + + How do I know if my port is building correctly or Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Dec 6 16:04:56 2018 (r52610) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Dec 6 16:04:59 2018 (r52611) @@ -4050,24 +4050,12 @@ PATCHFILES= patch1:test with changes that would normally fall under blanket approval. - Blanket approval for most ports applies to these types of - fixes: - - - - Most infrastructure changes to a port (that is, - modernizing, but not changing the functionality). For - example, converting to staging, enabling verbose builds, - USE_GMAKE to - USES=gmake, the new - LIB_DEPENDS format... - - - - Trivial and tested build and - runtime fixes. - - + Blanket approval for most ports applies to fixes like + infrastructure changes, or trivial and + tested build and runtime fixes. The + current list is available in Ports + section of the Committer's Guide. Other changes to the port will be sent to the maintainer