Hi! I need a small fix in bsd.port.mk so I we can use postgresql-8.1RC1. The change in the regex is due to the fact that pg_config --version reports "PostgreSQL 8.1RC1" for rc1, i.e. no dot after 8.1. Regards, Palle
Responsible Changed From-To: freebsd-ports-bugs->portmgr Mk/bsd.ports.mk is portmgr's region
State Changed From-To: open->analyzed Added to next exp-build.
OK. Since postgresql-8.1 is out the door, can we perhaps have this simple fix committed meanwhile? 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 7 Nov 2005 23:57:07 -0000 @@ -1779,6 +1779,7 @@ PGSQL73_LIBVER= 3 PGSQL74_LIBVER= 3 PGSQL80_LIBVER= 4 +PGSQL81_LIBVER= 4 # Setting/finding PostgreSQL version we want. .if exists(${LOCALBASE}/bin/pg_config)
State Changed From-To: analyzed->closed Committed. Thanks!