From owner-svn-ports-all@freebsd.org Tue Dec 11 07:48:45 2018 Return-Path: Delivered-To: svn-ports-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 7990E1324DE5; Tue, 11 Dec 2018 07:48:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20606893A4; Tue, 11 Dec 2018 07:48:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E91EE1647F; Tue, 11 Dec 2018 07:48:44 +0000 (UTC) Date: Tue, 11 Dec 2018 07:48:44 +0000 From: Alexey Dokuchaev To: "Jason W. Bacon" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r487202 - in head/sysutils/condor: . files Message-ID: <20181211074844.GB93669@FreeBSD.org> References: <201812102140.wBALetw7081479@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201812102140.wBALetw7081479@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 20606893A4 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.986,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Tue, 11 Dec 2018 07:48:45 -0000 On Mon, Dec 10, 2018 at 09:40:55PM +0000, Jason W. Bacon wrote: > New Revision: 487202 > URL: https://svnweb.freebsd.org/changeset/ports/487202 > > Log: > sysutils/condor: Permanent fix for FreeBSD 13 and all future versions > > ... > -post-patch: > +pre-configure: What is the reason for this change? It was not explained in the commig log. We normally patch things in *-patch targets, as the name implies. ./danfe