pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: tlsdate port to NetBSD?



Thomas Klausner:
> On Sat, Apr 13, 2013 at 01:04:27AM +0000, Jacob Appelbaum wrote:
>> As of 4b25b76 in
>> https://github.com/ioerror/tlsdate/commit/4b25b76e03b5830c8f340b4d54409d3a205329fa
>> I've added NetBSD support.
> 
> Great!
> I've tried on NetBSD-6.99.19/amd64, and it builds and passes its self-tests.
> 

Wonderful!

> I see this too, but plain 'autoreconf -fiv' (basically, the last line
> of your script) works fine. Probably it's the 'set -e' you add at the
> top.

I've amended the autogen.sh with this:


 19
 20 if [ $(uname) = NetBSD ];
 21 then
 22   WARNINGS=""
 23   export WARNINGS
 24 fi

Lucky me - now the warnings at least allow tlsdate on NetBSD to fully
build from git. There is room for improvement!

> 
>> As it now works from a release tar.gz, I feel a less pressure to fix
>> those issues today. Help on this front would be welcome, otherwise, I'll
>> try to fix it later this weekend or next week.
> 
> If you still want access to a NetBSD-current, just send me your ssh
> public id key.
> 

Thanks - I'll do so shortly.

All the best,
Jacob

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index