Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#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 (7)

comment:1 Changed 17 years ago by t.lucas@…

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

comment:2 Changed 17 years ago by t.lucas@…

and my blog article on getting the portfile working locally, for those in a rush.

comment:3 Changed 17 years ago by pipping@…

Milestone: New Ports

comment:4 Changed 17 years ago by boeyms@…

Cc: boeyms@… added
Resolution: wontfix
Status: newclosed

Obsoleted by r25233 (convert to variants to rb-dbi in response to #11914).

comment:5 Changed 17 years ago by jmpp@…

Milestone: New PortsPort Submissions

Milestone New Ports deleted

comment:6 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:7 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.