Bug 192226

Summary: [patch] net/asterisk add missing odbc option definition
Product: Ports & Packages Reporter: m.tsatsenko
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Many People CC: madpilot
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description m.tsatsenko 2014-07-28 22:47:56 UTC
- ODBC is missing in OPTIONS_DEFINE. Patch is trivial:

-OPTIONS_DEFINE= VORBIS PGSQL MYSQL RADIUS SNMP H323 FREETDS JABBER SQLITE GSM \
+ OPTIONS_DEFINE= VORBIS PGSQL MYSQL RADIUS SNMP H323 FREETDS JABBER SQLITE GSM ODBC \


Probably PORTREVISION bump is required
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-29 08:02:21 UTC
over to maintainer although it looks like it would be covered under "just fix it" blanket
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2014-07-29 08:06:44 UTC
Just a quick note that net/asterisk11 has the same problem.
Comment 3 John Marino freebsd_committer freebsd_triage 2014-07-29 09:24:45 UTC
Assigning PR to Guido, he's taking over the port.
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2014-07-29 22:53:22 UTC
Fix committed. Thanks!