Bug 208646 - net-im/libpurple suggestion for protocols to be grouped together when running make config
Summary: net-im/libpurple suggestion for protocols to be grouped together when running...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-09 06:31 UTC by sid
Modified: 2016-04-15 18:45 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (marcus)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sid 2016-04-09 06:31:30 UTC
Hello,
Here is a suggestion so protocols can be grouped together under libpurple.

<OPTIONS_DEFINE=BONJOUR DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK \
< 		SAMETIME SILC GG IRC JABBER MSN MYSPACE NOVELL OSCAR QQ \
< 		SIMPLE YAHOO ZEPHYR
---
> OPTIONS_DEFINE=	DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK
> 
68a68,71
> OPTIONS_GROUP=		PROTOCOLS
> OPTIONS_GROUP_PROTOCOLS= BONJOUR GG SAMETIME SILC IRC JABBER MSN MYSPACE \
> 			NOVELL OSCAR QQ SIMPLE YAHOO ZEPHYR

Bonjour acts like a protocol as well. The options were moved from define, into their own protocol group. It works the same, as the descriptions are already made.

I've emailed the maintainer about a week ago, and there's even a request on the ports mailing list, but there hasn't been a response. This is to make it easier to configure options for Pidgin, Finch and libpurple. Thank you.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-15 18:45:00 UTC
A commit references this bug:

Author: marcus
Date: Fri Apr 15 18:44:54 UTC 2016
New revision: 413368
URL: https://svnweb.freebsd.org/changeset/ports/413368

Log:
  Group IM protocols together in an OPTIONS_GROUP.

  PR:		208646
  Submitted by:	sid@bsdmail.com

Changes:
  head/net-im/libpurple/Makefile
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2016-04-15 18:45:12 UTC
Committed, thanks!