pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-lxml Add comment explaining how to work ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7b8701faef2
branches:  trunk
changeset: 350692:b7b8701faef2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 02 23:24:39 2016 +0000

description:
Add comment explaining how to work around two of the three test failures.

diffstat:

 textproc/py-lxml/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r fa78e474ddae -r b7b8701faef2 textproc/py-lxml/Makefile
--- a/textproc/py-lxml/Makefile Tue Aug 02 23:14:21 2016 +0000
+++ b/textproc/py-lxml/Makefile Tue Aug 02 23:24:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/08/01 10:51:30 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2016/08/02 23:24:39 wiz Exp $
 
 DISTNAME=      lxml-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,3 +23,5 @@
 BUILDLINK_API_DEPENDS.libxslt+=        libxslt>=1.1.26
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
+# needed for "make test" with python-3.x -- fixes first two errors noted above
+#MAKE_ENV+=     LC_ALL=en_US.UTF-8



Home | Main Index | Thread Index | Old Index