Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 00:17:01 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476274 - head/archivers/py-zstandard
Message-ID:  <201808030017.w730H1OD040299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Aug  3 00:17:01 2018
New Revision: 476274
URL: https://svnweb.freebsd.org/changeset/ports/476274

Log:
  archivers/py-zstandard: Unbreak
  
  The latest py-zstandard update broke their option '--system-zstd'
  that the port used. Somehow, it didn't fail for me in poudriere.
  It only failed for me now when I updated the whole ports tree.
  
  Reported by:	fallout

Modified:
  head/archivers/py-zstandard/Makefile

Modified: head/archivers/py-zstandard/Makefile
==============================================================================
--- head/archivers/py-zstandard/Makefile	Thu Aug  2 23:55:55 2018	(r476273)
+++ head/archivers/py-zstandard/Makefile	Fri Aug  3 00:17:01 2018	(r476274)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zstandard
 DISTVERSION=	0.9.1
+PORTREVISION=	2
 CATEGORIES=	archivers python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +12,12 @@ COMMENT=	Zstandard bindings for Python, a full-feature
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN=		fails to build
-
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
-LIB_DEPENDS=	libzstd.so:archivers/zstd
+#LIB_DEPENDS=	libzstd.so:archivers/zstd # system-zstd is broken, see comment below
 
 USES=		localbase python
 USE_PYTHON=	distutils autoplist
-PYDISTUTILS_BUILDARGS=	--system-zstd
+#PYDISTUTILS_BUILDARGS=	--system-zstd # broken: https://github.com/indygreg/python-zstandard/issues/52
 
 post-install:
 	@cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} && ${STRIP_CMD} zstd.so _zstd_cffi.so



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