pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug  2 23:24:39 UTC 2016

Modified Files:
        pkgsrc/textproc/py-lxml: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/py-lxml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.36 pkgsrc/textproc/py-lxml/Makefile:1.37
--- pkgsrc/textproc/py-lxml/Makefile:1.36       Mon Aug  1 10:51:30 2016
+++ pkgsrc/textproc/py-lxml/Makefile    Tue Aug  2 23:24:39 2016
@@ -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.libxml2+=       libxml2>
 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