Date: Sat, 1 Jun 2019 18:39:28 +0200 From: =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r503131 - in head/ports-mgmt/pkg: . files Message-ID: <20190601183928.5b7b6235@kalimero.tijl.coosemans.org> In-Reply-To: <201905310954.x4V9soGd014194@repo.freebsd.org> References: <201905310954.x4V9soGd014194@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 31 May 2019 09:54:50 +0000 (UTC) Baptiste Daroussin <bapt@FreeBSD.org> wrote: > Author: bapt > Date: Fri May 31 09:54:49 2019 > New Revision: 503131 > URL: https://svnweb.freebsd.org/changeset/ports/503131 > > Log: > Update to 1.11 > > Improvements: > * New build system based on autosetup CC_FOR_BUILD has to be set for systems without /usr/bin/cc: Index: ports-mgmt/pkg/Makefile =================================================================== --- ports-mgmt/pkg/Makefile (revision 503241) +++ ports-mgmt/pkg/Makefile (working copy) @@ -22,6 +22,7 @@ HAS_CONFIGURE= yes PORTDOCS= NEWS PORTSCOUT= ignore:1 CONFIGURE_ARGS= --mandir=${PREFIX}/man +CONFIGURE_ENV= CC_FOR_BUILD="${CC}" # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD # so that pkg-static is used from the wrkdir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190601183928.5b7b6235>