#48310 closed enhancement (fixed)
libpqxx @4.0.1: add postgresql94 variant
Reported by: | wichert@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | libpqxx |
Description
The libpqxx port currently does not postgresql94. A trivial modification to the Portfile seems to do the trick. I have attached my modified Portfile.
Attachments (1)
Change History (5)
Changed 9 years ago by wichert@…
Attachment: | Portfile.pg94 added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Summary: | libpqxx @4.0.1 No postgresql94 variant present → libpqxx @4.0.1: add postgresql94 variant |
Thanks. Note that we prefer you attach a unified diff of your changes, instead of a complete new portfile. This makes it easier to review your changes.
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r138527.
comment:3 Changed 9 years ago by wichert@…
As far as I know the part command does not provide a simple way to generate a diff? What I normally do is port edit
followed by
port install
until it works, but there is no
port diff
command that can give you a diff.
comment:4 Changed 9 years ago by mf2k (Frank Schima)
The wiki explains how to create a Portfile patch.
Note: See
TracTickets for help on using
tickets.
Portfile with postgresql94 variant