pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Removed postgresql92 support
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c1aa58b689c
branches: trunk
changeset: 380739:7c1aa58b689c
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 21 08:07:49 2018 +0000
description:
Removed postgresql92 support
diffstat:
mk/pgsql.buildlink3.mk | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (48 lines):
diff -r d0c6d8b2aa17 -r 7c1aa58b689c mk/pgsql.buildlink3.mk
--- a/mk/pgsql.buildlink3.mk Mon May 21 08:06:39 2018 +0000
+++ b/mk/pgsql.buildlink3.mk Mon May 21 08:07:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pgsql.buildlink3.mk,v 1.46 2017/10/23 20:34:27 adam Exp $
+# $NetBSD: pgsql.buildlink3.mk,v 1.47 2018/05/21 08:07:49 adam Exp $
#
# User-settable variables:
#
@@ -25,7 +25,7 @@
.include "../../mk/bsd.prefs.mk"
PGSQL_VERSION_DEFAULT?= 95
-PGSQL_VERSIONS_ACCEPTED?= 10 96 95 94 93 92
+PGSQL_VERSIONS_ACCEPTED?= 10 96 95 94 93
# transform the list into individual variables
.for pv in ${PGSQL_VERSIONS_ACCEPTED}
@@ -55,9 +55,6 @@
. if exists(${LOCALBASE}/lib/libecpg.6.5.dylib)
_PGSQL_VERSION_93_INSTALLED= yes
. endif
-. if exists(${LOCALBASE}/lib/libecpg.6.4.dylib)
-_PGSQL_VERSION_92_INSTALLED= yes
-. endif
.else
. if exists(${LOCALBASE}/lib/libecpg.so.6.10)
_PGSQL_VERSION_10_INSTALLED= yes
@@ -74,9 +71,6 @@
. if exists(${LOCALBASE}/lib/libecpg.so.6.5)
_PGSQL_VERSION_93_INSTALLED= yes
. endif
-. if exists(${LOCALBASE}/lib/libecpg.so.6.4)
-_PGSQL_VERSION_92_INSTALLED= yes
-. endif
.endif
# if a version is explicitely required, take it
@@ -129,9 +123,6 @@
.elif ${_PGSQL_VERSION} == "93"
PGSQL_TYPE= postgresql93-client
PGPKGSRCDIR= ../../databases/postgresql93-client
-.elif ${_PGSQL_VERSION} == "92"
-PGSQL_TYPE= postgresql92-client
-PGPKGSRCDIR= ../../databases/postgresql92-client
.else
# force an error
PGSQL_TYPE= none
Home |
Main Index |
Thread Index |
Old Index