pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Unsupport PostgreSQL 8.1. Garbage collect detection...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/892f0ecd093a
branches:  trunk
changeset: 397506:892f0ecd093a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 14 19:40:48 2009 +0000

description:
Unsupport PostgreSQL 8.1. Garbage collect detection of ancient versions.

diffstat:

 mk/pgsql.buildlink3.mk |  34 ++--------------------------------
 1 files changed, 2 insertions(+), 32 deletions(-)

diffs (69 lines):

diff -r cc65f42518b5 -r 892f0ecd093a mk/pgsql.buildlink3.mk
--- a/mk/pgsql.buildlink3.mk    Fri Aug 14 19:19:49 2009 +0000
+++ b/mk/pgsql.buildlink3.mk    Fri Aug 14 19:40:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pgsql.buildlink3.mk,v 1.26 2009/07/29 06:33:03 adam Exp $
+# $NetBSD: pgsql.buildlink3.mk,v 1.27 2009/08/14 19:40:48 joerg Exp $
 #
 # User-settable variables:
 #
@@ -26,7 +26,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 PGSQL_VERSION_DEFAULT?=                82
-PGSQL_VERSIONS_ACCEPTED?=      84 83 82 81
+PGSQL_VERSIONS_ACCEPTED?=      84 83 82
 
 # transform the list into individual variables
 .for pv in ${PGSQL_VERSIONS_ACCEPTED}
@@ -50,18 +50,6 @@
 .if exists(${LOCALBASE}/lib/libecpg.5.0.2.dylib)
 _PGSQL_VERSION_82_INSTALLED=   yes
 .endif
-.if exists(${LOCALBASE}/lib/libecpg.5.0.1.dylib)
-_PGSQL_VERSION_81_INSTALLED=   yes
-.endif
-.if exists(${LOCALBASE}/lib/libecpg.5.0.dylib)
-_PGSQL_VERSION_80_INSTALLED=   yes
-.endif
-.if exists(${LOCALBASE}/lib/libecpg.4.1.dylib)
-_PGSQL_VERSION_74_INSTALLED=   yes
-.endif
-.if exists(${LOCALBASE}/lib/libecpg.3.dylib)
-_PGSQL_VERSION_73_INSTALLED=yes
-.endif
 .else
 .if exists(${LOCALBASE}/lib/libecpg.so.6.0.1)
 _PGSQL_VERSION_84_INSTALLED=   yes
@@ -72,18 +60,6 @@
 .if exists(${LOCALBASE}/lib/libecpg.so.5.0.2)
 _PGSQL_VERSION_82_INSTALLED=   yes
 .endif
-.if exists(${LOCALBASE}/lib/libecpg.so.5.0.1)
-_PGSQL_VERSION_81_INSTALLED=   yes
-.endif
-.if exists(${LOCALBASE}/lib/libecpg.so.5.0.0)
-_PGSQL_VERSION_80_INSTALLED=   yes
-.endif
-.if exists(${LOCALBASE}/lib/libecpg.so.4.1)
-_PGSQL_VERSION_74_INSTALLED=   yes
-.endif
-.if exists(${LOCALBASE}/lib/libecpg.so.3)
-_PGSQL_VERSION_73_INSTALLED=yes
-.endif
 .endif
 
 # if a version is explicitely required, take it
@@ -132,12 +108,6 @@
 .elif ${_PGSQL_VERSION} == "82"
 PGSQL_TYPE=    postgresql82-client
 PGPKGSRCDIR=   ../../databases/postgresql82-client
-.elif ${_PGSQL_VERSION} == "81"
-PGSQL_TYPE=    postgresql81-client
-PGPKGSRCDIR=   ../../databases/postgresql81-client
-.elif ${_PGSQL_VERSION} == "80"
-PGSQL_TYPE=    postgresql80-client
-PGPKGSRCDIR=   ../../databases/postgresql80-client
 .else
 # force an error
 PGSQL_TYPE=            none



Home | Main Index | Thread Index | Old Index