Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 15:40:27 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515201 - head/devel/py-libzfs
Message-ID:  <201910221540.x9MFeRvG035720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Tue Oct 22 15:40:27 2019
New Revision: 515201
URL: https://svnweb.freebsd.org/changeset/ports/515201

Log:
  devel/py-libzfs: fix build with nonstandard FreeBSD src dir
  
  The current version of py-libzfs requires FREEBSD_SRC to be set during the
  configure phase as well as during the build phase.
  
  Approved by:	wg (maintainer)
  Reviewed by:	wg
  MFH:		2019Q4
  Sponsored by:	Axcient
  Differential Revision:	https://svnweb.freebsd.org/ports/branches/2019Q4/

Modified:
  head/devel/py-libzfs/Makefile

Modified: head/devel/py-libzfs/Makefile
==============================================================================
--- head/devel/py-libzfs/Makefile	Tue Oct 22 15:12:04 2019	(r515200)
+++ head/devel/py-libzfs/Makefile	Tue Oct 22 15:40:27 2019	(r515201)
@@ -26,6 +26,7 @@ HAS_CONFIGURE=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils cython
 
+CONFIGURE_ENV=	FREEBSD_SRC=${SRC_BASE}
 MAKE_ENV=	FREEBSD_SRC=${SRC_BASE}
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910221540.x9MFeRvG035720>