pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Retire PostgreSQL 8.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45382350b9c2
branches:  trunk
changeset: 397507:45382350b9c2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 14 19:41:45 2009 +0000

description:
Retire PostgreSQL 8.1.

diffstat:

 databases/Makefile                             |    10 +-
 databases/jdbc-postgresql81/DESCR              |     7 -
 databases/jdbc-postgresql81/Makefile           |    40 -
 databases/jdbc-postgresql81/PLIST              |    11 -
 databases/jdbc-postgresql81/distinfo           |     8 -
 databases/postgresql81-client/DESCR            |     9 -
 databases/postgresql81-client/Makefile         |    88 -
 databases/postgresql81-client/PLIST            |  1471 ------------------------
 databases/postgresql81-client/buildlink3.mk    |    28 -
 databases/postgresql81-plperl/DESCR            |     5 -
 databases/postgresql81-plperl/MESSAGE          |     7 -
 databases/postgresql81-plperl/Makefile         |    26 -
 databases/postgresql81-plperl/PLIST            |     2 -
 databases/postgresql81-plpython/DESCR          |     9 -
 databases/postgresql81-plpython/MESSAGE        |    17 -
 databases/postgresql81-plpython/Makefile       |    23 -
 databases/postgresql81-plpython/PLIST          |     2 -
 databases/postgresql81-pltcl/DESCR             |     4 -
 databases/postgresql81-pltcl/MESSAGE           |     7 -
 databases/postgresql81-pltcl/Makefile          |    25 -
 databases/postgresql81-pltcl/PLIST             |     6 -
 databases/postgresql81-server/DEINSTALL        |    20 -
 databases/postgresql81-server/DESCR            |     9 -
 databases/postgresql81-server/MESSAGE          |    19 -
 databases/postgresql81-server/Makefile         |    96 -
 databases/postgresql81-server/PLIST            |   628 ----------
 databases/postgresql81-tsearch2/DESCR          |     6 -
 databases/postgresql81-tsearch2/Makefile       |    20 -
 databases/postgresql81-tsearch2/PLIST          |     7 -
 databases/postgresql81/DESCR                   |     9 -
 databases/postgresql81/Makefile                |    13 -
 databases/postgresql81/Makefile.common         |   176 --
 databases/postgresql81/Makefile.mirrors        |   101 -
 databases/postgresql81/distinfo                |    18 -
 databases/postgresql81/files/GNUmakefile.libpq |    20 -
 databases/postgresql81/files/Makefile.custom   |    42 -
 databases/postgresql81/files/Makefile.libtool  |   124 --
 databases/postgresql81/files/dynloader-ltdl.h  |    17 -
 databases/postgresql81/options.mk              |    28 -
 databases/postgresql81/patches/patch-aa        |    15 -
 databases/postgresql81/patches/patch-ab        |    65 -
 databases/postgresql81/patches/patch-ac        |    15 -
 databases/postgresql81/patches/patch-ad        |    78 -
 databases/postgresql81/patches/patch-ae        |    45 -
 databases/postgresql81/patches/patch-af        |    30 -
 databases/postgresql81/patches/patch-ag        |    15 -
 databases/postgresql81/patches/patch-ah        |    13 -
 databases/postgresql81/patches/patch-ai        |    80 -
 databases/postgresql81/patches/patch-aj        |    30 -
 databases/postgresql81/patches/patch-ak        |    30 -
 databases/postgresql81/patches/patch-al        |    30 -
 databases/postgresql81/patches/patch-am        |    38 -
 doc/CHANGES-2009                               |    10 +-
 53 files changed, 10 insertions(+), 3642 deletions(-)

diffs (truncated from 3888 to 300 lines):

diff -r 892f0ecd093a -r 45382350b9c2 databases/Makefile
--- a/databases/Makefile        Fri Aug 14 19:40:48 2009 +0000
+++ b/databases/Makefile        Fri Aug 14 19:41:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.303 2009/07/29 06:33:03 adam Exp $
+# $NetBSD: Makefile,v 1.304 2009/08/14 19:41:45 joerg Exp $
 #
 
 COMMENT=       Databases
@@ -35,7 +35,6 @@
 SUBDIR+=       jdb
 SUBDIR+=       jdbc-mysql31
 SUBDIR+=       jdbc-mysql5
-SUBDIR+=       jdbc-postgresql81
 SUBDIR+=       jdbc-postgresql82
 SUBDIR+=       jdbc-postgresql83
 SUBDIR+=       kmysqladmin
@@ -190,13 +189,6 @@
 SUBDIR+=       phpldapadmin
 SUBDIR+=       phpmyadmin
 SUBDIR+=       phppgadmin
