Bug 76185 - [UPDATE]: security/libtomcrypt
Summary: [UPDATE]: security/libtomcrypt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-13 01:40 UTC by Wesley Shields
Modified: 2005-01-13 20:54 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (5.45 KB, patch)
2005-01-13 01:40 UTC, Wesley Shields
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wesley Shields 2005-01-13 01:40:23 UTC
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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-13 19:49:49 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!
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-13 19:49:57 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-13 19:49:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Handle.
Comment 4 onatan 2005-01-13 20:19:40 UTC
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.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-13 20:54:21 UTC
State Changed
From-To: feedback->closed

Committed, thanks.