Date: Mon, 11 Jan 2016 08:26:34 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Marcelo Araujo <araujo@FreeBSD.org> 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> In-Reply-To: <201601110721.u0B7LJHD048438@repo.freebsd.org> References: <201601110721.u0B7LJHD048438@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160111082634.GA7288>