From owner-freebsd-doc@freebsd.org Wed Sep 18 16:07:05 2019 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFC371222DD for ; Wed, 18 Sep 2019 16:07:05 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from mail.gundo.com (gibson.gundo.com [75.145.166.65]) by mx1.freebsd.org (Postfix) with ESMTP id 46YPxj19Spz4VLR for ; Wed, 18 Sep 2019 16:07:04 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from webmail.gundo.com (ibanez.gundo.com [75.145.166.66]) by mail.gundo.com (Postfix) with ESMTP id 4CEA6524405 for ; Wed, 18 Sep 2019 11:07:03 -0500 (CDT) Received: from 176.142.0.50 (SquirrelMail authenticated user pauamma) by webmail.gundo.com with HTTP; Wed, 18 Sep 2019 16:07:03 -0000 Message-ID: <9c964d0f8276b2c7d65c979230617f24.squirrel@webmail.gundo.com> Date: Wed, 18 Sep 2019 16:07:03 -0000 Subject: Mention of DEVELOPER=yes out of place/redundant in section 6.10.1 of the Porter's Handbook? From: "Pau Amma" To: freebsd-doc@freebsd.org User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Rspamd-Queue-Id: 46YPxj19Spz4VLR X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pauamma@gundo.com designates 75.145.166.65 as permitted sender) smtp.mailfrom=pauamma@gundo.com X-Spamd-Result: default: False [-1.44 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.979,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.995,0]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[gundo.com]; RCVD_IN_DNSWL_MED(-0.20)[65.166.145.75.list.dnswl.org : 127.0.9.2]; HAS_X_PRIO_THREE(0.00)[3]; IP_SCORE(-0.06)[ipnet: 75.144.0.0/13(0.94), asn: 7922(-1.21), country: US(-0.05)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:7922, ipnet:75.144.0.0/13, country:US]; MIME_TRACE(0.00)[0:+] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2019 16:07:05 -0000 https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-gnome.html (in 6.10.1. Introduction) contains a mention of adding DEVELOPER=yes to /etc/make.conf that to me looks out of place and redundant with that in section 3, https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/quick-porting.html. In addition, maybe that mention should be repeated in section 4, https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-porting.html. Opinions? (Note: "go file a bug" is a perfectly valid opinion.)