Bug 192226 - [patch] net/asterisk add missing odbc option definition
Summary: [patch] net/asterisk add missing odbc option definition
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 22:47 UTC by m.tsatsenko
Modified: 2014-07-29 22:53 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!