ports/152980: [PATCH] bsd.database.mk change DEFAULT_PGSQL_VER to 84
Martin Matuska
mm at FreeBSD.org
Fri Dec 10 10:20:09 UTC 2010
>Number: 152980
>Category: ports
>Synopsis: [PATCH] bsd.database.mk change DEFAULT_PGSQL_VER to 84
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 10 10:20:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #4 r216016M: Sun Nov 28 22:11:40 CET 2010 root at neo.vx.sk:/usr/obj/usr/src/sys/NEO amd64
>Description:
Change default PostgreSQL database version to 8.4.
This makes our package tree much more recent.
Requires a exp-run to verify.
>How-To-Repeat:
>Fix:
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 10 Dec 2010 10:06:57 -0000
@@ -39,10 +39,10 @@
# If no version is given (by the maintainer via the port or
# by the user via defined variable), try to find the
# currently installed version. Fall back to default if
-# necessary (PostgreSQL-8.2 = 82).
+# necessary (PostgreSQL-8.4 = 84).
# DEFAULT_PGSQL_VER
# - PostgreSQL default version. Can be overridden within a
-# port. Default: 82.
+# port. Default: 84.
# WANT_PGSQL_VER
# - Maintainer can set an arbitrary version of PostgreSQL to
# always build this port with (overrides WITH_PGSQL_VER).
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list