pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk mk: de-support PostgreSQL 9.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/29d8fc80b4c3
branches: trunk
changeset: 377756:29d8fc80b4c3
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Apr 24 17:46:24 2022 +0000
description:
mk: de-support PostgreSQL 9.6
diffstat:
mk/pgsql.buildlink3.mk | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (48 lines):
diff -r fc37c011466a -r 29d8fc80b4c3 mk/pgsql.buildlink3.mk
--- a/mk/pgsql.buildlink3.mk Sun Apr 24 17:44:14 2022 +0000
+++ b/mk/pgsql.buildlink3.mk Sun Apr 24 17:46:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pgsql.buildlink3.mk,v 1.57 2021/10/08 10:23:43 adam Exp $
+# $NetBSD: pgsql.buildlink3.mk,v 1.58 2022/04/24 17:46:24 tnn Exp $
#
# User-settable variables:
#
@@ -26,7 +26,7 @@
.include "../../mk/bsd.prefs.mk"
PGSQL_VERSION_DEFAULT?= 13
-PGSQL_VERSIONS_ACCEPTED?= 14 13 12 11 10 96
+PGSQL_VERSIONS_ACCEPTED?= 14 13 12 11 10
# transform the list into individual variables
.for pv in ${PGSQL_VERSIONS_ACCEPTED}
@@ -56,9 +56,6 @@
. if exists(${LOCALBASE}/lib/libecpg.6.10.dylib)
_PGSQL_VERSION_10_INSTALLED= yes
. endif
-. if exists(${LOCALBASE}/lib/libecpg.6.8.dylib)
-_PGSQL_VERSION_96_INSTALLED= yes
-. endif
.else
. if exists(${LOCALBASE}/lib/libecpg.so.6.14)
_PGSQL_VERSION_14_INSTALLED= yes
@@ -75,9 +72,6 @@
. if exists(${LOCALBASE}/lib/libecpg.so.6.10)
_PGSQL_VERSION_10_INSTALLED= yes
. endif
-. if exists(${LOCALBASE}/lib/libecpg.so.6.8)
-_PGSQL_VERSION_96_INSTALLED= yes
-. endif
.endif
# if a version is explicitely required, take it
@@ -130,9 +124,6 @@
.elif ${_PGSQL_VERSION} == "10"
PGSQL_TYPE= postgresql10-client
PGPKGSRCDIR= ../../databases/postgresql10-client
-.elif ${_PGSQL_VERSION} == "96"
-PGSQL_TYPE= postgresql96-client
-PGPKGSRCDIR= ../../databases/postgresql96-client
.else
# force an error
PGSQL_TYPE= none
Home |
Main Index |
Thread Index |
Old Index