svn commit: r515201 - head/devel/py-libzfs

Alan Somers asomers at FreeBSD.org
Tue Oct 22 15:40:28 UTC 2019


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>


More information about the svn-ports-head mailing list