Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2007 04:00:12 GMT
From:      Nikola Lecic <nlecic@EUnet.yu>
To:        gnome@FreeBSD.org
Subject:   Re: ports/116256: Port textproc/py-libxml2 does not install correctly for Python version != 2.5
Message-ID:  <200709110400.l8B40CMC087494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/116256; it has been noted by GNATS.

From: Nikola Lecic <nlecic@EUnet.yu>
To: bug-followup@FreeBSD.org, daverio@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--



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