Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2018 22:56:56 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480831 - head/devel/py-pip-tools
Message-ID:  <201809272256.w8RMuuBl008968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Sep 27 22:56:56 2018
New Revision: 480831
URL: https://svnweb.freebsd.org/changeset/ports/480831

Log:
  Unmark broken on powercp64/mips64.
  
  PR:		231710
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/py-pip-tools/Makefile

Modified: head/devel/py-pip-tools/Makefile
==============================================================================
--- head/devel/py-pip-tools/Makefile	Thu Sep 27 22:51:25 2018	(r480830)
+++ head/devel/py-pip-tools/Makefile	Thu Sep 27 22:56:56 2018	(r480831)
@@ -13,9 +13,6 @@ COMMENT=	Keep your pinned dependencies fresh
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_mips64=		fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) #'
-BROKEN_powerpc64=	fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) #'
-
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}



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