- Update to 1.20 - Cleanup Makefile header Port maintainer (geraud@gcu.info) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of databases/p5-KyotoCabinet, Please note that PR ports/176855 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176855 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I'll take it.
I tried to work on it a few months ago, but I never got to make `make test` as it hangs at kctest.pl (l. 848) : if (!$db->merge(\@srcary, $db->MAPPEND)) { Out of curiosity, I built kyotocabinet and ran its 'check' target and it failed. I tried to contact the author to get more information but never got any answer back. Sadly my C-fu is so weak that I don't even know where to start to fix this. If p5-Kyotocabinet tests work for you, please commit it. If not, I'd rather you don't commit it. Thank you for your work, Best regards, -- Geraud
Author: sunpoet Date: Sat Mar 1 05:41:05 2014 New Revision: 346592 URL: http://svnweb.freebsd.org/changeset/ports/346592 QAT: https://qat.redports.org/buildarchive/r346592/ Log: - Update to 1.20 - Do not run misc tests PR: ports/176855 Submitted by: sunpoet (myself) Approved by: GGeraud CONTINSOUZAS <geraud@gcu.info> (maintainer) Modified: head/databases/p5-KyotoCabinet/Makefile head/databases/p5-KyotoCabinet/distinfo Modified: head/databases/p5-KyotoCabinet/Makefile ============================================================================== --- head/databases/p5-KyotoCabinet/Makefile Sat Mar 1 02:16:44 2014 (r346591) +++ head/databases/p5-KyotoCabinet/Makefile Sat Mar 1 05:41:05 2014 (r346592) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= KyotoCabinet -PORTVERSION= 1.18 -PORTREVISION= 5 +PORTVERSION= 1.20 CATEGORIES= databases perl5 MASTER_SITES= http://fallabs.com/kyotocabinet/perlpkg/ PKGNAMEPREFIX= p5- @@ -19,4 +18,8 @@ LIB_DEPENDS= libkyotocabinet.so:${PORTSD USES= perl5 USE_PERL5= configure +post-patch: +# do not run misc tests which seem to be endless + @${REINPLACE_CMD} -e '/kctest.pl misc/d' ${WRKSRC}/test.pl + .include <bsd.port.mk> Modified: head/databases/p5-KyotoCabinet/distinfo ============================================================================== --- head/databases/p5-KyotoCabinet/distinfo Sat Mar 1 02:16:44 2014 (r346591) +++ head/databases/p5-KyotoCabinet/distinfo Sat Mar 1 05:41:05 2014 (r346592) @@ -1,2 +1,2 @@ -SHA256 (kyotocabinet-perl-1.18.tar.gz) = 6bb70e88457481b27df0a14a997897010006c6b38a5b68de48b1f1f737ec1630 -SIZE (kyotocabinet-perl-1.18.tar.gz) = 42405 +SHA256 (kyotocabinet-perl-1.20.tar.gz) = 19b3654dc6febfd0b91e54f36b2a0ebdaeaefaf7875f5aab337ad846a4095c32 +SIZE (kyotocabinet-perl-1.20.tar.gz) = 43129 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!