On Mon, Sep 09, 2019 at 08:31:35AM +0200, Gonzalo L. Rodriguez wrote: > Hello, > > I have a similar diff, if no one complain I will commit this tomorrow.
o/ I am complaining :) First, a general remark: I strongly want that such Rust port to have a maintainer. Else, it means I will have to do it, and I have no time for such port that only work on few platforms, and where nobody care if it breaks. Currently, it is marked BROKEN on i386 and sparc64. > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/security/sn0int/Makefile,v > > retrieving revision 1.4 > > diff -u -p -r1.4 Makefile > > --- Makefile 30 Aug 2019 12:24:00 -0000 1.4 > > +++ Makefile 9 Sep 2019 02:57:17 -0000 ... > > -MODCARGO_CRATES += libc 0.2.63 # MIT OR Apache-2.0 > > +MODCARGO_CRATES += libc 0.2.62 # MIT OR Apache-2.0 libc should be keep >= 0.2.63 in order to have compatibility with sparc64 (yes I know it is BROKEN on sparc64, but it isn't a reason to enforce the breakage) Thanks. -- Sebastien Marie