Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2010 19:07:16 +0100 (CET)
From:      olli hauer <ohauer@FreeBSD.org>
To:        <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ohauer@gmx.de
Subject:   ports/153318: Mk/bsd.database.mk change default postgresql version to 84
Message-ID:  <20101220180716.557141FBF4@u18-124.dslaccess.de>
Resent-Message-ID: <201012201810.oBKIAAXk080790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153318
>Category:       ports
>Synopsis:       Mk/bsd.database.mk change default postgresql version to 84
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 18:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer <ohauer@FreeBSD.org>
>Release:        
>Organization:
>Environment:


>Description:
 Default postgresql version is at the moment 82.
 I suspect everything which runs with PG82 can also run with PG84.
 With PG83 there where many fixes in stability even more improvements with PG84

 As second note 
 - PG73 is EOL since ??? even no longer on the EOL list
 - PG74 is EOL since 2010-10
 - PG81 is EOL since 2010-10
 - PG82 will be EOL in one year.
 
 Reference: http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy

 Maybe scedule the bump to a point after ports freeze for FreeBSD 74/82 is over.
 

>How-To-Repeat:
>Fix:


--- patch_Mk__bsd.database.mk.txt begins here ---
Index: ports/Mk/bsd.database.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.database.mk,v
retrieving revision 1.47
diff -u -r1.47 bsd.database.mk
--- ports/Mk/bsd.database.mk	21 Sep 2010 12:20:26 -0000	1.47
+++ ports/Mk/bsd.database.mk	20 Dec 2010 16:46:25 -0000
@@ -166,7 +166,7 @@
 .endif # USE_MYSQL
 
 .if defined(USE_PGSQL)
-DEFAULT_PGSQL_VER?=	82
+DEFAULT_PGSQL_VER?=	84
 PGSQL73_LIBVER=		3
 PGSQL74_LIBVER=		3
 PGSQL80_LIBVER=		4
--- patch_Mk__bsd.database.mk.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101220180716.557141FBF4>