View | Details | Raw Unified | Return to bug 88466
Collapse All | Expand All

(-)bsd.port.mk (-1 / +2 lines)
Lines 1779-1788 Link Here
1779
PGSQL73_LIBVER=		3
1779
PGSQL73_LIBVER=		3
1780
PGSQL74_LIBVER=		3
1780
PGSQL74_LIBVER=		3
1781
PGSQL80_LIBVER=		4
1781
PGSQL80_LIBVER=		4
1782
PGSQL81_LIBVER=		4
1782
1783
1783
# Setting/finding PostgreSQL version we want.
1784
# Setting/finding PostgreSQL version we want.
1784
.if exists(${LOCALBASE}/bin/pg_config)
1785
.if exists(${LOCALBASE}/bin/pg_config)
1785
_PGSQL_VER!=	${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p'
1786
_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'
1786
.endif
1787
.endif
1787
1788
1788
.if defined(WANT_PGSQL_VER) && defined(_PGSQL_VER) && ${WANT_PGSQL_VER} != ${_PGSQL_VER}
1789
.if defined(WANT_PGSQL_VER) && defined(_PGSQL_VER) && ${WANT_PGSQL_VER} != ${_PGSQL_VER}

Return to bug 88466