-SUBDIR+=       postgresql81
-SUBDIR+=       postgresql81-client
-SUBDIR+=       postgresql81-plperl
-SUBDIR+=       postgresql81-plpython
-SUBDIR+=       postgresql81-pltcl
-SUBDIR+=       postgresql81-server
-SUBDIR+=       postgresql81-tsearch2
 SUBDIR+=       postgresql82
 SUBDIR+=       postgresql82-adminpack
 SUBDIR+=       postgresql82-client
diff -r 892f0ecd093a -r 45382350b9c2 databases/jdbc-postgresql81/DESCR
--- a/databases/jdbc-postgresql81/DESCR Fri Aug 14 19:40:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-This is a pure Java (Type IV) JDBC driver for the PostgreSQL
-database.  It allows Java programs to connect to a PostgreSQL
-database using standard, database independent Java code.
-
-The driver provides a reasonably complete implementation of the
-JDBC 3 specification in addition to some PostgreSQL specific
-extensions.
diff -r 892f0ecd093a -r 45382350b9c2 databases/jdbc-postgresql81/Makefile
--- a/databases/jdbc-postgresql81/Makefile      Fri Aug 14 19:40:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2009/02/18 10:56:09 abs Exp $
-#
-
-DISTNAME=              postgresql-jdbc-8.1-${PGBUILD}.src
-PKGNAME=               jdbc-postgresql81-${PGBUILD}
-DISTFILES+=            ${DISTNAME}.tar.gz ${JARDIST}
-CATEGORIES=            databases
-MASTER_SITES=          http://jdbc.postgresql.org/download/
-
-MAINTAINER=            abs%NetBSD.org@localhost
-HOMEPAGE=              http://jdbc.postgresql.org/
-COMMENT=               PostgreSQL 8.1 JDBC3 driver
-
-PGBUILD=               412
-JARDIST=               postgresql-8.1-${PGBUILD}.jdbc3.jar
-JARFILE=               postgresql81.jar
-EXTRACT_ONLY=          ${DISTFILES:N*.jar}
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-INSTALLATION_DIRS=     lib/java ${EXAMPLEDIR} ${DOCDIR}
-
-USE_JAVA=              run
-USE_JAVA2=             1.4
-NO_BUILD=              YES
-
-EXAMPLEDIR=            share/examples/java/${PKGBASE}
-DOCDIR=                        share/doc/java/${PKGBASE}
-PLIST_SUBST+=          JARFILE=${JARFILE:Q}
-PLIST_SUBST+=          EXAMPLEDIR=${EXAMPLEDIR:Q}
-PLIST_SUBST+=          DOCDIR=${DOCDIR:Q}
-
-do-install:
-       ${INSTALL_DATA} ${DISTDIR}/${JARDIST} \
-               ${DESTDIR}${PREFIX}/lib/java/${JARFILE}
-       ${INSTALL_DATA} ${WRKSRC}/example/*.java \
-               ${DESTDIR}${PREFIX}/${EXAMPLEDIR}
-       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR}
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 892f0ecd093a -r 45382350b9c2 databases/jdbc-postgresql81/PLIST
--- a/databases/jdbc-postgresql81/PLIST Fri Aug 14 19:40:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:43:17 joerg Exp $
-lib/java/${JARFILE}
-${DOCDIR}/README
-${EXAMPLEDIR}/ImageViewer.java
-${EXAMPLEDIR}/Unicode.java
-${EXAMPLEDIR}/basic.java
-${EXAMPLEDIR}/blobtest.java
-${EXAMPLEDIR}/datestyle.java
-${EXAMPLEDIR}/metadata.java
-${EXAMPLEDIR}/psql.java
-${EXAMPLEDIR}/threadsafe.java
diff -r 892f0ecd093a -r 45382350b9c2 databases/jdbc-postgresql81/distinfo
--- a/databases/jdbc-postgresql81/distinfo      Fri Aug 14 19:40:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.5 2008/07/16 20:54:50 abs Exp $
-
-SHA1 (postgresql-8.1-412.jdbc3.jar) = e6d2500134a8868148ce9fd1d8bf02702df287a5
-RMD160 (postgresql-8.1-412.jdbc3.jar) = 40c958ff04b8a9b6b0bcbdd75177900c25d570e1
-Size (postgresql-8.1-412.jdbc3.jar) = 408785 bytes
-SHA1 (postgresql-jdbc-8.1-412.src.tar.gz) = 8f73fb87707bd6a82b5096fa6f264c2ab034354d
-RMD160 (postgresql-jdbc-8.1-412.src.tar.gz) = 47f7f0690848cd106cea0260087ead6f9eba65b7
-Size (postgresql-jdbc-8.1-412.src.tar.gz) = 491205 bytes
diff -r 892f0ecd093a -r 45382350b9c2 databases/postgresql81-client/DESCR
--- a/databases/postgresql81-client/DESCR       Fri Aug 14 19:40:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
-derived from the Berkeley Postgres database management system.  While
-PostgreSQL retains the powerful object-relational data model, rich data types
-and easy extensibility of Postgres, it replaces the PostQuel query language
-with an extended subset of SQL.
-
-PostgreSQL is free and the complete source is available.
-
-This package contains the database client programs.
diff -r 892f0ecd093a -r 45382350b9c2 databases/postgresql81-client/Makefile
--- a/databases/postgresql81-client/Makefile    Fri Aug 14 19:40:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,88 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2009/06/14 22:57:58 joerg Exp $
-
-PKGNAME=       postgresql81-client-${BASE_VERS}
-PKGREVISION=   1
-COMMENT=       PostgreSQL database client programs
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-.include "../../databases/postgresql81/Makefile.common"
-
-USE_TOOLS+=            gzip tar
-USE_LIBTOOL=           yes
-CONFIGURE_ARGS+=       --with-openssl
-CONFIGURE_ARGS+=       --with-readline
-CONFIGURE_ARGS+=       --with-zlib
-
-CONFLICTS+=    postgresql81-lib-[0-9]*
-CONFLICTS+=    postgresql81-docs-[0-9]*
-
-# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
-# NetBSD earler than 4.0 or DragonFly.
-# 2. configure with --enable-thread-safety fails on OpenBSD.
-#
-.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \
-    ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
-PGSQL_THREAD_SAFETY?=  no
-.endif
-PGSQL_THREAD_SAFETY?=  yes
-BUILD_DEFS+=           PGSQL_THREAD_SAFETY
-
-.if !empty(PGSQL_THREAD_SAFETY:M[yY][eE][sS])
-.  include "../../mk/pthread.buildlink3.mk"
-.  if (${PTHREAD_TYPE} == "native")
-CONFIGURE_ARGS+=       --enable-thread-safety
-.  endif
-.endif
-
-INSTALL_DIRS=  src/include
-INSTALL_DIRS+= src/interfaces
-INSTALL_DIRS+= src/port
-INSTALL_DIRS+= src/bin
-INSTALL_DIRS+= doc
-
-BUILD_DIRS=    ${INSTALL_DIRS}
-
-# Without this, the Darwin build fails (related to -bundle_loader).
-BUILD_DIRS+=   src/backend
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql81-client
-.include "../../databases/postgresql81/options.mk"
-
-.for _file_ in pg_service.conf psqlrc
-CONF_FILES+=   ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_}
-.endfor
-
-# XXX work around core dumps with the native libedit
-USE_GNU_READLINE=      yes
-
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-# On Solaris, avoid conflicts between "${SSLBASE}/include/openssl/des.h"
-# and "/usr/include/crypt.h" -- we want the definitions in the former.
-#
-.if ${OPSYS} == "SunOS"
-post-wrapper:
-       touch ${BUILDLINK_DIR}/include/crypt.h
-.endif
-
-pre-build:
-       ${RUN} ${_ULIMIT_CMD}                                           \
-       cd ${WRKSRC}/src/backend &&                                     \
-       env ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS}             \
-               ../../src/include/parser/parse.h                        \
-               ../../src/include/utils/fmgroids.h
-
-post-install:
-       cd ${WRKSRC}/doc; for file in                                   \
-               FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO          \
-               bug.template;                                           \
-       do                                                              \
-               ${INSTALL_DATA} $$file ${DESTDIR}${PG_DOC_DIR}/$$file;  \
-        done
-       cp -R ${WRKSRC}/doc/TODO.detail ${DESTDIR}${PG_DOC_DIR}
-       chown -R ${DOCOWN}:${DOCGRP} ${DESTDIR}${PG_DOC_DIR}/TODO.detail
-
-.include "../../mk/bsd.pkg.mk"
diff -r 892f0ecd093a -r 45382350b9c2 databases/postgresql81-client/PLIST
--- a/databases/postgresql81-client/PLIST       Fri Aug 14 19:40:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1471 +0,0 @@
-@comment $NetBSD: PLIST,v 1.16 2009/06/14 22:57:58 joerg Exp $
-${PG_SUBPREFIX}bin/clusterdb
-${PG_SUBPREFIX}bin/createdb
-${PG_SUBPREFIX}bin/createlang
-${PG_SUBPREFIX}bin/createuser
-${PG_SUBPREFIX}bin/dropdb
-${PG_SUBPREFIX}bin/droplang
-${PG_SUBPREFIX}bin/dropuser
-${PG_SUBPREFIX}bin/ecpg
-${PG_SUBPREFIX}bin/initdb
-${PG_SUBPREFIX}bin/ipcclean
-${PG_SUBPREFIX}bin/pg_config
-${PG_SUBPREFIX}bin/pg_controldata
-${PG_SUBPREFIX}bin/pg_ctl
-${PG_SUBPREFIX}bin/pg_dump
-${PG_SUBPREFIX}bin/pg_dumpall
-${PG_SUBPREFIX}bin/pg_resetxlog
-${PG_SUBPREFIX}bin/pg_restore
-${PG_SUBPREFIX}bin/psql
-${PG_SUBPREFIX}bin/reindexdb
-${PG_SUBPREFIX}bin/vacuumdb
-${PG_SUBPREFIX}include/ecpg_informix.h
-${PG_SUBPREFIX}include/ecpgerrno.h
-${PG_SUBPREFIX}include/ecpglib.h
-${PG_SUBPREFIX}include/ecpgtype.h
-${PG_SUBPREFIX}include/libpq-fe.h
-${PG_SUBPREFIX}include/libpq/libpq-fs.h
-${PG_SUBPREFIX}include/pg_config.h
-${PG_SUBPREFIX}include/pg_config_manual.h
-${PG_SUBPREFIX}include/pg_config_os.h
-${PG_SUBPREFIX}include/pgtypes_date.h
-${PG_SUBPREFIX}include/pgtypes_error.h
-${PG_SUBPREFIX}include/pgtypes_interval.h
-${PG_SUBPREFIX}include/pgtypes_numeric.h
-${PG_SUBPREFIX}include/pgtypes_timestamp.h
-${PG_SUBPREFIX}include/postgres_ext.h
-${PG_SUBPREFIX}include/postgresql/informix/esql/datetime.h
-${PG_SUBPREFIX}include/postgresql/informix/esql/decimal.h
-${PG_SUBPREFIX}include/postgresql/informix/esql/sqlda.h
-${PG_SUBPREFIX}include/postgresql/informix/esql/sqltypes.h
-${PG_SUBPREFIX}include/postgresql/internal/c.h
-${PG_SUBPREFIX}include/postgresql/internal/libpq-int.h
-${PG_SUBPREFIX}include/postgresql/internal/libpq/pqcomm.h
-${PG_SUBPREFIX}include/postgresql/internal/port.h
-${PG_SUBPREFIX}include/postgresql/internal/postgres_fe.h
-${PG_SUBPREFIX}include/postgresql/internal/pqexpbuffer.h
-${PG_SUBPREFIX}include/postgresql/server/access/attnum.h
-${PG_SUBPREFIX}include/postgresql/server/access/clog.h
-${PG_SUBPREFIX}include/postgresql/server/access/genam.h
-${PG_SUBPREFIX}include/postgresql/server/access/gist.h
-${PG_SUBPREFIX}include/postgresql/server/access/gist_private.h
-${PG_SUBPREFIX}include/postgresql/server/access/gistscan.h
-${PG_SUBPREFIX}include/postgresql/server/access/hash.h
-${PG_SUBPREFIX}include/postgresql/server/access/heapam.h
-${PG_SUBPREFIX}include/postgresql/server/access/hio.h
-${PG_SUBPREFIX}include/postgresql/server/access/htup.h
-${PG_SUBPREFIX}include/postgresql/server/access/iqual.h
-${PG_SUBPREFIX}include/postgresql/server/access/itup.h
-${PG_SUBPREFIX}include/postgresql/server/access/multixact.h
-${PG_SUBPREFIX}include/postgresql/server/access/nbtree.h
-${PG_SUBPREFIX}include/postgresql/server/access/printtup.h
-${PG_SUBPREFIX}include/postgresql/server/access/relscan.h
-${PG_SUBPREFIX}include/postgresql/server/access/rmgr.h
-${PG_SUBPREFIX}include/postgresql/server/access/rtree.h
-${PG_SUBPREFIX}include/postgresql/server/access/rtscan.h
-${PG_SUBPREFIX}include/postgresql/server/access/sdir.h
-${PG_SUBPREFIX}include/postgresql/server/access/skey.h
-${PG_SUBPREFIX}include/postgresql/server/access/slru.h
-${PG_SUBPREFIX}include/postgresql/server/access/subtrans.h
-${PG_SUBPREFIX}include/postgresql/server/access/transam.h
-${PG_SUBPREFIX}include/postgresql/server/access/tupdesc.h
-${PG_SUBPREFIX}include/postgresql/server/access/tupmacs.h
-${PG_SUBPREFIX}include/postgresql/server/access/tuptoaster.h
-${PG_SUBPREFIX}include/postgresql/server/access/twophase.h
-${PG_SUBPREFIX}include/postgresql/server/access/twophase_rmgr.h
-${PG_SUBPREFIX}include/postgresql/server/access/valid.h
-${PG_SUBPREFIX}include/postgresql/server/access/xact.h
-${PG_SUBPREFIX}include/postgresql/server/access/xlog.h



Home | Main Index | Thread Index | Old Index