> Beecrypt is a crytography library, it is present both
> on NetBSD and FreeBSD's ports tree.
> 
> This is my first attempt at creating a port, any corrections
> are most welcome.

- It looks to have various dependencies none of which are registered in
  your port (such as python).  Or these need to be turned off in the
  configure script explicitly

- It has its own endianness.{c,h} which is not needed and in fact
  produces shitloads of warnings as it overrides our sys/endian.h
  This part of configure seems broken and should be fixed:
  checking endian.h usability... no
  checking endian.h presence... no
  checking for endian.h... no

- The CFLAGS have some linux-specific stuff it seems, such as
  -Wa,--noexecstack which appears just ignored right nwo and should
  be removed

Also once these are resolved it should be tested by people on more
architectures.

Reply via email to