svn commit: r503131 - in head/ports-mgmt/pkg: . files
Tijl Coosemans
tijl at FreeBSD.org
Sat Jun 1 16:39:32 UTC 2019
On Fri, 31 May 2019 09:54:50 +0000 (UTC) Baptiste Daroussin
<bapt at 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
More information about the svn-ports-all
mailing list