pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Removed (jdbc-)postgresql92(-*)
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbe0450a5eaa
branches: trunk
changeset: 308325:cbe0450a5eaa
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 21 08:06:39 2018 +0000
description:
Removed (jdbc-)postgresql92(-*)
diffstat:
databases/Makefile | 11 +-
databases/jdbc-postgresql92/DESCR | 7 -
databases/jdbc-postgresql92/Makefile | 35 -
databases/jdbc-postgresql92/PLIST | 3 -
databases/jdbc-postgresql92/distinfo | 10 -
databases/postgresql92-client/DESCR | 9 -
databases/postgresql92-client/Makefile | 81 -
databases/postgresql92-client/PLIST | 722 ----
databases/postgresql92-client/buildlink3.mk | 21 -
databases/postgresql92-contrib/DESCR | 4 -
databases/postgresql92-contrib/Makefile | 78 -
databases/postgresql92-contrib/PLIST | 178 -
databases/postgresql92-docs/DESCR | 9 -
databases/postgresql92-docs/Makefile | 22 -
databases/postgresql92-docs/PLIST | 1466 ----------
databases/postgresql92-plperl/DESCR | 5 -
databases/postgresql92-plperl/MESSAGE | 7 -
databases/postgresql92-plperl/Makefile | 21 -
databases/postgresql92-plperl/PLIST | 21 -
databases/postgresql92-plpython/DESCR | 9 -
databases/postgresql92-plpython/MESSAGE | 17 -
databases/postgresql92-plpython/Makefile | 19 -
databases/postgresql92-plpython/PLIST | 23 -
databases/postgresql92-pltcl/DESCR | 4 -
databases/postgresql92-pltcl/MESSAGE | 7 -
databases/postgresql92-pltcl/Makefile | 21 -
databases/postgresql92-pltcl/PLIST | 25 -
databases/postgresql92-server/DEINSTALL | 20 -
databases/postgresql92-server/DESCR | 9 -
databases/postgresql92-server/MESSAGE | 18 -
databases/postgresql92-server/Makefile | 77 -
databases/postgresql92-server/PLIST | 696 ----
databases/postgresql92-server/files/pgsql.sh | 130 -
databases/postgresql92-server/files/smf/manifest.xml | 37 -
databases/postgresql92-server/files/smf/postgresql.sh | 57 -
databases/postgresql92/DESCR | 9 -
databases/postgresql92/Makefile | 15 -
databases/postgresql92/Makefile.common | 138 -
databases/postgresql92/PLIST | 2 -
databases/postgresql92/distinfo | 18 -
databases/postgresql92/files/GNUmakefile.libpq | 20 -
databases/postgresql92/files/dynloader-ltdl.h | 17 -
databases/postgresql92/options.mk | 53 -
databases/postgresql92/patches/patch-config_missing | 13 -
databases/postgresql92/patches/patch-config_perl.m4 | 15 -
databases/postgresql92/patches/patch-configure | 23 -
databases/postgresql92/patches/patch-contrib_dblink_Makefile | 12 -
databases/postgresql92/patches/patch-contrib_dblink_dblink.c | 13 -
databases/postgresql92/patches/patch-src_Makefile.shlib | 51 -
databases/postgresql92/patches/patch-src_backend_Makefile | 15 -
databases/postgresql92/patches/patch-src_backend_utils_adt_datetime.c | 14 -
databases/postgresql92/patches/patch-src_interfaces_ecpg_pgtypeslib_interval.c | 15 -
databases/postgresql92/patches/patch-src_makefiles_Makefile.solaris | 10 -
databases/postgresql92/patches/patch-src_pl_plperl_GNUmakefile | 21 -
databases/postgresql92/patches/patch-src_pl_plperl_plperl.h | 27 -
55 files changed, 1 insertions(+), 4379 deletions(-)
diffs (truncated from 4617 to 300 lines):
diff -r 65aa61375d9f -r cbe0450a5eaa databases/Makefile
--- a/databases/Makefile Mon May 21 07:24:20 2018 +0000
+++ b/databases/Makefile Mon May 21 08:06:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.561 2018/05/03 12:38:57 prlw1 Exp $
+# $NetBSD: Makefile,v 1.562 2018/05/21 08:06:39 adam Exp $
COMMENT= Databases
@@ -57,7 +57,6 @@
SUBDIR+= jdbc-mysql31
SUBDIR+= jdbc-mysql5
SUBDIR+= jdbc-mysql51
-SUBDIR+= jdbc-postgresql92
SUBDIR+= jdbc-postgresql93
SUBDIR+= jdbc-postgresql94
SUBDIR+= kyotocabinet
@@ -291,14 +290,6 @@
SUBDIR+= postgresql10-plpython
SUBDIR+= postgresql10-pltcl
SUBDIR+= postgresql10-server
-SUBDIR+= postgresql92
-SUBDIR+= postgresql92-client
-SUBDIR+= postgresql92-contrib
-SUBDIR+= postgresql92-docs
-SUBDIR+= postgresql92-plperl
-SUBDIR+= postgresql92-plpython
-SUBDIR+= postgresql92-pltcl
-SUBDIR+= postgresql92-server
SUBDIR+= postgresql93
SUBDIR+= postgresql93-client
SUBDIR+= postgresql93-contrib
diff -r 65aa61375d9f -r cbe0450a5eaa databases/jdbc-postgresql92/DESCR
--- a/databases/jdbc-postgresql92/DESCR Mon May 21 07:24:20 2018 +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 4 specification in addition to some PostgreSQL specific
-extensions.
diff -r 65aa61375d9f -r cbe0450a5eaa databases/jdbc-postgresql92/Makefile
--- a/databases/jdbc-postgresql92/Makefile Mon May 21 07:24:20 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2017/08/16 20:21:06 wiz Exp $
-#
-
-DISTNAME= postgresql-jdbc-9.2-${PGBUILD}.src
-PKGNAME= jdbc-postgresql92-${PGBUILD}
-DISTFILES+= ${DISTNAME}.tar.gz ${JARDIST}
-CATEGORIES= databases
-MASTER_SITES= https://jdbc.postgresql.org/download/
-
-MAINTAINER= ryoon%NetBSD.org@localhost
-HOMEPAGE= https://jdbc.postgresql.org/
-COMMENT= PostgreSQL 9.2 JDBC4 driver
-
-PGBUILD= 1002
-JARDIST= postgresql-9.2-${PGBUILD}.jdbc4.jar
-JARFILE= postgresql92.jar
-EXTRACT_ONLY= ${DISTFILES:N*.jar}
-
-INSTALLATION_DIRS= lib/java ${DOCDIR}
-
-USE_JAVA= run
-USE_JAVA2= 6
-NO_BUILD= YES
-
-DOCDIR= share/doc/java/${PKGBASE}
-PLIST_SUBST+= JARFILE=${JARFILE:Q}
-PLIST_SUBST+= DOCDIR=${DOCDIR:Q}
-
-do-install:
- ${INSTALL_DATA} ${DISTDIR}/${JARDIST} \
- ${DESTDIR}${PREFIX}/lib/java/${JARFILE}
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR}
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 65aa61375d9f -r cbe0450a5eaa databases/jdbc-postgresql92/PLIST
--- a/databases/jdbc-postgresql92/PLIST Mon May 21 07:24:20 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/26 15:50:31 ryoon Exp $
-lib/java/${JARFILE}
-${DOCDIR}/README
diff -r 65aa61375d9f -r cbe0450a5eaa databases/jdbc-postgresql92/distinfo
--- a/databases/jdbc-postgresql92/distinfo Mon May 21 07:24:20 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:56:13 agc Exp $
-
-SHA1 (postgresql-9.2-1002.jdbc4.jar) = 65b528162f7cf20b4d44bc31a446724e217ba35b
-RMD160 (postgresql-9.2-1002.jdbc4.jar) = 9e34845af873060edc0014130be3ea08517586d3
-SHA512 (postgresql-9.2-1002.jdbc4.jar) = 8466833da18eaf942f754c228d6c6f40d7577701da9998c1f60ee1df79dc8e5107c7dc8fad3840c4be3b805cc131c3bfaf4fb5dba09a8af4a222b94bf1c87667
-Size (postgresql-9.2-1002.jdbc4.jar) = 579785 bytes
-SHA1 (postgresql-jdbc-9.2-1002.src.tar.gz) = ac5efbe2a3acf8fdb443bda874f97b1928f23efc
-RMD160 (postgresql-jdbc-9.2-1002.src.tar.gz) = d0c86e6152e6733dea4aacf564f3094d01755f11
-SHA512 (postgresql-jdbc-9.2-1002.src.tar.gz) = 9af7a92d8adf06569783c74fd6dd53c239c1dad3195096b9eb74a89d5fa691fdca13dbd4f9b73bc30aa6b6c47444e5ec5baa0271e729036a824678176eca1eac
-Size (postgresql-jdbc-9.2-1002.src.tar.gz) = 674693 bytes
diff -r 65aa61375d9f -r cbe0450a5eaa databases/postgresql92-client/DESCR
--- a/databases/postgresql92-client/DESCR Mon May 21 07:24:20 2018 +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 65aa61375d9f -r cbe0450a5eaa databases/postgresql92-client/Makefile
--- a/databases/postgresql92-client/Makefile Mon May 21 07:24:20 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2017/12/15 16:57:24 dholland Exp $
-
-PKGNAME= ${DISTNAME:C/-/92-client-/}
-PKGREVISION= 1
-COMMENT= PostgreSQL database client programs
-
-.include "../../databases/postgresql92/Makefile.common"
-
-USE_TOOLS+= gzip tar
-CONFIGURE_ARGS+= --with-openssl
-CONFIGURE_ARGS+= --with-readline
-CONFIGURE_ARGS+= --with-zlib
-
-# 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" || ${OPSYS} == "MirBSD"
-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/bin
-INSTALL_DIRS+= src/port
-BUILD_DIRS= ${INSTALL_DIRS}
-# Without this, the Darwin build fails (related to -bundle_loader).
-BUILD_DIRS+= src/backend
-
-.for f in pg_service.conf psqlrc
-CONF_FILES+= share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f}
-.endfor
-
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-SUBST_CLASSES+= pgxs
-SUBST_STAGE.pgxs= post-build
-SUBST_MESSAGE.pgxs= Fixing workdir tools references in pgxs Makefile
-SUBST_FILES.pgxs= src/Makefile.global
-SUBST_SED.pgxs= -e 's,${TOOLS_CMD.bison},${TOOLS_PATH.bison},'
-SUBST_SED.pgxs+= -e 's,${TOOLS_CMD.lex},${TOOLS_PATH.lex},'
-SUBST_SED.pgxs+= -e 's,${TOOLS_CMD.mkdir},${TOOLS_PATH.mkdir},'
-SUBST_SED.pgxs+= -e 's,${WRKDIR}/.wrapper/bin/ld,${LD},'
-SUBST_SED.pgxs+= -e 's,${WRKDIR}/.wrapper,${PREFIX},'
-SUBST_SED.pgxs+= -e 's,${WRKSRC},/dev/null,'
-
-INSTALLATION_DIRS+= lib/postgresql/pgxs
-INSTALLATION_DIRS+= lib/postgresql/pgxs/config
-INSTALLATION_DIRS+= lib/postgresql/pgxs/src
-INSTALLATION_DIRS+= lib/postgresql/pgxs/src/makefiles
-
-DEST_PGXS= ${DESTDIR}${PREFIX}/lib/postgresql/pgxs
-PGXS_FILES= config/install-sh
-PGXS_FILES+= src/makefiles/pgxs.mk src/Makefile.global
-PGXS_FILES+= src/Makefile.port src/Makefile.shlib
-PGXS_FILES+= src/nls-global.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
-
-post-install:
-.for file in ${PGXS_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DEST_PGXS}/${file}
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
diff -r 65aa61375d9f -r cbe0450a5eaa databases/postgresql92-client/PLIST
--- a/databases/postgresql92-client/PLIST Mon May 21 07:24:20 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,722 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2016/02/25 00:41:54 tnn Exp $
-bin/clusterdb
-bin/createdb
-bin/createlang
-bin/createuser
-bin/dropdb
-bin/droplang
-bin/dropuser
-bin/ecpg
-bin/initdb
-bin/pg_basebackup
-bin/pg_config
-bin/pg_controldata
-bin/pg_ctl
-bin/pg_dump
-bin/pg_dumpall
-bin/pg_receivexlog
-bin/pg_resetxlog
-bin/pg_restore
-bin/psql
-bin/reindexdb
-bin/vacuumdb
-include/ecpg_config.h
-include/ecpg_informix.h
-include/ecpgerrno.h
-include/ecpglib.h
-include/ecpgtype.h
-include/libpq-events.h
-include/libpq-fe.h
-include/libpq/libpq-fs.h
-include/pg_config.h
-include/pg_config_manual.h
-include/pg_config_os.h
-include/pgtypes_date.h
-include/pgtypes_error.h
-include/pgtypes_interval.h
-include/pgtypes_numeric.h
-include/pgtypes_timestamp.h
-include/postgres_ext.h
-include/postgresql/informix/esql/datetime.h
-include/postgresql/informix/esql/decimal.h
-include/postgresql/informix/esql/sqltypes.h
-include/postgresql/internal/c.h
-include/postgresql/internal/libpq-int.h
-include/postgresql/internal/libpq/pqcomm.h
-include/postgresql/internal/port.h
-include/postgresql/internal/postgres_fe.h
-include/postgresql/internal/pqexpbuffer.h
-include/postgresql/server/access/attnum.h
-include/postgresql/server/access/clog.h
-include/postgresql/server/access/genam.h
-include/postgresql/server/access/gin.h
-include/postgresql/server/access/gin_private.h
-include/postgresql/server/access/gist.h
-include/postgresql/server/access/gist_private.h
-include/postgresql/server/access/gistscan.h
-include/postgresql/server/access/hash.h
-include/postgresql/server/access/heapam.h
-include/postgresql/server/access/hio.h
-include/postgresql/server/access/htup.h
-include/postgresql/server/access/itup.h
-include/postgresql/server/access/multixact.h
-include/postgresql/server/access/nbtree.h
-include/postgresql/server/access/printtup.h
-include/postgresql/server/access/reloptions.h
-include/postgresql/server/access/relscan.h
-include/postgresql/server/access/rewriteheap.h
-include/postgresql/server/access/rmgr.h
-include/postgresql/server/access/sdir.h
-include/postgresql/server/access/skey.h
-include/postgresql/server/access/slru.h
-include/postgresql/server/access/spgist.h
-include/postgresql/server/access/spgist_private.h
-include/postgresql/server/access/subtrans.h
-include/postgresql/server/access/sysattr.h
-include/postgresql/server/access/transam.h
-include/postgresql/server/access/tupconvert.h
-include/postgresql/server/access/tupdesc.h
-include/postgresql/server/access/tupmacs.h
-include/postgresql/server/access/tuptoaster.h
-include/postgresql/server/access/twophase.h
-include/postgresql/server/access/twophase_rmgr.h
-include/postgresql/server/access/valid.h
-include/postgresql/server/access/visibilitymap.h
-include/postgresql/server/access/xact.h
-include/postgresql/server/access/xlog.h
-include/postgresql/server/access/xlog_internal.h
-include/postgresql/server/access/xlogdefs.h
-include/postgresql/server/access/xlogutils.h
-include/postgresql/server/bootstrap/bootstrap.h
-include/postgresql/server/c.h
-include/postgresql/server/catalog/catalog.h
-include/postgresql/server/catalog/catversion.h
-include/postgresql/server/catalog/dependency.h
-include/postgresql/server/catalog/genbki.h
Home |
Main Index |
Thread Index |
Old Index