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.
Created attachment 155940 [details] svn diff for irc/bitlbee
Created attachment 155942 [details] svn diff for irc/bitlbee Adds missing dependency on py-skype4py
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