FreeBSD Bugzilla – Attachment 58751 Details for
Bug 88466
small update to bsd.port.mk for postgresql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 829 bytes, created by
Palle Girgensohn
on 2005-11-03 19:50:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Palle Girgensohn
Created:
2005-11-03 19:50:17 UTC
Size:
829 bytes
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.517 >diff -u -r1.517 bsd.port.mk >--- bsd.port.mk 15 Sep 2005 12:24:33 -0000 1.517 >+++ bsd.port.mk 16 Oct 2005 08:59:37 -0000 >@@ -1779,10 +1779,11 @@ > PGSQL73_LIBVER= 3 > PGSQL74_LIBVER= 3 > PGSQL80_LIBVER= 4 >+PGSQL81_LIBVER= 4 > > # Setting/finding PostgreSQL version we want. > .if exists(${LOCALBASE}/bin/pg_config) >-_PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' >+_PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p' > .endif > > .if defined(WANT_PGSQL_VER) && defined(_PGSQL_VER) && ${WANT_PGSQL_VER} != ${_PGSQL_VER}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 88466
: 58751