Bug 88466 - small update to bsd.port.mk for postgresql
Summary: small update to bsd.port.mk for postgresql
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 19:50 UTC by Palle Girgensohn
Modified: 2005-11-08 09:14 UTC (History)
0 users

See Also:


Attachments
file.diff (829 bytes, patch)
2005-11-03 19:50 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!