Bug 217311

Summary: irc/bitlbee: add missing dependencies
Product: Ports & Packages Reporter: Matthew Rezny <rezny>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Some People CC: pi
Priority: --- Flags: bugzilla: maintainer-feedback? (garga)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix up irc/bitlbee none

Description Matthew Rezny freebsd_committer freebsd_triage 2017-02-23 14:54:26 UTC
Created attachment 180243 [details]
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-06-27 14:42:52 UTC
A commit references this bug:

Author: garga
Date: Tue Jun 27 14:42:31 UTC 2017
New revision: 444465
URL: https://svnweb.freebsd.org/changeset/ports/444465

Log:
  * 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

Changes:
  head/irc/bitlbee/Makefile