From owner-svn-ports-head@freebsd.org Mon Jan 11 08:26:34 2016 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 BABEDA6BD96; Mon, 11 Jan 2016 08:26:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B15241627; Mon, 11 Jan 2016 08:26:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B0CFD13EB; Mon, 11 Jan 2016 08:26:34 +0000 (UTC) Date: Mon, 11 Jan 2016 08:26:34 +0000 From: Alexey Dokuchaev To: Marcelo Araujo Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r405766 - head/print/abcm2ps Message-ID: <20160111082634.GA7288@FreeBSD.org> References: <201601110721.u0B7LJHD048438@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601110721.u0B7LJHD048438@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 11 Jan 2016 08:26:34 -0000 On Mon, Jan 11, 2016 at 07:21:19AM +0000, Marcelo Araujo wrote: > New Revision: 405766 > URL: https://svnweb.freebsd.org/changeset/ports/405766 > > Log: > - Update to 8.10.0. > - USE_GCC yes. There are several problems with this commit. On the surface, it does not explain the reason for USE_GCC. Secondly, even with USE_GCC=yes it still does no build, due to "CC = gcc" line in the $wrksrc/Makefile. Also, the port does not uphold CFLAGS (and CC, obviously). Consider the following pseudo-patch: -USE_GCC= yes +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ./danfe