Ticket #12703 (new defect)
rb-postgres should depend on the latest postgresql port available
| Reported by: | rick.martinez@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Enhancements |
| Component: | ports | Version: | 1.5.0 |
| Keywords: | postgresql postgres ruby rb-postgres | Cc: | jmr@… |
| Port: |
Description
rb-postgres is requiring an older version of PostgreSQL although the latest port is postgresql82 (rb-postgres using postgresql81)
patch:
--- Portfile (revision 29051)
+++ Portfile (working copy)
@@ -15,10 +15,10 @@
checksums md5 8ef67b3f4b089248f0420baeb0e3b3c8
platforms darwin
-depends_lib-append port:postgresql81
+depends_lib-append port:postgresql82
-configure.args-append --with-pgsql-include-dir=${prefix}/include/postgresql81 \
- --with-pgsql-lib-dir=${prefix}/lib/postgresql81
+configure.args-append --with-pgsql-include-dir=${prefix}/include/postgresql82 \
+ --with-pgsql-lib-dir=${prefix}/lib/postgresql82
configure.env \
- POSTGRES_LIB="${prefix}/lib/postgresql81 -L${prefix}/lib -lssl -lcrypto" \
- POSTGRES_INCLUDE="${prefix}/include/postgresql81 -I${prefix}/include"
+ POSTGRES_LIB="${prefix}/lib/postgresql82 -L${prefix}/lib -lssl -lcrypto" \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql82 -I${prefix}/include"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

