pkgsrc-Bugs archive

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

Re: pkg/33985: textproc/libxslt configuration failure. libxml2 version dependency mismatch



The following reply was made to PR pkg/33985; it has been noted by GNATS.

From: Matthias Drochner <M.Drochner%fz-juelich.de@localhost>
To: jdbaker%mylinuxisp.com@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/33985: textproc/libxslt configuration failure. libxml2 
 version dependency mismatch
Date: Thu, 13 Jul 2006 10:44:26 +0200

 This is a multipart MIME message.
 
 --==_Exmh_18631867199600
 Content-Type: text/plain; charset=us-ascii
 
 
 This is fixed in CVS. I've just requested a pullup to 2006Q2.
 I'll append the fix. (which is just one way to accomplish this,
 as is your suggested one)
 best regards
 Matthias
 
 
 
 --==_Exmh_18631867199600
 Content-Type: text/plain ; name="xslt.txt"; charset=us-ascii
 Content-Description: xslt.txt
 Content-Disposition: attachment; filename="xslt.txt"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/textproc/libxslt/Makefile,v
 retrieving revision 1.66
 retrieving revision 1.67
 diff -u -r1.66 -r1.67
 --- Makefile   13 Jun 2006 15:54:04 -0000      1.66
 +++ Makefile   8 Jul 2006 12:50:18 -0000       1.67
 @@ -1,4 +1,4 @@
 -# $NetBSD: Makefile,v 1.66 2006/06/13 15:54:04 drochner Exp $
 +# $NetBSD: Makefile,v 1.67 2006/07/08 12:50:18 drochner Exp $
  
  DISTNAME=     libxslt-1.1.17
  CATEGORIES=   textproc
 @@ -23,7 +23,7 @@
  
  TEST_TARGET=          check
  
 -BUILDLINK_API_DEPENDS.libxml2+=       libxml2>=2.6.17
 +BUILDLINK_API_DEPENDS.libxml2+=       libxml2>=2.6.25
  
  .include "../../textproc/libxml2/buildlink3.mk"
  .include "../../security/libgcrypt/buildlink3.mk"
 
 --==_Exmh_18631867199600--
 
 



Home | Main Index | Thread Index | Old Index