Bug 88466

Summary: small update to bsd.port.mk for postgresql
Product: Ports & Packages Reporter: Palle Girgensohn <girgen>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Palle Girgensohn freebsd_committer freebsd_triage 2005-11-03 19:50:17 UTC
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
Comment 1 Palle Girgensohn freebsd_committer freebsd_triage 2005-11-03 19:56:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Mk/bsd.ports.mk is portmgr's region
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2005-11-03 21:36:04 UTC
State Changed
From-To: open->analyzed

Added to next exp-build.
Comment 3 Palle Girgensohn 2005-11-07 23:58:33 UTC
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)
Comment 4 Clement Laforet freebsd_committer freebsd_triage 2005-11-08 09:14:15 UTC
State Changed
From-To: analyzed->closed

Committed. Thanks!