[Bug 217311] irc/bitlbee: add missing dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 23 14:54:27 UTC 2017


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

            Bug ID: 217311
           Summary: irc/bitlbee: add missing dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: garga at FreeBSD.org
          Reporter: rezny at freebsd.org
          Assignee: garga at FreeBSD.org
             Flags: maintainer-feedback?(garga at FreeBSD.org)

Created attachment 180243
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180243&action=edit
fix up irc/bitlbee

* 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.

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


More information about the freebsd-ports-bugs mailing list