ports/116256: Port textproc/py-libxml2 does not install
correctly for Python version != 2.5
Nikola Lecic
nlecic at EUnet.yu
Mon Sep 10 21:00:12 PDT 2007
The following reply was made to PR ports/116256; it has been noted by GNATS.
From: Nikola Lecic <nlecic at EUnet.yu>
To: bug-followup at FreeBSD.org, daverio at cri.ensmp.fr
Cc:
Subject: Re: ports/116256: Port textproc/py-libxml2 does not install
correctly for Python version != 2.5
Date: Tue, 11 Sep 2007 05:23:24 +0200
--MP_2nmjs_bzVCa1kXrIISyW85Q
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
This little patch solves the problem for me.
--MP_2nmjs_bzVCa1kXrIISyW85Q
Content-Type: text/x-patch; name=py-libxml2-patch.diff
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=py-libxml2-patch.diff
--- Makefile.orig Tue Sep 11 03:39:55 2007
+++ Makefile Tue Sep 11 03:40:08 2007
@@ -23,7 +23,7 @@
CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \
--with-html-dir=${PREFIX}/share/doc \
--with-html-subdir=${PORTNAME} \
- --with-python=${LOCALBASE}
+ --with-python=${PYTHON_CMD}
DOCSDIR= ${PREFIX}/share/doc/py-libxml2
EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2
--MP_2nmjs_bzVCa1kXrIISyW85Q--
More information about the freebsd-gnome
mailing list