Bug 41739 - postgresql-odbc support for unixodbc [PATCH]
Summary: postgresql-odbc support for unixodbc [PATCH]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-17 01:50 UTC by bsdport
Modified: 2002-12-23 20:09 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1016 bytes, patch)
2002-08-17 01:50 UTC, bsdport
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bsdport 2002-08-17 01:50:01 UTC
I have need of the unixodbc version of the PostgreSQL odbc drivers and
need to have other packages depend on it.  Thus I not only need the
compilation option provided in the port makefile via the DRIVER_MANAGER
variable but I also need the name of the produced package to be
different from the normal one.

The standard way of indicating compilation options in package names is
by the use of PKGNAMESUFFIX.  I've attached a patch which does this.
It's done so that the current default package name doesn't change.
Using -iodbc instead of the current -odbc would probably be better but
that would entail changing the current default package name and breaking
existing dependencies.
Comment 1 Palle Girgensohn 2002-08-20 10:27:09 UTC
Hi,

As the maintainer, I like what I see. Anyone who has the right to commit, 
please do so. Just don't bump any PORTREVISIONs, please.

Cheers,
Palle
Comment 2 girgen 2002-08-25 23:41:27 UTC
Please commit this PR.

/Palle (Maintainer)
Comment 3 Tetsurou Okazaki freebsd_committer freebsd_triage 2002-12-23 20:08:35 UTC
State Changed
From-To: open->closed

superseded by ports/45882