Bug 199657

Summary: [PATCH] irc/bitlbee: Enable Skype module / use OPTIONS helpers
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (garga)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for irc/bitlbee
none
svn diff for irc/bitlbee none

Description Bernard Spil freebsd_committer freebsd_triage 2015-04-24 08:41:42 UTC
A user on IRC was asking about Skype support in bitlbee. This is not currently configurable in the port so I modified the port.

1. Add option for Skype, modify plist
2. Replace PORT_OPTION conditionals with OPTIONS helpers
3. Do not set options for configure's default options
4. Re-order options alphabetically
5. libevent wasn't detected, added --libevent=${PREFIX}

Have not been running bitlbee for quite a while so this is not tested at runtime.
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-04-24 08:43:22 UTC
Created attachment 155940 [details]
svn diff for irc/bitlbee
Comment 2 Bernard Spil freebsd_committer freebsd_triage 2015-04-24 09:38:16 UTC
Created attachment 155942 [details]
svn diff for irc/bitlbee

Adds missing dependency on py-skype4py
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-05-07 19:37:43 UTC
A commit references this bug:

Author: garga
Date: Thu May  7 19:36:51 UTC 2015
New revision: 385656
URL: https://svnweb.freebsd.org/changeset/ports/385656

Log:
  - Add a new SKYPE option, off by default
  - Modernize Makefile using OPTION helpers
  - Do not set options for configure's default options
  - Re-order options alphabetically
  - libevent wasn't detected, added --libevent=${PREFIX}

  PR:		199657 (based on)
  Submitted by:	Bernard Spil <spil.oss@gmail.com>

Changes:
  head/irc/bitlbee/Makefile
  head/irc/bitlbee/pkg-plist