Ticket #11913 (closed submission: wontfix)
NEW: rb-dbd-odbc
| Reported by: | t.lucas@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.5 |
| Keywords: | Cc: | roberto@…, boeyms@… | |
| Port: |
Description
There's two port files, rb-dbd-pg and db-dbd-mysql that currently just extend rb-dbi with a few configure args. They should probably use variants, but I digress. I've created another Portfile, in the spirit of these two, so you can install ruby-dbi with odbc support via macports, just like you can with mysql or postgres. It's a dead-simple Portfile, and does nothing new on top of ruby-dbi-all except an args-append.
Without this port, a person wanting ODBC dbi support would need to recompile ruby-dbi with the configure option --with=dbd_odbc
ruby/rb-dbd-odbc/Portfile:
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup {ruby-dbi-all} 0.0.23 setup.rb \
{README doc/DBD_SPEC doc/html/DBD_SPEC.html} \
rubyforge:557:ruby-dbi
maintainers ?
description DBI driver for ODBC
long_description ${description}
categories-append databases
checksums md5 7a713494d84bd4f5b877496970bcf13c
platforms darwin
worksrcdir ${ruby.filename}
configure.args-append --with=dbd_odbc
Change History
comment:2 Changed 6 years ago by t.lucas@…
and my blog article on getting the portfile working locally, for those in a rush.
comment:4 Changed 6 years ago by boeyms@…
- Cc boeyms@… added
- Status changed from new to closed
- Resolution set to wontfix
Note: See
TracTickets for help on using
tickets.


See #11914 for discussion on moving rb-dbi DB drivers into variants