From owner-svn-ports-all@freebsd.org Thu Apr 23 08:32:37 2020 Return-Path: Delivered-To: svn-ports-all@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 8B00A2AD034; Thu, 23 Apr 2020 08:32:37 +0000 (UTC) (envelope-from marc@blackend.org) Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [IPv6:2a01:e0c:1:1599::13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4979Xg41FFz4gXB; Thu, 23 Apr 2020 08:32:35 +0000 (UTC) (envelope-from marc@blackend.org) Received: from emphyrio.blackend.org (unknown [82.64.86.146]) by smtp4-g21.free.fr (Postfix) with ESMTPS id 96AC319F624; Thu, 23 Apr 2020 10:32:21 +0200 (CEST) Received: from emphyrio.blackend.org (localhost [127.0.0.1]) by emphyrio.blackend.org (8.15.2/8.15.2) with ESMTPS id 03N8WK1b001102 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 23 Apr 2020 10:32:20 +0200 (CEST) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.15.2/8.15.2/Submit) id 03N8WKMD001101; Thu, 23 Apr 2020 10:32:20 +0200 (CEST) (envelope-from marc) Date: Thu, 23 Apr 2020 10:32:20 +0200 From: Marc Fonvieille To: Matthias Andree Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, doceng@freebsd.org Subject: Re: svn commit: r532494 - in head/misc/freebsd-doc-en: . files Message-ID: <20200423083220.GB1007@emphyrio.blackend.org> Mail-Followup-To: Matthias Andree , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, doceng@freebsd.org References: <202004221814.03MIEQiB050475@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202004221814.03MIEQiB050475@repo.freebsd.org> X-Rspamd-Queue-Id: 4979Xg41FFz4gXB X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of marc@blackend.org has no SPF policy when checking 2a01:e0c:1:1599::13) smtp.mailfrom=marc@blackend.org X-Spamd-Result: default: False [2.41 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.27)[0.275,0]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(0.02)[ip: (4.91), ipnet: 2a01:e00::/26(-3.21), asn: 12322(-1.60), country: FR(0.00)]; NEURAL_SPAM_LONG(0.91)[0.912,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[blackend@freebsd.org,marc@blackend.org]; RECEIVED_SPAMHAUS_PBL(0.00)[146.86.64.82.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12322, ipnet:2a01:e00::/26, country:FR]; FROM_NEQ_ENVFROM(0.00)[blackend@freebsd.org,marc@blackend.org]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2020 08:32:37 -0000 On 22.04.2020 18:14, Matthias Andree wrote: > Author: mandree > Date: Wed Apr 22 18:14:26 2020 > New Revision: 532494 > URL: https://svnweb.freebsd.org/changeset/ports/532494 > > Log: > Fix docs build that is broken on some systems. > > Apparently, changes in the docproj toolchain sensitivized ps2epsi.ps > (ghostscript) against paper size mismatches in some circumstances. > Set the paper size consistently to A4 for PIC2PS (groff), PS2EPS (gs), > PS2BBOX (also gs). [1] > > While here, blank DISPLAY so that the textproc/fop tool can make progress > if the DISPLAY isn't working (stalled ssh forward, xauth broken, whatever). > > Remove MAKE_JOBS_UNSAFE, this was brought in in an attempt to fix the > build issues which turned out to be blank gs (Ghostscript) output rather > than broken dependencies in the Makefiles. > > PR: 234126 > PR: 234127 (duplicate of 234126) > Submitted by: fluffy@FreeBSD.org [1] > Reported by: ohartmann@walstatt.org > Reviewed by: driesm.michiels@gmail.com > Approved by: maintainer timeout (doceng@, 15 days) > > Added: > head/misc/freebsd-doc-en/files/ > head/misc/freebsd-doc-en/files/patch-share_mk_doc.commands.mk (contents, props changed) Hello, The change on share/mk/doc.commands.mk should have been submitted upstream. It's weird to have a patch for a file coming from the FreeBSD repo. The issue must be tested on a normal doc build, without using the ports, as well. GS is often a source of issues, so it should be really tested on all cases to be sure it doesn't break things for others. Regarding the maintainer timeout, doceng got the patch-ready message on Thu, 09 Apr 2020 ;-) -- Marc