On Mon, 30 Jan 2006 20:04:41 +0100
steven mestdagh <[EMAIL PROTECTED]> wrote:

> On Sun, Jan 29, 2006 at 02:33:42PM +0100, Jasper Lievisse Adriaanse wrote:
> > Hello,
> > 
> > here's an update for textproc/p5-XML-Twig .
> > 
> > Update has been tested on alpha and i386.
> > 
> > textproc/p5-XML-Twig:
> > Update to version 3.23, which fixes quite some bugs.
> 
> are your systems clean?
No they weren't, I forgot to clean them test-machines, after an other
build.

> regress is failing here:
> 
> ...
> t/test_bugs_3.22....................ok 70/177cannot parse HTML: missing 
> HTML::TreeBuilder
>  at t/test_bugs_3.22.t line 197
> t/test_bugs_3.22....................dubious                                  
>         Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 71-177
>         Failed 107/177 tests, 39.55% okay
> ...
> 
> adding p5-HTML-Tree in dependencies makes regress pass on my i386 and
> sparc64. 
my bad, updated diff attached. I also alphabeticly relisted the
REGRESS_DEPENDS.

> is it just me or is this really not a perl only thing?
> i mean the Makefile has NOT_FOR_ARCHS in it - why?
you're right, after looking more closely I couldn't find anything
that would make ``NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}'' needed.

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-Twig/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    2005/11/25 21:06:58     1.3
+++ Makefile    2006/01/31 14:31:11
@@ -1,10 +1,8 @@
 # $OpenBSD: Makefile,v 1.3 2005/11/25 21:06:58 sturm Exp $
 
-NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
-
 COMMENT=       "perl module for parsing huge XML documents"
 
-DISTNAME=      XML-Twig-3.22
+DISTNAME=      XML-Twig-3.23
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 
@@ -22,16 +20,19 @@
 
 CONFIGURE_STYLE= perl
 
-BUILD_DEPENDS= ::textproc/p5-XML-Parser
-RUN_DEPENDS=   ::textproc/p5-XML-Parser
-REGRESS_DEPENDS=::textproc/p5-XML-Simple \
-               ::www/p5-libwww \
-               ::textproc/p5-XML-XPath \
-               ::textproc/p5-XML-SAX \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS=   ::textproc/p5-XML-Parser        
+REGRESS_DEPENDS=::converters/p5-Text-Iconv \
                ::converters/p5-Unicode-Map \
                ::converters/p5-Unicode-Map8 \
                ::converters/p5-Unicode-String \
                ::devel/p5-Test-Pod \
-               ::converters/p5-Text-Iconv
+               ::textproc/p5-XML-SAX \
+               ::textproc/p5-XML-Simple \
+               ::textproc/p5-XML-XPath \
+               ::www/p5-libwww \
+               ::www/p5-HTML-Tree
+               
+PKG_ARCH=      *               
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-Twig/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    2005/11/25 21:06:58     1.3
+++ distinfo    2006/01/31 14:31:11
@@ -1,4 +1,4 @@
-MD5 (XML-Twig-3.22.tar.gz) = c9da83a67bf900edb3cb8b62cb1cdd15
-RMD160 (XML-Twig-3.22.tar.gz) = 97f2fbbef286c9c1ed4a7b1ee3999bd1d98a1ffb
-SHA1 (XML-Twig-3.22.tar.gz) = 5affbce69ac0b36ef02c0d0ed0726a01339fbebb
-SIZE (XML-Twig-3.22.tar.gz) = 286791
+MD5 (XML-Twig-3.23.tar.gz) = 5393b96c6dbfcafbc45481e936b97c03
+RMD160 (XML-Twig-3.23.tar.gz) = 53b7578a44d953bc6c3f76718b14acfbe0dde03e
+SHA1 (XML-Twig-3.23.tar.gz) = 3af755784dfc60adb19b9a296bbdba6b76b861a1
+SIZE (XML-Twig-3.23.tar.gz) = 304095

> 
> steven

Cheers,
Jasper

> 
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
> 


-- 
"Security is decided by quality" -- Theo de Raadt

Attachment: pgp8IDdpGpJlS.pgp
Description: PGP signature

Reply via email to