HomeFreeBSD

* bitlbee always links to libintl.so and the configure script has no NLS option,

Description

  • bitlbee always links to libintl.so and the configure script has no NLS option, so add USES=gettext-runtime
  • libgcrpyt requires libgpg-error, so add it to GNUTLS_LIB_DEPENDS
  • nss requires nspr, so add it to NSS_LIB_DEPENDS
  • Add USES=ssl for OpenSSL, its library dependency was completely undeclared
  • otr requires libgcrypt, and thus also libgpg-error, so add those to OTR_LIB_DEPENDS
  • Request the installed binary be stripped
  • Mark LIBEVENT option BROKEN because bitlbee will not start in daemon (-D) or fork (-F) mode when compiled with libevent; it exits almost immediately after start unless run in foreground (-n). This problem has been present for at least a year, recent past version of bitlbee also do not work, and the recent update of libevent has not helped, so just mark it broken until someone takes the initiative to debug and fix the issue.
  • While here, remove python build dependency, it's not necessary anymore in version 3.5.1

PR: 217311
Submitted by: rezny

Details