I thought I submitted this a few days ago but it appears to not made it. Please excuse me if this is a duplicate. security/libtomcrypt can be updated to 1.0. I've attached a patch to this - it contains a ^M so it may not display properly. I have put a copy of the patch up at http://www.atarininja.com/~wxs/patches/libtomcrypt-1.0.patch. The patch will make a patch-demos-test-makefile that will have to be added. If this is committed via a maintainer timeout I am also willing to become maintainer of the port, but did not reflect this in the patch.
Dear maintainer of FreeBSD port security/libtomcrypt, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?q=76185 Do you approve this update? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Knight: We shall say Ny! again to you if you do not appease us. Arthur: All right. What do you want? Knight: We want... a shruberry!
State Changed From-To: open->feedback Asked maintainer for approval.
Responsible Changed From-To: freebsd-ports-bugs->pav Handle.
GNATS ignored my former mail, maybe because it was in CC and not in TO. Here it is: Change: - (cd ${WRKSRC} && ${MAKE} test && ${WRKSRC}/test) + (cd ${WRKSRC}/demos/test && ${MAKE} test $(MAKE_ARGS) && ${WRKSRC}/demos/test/test) To: - (cd ${WRKSRC} && ${MAKE} test && ${WRKSRC}/test) + (cd ${WRKSRC}/demos/test && ${MAKE} test ${MAKE_ARGS} && ${WRKSRC}/demos/test/test) To satisfy portlint, and you have my approval. Wesley Shields, Thank you for your work. Ion-Mihai Tetcu, Please see if this resolves the conflict you mentioned. Regards, Jonathan. P.S. I'd use: ++DATAPATH=$(DOCSDIR)/pdf or even: ++DATAPATH=$(DOCSDIR) instead of: ++DATAPATH=$(PREFIX)/share/doc/libtomcrypt/pdf but this is good too.
State Changed From-To: feedback->closed Committed, thanks.