From owner-svn-ports-head@freebsd.org Tue Jan 9 10:16:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82404E73EB8; Tue, 9 Jan 2018 10:16:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 64F3E75105; Tue, 9 Jan 2018 10:16:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A5E1FA33E; Tue, 9 Jan 2018 10:16:51 +0000 (UTC) Date: Tue, 9 Jan 2018 10:16:51 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458317 - head/graphics/GraphicsMagick Message-ID: <20180109101651.GA34970@FreeBSD.org> References: <201801071212.w07CCCVG034706@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201801071212.w07CCCVG034706@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 10:16:52 -0000 On Sun, Jan 07, 2018 at 12:12:12PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 458317 > URL: https://svnweb.freebsd.org/changeset/ports/458317 > > Log: > Add PORTSCOUT This is literally the change (svn diff) translated into English; as you've been repeatedly reminded in the past, this is not enough. Please provide sensible and sufficiently detailed *explanation* of the committed changes. Now it's totally unclear what's wrong with version 1.3.27 that it must be skipped. > Modified: head/graphics/GraphicsMagick/Makefile > ... > @@ -19,6 +19,8 @@ DPS_DESC= Display Ghostscript support > Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) > TEST_DESC= Run bundled self-tests after build > > +PORTSCOUT= skipv:1.3.27 > + > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-shared --enable-static \ > --with-windows-font-dir=${WINDOWS_FONT_DIR} --without-perl ./danfe