[Bug 230665] net/ceph: fix error in rc.d script

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 20 10:44:21 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230665

Jason E. Hale <jhale at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs at FreeBSD.org      |jhale at FreeBSD.org
                 CC|                            |jhale at FreeBSD.org
             Status|New                         |In Progress

--- Comment #1 from Jason E. Hale <jhale at FreeBSD.org> ---
I'll take this to avoid bumping PORTREVISON twice for some other issues listed
below.

The checksum and size for ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz is
wrong. It looks like it got changed in r474922 even though the git hash did not
change. I am coming up with what the port had before:
SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) =
466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1
SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266

Also, I am working an update for security/cryptopp. This port has it listed in
LIB_DEPENDS even though it does not use it. In the main CMakeLists.txt for
ceph, it will only use cryptopp if nss is explicitly disabled. I plan on
removing the cryptopp dependency because there are API changes and this will be
one less port to worry about. You could make an option for it, but ceph would
have to check the new pkgconfig file that will be provided by cryptopp to see
whether it was built with assembly optimizations or not.

Next time, please add your patches as an attachment and not as a comment.
Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list