Summary: | [UPDATE]: security/libtomcrypt | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Wesley Shields <wxs> | ||||
Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | onatan | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Wesley Shields
2005-01-13 01:40:23 UTC
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. |