diff options
Diffstat (limited to 'databases')
66 files changed, 0 insertions, 3745 deletions
diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile deleted file mode 100644 index fb471d1dea78..000000000000 --- a/databases/percona55-client/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: MySQL-client -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -client - -COMMENT= Multithreaded SQL database (client) - -MASTERDIR= ${.CURDIR}/../mysql55-server - -PKGMESSAGE= mustnotexist -PATCHDIR= ${.CURDIR}/files -PLIST= ${.CURDIR}/pkg-plist - -LATEST_LINK= mysql55-client - -CONFLICTS_INSTALL= mysql-client-[34].* mysql-client-5.[0-46-9].* - -CMAKE_ARGS= -DWITHOUT_SERVER=1 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -MAN1= comp_err.1 msql2mysql.1 mysql.1 mysql_config.1 mysql_find_rows.1 \ - mysql_waitpid.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 \ - mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1 - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/percona55-client/files/patch-CMakeLists.txt b/databases/percona55-client/files/patch-CMakeLists.txt deleted file mode 100644 index 934244b14ec5..000000000000 --- a/databases/percona55-client/files/patch-CMakeLists.txt +++ /dev/null @@ -1,53 +0,0 @@ ---- CMakeLists.txt.orig 2010-12-03 18:58:24.000000000 +0100 -+++ CMakeLists.txt 2010-12-23 17:01:52.000000000 +0100 -@@ -292,27 +292,11 @@ - ENDIF() - - ADD_SUBDIRECTORY(extra) --IF(NOT WITHOUT_SERVER) -- ADD_SUBDIRECTORY(tests) -- ADD_SUBDIRECTORY(client) -- ADD_SUBDIRECTORY(sql) -- ADD_SUBDIRECTORY(sql/share) -- ADD_SUBDIRECTORY(libservices) -- OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF) -- IF(WITH_EMBEDDED_SERVER) -- ADD_SUBDIRECTORY(libmysqld) -- ADD_SUBDIRECTORY(libmysqld/examples) -- ENDIF(WITH_EMBEDDED_SERVER) -- -- ADD_SUBDIRECTORY(mysql-test) -- ADD_SUBDIRECTORY(mysql-test/lib/My/SafeProcess) -- ADD_SUBDIRECTORY(support-files) -- ADD_SUBDIRECTORY(scripts) -- ADD_SUBDIRECTORY(sql-bench) -- IF(UNIX) -- ADD_SUBDIRECTORY(man) -- ENDIF() --ENDIF() -+ADD_SUBDIRECTORY(client) -+ADD_SUBDIRECTORY(libservices) -+ADD_SUBDIRECTORY(support-files) -+ADD_SUBDIRECTORY(scripts) -+ADD_SUBDIRECTORY(man) - - INCLUDE(cmake/abi_check.cmake) - INCLUDE(cmake/tags.cmake) -@@ -338,11 +322,11 @@ - - INCLUDE(CPack) - IF(UNIX) -- INSTALL(FILES Docs/mysql.info DESTINATION ${INSTALL_INFODIR} OPTIONAL COMPONENT Info) - ENDIF() - # - # RPM installs documentation directly from the source tree - # -+IF(FALSE) - IF(NOT INSTALL_LAYOUT MATCHES "RPM") - INSTALL(FILES COPYING LICENSE.mysql - DESTINATION ${INSTALL_DOCREADMEDIR} -@@ -367,3 +351,4 @@ - PATTERN "sp-imp-spec.txt" EXCLUDE - ) - ENDIF() -+ENDIF() diff --git a/databases/percona55-client/files/patch-client_CMakeLists.txt b/databases/percona55-client/files/patch-client_CMakeLists.txt deleted file mode 100644 index 23a951a0e7ad..000000000000 --- a/databases/percona55-client/files/patch-client_CMakeLists.txt +++ /dev/null @@ -1,43 +0,0 @@ ---- client/CMakeLists.txt.orig 2011-09-09 17:56:40.000000000 +0200 -+++ client/CMakeLists.txt 2011-10-07 11:08:18.000000000 +0200 -@@ -33,9 +33,11 @@ - TARGET_LINK_LIBRARIES(mysql ${READLINE_LIBRARY}) - ENDIF(UNIX) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) - SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") - TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) -+ENDIF() - - - MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) -@@ -47,15 +49,19 @@ - MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) - TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c) - TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient) - ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysqlshow mysqlshow.c) - TARGET_LINK_LIBRARIES(mysqlshow mysqlclient) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysql_plugin mysql_plugin.c) - TARGET_LINK_LIBRARIES(mysql_plugin mysqlclient) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) - TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -72,7 +78,7 @@ - MYSQL_ADD_EXECUTABLE(echo echo.c) - ENDIF(WIN32) - --SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin -+SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap - PROPERTIES HAS_CXX TRUE) - - ADD_DEFINITIONS(-DHAVE_DLOPEN) diff --git a/databases/percona55-client/files/patch-extra_CMakeLists.txt b/databases/percona55-client/files/patch-extra_CMakeLists.txt deleted file mode 100644 index 78a301146b95..000000000000 --- a/databases/percona55-client/files/patch-extra_CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ ---- extra/CMakeLists.txt.orig 2010-12-03 18:58:24.000000000 +0100 -+++ extra/CMakeLists.txt 2010-12-23 14:45:36.000000000 +0100 -@@ -50,6 +50,7 @@ - ${PROJECT_BINARY_DIR}/sql/share/english/errmsg.sys - ${PROJECT_SOURCE_DIR}/sql/share/errmsg-utf8.txt) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c) - TARGET_LINK_LIBRARIES(my_print_defaults mysys) - -@@ -69,11 +70,14 @@ - - MYSQL_ADD_EXECUTABLE(replace replace.c) - TARGET_LINK_LIBRARIES(replace mysys) -+ENDIF() - IF(UNIX) -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.c) - - MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) - TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c) - TARGET_LINK_LIBRARIES(mysql_waitpid mysys) diff --git a/databases/percona55-client/files/patch-include_CMakeLists.txt b/databases/percona55-client/files/patch-include_CMakeLists.txt deleted file mode 100644 index 02ae2db9f708..000000000000 --- a/databases/percona55-client/files/patch-include_CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- include/CMakeLists.txt.orig 2011-01-19 23:37:08.000000000 +0100 -+++ include/CMakeLists.txt 2011-02-07 22:42:05.129894470 +0100 -@@ -27,9 +27,6 @@ - my_list.h - my_alloc.h - typelib.h -- mysql/plugin.h -- mysql/plugin_audit.h -- mysql/plugin_ftparser.h - ) - - SET(HEADERS diff --git a/databases/percona55-client/files/patch-include_my_compare.h b/databases/percona55-client/files/patch-include_my_compare.h deleted file mode 100644 index 093c8ae37789..000000000000 --- a/databases/percona55-client/files/patch-include_my_compare.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/my_compare.h.orig 2011-05-10 09:46:46.000000000 +0200 -+++ include/my_compare.h 2011-05-10 09:47:01.000000000 +0200 -@@ -39,7 +39,7 @@ - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. - */ - --#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define HA_MAX_KEY_SEG 16 /* Max segments for key */ - - #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) diff --git a/databases/percona55-client/files/patch-include_myisam.h b/databases/percona55-client/files/patch-include_myisam.h deleted file mode 100644 index 450645400dd5..000000000000 --- a/databases/percona55-client/files/patch-include_myisam.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/myisam.h.orig 2009-02-16 23:04:54.000000000 +0100 -+++ include/myisam.h 2009-02-16 23:10:08.000000000 +0100 -@@ -48,7 +48,7 @@ - The following defines can be increased if necessary. - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and MI_MAX_KEY_LENGTH. - */ --#define MI_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define MI_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define MI_MAX_KEY_SEG 16 /* Max segments for key */ - - #define MI_MAX_KEY_BUFF (MI_MAX_KEY_LENGTH+MI_MAX_KEY_SEG*6+8+8) diff --git a/databases/percona55-client/files/patch-man_CMakeLists.txt b/databases/percona55-client/files/patch-man_CMakeLists.txt deleted file mode 100644 index 0f79f3e2403d..000000000000 --- a/databases/percona55-client/files/patch-man_CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- man/CMakeLists.txt.orig 2011-10-22 14:08:32.000000000 +0200 -+++ man/CMakeLists.txt 2011-10-22 14:22:42.000000000 +0200 -@@ -15,10 +15,6 @@ - - # Copy man pages - FILE(GLOB MAN1_FILES *.1) --FILE(GLOB MAN1_EXCLUDE make_win_bin_dist.1) --FILE(GLOB MAN1_NDB ndb*.1) --FILE(GLOB MAN8_FILES *.8) --FILE(GLOB MAN8_NDB ndb*.8) - IF(MAN1_FILES) - IF(MAN1_EXCLUDE) - LIST(REMOVE_ITEM MAN1_FILES ${MAN1_EXCLUDE}) diff --git a/databases/percona55-client/files/patch-mysys_default.c b/databases/percona55-client/files/patch-mysys_default.c deleted file mode 100644 index 816105371bdf..000000000000 --- a/databases/percona55-client/files/patch-mysys_default.c +++ /dev/null @@ -1,31 +0,0 @@ ---- mysys/default.c.orig 2010-11-02 23:01:13.000000000 +0100 -+++ mysys/default.c 2010-11-10 16:39:51.000000000 +0100 -@@ -70,7 +70,7 @@ - - /* Which directories are searched for options (and in which order) */ - --#define MAX_DEFAULT_DIRS 6 -+#define MAX_DEFAULT_DIRS 7 - #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ - static const char **default_directories = NULL; - -@@ -711,7 +711,7 @@ - { - MY_STAT stat_info; - if (!my_stat(name,&stat_info,MYF(0))) -- return 1; -+ return 0; - /* - Ignore world-writable regular files. - This is mainly done to protect us to not read a file created by -@@ -1153,7 +1153,10 @@ - - #if defined(DEFAULT_SYSCONFDIR) - if (DEFAULT_SYSCONFDIR[0]) -+ { - errors += add_directory(alloc, DEFAULT_SYSCONFDIR, dirs); -+ errors += add_directory(alloc, DEFAULT_SYSCONFDIR "/mysql", dirs); -+ } - #endif /* DEFAULT_SYSCONFDIR */ - - #endif diff --git a/databases/percona55-client/files/patch-scripts_CMakeLists.txt b/databases/percona55-client/files/patch-scripts_CMakeLists.txt deleted file mode 100644 index 4dd4080c4f5f..000000000000 --- a/databases/percona55-client/files/patch-scripts_CMakeLists.txt +++ /dev/null @@ -1,78 +0,0 @@ ---- scripts/CMakeLists.txt.orig 2010-12-03 18:58:26.000000000 +0100 -+++ scripts/CMakeLists.txt 2011-01-11 20:18:07.000000000 +0100 -@@ -71,6 +71,7 @@ - ) - ENDIF() - -+IF(FALSE) - INSTALL(FILES - ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql - ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql -@@ -79,6 +80,7 @@ - ${FIX_PRIVILEGES_SQL} - DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server - ) -+ENDIF() - - # TCMalloc hacks - IF(MALLOC_LIB) -@@ -138,6 +140,7 @@ - SET(HOSTNAME "hostname") - SET(MYSQLD_USER "mysql") - -+IF(FALSE) - # Required for mysqlbug until autotools are deprecated, once done remove these - # and expand default cmake variables - SET(CC ${CMAKE_C_COMPILER}) -@@ -174,6 +177,7 @@ - DESTINATION ${INSTALL_BINDIR} - COMPONENT Server - ) -+ENDIF() - - ENDIF(UNIX) - -@@ -198,6 +202,7 @@ - SET(localstatedir ${MYSQL_DATADIR}) - ENDIF() - -+IF() - IF(UNIX) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh - ${CMAKE_CURRENT_BINARY_DIR}/mysql_install_db ESCAPE_QUOTES @ONLY) -@@ -215,6 +220,7 @@ - DESTINATION ${DEST} - COMPONENT Server - ) -+ENDIF() - - - SET(prefix "${CMAKE_INSTALL_PREFIX}") -@@ -266,6 +272,8 @@ - GET_FILENAME_COMPONENT(lib "${lib}" NAME_WE) - STRING(REGEX REPLACE "^lib" "" lib "${lib}") - SET(${var} "${${var}}-l${lib} " ) -+ ELSEIF(lib STREQUAL "-pthread") -+ SET(${var} "${${var}}-pthread " ) - ELSE() - SET(${var} "${${var}}-l${lib} " ) - ENDIF() -@@ -318,18 +326,9 @@ - SET(BIN_SCRIPTS - msql2mysql - mysql_config -- mysql_fix_extensions -- mysql_setpermission -- mysql_secure_installation -- mysql_zap - mysqlaccess - mysqlaccess.conf -- mysql_convert_table_format - mysql_find_rows -- mysqlhotcopy -- mysqldumpslow -- mysqld_multi -- mysqld_safe - ) - FOREACH(file ${BIN_SCRIPTS}) - IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh) diff --git a/databases/percona55-client/files/patch-support-files_CMakeLists.txt b/databases/percona55-client/files/patch-support-files_CMakeLists.txt deleted file mode 100644 index e3490b326b03..000000000000 --- a/databases/percona55-client/files/patch-support-files_CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ ---- support-files/CMakeLists.txt.orig 2011-01-19 23:37:09.000000000 +0100 -+++ support-files/CMakeLists.txt 2011-02-07 22:52:05.238344276 +0100 -@@ -40,15 +40,18 @@ - SET(inst_location ${INSTALL_SUPPORTFILESDIR}) - ENDIF() - -+IF(FALSE) - FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${inifile}.cnf.sh - ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} @ONLY) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} - DESTINATION ${inst_location} COMPONENT IniFiles) - ENDFOREACH() -+ENDIF() - - IF(UNIX) - SET(prefix ${CMAKE_INSTALL_PREFIX}) -+IF(FALSE) - FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure - config.medium.ini config.small.ini config.huge.ini ndb-config-2-node.ini) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh -@@ -66,8 +69,10 @@ - IF(INSTALL_SUPPORTFILESDIR) - INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - ENDIF() -+ENDIF() - - INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) -+IF(FALSE) - CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) - CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) - CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.${VERSION}.spec @ONLY) -@@ -85,3 +90,4 @@ - PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ - GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) - ENDIF() -+ENDIF() diff --git a/databases/percona55-client/pkg-plist b/databases/percona55-client/pkg-plist deleted file mode 100644 index 0543f2cfbca3..000000000000 --- a/databases/percona55-client/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/msql2mysql -bin/mysql -bin/mysql_config -bin/mysql_find_rows -bin/mysql_waitpid -bin/mysqlaccess -bin/mysqlaccess.conf -bin/mysqladmin -bin/mysqlbinlog -bin/mysqlcheck -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -bin/mysqlslap -include/mysql/decimal.h -include/mysql/errmsg.h -include/mysql/keycache.h -include/mysql/m_ctype.h -include/mysql/m_string.h -include/mysql/my_alloc.h -include/mysql/my_attribute.h -include/mysql/my_compiler.h -include/mysql/my_config.h -include/mysql/my_dbug.h -include/mysql/my_dir.h -include/mysql/my_getopt.h -include/mysql/my_global.h -include/mysql/my_list.h -include/mysql/my_net.h -include/mysql/my_pthread.h -include/mysql/my_sys.h -include/mysql/my_xml.h -include/mysql/mysql/client_plugin.h -include/mysql/mysql/innodb_priv.h -include/mysql/mysql/plugin.h -include/mysql/mysql/plugin_audit.h -include/mysql/mysql/plugin_auth.h -include/mysql/mysql/plugin_auth_common.h -include/mysql/mysql/plugin_ftparser.h -include/mysql/mysql/psi/mysql_file.h -include/mysql/mysql/psi/mysql_thread.h -include/mysql/mysql/psi/psi.h -include/mysql/mysql/psi/psi_abi_v1.h -include/mysql/mysql/psi/psi_abi_v2.h -include/mysql/mysql/service_my_snprintf.h -include/mysql/mysql/service_thd_alloc.h -include/mysql/mysql/service_thd_wait.h -include/mysql/mysql/service_thread_scheduler.h -include/mysql/mysql/services.h -include/mysql/mysql/thread_pool_priv.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_embed.h -include/mysql/mysql_time.h -include/mysql/mysql_version.h -include/mysql/mysqld_ername.h -include/mysql/mysqld_error.h -include/mysql/sql_common.h -include/mysql/sql_state.h -include/mysql/sslopt-case.h -include/mysql/sslopt-longopts.h -include/mysql/sslopt-vars.h -include/mysql/typelib.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.18 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.18 -lib/mysql/libmysqlservices.a -share/aclocal/mysql.m4 -@dirrm include/mysql/mysql/psi -@dirrm include/mysql/mysql -@dirrm include/mysql -@dirrmtry lib/mysql diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile deleted file mode 100644 index 8bbd8da17737..000000000000 --- a/databases/percona55-server/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: MySQL-server -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= mysql -PORTVERSION= 5.5.17 -PORTREVISION?= 0 -CATEGORIES= databases ipv6 -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.5 -PKGNAMESUFFIX?= -server - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -SLAVEDIRS= databases/mysql55-client -USE_CMAKE= yes -MAKE_JOBS_SAFE= yes - -OPTIONS= OPENSSL "Enable SSL support" on \ - FASTMTX "Replace mutexes with spinlocks" off - -CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ - -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ - -DINSTALL_INCLUDEDIR="include/mysql" \ - -DINSTALL_INFODIR="info" \ - -DINSTALL_LIBDIR="lib/mysql" \ - -DINSTALL_MANDIR="man" \ - -DINSTALL_MYSQLDATADIR="/var/db/mysql" \ - -DINSTALL_MYSQLSHAREDIR="share/mysql" \ - -DINSTALL_MYSQLTESTDIR="share/mysql/tests" \ - -DINSTALL_PLUGINDIR="lib/mysql/plugin" \ - -DINSTALL_SBINDIR="libexec" \ - -DINSTALL_SCRIPTDIR="bin" \ - -DINSTALL_SHAREDIR="share" \ - -DINSTALL_SQLBENCHDIR="share/mysql" \ - -DINSTALL_SUPPORTFILESDIR="share/mysql" \ - -DWITH_LIBEDIT=0 \ - -DWITH_LIBWRAP=1 - -.ifdef USE_MYSQL -.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -.include <bsd.port.options.mk> - -.if !defined(WITHOUT_OPENSSL) -CMAKE_ARGS+= -DWITH_SSL=bundled -.endif -.if defined(WITH_FASTMTX) -CMAKE_ARGS+= -DWITH_FAST_MUTEXES=1 -.endif - -# MySQL-Server part -.if !defined(CLIENT_ONLY) -USE_MYSQL= yes -WANT_MYSQL_VER= 55 - -LATEST_LINK= mysql55-server - -CONFLICTS_INSTALL= mysql-server-[34].* mysql-server-5.[0-46-9].* - -USE_RC_SUBR= mysql-server.sh - -USERS= mysql -GROUPS= mysql - -INFO= mysql - -MAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 \ - mysql.server.1 mysql_convert_table_format.1 mysql_fix_extensions.1 \ - mysql_install_db.1 mysql_plugin.1 mysql_secure_installation.1 mysql_setpermission.1 \ - mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1 mysqlbug.1 \ - mysqld_multi.1 mysqld_safe.1 mysqldumpslow.1 mysqlhotcopy.1 mysqlman.1 \ - mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1 - -MAN8= mysqld.8 - -CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" - -post-install: -.if !defined(PACKAGE_BUILDING) - @${CAT} ${PKGMESSAGE} -.endif -.endif - -post-patch: - @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt - -.include <bsd.port.mk> diff --git a/databases/percona55-server/distinfo b/databases/percona55-server/distinfo deleted file mode 100644 index c4f248c4b035..000000000000 --- a/databases/percona55-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mysql-5.5.17.tar.gz) = 8b3c66d7ddb2c5b5fcda28964c1fcd83128d1d48efd7fb2b23338819a50911f1 -SIZE (mysql-5.5.17.tar.gz) = 24213337 diff --git a/databases/percona55-server/files/mysql-server.sh.in b/databases/percona55-server/files/mysql-server.sh.in deleted file mode 100644 index d7a666b6cf6f..000000000000 --- a/databases/percona55-server/files/mysql-server.sh.in +++ /dev/null @@ -1,75 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mysql -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Add the following line to /etc/rc.conf to enable mysql: -# mysql_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable MySQL. -# mysql_limits (bool): Set to "NO" by default. -# Set it to yes to run `limits -e -U mysql` -# just before mysql starts. -# mysql_dbdir (str): Default to "/var/db/mysql" -# Base database directory. -# mysql_pidfile (str): Custum PID file path and name. -# Default to "${mysql_dbdir}/${hostname}.pid". -# mysql_args (str): Custom additional arguments to be passed -# to mysqld_safe (default empty). -# - -. /etc/rc.subr - -name="mysql" -rcvar=`set_rcvar` - -load_rc_config $name - -: ${mysql_enable="NO"} -: ${mysql_limits="NO"} -: ${mysql_dbdir="/var/db/mysql"} - -mysql_user="mysql" -mysql_limits_args="-e -U ${mysql_user}" -pidfile=${mysql_pidfile:-"${mysql_dbdir}/`/bin/hostname`.pid"} -command="/usr/sbin/daemon" -command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_dbdir}/my.cnf --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args}" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" -start_postcmd="${name}_poststart" -mysql_install_db="%%PREFIX%%/bin/mysql_install_db" -mysql_install_db_args="--basedir=%%PREFIX%% --datadir=${mysql_dbdir} --force" - -mysql_create_auth_tables() -{ - eval $mysql_install_db $mysql_install_db_args >/dev/null 2>/dev/null - [ $? -eq 0 ] && chown -R ${mysql_user}:${mysql_user} ${mysql_dbdir} -} - -mysql_prestart() -{ - if [ ! -d "${mysql_dbdir}/mysql/." ]; then - mysql_create_auth_tables || return 1 - fi - if checkyesno mysql_limits; then - eval `/usr/bin/limits ${mysql_limits_args}` 2>/dev/null - else - return 0 - fi -} - -mysql_poststart() -{ - local timeout=15 - while [ ! -f "${pidfile}" -a ${timeout} -gt 0 ]; do - timeout=$(( timeout - 1 )) - sleep 1 - done - return 0 -} - -run_rc_command "$1" diff --git a/databases/percona55-server/files/patch-CMakeLists.txt b/databases/percona55-server/files/patch-CMakeLists.txt deleted file mode 100644 index c0a8713402cb..000000000000 --- a/databases/percona55-server/files/patch-CMakeLists.txt +++ /dev/null @@ -1,38 +0,0 @@ ---- CMakeLists.txt.orig 2010-12-03 18:58:24.000000000 +0100 -+++ CMakeLists.txt 2010-12-23 18:02:02.000000000 +0100 -@@ -293,7 +293,6 @@ - - ADD_SUBDIRECTORY(extra) - IF(NOT WITHOUT_SERVER) -- ADD_SUBDIRECTORY(tests) - ADD_SUBDIRECTORY(client) - ADD_SUBDIRECTORY(sql) - ADD_SUBDIRECTORY(sql/share) -@@ -301,14 +300,10 @@ - OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF) - IF(WITH_EMBEDDED_SERVER) - ADD_SUBDIRECTORY(libmysqld) -- ADD_SUBDIRECTORY(libmysqld/examples) - ENDIF(WITH_EMBEDDED_SERVER) - -- ADD_SUBDIRECTORY(mysql-test) -- ADD_SUBDIRECTORY(mysql-test/lib/My/SafeProcess) - ADD_SUBDIRECTORY(support-files) - ADD_SUBDIRECTORY(scripts) -- ADD_SUBDIRECTORY(sql-bench) - IF(UNIX) - ADD_SUBDIRECTORY(man) - ENDIF() -@@ -343,6 +338,7 @@ - # - # RPM installs documentation directly from the source tree - # -+IF(FALSE) - IF(NOT INSTALL_LAYOUT MATCHES "RPM") - INSTALL(FILES COPYING LICENSE.mysql - DESTINATION ${INSTALL_DOCREADMEDIR} -@@ -367,3 +363,4 @@ - PATTERN "sp-imp-spec.txt" EXCLUDE - ) - ENDIF() -+ENDIF() diff --git a/databases/percona55-server/files/patch-client_CMakeLists.txt b/databases/percona55-server/files/patch-client_CMakeLists.txt deleted file mode 100644 index 2c5864188b98..000000000000 --- a/databases/percona55-server/files/patch-client_CMakeLists.txt +++ /dev/null @@ -1,61 +0,0 @@ ---- client/CMakeLists.txt.orig 2011-09-09 17:56:40.000000000 +0200 -+++ client/CMakeLists.txt 2011-10-07 11:06:21.000000000 +0200 -@@ -27,17 +27,20 @@ - - ADD_DEFINITIONS(${READLINE_DEFINES}) - ADD_DEFINITIONS(${SSL_DEFINES}) -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc sql_string.cc) - TARGET_LINK_LIBRARIES(mysql mysqlclient) - IF(UNIX) - TARGET_LINK_LIBRARIES(mysql ${READLINE_LIBRARY}) - ENDIF(UNIX) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) - SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") - TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) - - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) - TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) - -@@ -46,17 +49,21 @@ - - MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) - TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c) - TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient) - ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysqlshow mysqlshow.c) - TARGET_LINK_LIBRARIES(mysqlshow mysqlclient) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysql_plugin mysql_plugin.c) - TARGET_LINK_LIBRARIES(mysql_plugin mysqlclient) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) - TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) - -@@ -66,13 +73,14 @@ - MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) - SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") - TARGET_LINK_LIBRARIES(mysqlslap mysqlclient) -+ENDIF() - - # "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/". - IF(WIN32) - MYSQL_ADD_EXECUTABLE(echo echo.c) - ENDIF(WIN32) - --SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin -+SET_TARGET_PROPERTIES (mysql_upgrade mysql_plugin - PROPERTIES HAS_CXX TRUE) - - ADD_DEFINITIONS(-DHAVE_DLOPEN) diff --git a/databases/percona55-server/files/patch-cmake_plugin.cmake b/databases/percona55-server/files/patch-cmake_plugin.cmake deleted file mode 100644 index c151ea35f4ee..000000000000 --- a/databases/percona55-server/files/patch-cmake_plugin.cmake +++ /dev/null @@ -1,10 +0,0 @@ ---- cmake/plugin.cmake.orig 2011-09-09 17:56:39.000000000 +0200 -+++ cmake/plugin.cmake 2011-10-07 10:56:37.000000000 +0200 -@@ -195,7 +195,6 @@ - OUTPUT_NAME "${ARG_MODULE_OUTPUT_NAME}") - # Install dynamic library - MYSQL_INSTALL_TARGETS(${target} DESTINATION ${INSTALL_PLUGINDIR} COMPONENT Server) -- INSTALL_DEBUG_TARGET(${target} DESTINATION ${INSTALL_PLUGINDIR}/debug) - # Add installed files to list for RPMs - FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files - "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" diff --git a/databases/percona55-server/files/patch-extra_CMakeLists.txt b/databases/percona55-server/files/patch-extra_CMakeLists.txt deleted file mode 100644 index f8f555f5e0e8..000000000000 --- a/databases/percona55-server/files/patch-extra_CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- extra/CMakeLists.txt.orig 2010-12-23 17:38:06.000000000 +0100 -+++ extra/CMakeLists.txt 2010-12-23 17:38:51.000000000 +0100 -@@ -75,7 +75,9 @@ - MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) - TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c) - TARGET_LINK_LIBRARIES(mysql_waitpid mysys) - ENDIF() -+ENDIF() - diff --git a/databases/percona55-server/files/patch-include_CMakeLists.txt b/databases/percona55-server/files/patch-include_CMakeLists.txt deleted file mode 100644 index 2478ae5fa6e3..000000000000 --- a/databases/percona55-server/files/patch-include_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- include/CMakeLists.txt.orig 2011-01-19 23:37:08.000000000 +0100 -+++ include/CMakeLists.txt 2011-02-07 22:40:32.698758463 +0100 -@@ -57,5 +57,7 @@ - ${HEADERS_GEN_CONFIGURE} - ) - -+IF(FALSE) - INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) - INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development FILES_MATCHING PATTERN "*.h") -+ENDIF() diff --git a/databases/percona55-server/files/patch-include_my_compare.h b/databases/percona55-server/files/patch-include_my_compare.h deleted file mode 100644 index 093c8ae37789..000000000000 --- a/databases/percona55-server/files/patch-include_my_compare.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/my_compare.h.orig 2011-05-10 09:46:46.000000000 +0200 -+++ include/my_compare.h 2011-05-10 09:47:01.000000000 +0200 -@@ -39,7 +39,7 @@ - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. - */ - --#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define HA_MAX_KEY_SEG 16 /* Max segments for key */ - - #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) diff --git a/databases/percona55-server/files/patch-include_myisam.h b/databases/percona55-server/files/patch-include_myisam.h deleted file mode 100644 index 450645400dd5..000000000000 --- a/databases/percona55-server/files/patch-include_myisam.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/myisam.h.orig 2009-02-16 23:04:54.000000000 +0100 -+++ include/myisam.h 2009-02-16 23:10:08.000000000 +0100 -@@ -48,7 +48,7 @@ - The following defines can be increased if necessary. - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and MI_MAX_KEY_LENGTH. - */ --#define MI_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define MI_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define MI_MAX_KEY_SEG 16 /* Max segments for key */ - - #define MI_MAX_KEY_BUFF (MI_MAX_KEY_LENGTH+MI_MAX_KEY_SEG*6+8+8) diff --git a/databases/percona55-server/files/patch-libmysql_CMakeLists.txt b/databases/percona55-server/files/patch-libmysql_CMakeLists.txt deleted file mode 100644 index 7f11bedc9e43..000000000000 --- a/databases/percona55-server/files/patch-libmysql_CMakeLists.txt +++ /dev/null @@ -1,36 +0,0 @@ ---- libmysql/CMakeLists.txt.orig 2010-12-03 18:58:26.000000000 +0100 -+++ libmysql/CMakeLists.txt 2010-12-23 22:01:37.000000000 +0100 -@@ -153,13 +153,14 @@ - - # Merge several convenience libraries into one big mysqlclient - # and link them together into shared library. --MERGE_LIBRARIES(mysqlclient STATIC ${LIBS} COMPONENT Development) -+MERGE_LIBRARIES(mysqlclient STATIC ${LIBS} COMPONENT Development NOINSTALL) - - # Visual Studio users need debug static library for debug projects - IF(MSVC) - INSTALL_DEBUG_TARGET(mysqlclient DESTINATION ${INSTALL_LIBDIR}/debug) - ENDIF() - -+IF(FALSE) - IF(UNIX) - MACRO(GET_VERSIONED_LIBNAME LIBNAME EXTENSION VERSION OUTNAME) - SET(DOT_VERSION ".${VERSION}") -@@ -174,9 +175,11 @@ - ENDMACRO() - INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a mysqlclient ${INSTALL_LIBDIR} Development) - ENDIF() -+ENDIF() - - IF(NOT DISABLE_SHARED) -- MERGE_LIBRARIES(libmysql SHARED ${LIBS} EXPORTS ${CLIENT_API_FUNCTIONS} COMPONENT SharedLibraries) -+ MERGE_LIBRARIES(libmysql SHARED ${LIBS} EXPORTS ${CLIENT_API_FUNCTIONS} COMPONENT SharedLibraries NOINSTALL) -+IF(FALSE) - IF(UNIX) - # libtool compatability - IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE) -@@ -223,3 +226,4 @@ - ENDFOREACH() - ENDIF() - ENDIF() -+ENDIF() diff --git a/databases/percona55-server/files/patch-libservices_CMakeLists.txt b/databases/percona55-server/files/patch-libservices_CMakeLists.txt deleted file mode 100644 index fcbcea7aed21..000000000000 --- a/databases/percona55-server/files/patch-libservices_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- libservices/CMakeLists.txt.orig 2010-12-23 17:13:03.000000000 +0100 -+++ libservices/CMakeLists.txt 2010-12-23 17:13:17.000000000 +0100 -@@ -22,4 +22,6 @@ - my_thread_scheduler_service.c) - - ADD_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) -+IF(FALSE) - INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development) -+ENDIF() diff --git a/databases/percona55-server/files/patch-man_CMakeLists.txt b/databases/percona55-server/files/patch-man_CMakeLists.txt deleted file mode 100644 index 7849c77af111..000000000000 --- a/databases/percona55-server/files/patch-man_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- man/CMakeLists.txt.orig 2011-10-22 14:36:06.000000000 +0200 -+++ man/CMakeLists.txt 2011-10-22 14:36:23.000000000 +0200 -@@ -15,8 +15,6 @@ - - # Copy man pages - FILE(GLOB MAN1_FILES *.1) --FILE(GLOB MAN1_EXCLUDE make_win_bin_dist.1) --FILE(GLOB MAN1_NDB ndb*.1) - FILE(GLOB MAN8_FILES *.8) - FILE(GLOB MAN8_NDB ndb*.8) - IF(MAN1_FILES) diff --git a/databases/percona55-server/files/patch-mysys_default.c b/databases/percona55-server/files/patch-mysys_default.c deleted file mode 100644 index 816105371bdf..000000000000 --- a/databases/percona55-server/files/patch-mysys_default.c +++ /dev/null @@ -1,31 +0,0 @@ ---- mysys/default.c.orig 2010-11-02 23:01:13.000000000 +0100 -+++ mysys/default.c 2010-11-10 16:39:51.000000000 +0100 -@@ -70,7 +70,7 @@ - - /* Which directories are searched for options (and in which order) */ - --#define MAX_DEFAULT_DIRS 6 -+#define MAX_DEFAULT_DIRS 7 - #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ - static const char **default_directories = NULL; - -@@ -711,7 +711,7 @@ - { - MY_STAT stat_info; - if (!my_stat(name,&stat_info,MYF(0))) -- return 1; -+ return 0; - /* - Ignore world-writable regular files. - This is mainly done to protect us to not read a file created by -@@ -1153,7 +1153,10 @@ - - #if defined(DEFAULT_SYSCONFDIR) - if (DEFAULT_SYSCONFDIR[0]) -+ { - errors += add_directory(alloc, DEFAULT_SYSCONFDIR, dirs); -+ errors += add_directory(alloc, DEFAULT_SYSCONFDIR "/mysql", dirs); -+ } - #endif /* DEFAULT_SYSCONFDIR */ - - #endif diff --git a/databases/percona55-server/files/patch-scripts_CMakeLists.txt b/databases/percona55-server/files/patch-scripts_CMakeLists.txt deleted file mode 100644 index de410a1d3549..000000000000 --- a/databases/percona55-server/files/patch-scripts_CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ ---- scripts/CMakeLists.txt.orig 2011-07-13 21:09:03.000000000 +0200 -+++ scripts/CMakeLists.txt 2011-09-01 09:48:22.000000000 +0200 -@@ -266,6 +266,8 @@ - GET_FILENAME_COMPONENT(lib "${lib}" NAME_WE) - STRING(REGEX REPLACE "^lib" "" lib "${lib}") - SET(${var} "${${var}}-l${lib} " ) -+ ELSEIF(lib STREQUAL "-pthread") -+ SET(${var} "${${var}}-pthread " ) - ELSE() - SET(${var} "${${var}}-l${lib} " ) - ENDIF() -@@ -316,16 +318,11 @@ - # On Unix, most of the files end up in the bin directory - SET(mysql_config_COMPONENT COMPONENT Development) - SET(BIN_SCRIPTS -- msql2mysql -- mysql_config - mysql_fix_extensions - mysql_setpermission - mysql_secure_installation - mysql_zap -- mysqlaccess -- mysqlaccess.conf - mysql_convert_table_format -- mysql_find_rows - mysqlhotcopy - mysqldumpslow - mysqld_multi -@@ -334,7 +331,7 @@ - FOREACH(file ${BIN_SCRIPTS}) - IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh -- ${CMAKE_CURRENT_BINARY_DIR}/${file} ESCAPE_QUOTES @ONLY) -+ ${CMAKE_CURRENT_BINARY_DIR}/${file} @ONLY) - ELSEIF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file} - ${CMAKE_CURRENT_BINARY_DIR}/${file} COPYONLY) diff --git a/databases/percona55-server/files/patch-scripts_mysqld_safe.sh b/databases/percona55-server/files/patch-scripts_mysqld_safe.sh deleted file mode 100644 index 2a30469922f0..000000000000 --- a/databases/percona55-server/files/patch-scripts_mysqld_safe.sh +++ /dev/null @@ -1,24 +0,0 @@ ---- scripts/mysqld_safe.sh.orig 2007-10-08 10:39:23.000000000 +0200 -+++ scripts/mysqld_safe.sh 2007-10-08 10:40:52.000000000 +0200 -@@ -242,10 +242,10 @@ - - if test -z "$MYSQL_HOME" - then -- if test -r "$MY_BASEDIR_VERSION/my.cnf" && test -r "$DATADIR/my.cnf" -+ if test -r "$MY_BASEDIR_VERSION/etc/my.cnf" && test -r "$DATADIR/my.cnf" - then - log_error "WARNING: Found two instances of my.cnf - --$MY_BASEDIR_VERSION/my.cnf and -+$MY_BASEDIR_VERSION/etc/my.cnf and - $DATADIR/my.cnf - IGNORING $DATADIR/my.cnf" - -@@ -254,7 +254,7 @@ - then - log_error "WARNING: Found $DATADIR/my.cnf - The data directory is a deprecated location for my.cnf, please move it to --$MY_BASEDIR_VERSION/my.cnf" -+$MY_BASEDIR_VERSION/etc/my.cnf" - MYSQL_HOME=$DATADIR - else - MYSQL_HOME=$MY_BASEDIR_VERSION diff --git a/databases/percona55-server/files/patch-sql_CMakeLists.txt b/databases/percona55-server/files/patch-sql_CMakeLists.txt deleted file mode 100644 index e4d1b520c529..000000000000 --- a/databases/percona55-server/files/patch-sql_CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- sql/CMakeLists.txt.orig 2010-12-23 17:31:28.000000000 +0100 -+++ sql/CMakeLists.txt 2010-12-23 17:33:36.000000000 +0100 -@@ -245,6 +245,7 @@ - - IF(INSTALL_LAYOUT STREQUAL "STANDALONE") - -+IF(FALSE) - # We need to create empty directories (data/test) the installation. - # This does not work with current CPack due to http://www.cmake.org/Bug/view.php?id=8767 - # Avoid completely empty directories and install dummy file instead. -@@ -286,6 +287,7 @@ - INSTALL(FILES ${DUMMY_FILE} DESTINATION data/mysql COMPONENT DataFiles) - ENDIF() - ENDIF() -+ENDIF() - - ADD_CUSTOM_TARGET(show-dist-name - COMMAND ${CMAKE_COMMAND} -E echo "${CPACK_PACKAGE_FILE_NAME}" diff --git a/databases/percona55-server/files/patch-support-files_CMakeLists.txt b/databases/percona55-server/files/patch-support-files_CMakeLists.txt deleted file mode 100644 index 159e1fa71ba2..000000000000 --- a/databases/percona55-server/files/patch-support-files_CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- support-files/CMakeLists.txt.orig 2010-12-23 17:38:19.000000000 +0100 -+++ support-files/CMakeLists.txt 2010-12-23 17:41:11.000000000 +0100 -@@ -74,7 +74,9 @@ - INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - ENDIF() - -+IF(FALSE) - INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) -+ENDIF() - CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) - CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) - CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.${VERSION}.spec @ONLY) diff --git a/databases/percona55-server/pkg-descr b/databases/percona55-server/pkg-descr deleted file mode 100644 index 8f4acf36e853..000000000000 --- a/databases/percona55-server/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -MySQL is a very fast, multi-threaded, multi-user and robust SQL -(Structured Query Language) database server. - -WWW: http://www.mysql.com/ diff --git a/databases/percona55-server/pkg-message b/databases/percona55-server/pkg-message deleted file mode 100644 index 7e30302334e6..000000000000 --- a/databases/percona55-server/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ - -Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag) -the first time you start the MySQL server after an upgrade from an -earlier version. - -************************************************************************ diff --git a/databases/percona55-server/pkg-plist b/databases/percona55-server/pkg-plist deleted file mode 100644 index bc6ba74c4f4a..000000000000 --- a/databases/percona55-server/pkg-plist +++ /dev/null @@ -1,138 +0,0 @@ -@stopdaemon mysql-server -bin/innochecksum -bin/my_print_defaults -bin/myisam_ftdump -bin/myisamchk -bin/myisamlog -bin/myisampack -bin/mysql_convert_table_format -bin/mysql_fix_extensions -bin/mysql_install_db -bin/mysql_plugin -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_tzinfo_to_sql -bin/mysql_upgrade -bin/mysql_zap -bin/mysqlbug -bin/mysqld_multi -bin/mysqld_safe -bin/mysqldumpslow -bin/mysqlhotcopy -bin/mysqltest -bin/perror -bin/replace -bin/resolve_stack_dump -bin/resolveip -lib/mysql/libmysqld.a -lib/mysql/plugin/adt_null.so -lib/mysql/plugin/auth.so -lib/mysql/plugin/auth_test_plugin.so -lib/mysql/plugin/daemon_example.ini -lib/mysql/plugin/ha_archive.so -lib/mysql/plugin/ha_blackhole.so -lib/mysql/plugin/ha_example.so -lib/mysql/plugin/ha_federated.so -lib/mysql/plugin/libdaemon_example.so -lib/mysql/plugin/mypluglib.so -lib/mysql/plugin/qa_auth_client.so -lib/mysql/plugin/qa_auth_interface.so -lib/mysql/plugin/qa_auth_server.so -lib/mysql/plugin/semisync_master.so -lib/mysql/plugin/semisync_slave.so -libexec/mysqld -%%DATADIR%%/binary-configure -%%DATADIR%%/charsets/Index.xml -%%DATADIR%%/charsets/README -%%DATADIR%%/charsets/armscii8.xml -%%DATADIR%%/charsets/ascii.xml -%%DATADIR%%/charsets/cp1250.xml -%%DATADIR%%/charsets/cp1251.xml -%%DATADIR%%/charsets/cp1256.xml -%%DATADIR%%/charsets/cp1257.xml -%%DATADIR%%/charsets/cp850.xml -%%DATADIR%%/charsets/cp852.xml -%%DATADIR%%/charsets/cp866.xml -%%DATADIR%%/charsets/dec8.xml -%%DATADIR%%/charsets/geostd8.xml -%%DATADIR%%/charsets/greek.xml -%%DATADIR%%/charsets/hebrew.xml -%%DATADIR%%/charsets/hp8.xml -%%DATADIR%%/charsets/keybcs2.xml -%%DATADIR%%/charsets/koi8r.xml -%%DATADIR%%/charsets/koi8u.xml -%%DATADIR%%/charsets/latin1.xml -%%DATADIR%%/charsets/latin2.xml -%%DATADIR%%/charsets/latin5.xml -%%DATADIR%%/charsets/latin7.xml -%%DATADIR%%/charsets/macce.xml -%%DATADIR%%/charsets/macroman.xml -%%DATADIR%%/charsets/swe7.xml -%%DATADIR%%/config.huge.ini -%%DATADIR%%/config.medium.ini -%%DATADIR%%/config.small.ini -%%DATADIR%%/czech/errmsg.sys -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg-utf8.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/magic -%%DATADIR%%/my-huge.cnf -%%DATADIR%%/my-innodb-heavy-4G.cnf -%%DATADIR%%/my-large.cnf -%%DATADIR%%/my-medium.cnf -%%DATADIR%%/my-small.cnf -%%DATADIR%%/mysql-log-rotate -%%DATADIR%%/mysql.server -%%DATADIR%%/mysql_system_tables.sql -%%DATADIR%%/mysql_system_tables_data.sql -%%DATADIR%%/mysql_test_data_timezone.sql -%%DATADIR%%/mysqld_multi.server -%%DATADIR%%/ndb-config-2-node.ini -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.sys -@dirrm lib/mysql/plugin -@dirrmtry lib/mysql -@dirrm %%DATADIR%%/charsets -@dirrm %%DATADIR%%/czech -@dirrm %%DATADIR%%/danish -@dirrm %%DATADIR%%/dutch -@dirrm %%DATADIR%%/english -@dirrm %%DATADIR%%/estonian -@dirrm %%DATADIR%%/french -@dirrm %%DATADIR%%/german -@dirrm %%DATADIR%%/greek -@dirrm %%DATADIR%%/hungarian -@dirrm %%DATADIR%%/italian -@dirrm %%DATADIR%%/japanese -@dirrm %%DATADIR%%/korean -@dirrm %%DATADIR%%/norwegian -@dirrm %%DATADIR%%/norwegian-ny -@dirrm %%DATADIR%%/polish -@dirrm %%DATADIR%%/portuguese -@dirrm %%DATADIR%%/romanian -@dirrm %%DATADIR%%/russian -@dirrm %%DATADIR%%/serbian -@dirrm %%DATADIR%%/slovak -@dirrm %%DATADIR%%/spanish -@dirrm %%DATADIR%%/swedish -@dirrm %%DATADIR%%/ukrainian -@dirrm %%DATADIR%% diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile deleted file mode 100644 index f29ab1c5bfc3..000000000000 --- a/databases/postgresql-libpqxx3/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: PostgreSQL Pgaccess -# Date created: December 1st, 2002 -# Whom: Palle Girgensohn <girgen@pingpong.net> -# -# $FreeBSD$ -# - -PORTNAME= libpqxx -PORTVERSION= 3.0.2 -CATEGORIES= databases -MASTER_SITES= http://pqxx.org/download/software/libpqxx/ -PKGNAMEPREFIX= postgresql- -DIST_SUBDIR= postgresql - -MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv -COMMENT= A new C++ interface for PostgreSQL - -CONFLICTS= postgresql-libpqxx-2.* -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30 - -USE_PGSQL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -PLIST_SUB= SHLIBVERSION=3.0 - -CONFIGURE_ARGS= --enable-shared - -.include <bsd.port.mk> diff --git a/databases/postgresql-libpqxx3/distinfo b/databases/postgresql-libpqxx3/distinfo deleted file mode 100644 index def7a1baf8fa..000000000000 --- a/databases/postgresql-libpqxx3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (postgresql/libpqxx-3.0.2.tar.gz) = de265ab5d397ace7596c3b6d19a0057ce2ba58477315acf9165b0a97facab6ca -SIZE (postgresql/libpqxx-3.0.2.tar.gz) = 1565644 diff --git a/databases/postgresql-libpqxx3/files/patch-Makefile.in b/databases/postgresql-libpqxx3/files/patch-Makefile.in deleted file mode 100644 index 414342128af2..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in 2009-08-14 10:16:35.000000000 -0700 -+++ Makefile.in.new 2010-01-13 23:09:39.000000000 -0800 -@@ -226,7 +226,7 @@ - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \ - stamp-h.in - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libpqxx.pc - bin_SCRIPTS = pqxx-config - all: all-recursive diff --git a/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in b/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in deleted file mode 100644 index 3e9e115743bb..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN libpqxx-3.0.2.dist/libpqxx.spec.in libpqxx-3.0.2/libpqxx.spec.in ---- libpqxx.spec.in 2009-07-03 22:38:38.000000000 -0700 -+++ libpqxx.spec.in.new 2010-01-13 21:24:41.000000000 -0800 -@@ -58,7 +58,7 @@ - %files devel - %defattr(-, root, root) - %{_libdir}/*a --%{_libdir}/pkgconfig/libpqxx.pc -+%{_prefix}/libdata/pkgconfig/libpqxx.pc - %{_includedir}/* - %{_bindir}/pqxx-config - diff --git a/databases/postgresql-libpqxx3/pkg-descr b/databases/postgresql-libpqxx3/pkg-descr deleted file mode 100644 index 5697d09a3e4d..000000000000 --- a/databases/postgresql-libpqxx3/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Welcome to libpqxx, the official C++ API to the PostgreSQL database -management system. - -There are many similar libraries for PostgreSQL and for other -databases, some of them database-independent. Most of these, however, -are fairly C-like in their programming style, and fail to take -advantage of the full power of the C++ language as it has matured -since the acceptance of the Standard in 1996. What libpqxx brings you -is effective use of templates to reduce the inconvenience of dealing -with type conversions; of standard C++ strings to keep you from having -to worry about buffer allocation and overflow attacks; of exceptions -to take the tedious and error-prone plumbing around error handling out -of your hands; of constructors and destructors to bring resource -management under control; and even basic object-orientation to give -you some extra reliability features that would be hard to get with -most other database interfaces. - -WWW: http://pqxx.org/ diff --git a/databases/postgresql-libpqxx3/pkg-plist b/databases/postgresql-libpqxx3/pkg-plist deleted file mode 100644 index 9d4d8b5c4cd1..000000000000 --- a/databases/postgresql-libpqxx3/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -bin/pqxx-config -include/pqxx/basic_connection -include/pqxx/basic_connection.hxx -include/pqxx/binarystring -include/pqxx/binarystring.hxx -include/pqxx/compiler-internal-post.hxx -include/pqxx/compiler-internal-pre.hxx -include/pqxx/compiler-public.hxx -include/pqxx/config-public-compiler.h -include/pqxx/connection -include/pqxx/connection.hxx -include/pqxx/connection_base -include/pqxx/connection_base.hxx -include/pqxx/connectionpolicy -include/pqxx/connectionpolicy.hxx -include/pqxx/cursor -include/pqxx/cursor.hxx -include/pqxx/dbtransaction -include/pqxx/dbtransaction.hxx -include/pqxx/except -include/pqxx/except.hxx -include/pqxx/isolation -include/pqxx/isolation.hxx -include/pqxx/largeobject -include/pqxx/largeobject.hxx -include/pqxx/libpq-forward.hxx -include/pqxx/nontransaction -include/pqxx/nontransaction.hxx -include/pqxx/notify-listen -include/pqxx/notify-listen.hxx -include/pqxx/pipeline -include/pqxx/pipeline.hxx -include/pqxx/pqxx -include/pqxx/prepared_statement -include/pqxx/prepared_statement.hxx -include/pqxx/result -include/pqxx/result.hxx -include/pqxx/robusttransaction -include/pqxx/robusttransaction.hxx -include/pqxx/subtransaction -include/pqxx/subtransaction.hxx -include/pqxx/tablereader -include/pqxx/tablereader.hxx -include/pqxx/tablestream -include/pqxx/tablestream.hxx -include/pqxx/tablewriter -include/pqxx/tablewriter.hxx -include/pqxx/transaction -include/pqxx/transaction.hxx -include/pqxx/transaction_base -include/pqxx/transaction_base.hxx -include/pqxx/transactor -include/pqxx/transactor.hxx -include/pqxx/trigger -include/pqxx/trigger.hxx -include/pqxx/util -include/pqxx/util.hxx -include/pqxx/version.hxx -lib/libpqxx-%%SHLIBVERSION%%.so -lib/libpqxx.a -lib/libpqxx.la -lib/libpqxx.so -libdata/pkgconfig/libpqxx.pc -@dirrm include/pqxx diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile deleted file mode 100644 index ceab5d0308d6..000000000000 --- a/databases/postgresql92-server/Makefile +++ /dev/null @@ -1,381 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -DISTVERSION?= 9.1.2 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${DISTVERSION} -PKGNAMESUFFIX?= -server - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-8* \ - ${PORTNAME}-client-9.[02-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8* \ - ${PORTNAME}${PKGNAMESUFFIX}-9.[02-9] - -WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}91 -LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX} - -PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} -USE_BZIP2= YES -USE_GMAKE= YES -GNU_CONFIGURE= YES -.if defined(NO_BUILD) -.undef USE_GMAKE -.undef GNU_CONFIGURE -.endif - -PG_USER?= pgsql -PG_GROUP?= ${PG_USER} -PG_UID?= 70 - -LDFLAGS+= -L${LOCALBASE}/lib -INCLUDES+= -I${LOCALBASE}/include -CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \ - --with-includes=${PREFIX}/include \ - --enable-thread-safety -CONFIGURE_ENV+= INCLUDES="${INCLUDES}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - LDFLAGS_SL="${LDFLAGS_SL}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/backend/snowball src/backend/replication/libpqwalreceiver \ - src/bin/initdb src/bin/pg_ctl \ - src/bin/pg_controldata src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -USE_PGSQL= yes -WANT_PGSQL_VER= ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} -USERS?= ${PG_USER} -.if (${USERS} != "pgsql") -UID_FILES+= ${WRKDIR}/pguid -GID_FILES+= ${WRKDIR}/pggid -.endif -GROUPS?= ${PG_GROUP} -SUB_FILES+= 502.pgsql -.endif - -.if !defined(SLAVE_ONLY) -OPTIONS= NLS "Use internationalized messages" on -.endif - -.if !defined(CLIENT_ONLY) -MAKE_ENV= PATH=${PREFIX}/bin:${PATH} -CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} -.endif - -.if !defined(SLAVE_ONLY) -OPTIONS+= DTRACE "Build with DTrace probes (server only)" off -OPTIONS+= PAM "Build with PAM support (server only)" off -OPTIONS+= LDAP "Build with LDAP authentication support" off -OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off -OPTIONS+= HEIMDAL_KRB5 "Builds with Heimdal kerberos support" off -OPTIONS+= GSSAPI "Build with GSSAPI support" off -OPTIONS+= OPTIMIZED_CFLAGS "Builds with compiler optimizations (-O3)" off -OPTIONS+= XML "Build with XML data type (server)" on -OPTIONS+= TZDATA "Use internal timezone database (server)" on -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU for unicode collation (server)" off - -# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info -# (requires dump/restore if modified.) -OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" on - -OPTIONS+= SSL "Build with OpenSSL support" on -.endif # !SLAVE_ONLY - -.include <bsd.port.options.mk> - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl -.endif - -.if !defined(SLAVE_ONLY) -. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -USE_AUTOTOOLS= autoconf -CONFIGURE_ARGS+=--with-icu -PATCH_SITES+= http://people.freebsd.org/~mm/patches/postgresql-icu/:icu -PATCHFILES+= pg-910-icu-2011-09-22.diff.gz:icu -LIB_DEPENDS+= icudata.48:${PORTSDIR}/devel/icu -. endif -.endif # !SLAVE_ONLY - -.include <bsd.port.pre.mk> - -.if !defined(SLAVE_ONLY) - -PATCH_DIST_STRIP=-p1 - -. if defined(WITH_DTRACE) -CONFIGURE_ARGS+=--enable-dtrace -LDFLAGS+=-lelf -. if ${OSVERSION} < 900021 -IGNORE= Need userland DTrace support found in FreeBSD 9.0 -. endif -. endif - -. if defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(WITH_LDAP) -CONFIGURE_ARGS+=--with-ldap -. if defined (SERVER_ONLY) -USE_OPENLDAP= YES -. endif -. endif - -. if defined(WITH_XML) -CONFIGURE_ARGS+=--with-libxml -LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 -. endif - -. if defined(WITH_TZDATA) -PLIST_SUB+= TZDATA="" -. else -CONFIGURE_ARGS+=--with-system-tzdata=/usr/share/zoneinfo -PLIST_SUB+= TZDATA="@comment " -. endif - -. if defined(WITHOUT_INTDATE) -CONFIGURE_ARGS+=--disable-integer-datetimes -. endif - -. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS)) -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= GETTEXT="" -USE_GETTEXT= YES -. else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= GETTEXT="@comment " -. endif - -. if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -funroll-loops -. endif - -. if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -INSTALL_TARGET= install -. else -INSTALL_TARGET= install-strip -. endif - -.if !defined(WITHOUT_GSSAPI) -CONFIGURE_ARGS+=--with-gssapi -.if !defined(WITH_MIT_KRB5) && !defined(WITH_HEIMDAL_KRB5) -# Kerberos libraries will pull the proper GSSAPI library -# via linker dependencies, but otherwise we must specify -# it explicitely: ld --as-needed is used for compilation, -# so configure's -lgssapi_krb5 won't go. -LDFLAGS+= -lgssapi -LDFLAGS_SL+= -lgssapi -.endif -.endif - -. if defined(WITH_MIT_KRB5) -CONFIGURE_ARGS+=--with-krb5 -# Allow defining a home built MIT Kerberos by setting KRB5_HOME -. if !(defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config)) -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif -. endif - -. if defined(WITH_HEIMDAL_KRB5) -CONFIGURE_ARGS+=--with-krb5 -. endif - -.endif # !SLAVE_ONLY - -.if defined(CLIENT_ONLY) -MAN1= clusterdb.1 createdb.1 createlang.1 createuser.1 \ - dropdb.1 droplang.1 dropuser.1 ecpg.1 initdb.1 \ - pg_basebackup.1 pg_config.1 pg_controldata.1 pg_ctl.1 \ - pg_dump.1 pg_dumpall.1 pg_resetxlog.1 pg_restore.1 \ - postgres.1 postmaster.1 psql.1 reindexdb.1 vacuumdb.1 - -MAN3= SPI_connect.3 SPI_copytuple.3 SPI_cursor_close.3 SPI_cursor_fetch.3 \ - SPI_cursor_find.3 SPI_cursor_move.3 SPI_cursor_open.3 \ - SPI_cursor_open_with_args.3 SPI_cursor_open_with_paramlist.3 \ - SPI_exec.3 SPI_execp.3 SPI_execute.3 SPI_execute_plan.3 \ - SPI_execute_plan_with_paramlist.3 SPI_execute_with_args.3 \ - SPI_finish.3 SPI_fname.3 SPI_fnumber.3 SPI_freeplan.3 \ - SPI_freetuple.3 SPI_freetuptable.3 SPI_getargcount.3 \ - SPI_getargtypeid.3 SPI_getbinval.3 SPI_getnspname.3 \ - SPI_getrelname.3 SPI_gettype.3 SPI_gettypeid.3 \ - SPI_getvalue.3 SPI_is_cursor_plan.3 SPI_modifytuple.3 \ - SPI_palloc.3 SPI_pfree.3 SPI_pop.3 SPI_prepare.3 \ - SPI_prepare_cursor.3 SPI_prepare_params.3 SPI_push.3 \ - SPI_repalloc.3 SPI_returntuple.3 SPI_saveplan.3 \ - SPI_scroll_cursor_fetch.3 SPI_scroll_cursor_move.3 \ - dblink.3 dblink_build_sql_delete.3 dblink_build_sql_insert.3 \ - dblink_build_sql_update.3 dblink_cancel_query.3 \ - dblink_close.3 dblink_connect.3 dblink_connect_u.3 \ - dblink_disconnect.3 dblink_error_message.3 dblink_exec.3 \ - dblink_fetch.3 dblink_get_connections.3 dblink_get_notify.3 \ - dblink_get_pkey.3 dblink_get_result.3 dblink_is_busy.3 \ - dblink_open.3 dblink_send_query.3 - -MAN7= ABORT.7 ALTER_AGGREGATE.7 ALTER_COLLATION.7 ALTER_CONVERSION.7 \ - ALTER_DATABASE.7 ALTER_EXTENSION.7 ALTER_DEFAULT_PRIVILEGES.7 \ - ALTER_FOREIGN_TABLE.7 \ - ALTER_DOMAIN.7 ALTER_FOREIGN_DATA_WRAPPER.7 ALTER_FUNCTION.7 ALTER_GROUP.7 \ - ALTER_LARGE_OBJECT.7 ALTER_SERVER.7 \ - ALTER_USER_MAPPING.7 ALTER_INDEX.7 ALTER_LANGUAGE.7 ALTER_OPERATOR_CLASS.7 \ - ALTER_OPERATOR_FAMILY.7 \ - ALTER_ROLE.7 \ - ALTER_SCHEMA.7 ALTER_SEQUENCE.7 ALTER_TABLE.7 \ - ALTER_TEXT_SEARCH_CONFIGURATION.7 \ - ALTER_TEXT_SEARCH_DICTIONARY.7 \ - ALTER_TEXT_SEARCH_PARSER.7 \ - ALTER_TEXT_SEARCH_TEMPLATE.7 \ - ALTER_TRIGGER.7 ALTER_USER.7 ALTER_VIEW.7 ANALYZE.7 BEGIN.7 \ - CHECKPOINT.7 CLOSE.7 CLUSTER.7 COMMENT.7 COMMIT.7 \ - COMMIT_PREPARED.7 \ - COPY.7 CREATE_AGGREGATE.7 CREATE_CAST.7 \ - CREATE_CONVERSION.7 \ - CREATE_DATABASE.7 CREATE_DOMAIN.7 CREATE_FOREIGN_DATA_WRAPPER.7 \ - CREATE_FUNCTION.7 \ - CREATE_GROUP.7 CREATE_INDEX.7 CREATE_LANGUAGE.7 \ - CREATE_OPERATOR.7 CREATE_OPERATOR_CLASS.7 \ - CREATE_OPERATOR_FAMILY.7 CREATE_ROLE.7 \ - CREATE_RULE.7 CREATE_SCHEMA.7 CREATE_SEQUENCE.7 \ - CREATE_SERVER.7 CREATE_TABLE.7 CREATE_TABLE_AS.7 \ - CREATE_TEXT_SEARCH_CONFIGURATION.7 \ - CREATE_TEXT_SEARCH_DICTIONARY.7 \ - CREATE_TEXT_SEARCH_PARSER.7 \ - CREATE_TEXT_SEARCH_TEMPLATE.7 CREATE_TRIGGER.7 \ - CREATE_TYPE.7 CREATE_USER.7 CREATE_USER_MAPPING.7 CREATE_VIEW.7 DEALLOCATE.7 \ - DECLARE.7 DELETE.7 DISCARD.7 \ - DO.7 DROP_AGGREGATE.7 DROP_CAST.7 DROP_CONVERSION.7 \ - DROP_DATABASE.7 DROP_DOMAIN.7 DROP_FOREIGN_DATA_WRAPPER.7 DROP_FUNCTION.7 \ - DROP_GROUP.7 DROP_INDEX.7 DROP_LANGUAGE.7 \ - DROP_OPERATOR.7 DROP_OPERATOR_CLASS.7 DROP_OPERATOR_FAMILY.7 \ - DROP_OWNED.7 DROP_ROLE.7 DROP_RULE.7 \ - DROP_SCHEMA.7 DROP_SEQUENCE.7 DROP_SERVER.7 DROP_TABLE.7 \ - DROP_TEXT_SEARCH_CONFIGURATION.7 \ - DROP_TEXT_SEARCH_DICTIONARY.7 \ - DROP_TEXT_SEARCH_PARSER.7 \ - DROP_TEXT_SEARCH_TEMPLATE.7 DROP_TRIGGER.7 \ - DROP_TYPE.7 DROP_USER.7 DROP_USER_MAPPING.7 DROP_VIEW.7 END.7 EXECUTE.7 \ - EXPLAIN.7 FETCH.7 GRANT.7 INSERT.7 LISTEN.7 LOAD.7 \ - LOCK.7 MOVE.7 NOTIFY.7 PREPARE.7 PREPARE_TRANSACTION.7 \ - REASSIGN_OWNED.7 REINDEX.7 RESET.7 \ - REVOKE.7 ROLLBACK.7 ROLLBACK_PREPARED.7 SELECT.7 \ - SELECT_INTO.7 SET.7 \ - SET_CONSTRAINTS.7 SET_ROLE.7 SET_TRANSACTION.7 SHOW.7 \ - SET_SESSION_AUTHORIZATION.7 START_TRANSACTION.7 \ - TABLE.7 TRUNCATE.7 UNLISTEN.7 UPDATE.7 VACUUM.7 \ - ALTER_OPERATOR.7 ALTER_TABLESPACE.7 ALTER_TYPE.7 \ - CREATE_TABLESPACE.7 DROP_TABLESPACE.7 \ - RELEASE_SAVEPOINT.7 ROLLBACK_TO_SAVEPOINT.7 \ - SAVEPOINT.7 VALUES.7 WITH.7 \ - CREATE_COLLATION.7 CREATE_EXTENSION.7 CREATE_FOREIGN_TABLE.7 \ - DROP_COLLATION.7 DROP_EXTENSION.7 DROP_FOREIGN_TABLE.7 \ - SECURITY_LABEL.7 -.endif - -PLIST_SUB+= PG_USER=$(PG_USER) -SUB_LIST+= PG_GROUP=$(PG_GROUP) \ - PG_USER=$(PG_USER) \ - PG_UID=$(PG_UID) - -.if defined(SERVER_ONLY) -pre-everything:: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) - -pre-configure: -. if defined(WITH_MIT_KRB5) && defined(WITH_HEIMDAL_KRB5) - @${ECHO} "MIT's and Heimdal Kerberos are mutually exclusive." - @${ECHO} "Please choose one or the other." - @exit 1 -. endif - -do-build: - @ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks - @ for dir in src/port ${BUILD_DIRS}; do \ - cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE}; \ - done - -. if exists(${FILESDIR}/pkg-message${PKGNAMESUFFIX}.in) -SUB_FILES+= pkg-message${PKGNAMESUFFIX} -PKGMESSAGE= ${WRKSRC}/pkg-message${PKGNAMESUFFIX} -. endif -. if exists(${FILESDIR}/pkg-install${PKGNAMESUFFIX}.in) -SUB_FILES+= pkg-install${PKGNAMESUFFIX} -PLIST_SUB+= PG_USER=$(PG_USER) -. endif -.endif - -.if !defined(NO_BUILD) -post-patch: -. if defined(WITH_ICU) - @${REINPLACE_CMD} -E -e \ - "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \ - ${WRKSRC}/configure.in -. endif - -. if defined(SERVER_ONLY) && (${PG_USER} != "pgsql") -pre-install: - @${SED} -n s,pgsql,${PG_USER},gp ${PORTSDIR}/UIDs > ${WRKDIR}/pguid - @${SED} -n s,pgsql,${PG_GROUP},gp ${PORTSDIR}/GIDs > ${WRKDIR}/pggid -. endif - -do-install: - @for dir in ${INSTALL_DIRS}; do \ - cd ${WRKSRC}/$${dir} && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET}; \ - done -. if defined(SERVER_ONLY) - @ ${MKDIR} ${PREFIX}/share/postgresql ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY -. if defined(CLIENT_ONLY) - @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} install-local -. endif - @ if [ -r ${PKGMESSAGE} ]; then \ - ${MKDIR} ${DOCSDIR} ;\ - ${INSTALL_DATA} ${PKGMESSAGE} ${DOCSDIR}/README${PKGNAMESUFFIX} ;\ - ${ECHO} "======================================================================" ;\ - ${CAT} ${PKGMESSAGE} ;\ - ${ECHO} "======================================================================" ;\ - fi -.endif # !NO_BUILD - -.if defined(SERVER_ONLY) -check: - @if [ `id -u` != 0 ] ; then \ - ${ECHO} "Running postgresql regressions tests" ;\ - cd ${WRKSRC}; ${GMAKE} check ;\ - else \ - ${ECHO} "You cannot run regression tests when postgresql is built as user root." ; \ - ${ECHO} "Clean and rebuild the port as a regular user to run the tests." ;\ - fi -.endif - -.include <bsd.port.post.mk> diff --git a/databases/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo deleted file mode 100644 index 35f0cd935898..000000000000 --- a/databases/postgresql92-server/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (postgresql/postgresql-9.1.2.tar.bz2) = 8d54ff514f5b2754e6e36b008c43d7bbf7daf541da608767cc5bdedb1de5db30 -SIZE (postgresql/postgresql-9.1.2.tar.bz2) = 15424814 -SHA256 (postgresql/pg-910-icu-2011-09-22.diff.gz) = a88094ec22a8caeffa06d7c3a6b53d19035b171dad2acb9084da0a617a93e149 -SIZE (postgresql/pg-910-icu-2011-09-22.diff.gz) = 4373 diff --git a/databases/postgresql92-server/files/502.pgsql.in b/databases/postgresql92-server/files/502.pgsql.in deleted file mode 100644 index e92f01f992cd..000000000000 --- a/databases/postgresql92-server/files/502.pgsql.in +++ /dev/null @@ -1,115 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql92-server/files/502.pgsql.in,v 1.4 2011-10-18 09:03:32 girgen Exp $ -# -# Maintenance shell script to vacuum and backup database -# Put this in /usr/local/etc/periodic/daily, and it will be run -# every night -# -# Written by Palle Girgensohn <girgen@pingpong.net> -# -# In public domain, do what you like with it, -# and use it at your own risk... :) -# - -# Define these variables in either /etc/periodic.conf or -# /etc/periodic.conf.local to override the default values. -# -# daily_pgsql_backup_enable="YES" # do backup of all databases -# daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases -# daily_pgsql_vacuum_enable="YES" # do vacuum - -daily_pgsql_user=%%PG_USER%% -daily_pgsql_vacuum_args="-U ${daily_pgsql_user} -qaz" -daily_pgsql_pgdump_args="-U ${daily_pgsql_user} -bF c" -daily_pgsql_pgdumpall_globals_args="-U ${daily_pgsql_user}" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~${daily_pgsql_user}/backups" -daily_pgsql_savedays="7" - -# If there is a global system configuration file, suck it in. -# -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -# allow '~´ in dir name -eval backupdir=${daily_pgsql_backupdir} - -rc=0 - -pgsql_backup() { - # daily_pgsql_backupdir must be writeable by user %%PG_USER%% - # ~%%PG_USER%% is just that under normal circumstances, - # but this might not be where you want the backups... - if [ ! -d ${backupdir} ] ; then - echo Creating ${backupdir} - mkdir -m 700 ${backupdir}; chown ${daily_pgsql_user} ${backupdir} - fi - - echo - echo "PostgreSQL backups" - - # Protect the data - umask 077 - rc=$? - now=`date "+%Y-%m-%dT%H:%M:%S"` - file=${daily_pgsql_backupdir}/pgglobals_${now} - su -l ${daily_pgsql_user} -c \ - "umask 077; pg_dumpall -g ${daily_pgsql_pgdumpall_globals_args} | gzip -9 > ${file}.gz" - - db=$1 - while shift; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l ${daily_pgsql_user} -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}" - [ $? -gt 0 ] && rc=3 - db=$1 - done - - if [ $rc -gt 0 ]; then - echo - echo "Errors were reported during backup." - fi - - # cleaning up old data - find ${backupdir} \( -name 'pgdump_*' -o -name 'pgglobals_*' \) \ - -a -mtime +${daily_pgsql_savedays} -delete - echo -} - -case "$daily_pgsql_backup_enable" in - [Yy][Ee][Ss]) - dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` - pgsql_backup $dbnames - ;; - - [Nn][Oo]) - ;; - - "") - ;; - - *) - pgsql_backup $daily_pgsql_backup_enable - ;; -esac - -case "$daily_pgsql_vacuum_enable" in - [Yy][Ee][Ss]) - - echo - echo "PostgreSQL vacuum" - su -l ${daily_pgsql_user} -c "vacuumdb ${daily_pgsql_vacuum_args}" - if [ $? -gt 0 ] - then - echo - echo "Errors were reported during vacuum." - rc=3 - fi - ;; -esac - -exit $rc diff --git a/databases/postgresql92-server/files/dot.cshrc.in b/databases/postgresql92-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql92-server/files/dot.cshrc.in +++ /dev/null @@ -1,11 +0,0 @@ -setenv PGLIB %%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -setenv PGDATA $HOME/data - -#You might want to set some locale stuff here -#setenv PGDATESTYLE ISO -#setenv LC_ALL sv_SE.ISO_8859-1 - -# if you want to make regression tests use this TZ -#setenv TZ PST8PDT diff --git a/databases/postgresql92-server/files/dot.profile.in b/databases/postgresql92-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql92-server/files/dot.profile.in +++ /dev/null @@ -1,22 +0,0 @@ -PGLIB=%%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -PGDATA=${HOME}/data - -export PATH PGLIB PGDATA - -# if you use the periodic script from share/postgresql/502.pgsql, you -# can set these -#PGDUMP_ARGS="-b -F c" -#PGBACKUPDIR=${HOME}/backups -#PGBACKUP_SAVE_DAYS=7 -#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS - -#You might want to set some locale stuff here -#PGDATESTYLE=ISO -#LC_ALL=sv_SE.ISO_8859-1 -#export PGDATESTYLE LC_ALL - -# if you want to make regression tests use this TZ -#TZ=PST8PDT -#export TZ diff --git a/databases/postgresql92-server/files/patch-configure b/databases/postgresql92-server/files/patch-configure deleted file mode 100644 index 10cb1a3fed3f..000000000000 --- a/databases/postgresql92-server/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2011-07-08 08:12:33.000000000 +0800 -+++ configure 2011-09-12 15:47:13.056511624 +0800 -@@ -7283,7 +7283,7 @@ - { $as_echo "$as_me:$LINENO: result: yes" >&5 - $as_echo "yes" >&6; } - case $host_os in -- openbsd*|freebsd*) -+ openbsd*) - { { $as_echo "$as_me:$LINENO: error: threaded Python not supported on this platform" >&5 - $as_echo "$as_me: error: threaded Python not supported on this platform" >&2;} - { (exit 1); exit 1; }; } diff --git a/databases/postgresql92-server/files/patch-doc-Makefile b/databases/postgresql92-server/files/patch-doc-Makefile deleted file mode 100644 index a366d4ca2620..000000000000 --- a/databases/postgresql92-server/files/patch-doc-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- doc/src/sgml/Makefile.orig 2010-06-12 23:40:31.000000000 +0200 -+++ doc/src/sgml/Makefile 2010-09-19 22:07:11.210759927 +0200 -@@ -15,14 +15,14 @@ - - # Make "html" the default target, since that is what most people tend - # to want to use. --html: -+man: - - subdir = doc/src/sgml - top_builddir = ../../.. - include $(top_builddir)/src/Makefile.global - - --all: html man -+all: man - - distprep: html distprep-man - -@@ -285,7 +285,7 @@ - ## Install - ## - --install: install-html -+##install: install-html - - ifneq ($(PORTNAME), sco) - install: install-man diff --git a/databases/postgresql92-server/files/patch-doc-src-sgml-Makefile b/databases/postgresql92-server/files/patch-doc-src-sgml-Makefile deleted file mode 100644 index ee9a537b1ecc..000000000000 --- a/databases/postgresql92-server/files/patch-doc-src-sgml-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- doc/src/sgml/Makefile.orig 2011-10-13 16:53:51.000000000 +0200 -+++ doc/src/sgml/Makefile 2011-10-13 17:05:08.000000000 +0200 -@@ -75,8 +75,6 @@ - ## Man pages - ## - --man distprep-man: man-stamp -- - man-stamp: stylesheet-man.xsl postgres.xml - $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^ - touch $@ -@@ -303,7 +301,7 @@ - endif - - installdirs: -- $(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) -+ $(MKDIR_P) $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) - - uninstall: - rm -f '$(DESTDIR)$(htmldir)/html/'* $(addprefix '$(DESTDIR)$(mandir)'/man, 1/* 3/* $(sqlmansectnum)/*) diff --git a/databases/postgresql92-server/files/patch-plpython-Makefile b/databases/postgresql92-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql92-server/files/patch-plpython-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl/plpython/Makefile.orig Fri Nov 19 20:23:01 2004 -+++ src/pl/plpython/Makefile Tue Dec 28 23:32:16 2004 -@@ -9,7 +9,7 @@ - # shared library. Since there is no official way to determine this - # (at least not in pre-2.3 Python), we see if there is a file that is - # named like a shared library. --ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*)) -+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*)) - shared_libpython = yes - endif - diff --git a/databases/postgresql92-server/files/patch-src-backend-Makefile b/databases/postgresql92-server/files/patch-src-backend-Makefile deleted file mode 100644 index 6d6fb0ce660b..000000000000 --- a/databases/postgresql92-server/files/patch-src-backend-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/backend/Makefile.orig 2009-07-07 15:58:33.000000000 +0200 -+++ src/backend/Makefile 2009-07-07 15:58:57.000000000 +0200 -@@ -107,6 +107,8 @@ - # Update the commonly used headers before building the subdirectories - $(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h - -+symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h -+ - - # The postgres.o target is needed by the rule in Makefile.global that - # creates the exports file when MAKE_EXPORTS = true. diff --git a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 3c1609fdbbc7..000000000000 --- a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,28 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig 2010-10-01 16:25:44.000000000 +0200 -+++ src/backend/utils/misc/postgresql.conf.sample 2010-10-05 07:37:35.626282933 +0200 -@@ -256,6 +256,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, csvlog, syslog, and eventlog, - # depending on platform. csvlog -@@ -290,6 +291,7 @@ - #syslog_facility = 'LOCAL0' - #syslog_ident = 'postgres' - -+silent_mode = on - #silent_mode = off # Run server silently. - # DO NOT USE without syslog or - # logging_collector -@@ -394,6 +396,9 @@ - #track_counts = on - #track_functions = none # none, pl, all - #track_activity_query_size = 1024 # (change requires restart) -+ -+# On FreeBSD, this is a performance hog, so keep it off if you need speed -+update_process_title = off - #update_process_title = on - #stats_temp_directory = 'pg_stat_tmp' - diff --git a/databases/postgresql92-server/files/pkg-message-client.in b/databases/postgresql92-server/files/pkg-message-client.in deleted file mode 100644 index ff486a635645..000000000000 --- a/databases/postgresql92-server/files/pkg-message-client.in +++ /dev/null @@ -1,32 +0,0 @@ -The PostgreSQL port has a collection of "side orders": - -postgresql-docs - For all of the html documentation - -p5-Pg - A perl5 API for client access to PostgreSQL databases. - -postgresql-tcltk - If you want tcl/tk client support. - -postgresql-jdbc - For Java JDBC support. - -postgresql-odbc - For client access from unix applications using ODBC as access - method. Not needed to access unix PostgreSQL servers from Win32 - using ODBC. See below. - -ruby-postgres, py-PyGreSQL - For client access to PostgreSQL databases using the ruby & python - languages. - -p5-postgresql-plperl, postgresql-pltcl & postgresql-plruby - For using perl5, tcl & ruby as procedural languages. - -postgresql-contrib - Lots of contributed utilities, postgresql functions and - datatypes. There you find pg_standby, pgcrypto and many other cool - things. - -etc... diff --git a/databases/postgresql92-server/files/pkg-message-contrib.in b/databases/postgresql92-server/files/pkg-message-contrib.in deleted file mode 100644 index 2b29ffd33041..000000000000 --- a/databases/postgresql92-server/files/pkg-message-contrib.in +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -%%PREFIX%%/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql92-server/files/pkg-message-plperl.in b/databases/postgresql92-server/files/pkg-message-plperl.in deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql92-server/files/pkg-message-plperl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Perl has been installed. Check the createlang(l) manpage for more -info. You can install PL/Perl as trusted or untrusted, by using either -"createlang plperl" or "createlang plperlu". diff --git a/databases/postgresql92-server/files/pkg-message-plpython.in b/databases/postgresql92-server/files/pkg-message-plpython.in deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql92-server/files/pkg-message-plpython.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Python has been installed. Check the createlang(l) manpage for more -info. You can install PL/Python by using "createlang plpythonu" (it -exists as an untrusted language only). diff --git a/databases/postgresql92-server/files/pkg-message-pltcl.in b/databases/postgresql92-server/files/pkg-message-pltcl.in deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql92-server/files/pkg-message-pltcl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Tcl has been installed. Check the createlang(l) manpage for more -info. You can install pltcl as trusted or untrusted, by using either -"createlang pltcl" or "createlang pltclu". diff --git a/databases/postgresql92-server/files/pkg-message-server.in b/databases/postgresql92-server/files/pkg-message-server.in deleted file mode 100644 index 54f397448198..000000000000 --- a/databases/postgresql92-server/files/pkg-message-server.in +++ /dev/null @@ -1,70 +0,0 @@ -For procedural languages and postgresql functions, please note that -you might have to update them when updating the server. - -If you have many tables and many clients running, consider raising -kern.maxfiles using sysctl(8), or reconfigure your kernel -appropriately. - -The port is set up to use autovacuum for new databases, but you might -also want to vacuum and perhaps backup your database regularly. There -is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that -you may find useful. You can use it to backup and perfom vacuum on all -databases nightly. Per default, it perfoms `vacuum analyze'. See the -script for instructions. For autovacuum settings, please review -~pgsql/data/postgresql.conf. - -To allow many simultaneous connections to your PostgreSQL server, you -should raise the SystemV shared memory limits in your kernel. Here are -example values for allowing up to 180 clients (configurations in -postgresql.conf also needed, of course): - options SYSVSHM - options SYSVSEM - options SYSVMSG - options SHMMAXPGS=65536 - options SEMMNI=40 - options SEMMNS=240 - options SEMUME=40 - options SEMMNU=120 - -If you plan to access your PostgreSQL server using ODBC, please -consider running the SQL script %%PREFIX%%/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -Please note that if you use the rc script, -%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode -(UTF-8) will be used to store character data by default. Set -postgresql_initdb_flags or use login.conf settings described below to -alter this behaviour. See the start rc script for more info. - -To set limits, environment stuff like locale and collation and other -things, you can set up a class in /etc/login.conf before initializing -the database. Add something similar to this to /etc/login.conf: ---- -postgres:\ - :lang=en_US.UTF-8:\ - :setenv=LC_COLLATE=C:\ - :tc=default: ---- -and run `cap_mkdb /etc/login.conf'. -Then add 'postgresql_class="postgres"' to /etc/rc.conf. - -====================================================================== - -To initialize the database, run - - %%PREFIX%%/etc/rc.d/postgresql initdb - -You can then start PostgreSQL by running: - - %%PREFIX%%/etc/rc.d/postgresql start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port logs to syslog by default - See ~pgsql/data/postgresql.conf for more info - -====================================================================== - -To run PostgreSQL at startup, add -'postgresql_enable="YES"' to /etc/rc.conf - diff --git a/databases/postgresql92-server/files/pkgIndex.tcl.in b/databases/postgresql92-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql92-server/files/pkgIndex.tcl.in +++ /dev/null @@ -1,4 +0,0 @@ -# Package-index file for Pgtcl-package. Enables you to load PostgreSQL -# interface functions right into you TCL-interpreter as simply as -# package require Pgtcl -package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so" diff --git a/databases/postgresql92-server/files/postgresql.in b/databases/postgresql92-server/files/postgresql.in deleted file mode 100644 index 1d89451644ce..000000000000 --- a/databases/postgresql92-server/files/postgresql.in +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable PostgreSQL: -# -# postgresql_enable="YES" -# # optional -# postgresql_data="%%PREFIX%%/%%PG_USER%%/data" -# postgresql_flags="-w -s -m fast" -# postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C" -# postgresql_class="default" -# -# See %%PREFIX%%/share/doc/postgresql/README-server for more info -# -# This scripts takes one of the following commands: -# -# start stop restart reload status initdb -# -# For postmaster startup options, edit ${postgresql_data}/postgresql.conf - -command=%%PREFIX%%/bin/pg_ctl - -. /etc/rc.subr - -load_rc_config postgresql - -# set defaults -postgresql_enable=${postgresql_enable:-"NO"} -postgresql_flags=${postgresql_flags:-"-w -s -m fast"} -postgresql_user=${postgresql_user:-"%%PG_USER%%"} -eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data"} -postgresql_class=${postgresql_class:-"default"} -postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"} - -name=postgresql -rcvar=`set_rcvar` -command_args="-D ${postgresql_data} ${postgresql_flags}" -extra_commands="reload initdb" - -start_cmd="postgresql_command start" -stop_cmd="postgresql_command stop" -restart_cmd="postgresql_command restart" -reload_cmd="postgresql_command reload" -status_cmd="postgresql_command status" - -initdb_cmd="postgresql_initdb" - -postgresql_command() -{ - su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data}" -} - -run_rc_command "$1" diff --git a/databases/postgresql92-server/pkg-descr b/databases/postgresql92-server/pkg-descr deleted file mode 100644 index 99641bd6dd1f..000000000000 --- a/databases/postgresql92-server/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -PostgreSQL is a sophisticated Object-Relational DBMS, supporting -almost all SQL constructs, including subselects, transactions, and -user-defined types and functions. It is the most advanced open-source -database available anywhere. Commercial Support is also available. - -The original Postgres code was the effort of many graduate students, -undergraduate students, and staff programmers working under the direction of -Professor Michael Stonebraker at the University of California, Berkeley. In -1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query -language to SQL and created a new database system which came to known as -Postgres95. Many others contributed to the porting, testing, debugging and -enhancement of the Postgres95 code. As the code improved, and 1995 faded into -memory, PostgreSQL was born. - -PostgreSQL development is presently being performed by a team of Internet -developers who are now responsible for all current and future development. The -development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). -Support is available from the PostgreSQL developer/user community through the -support mailing list (questions@PostgreSQL.ORG). - -PostgreSQL is free and the complete source is available. - -WWW: http://www.postgresql.org/ diff --git a/databases/postgresql92-server/pkg-install-server b/databases/postgresql92-server/pkg-install-server deleted file mode 100644 index 6f41226305d7..000000000000 --- a/databases/postgresql92-server/pkg-install-server +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -backupwarning() { -cat <<EOF - - =========== BACKUP YOUR DATA! ============= - As always, backup your data before - upgrading. If the upgrade leads to a higher - minor revision (e.g. 7.3.x -> 7.4), a dump - and restore of all databases is - required. This is *NOT* done by the port! - - Press ctrl-C *now* if you need to pg_dump. - =========================================== -EOF - sleep 5 -} - -case $2 in -PRE-INSTALL) - backupwarning - ;; -esac diff --git a/databases/postgresql92-server/pkg-plist-client b/databases/postgresql92-server/pkg-plist-client deleted file mode 100644 index 6262d830db14..000000000000 --- a/databases/postgresql92-server/pkg-plist-client +++ /dev/null @@ -1,684 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/libpq-events.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/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 -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/objectaccess.h -include/postgresql/server/catalog/objectaddress.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_collation.h -include/postgresql/server/catalog/pg_collation_fn.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_conversion_fn.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_db_role_setting.h -include/postgresql/server/catalog/pg_default_acl.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_enum.h -include/postgresql/server/catalog/pg_extension.h -include/postgresql/server/catalog/pg_foreign_data_wrapper.h -include/postgresql/server/catalog/pg_foreign_server.h -include/postgresql/server/catalog/pg_foreign_table.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_inherits_fn.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_largeobject_metadata.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_opfamily.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_proc_fn.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_seclabel.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_ts_config.h -include/postgresql/server/catalog/pg_ts_config_map.h -include/postgresql/server/catalog/pg_ts_dict.h -include/postgresql/server/catalog/pg_ts_parser.h -include/postgresql/server/catalog/pg_ts_template.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/pg_type_fn.h -include/postgresql/server/catalog/pg_user_mapping.h -include/postgresql/server/catalog/storage.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/collationcmds.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/discard.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/extension.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/seclabel.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeCtescan.h -include/postgresql/server/executor/nodeForeignscan.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeLockRows.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergeAppend.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeModifyTable.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeRecursiveunion.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/nodeWindowAgg.h -include/postgresql/server/executor/nodeWorktablescan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/foreign/fdwapi.h -include/postgresql/server/foreign/foreign.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/replnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/placeholder.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gram.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/kwlist.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_collate.h -include/postgresql/server/parser/parse_cte.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_param.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parse_utilcmd.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scanner.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/port/win32_msvc/dirent.h -include/postgresql/server/port/win32_msvc/sys/file.h -include/postgresql/server/port/win32_msvc/sys/param.h -include/postgresql/server/port/win32_msvc/sys/time.h -include/postgresql/server/port/win32_msvc/unistd.h -include/postgresql/server/port/win32_msvc/utime.h -include/postgresql/server/portability/instr_time.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/postmaster/autovacuum.h -include/postgresql/server/postmaster/bgwriter.h -include/postgresql/server/postmaster/fork_process.h -include/postgresql/server/postmaster/pgarch.h -include/postgresql/server/postmaster/postmaster.h -include/postgresql/server/postmaster/syslogger.h -include/postgresql/server/postmaster/walwriter.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/replication/basebackup.h -include/postgresql/server/replication/syncrep.h -include/postgresql/server/replication/walprotocol.h -include/postgresql/server/replication/walreceiver.h -include/postgresql/server/replication/walsender.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/snowball/header.h -include/postgresql/server/snowball/libstemmer/api.h -include/postgresql/server/snowball/libstemmer/header.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_danish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_english.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_french.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_german.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_italian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_porter.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h -include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_italian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_romanian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_turkish.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/copydir.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/fsm_internals.h -include/postgresql/server/storage/indexfsm.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/latch.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/predicate.h -include/postgresql/server/storage/predicate_internals.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/procsignal.h -include/postgresql/server/storage/reinit.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/storage/standby.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/tsearch/dicts/regis.h -include/postgresql/server/tsearch/dicts/spell.h -include/postgresql/server/tsearch/ts_cache.h -include/postgresql/server/tsearch/ts_locale.h -include/postgresql/server/tsearch/ts_public.h -include/postgresql/server/tsearch/ts_type.h -include/postgresql/server/tsearch/ts_utils.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/attoptcache.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/bytea.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/combocid.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/plancache.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/probes.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rbtree.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/relmapper.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/snapmgr.h -include/postgresql/server/utils/snapshot.h -include/postgresql/server/utils/spccache.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/uuid.h -include/postgresql/server/utils/varbit.h -include/postgresql/server/utils/xml.h -include/postgresql/server/windowapi.h -include/sqlda-compat.h -include/sqlda-native.h -include/sqlda.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tsearch/dicts -@dirrm include/postgresql/server/tsearch -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/snowball/libstemmer -@dirrm include/postgresql/server/snowball -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/replication -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/postmaster -@dirrm include/postgresql/server/portability -@dirrm include/postgresql/server/port/win32_msvc/sys -@dirrm include/postgresql/server/port/win32_msvc -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/foreign -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.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/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.6 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.3 -lib/libpgport.a -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.3 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.1.mo diff --git a/databases/postgresql92-server/pkg-plist-contrib b/databases/postgresql92-server/pkg-plist-contrib deleted file mode 100644 index b616652ad171..000000000000 --- a/databases/postgresql92-server/pkg-plist-contrib +++ /dev/null @@ -1,180 +0,0 @@ -bin/oid2name -bin/pg_archivecleanup -bin/pg_standby -bin/pg_upgrade -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/auto_explain.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gin.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/citext.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dict_int.so -lib/postgresql/dict_xsyn.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pageinspect.so -lib/postgresql/passwordcheck.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_stat_statements.so -lib/postgresql/pg_trgm.so -lib/postgresql/pg_upgrade_support.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/pgxml.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/test_parser.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -lib/postgresql/unaccent.so -lib/postgresql/uuid-ossp.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/extension/README -bin/pg_test_fsync -lib/postgresql/auth_delay.so -lib/postgresql/dummy_seclabel.so -lib/postgresql/file_fdw.so -share/doc/postgresql/extension/autoinc.example -share/doc/postgresql/extension/insert_username.example -share/doc/postgresql/extension/moddatetime.example -share/doc/postgresql/extension/refint.example -share/doc/postgresql/extension/timetravel.example -share/postgresql/extension/adminpack--1.0.sql -share/postgresql/extension/adminpack.control -share/postgresql/extension/autoinc--1.0.sql -share/postgresql/extension/autoinc--unpackaged--1.0.sql -share/postgresql/extension/autoinc.control -share/postgresql/extension/btree_gin--1.0.sql -share/postgresql/extension/btree_gin--unpackaged--1.0.sql -share/postgresql/extension/btree_gin.control -share/postgresql/extension/btree_gist--1.0.sql -share/postgresql/extension/btree_gist--unpackaged--1.0.sql -share/postgresql/extension/btree_gist.control -share/postgresql/extension/chkpass--1.0.sql -share/postgresql/extension/chkpass--unpackaged--1.0.sql -share/postgresql/extension/chkpass.control -share/postgresql/extension/citext--1.0.sql -share/postgresql/extension/citext--unpackaged--1.0.sql -share/postgresql/extension/citext.control -share/postgresql/extension/cube--1.0.sql -share/postgresql/extension/cube--unpackaged--1.0.sql -share/postgresql/extension/cube.control -share/postgresql/extension/dblink--1.0.sql -share/postgresql/extension/dblink--unpackaged--1.0.sql -share/postgresql/extension/dblink.control -share/postgresql/extension/dict_int--1.0.sql -share/postgresql/extension/dict_int--unpackaged--1.0.sql -share/postgresql/extension/dict_int.control -share/postgresql/extension/dict_xsyn--1.0.sql -share/postgresql/extension/dict_xsyn--unpackaged--1.0.sql -share/postgresql/extension/dict_xsyn.control -share/postgresql/extension/earthdistance--1.0.sql -share/postgresql/extension/earthdistance--unpackaged--1.0.sql -share/postgresql/extension/earthdistance.control -share/postgresql/extension/file_fdw--1.0.sql -share/postgresql/extension/file_fdw.control -share/postgresql/extension/fuzzystrmatch--1.0.sql -share/postgresql/extension/fuzzystrmatch--unpackaged--1.0.sql -share/postgresql/extension/fuzzystrmatch.control -share/postgresql/extension/hstore--1.0.sql -share/postgresql/extension/hstore--unpackaged--1.0.sql -share/postgresql/extension/hstore.control -share/postgresql/extension/insert_username--1.0.sql -share/postgresql/extension/insert_username--unpackaged--1.0.sql -share/postgresql/extension/insert_username.control -share/postgresql/extension/intagg--1.0.sql -share/postgresql/extension/intagg--unpackaged--1.0.sql -share/postgresql/extension/intagg.control -share/postgresql/extension/intarray--1.0.sql -share/postgresql/extension/intarray--unpackaged--1.0.sql -share/postgresql/extension/intarray.control -share/postgresql/extension/isn--1.0.sql -share/postgresql/extension/isn--unpackaged--1.0.sql -share/postgresql/extension/isn.control -share/postgresql/extension/lo--1.0.sql -share/postgresql/extension/lo--unpackaged--1.0.sql -share/postgresql/extension/lo.control -share/postgresql/extension/ltree--1.0.sql -share/postgresql/extension/ltree--unpackaged--1.0.sql -share/postgresql/extension/ltree.control -share/postgresql/extension/moddatetime--1.0.sql -share/postgresql/extension/moddatetime--unpackaged--1.0.sql -share/postgresql/extension/moddatetime.control -share/postgresql/extension/pageinspect--1.0.sql -share/postgresql/extension/pageinspect--unpackaged--1.0.sql -share/postgresql/extension/pageinspect.control -share/postgresql/extension/pg_buffercache--1.0.sql -share/postgresql/extension/pg_buffercache--unpackaged--1.0.sql -share/postgresql/extension/pg_buffercache.control -share/postgresql/extension/pg_freespacemap--1.0.sql -share/postgresql/extension/pg_freespacemap--unpackaged--1.0.sql -share/postgresql/extension/pg_freespacemap.control -share/postgresql/extension/pg_stat_statements--1.0.sql -share/postgresql/extension/pg_stat_statements--unpackaged--1.0.sql -share/postgresql/extension/pg_stat_statements.control -share/postgresql/extension/pg_trgm--1.0.sql -share/postgresql/extension/pg_trgm--unpackaged--1.0.sql -share/postgresql/extension/pg_trgm.control -share/postgresql/extension/pgcrypto--1.0.sql -share/postgresql/extension/pgcrypto--unpackaged--1.0.sql -share/postgresql/extension/pgcrypto.control -share/postgresql/extension/pgrowlocks--1.0.sql -share/postgresql/extension/pgrowlocks--unpackaged--1.0.sql -share/postgresql/extension/pgrowlocks.control -share/postgresql/extension/pgstattuple--1.0.sql -share/postgresql/extension/pgstattuple--unpackaged--1.0.sql -share/postgresql/extension/pgstattuple.control -share/postgresql/extension/refint--1.0.sql -share/postgresql/extension/refint--unpackaged--1.0.sql -share/postgresql/extension/refint.control -share/postgresql/extension/seg--1.0.sql -share/postgresql/extension/seg--unpackaged--1.0.sql -share/postgresql/extension/seg.control -share/postgresql/extension/sslinfo--1.0.sql -share/postgresql/extension/sslinfo--unpackaged--1.0.sql -share/postgresql/extension/sslinfo.control -share/postgresql/extension/tablefunc--1.0.sql -share/postgresql/extension/tablefunc--unpackaged--1.0.sql -share/postgresql/extension/tablefunc.control -share/postgresql/extension/test_parser--1.0.sql -share/postgresql/extension/test_parser--unpackaged--1.0.sql -share/postgresql/extension/test_parser.control -share/postgresql/extension/timetravel--1.0.sql -share/postgresql/extension/timetravel--unpackaged--1.0.sql -share/postgresql/extension/timetravel.control -share/postgresql/extension/tsearch2--1.0.sql -share/postgresql/extension/tsearch2--unpackaged--1.0.sql -share/postgresql/extension/tsearch2.control -share/postgresql/extension/unaccent--1.0.sql -share/postgresql/extension/unaccent--unpackaged--1.0.sql -share/postgresql/extension/unaccent.control -share/postgresql/extension/uuid-ossp--1.0.sql -share/postgresql/extension/uuid-ossp--unpackaged--1.0.sql -share/postgresql/extension/uuid-ossp.control -share/postgresql/extension/xml2--1.0.sql -share/postgresql/extension/xml2--unpackaged--1.0.sql -share/postgresql/extension/xml2.control -@dirrmtry share/postgresql/extension -share/postgresql/tsearch_data/unaccent.rules -share/postgresql/tsearch_data/xsyn_sample.rules -@dirrmtry share/postgresql/tsearch_data -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%%/extension -@dirrmtry %%DOCSDIR%% -@dirrmtry lib/postgresql diff --git a/databases/postgresql92-server/pkg-plist-plperl b/databases/postgresql92-server/pkg-plist-plperl deleted file mode 100644 index c84ea2e6d16c..000000000000 --- a/databases/postgresql92-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql92-server/pkg-plist-plpython b/databases/postgresql92-server/pkg-plist-plpython deleted file mode 100644 index 17701ef04a0b..000000000000 --- a/databases/postgresql92-server/pkg-plist-plpython +++ /dev/null @@ -1,14 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython%%PYTHON_MAJOR_VER%%.so -%%DATADIR%%/extension/plpythonu.control -%%DATADIR%%/extension/plpythonu--1.0.sql -%%DATADIR%%/extension/plpythonu--unpackaged--1.0.sql -%%DATADIR%%/extension/plpython2u.control -%%DATADIR%%/extension/plpython2u--1.0.sql -%%DATADIR%%/extension/plpython2u--unpackaged--1.0.sql -%%DATADIR%%/extension/plpython3u.control -%%DATADIR%%/extension/plpython3u--1.0.sql -%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql -@dirrmtry %%DATADIR%%/extension -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql92-server/pkg-plist-pltcl b/databases/postgresql92-server/pkg-plist-pltcl deleted file mode 100644 index 47036c2a4e2a..000000000000 --- a/databases/postgresql92-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@dirrmtry lib/postgresql -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql92-server/pkg-plist-server b/databases/postgresql92-server/pkg-plist-server deleted file mode 100644 index 2e2e06aac640..000000000000 --- a/databases/postgresql92-server/pkg-plist-server +++ /dev/null @@ -1,773 +0,0 @@ -bin/initdb -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -share/postgresql/extension/plpgsql--1.0.sql -share/postgresql/extension/plpgsql--unpackaged--1.0.sql -share/postgresql/extension/plpgsql.control -@dirrmtry share/postgresql/extension -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.1.mo -share/postgresql/postgres.shdescription -share/postgresql/snowball_create.sql -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan -%%TZDATA%%share/postgresql/timezone/Africa/Accra -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa -%%TZDATA%%share/postgresql/timezone/Africa/Algiers -%%TZDATA%%share/postgresql/timezone/Africa/Asmara -%%TZDATA%%share/postgresql/timezone/Africa/Asmera -%%TZDATA%%share/postgresql/timezone/Africa/Bamako -%%TZDATA%%share/postgresql/timezone/Africa/Bangui -%%TZDATA%%share/postgresql/timezone/Africa/Banjul -%%TZDATA%%share/postgresql/timezone/Africa/Bissau -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura -%%TZDATA%%share/postgresql/timezone/Africa/Cairo -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta -%%TZDATA%%share/postgresql/timezone/Africa/Conakry -%%TZDATA%%share/postgresql/timezone/Africa/Dakar -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti -%%TZDATA%%share/postgresql/timezone/Africa/Douala -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun -%%TZDATA%%share/postgresql/timezone/Africa/Freetown -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone -%%TZDATA%%share/postgresql/timezone/Africa/Harare -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg -%%TZDATA%%share/postgresql/timezone/Africa/Juba -%%TZDATA%%share/postgresql/timezone/Africa/Kampala -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum -%%TZDATA%%share/postgresql/timezone/Africa/Kigali -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa -%%TZDATA%%share/postgresql/timezone/Africa/Lagos -%%TZDATA%%share/postgresql/timezone/Africa/Libreville -%%TZDATA%%share/postgresql/timezone/Africa/Lome -%%TZDATA%%share/postgresql/timezone/Africa/Luanda -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka -%%TZDATA%%share/postgresql/timezone/Africa/Malabo -%%TZDATA%%share/postgresql/timezone/Africa/Maputo -%%TZDATA%%share/postgresql/timezone/Africa/Maseru -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena -%%TZDATA%%share/postgresql/timezone/Africa/Niamey -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli -%%TZDATA%%share/postgresql/timezone/Africa/Tunis -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek -%%TZDATA%%share/postgresql/timezone/America/Adak -%%TZDATA%%share/postgresql/timezone/America/Anchorage -%%TZDATA%%share/postgresql/timezone/America/Anguilla -%%TZDATA%%share/postgresql/timezone/America/Antigua -%%TZDATA%%share/postgresql/timezone/America/Araguaina -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia -%%TZDATA%%share/postgresql/timezone/America/Aruba -%%TZDATA%%share/postgresql/timezone/America/Asuncion -%%TZDATA%%share/postgresql/timezone/America/Atikokan -%%TZDATA%%share/postgresql/timezone/America/Atka -%%TZDATA%%share/postgresql/timezone/America/Bahia -%%TZDATA%%share/postgresql/timezone/America/Bahia_Banderas -%%TZDATA%%share/postgresql/timezone/America/Barbados -%%TZDATA%%share/postgresql/timezone/America/Belem -%%TZDATA%%share/postgresql/timezone/America/Belize -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista -%%TZDATA%%share/postgresql/timezone/America/Bogota -%%TZDATA%%share/postgresql/timezone/America/Boise -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande -%%TZDATA%%share/postgresql/timezone/America/Cancun -%%TZDATA%%share/postgresql/timezone/America/Caracas -%%TZDATA%%share/postgresql/timezone/America/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Cayenne -%%TZDATA%%share/postgresql/timezone/America/Cayman -%%TZDATA%%share/postgresql/timezone/America/Chicago -%%TZDATA%%share/postgresql/timezone/America/Chihuahua -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour -%%TZDATA%%share/postgresql/timezone/America/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica -%%TZDATA%%share/postgresql/timezone/America/Cuiaba -%%TZDATA%%share/postgresql/timezone/America/Curacao -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn -%%TZDATA%%share/postgresql/timezone/America/Dawson -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek -%%TZDATA%%share/postgresql/timezone/America/Denver -%%TZDATA%%share/postgresql/timezone/America/Detroit -%%TZDATA%%share/postgresql/timezone/America/Dominica -%%TZDATA%%share/postgresql/timezone/America/Edmonton -%%TZDATA%%share/postgresql/timezone/America/Eirunepe -%%TZDATA%%share/postgresql/timezone/America/El_Salvador -%%TZDATA%%share/postgresql/timezone/America/Ensenada -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne -%%TZDATA%%share/postgresql/timezone/America/Fortaleza -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay -%%TZDATA%%share/postgresql/timezone/America/Godthab -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk -%%TZDATA%%share/postgresql/timezone/America/Grenada -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe -%%TZDATA%%share/postgresql/timezone/America/Guatemala -%%TZDATA%%share/postgresql/timezone/America/Guayaquil -%%TZDATA%%share/postgresql/timezone/America/Guyana -%%TZDATA%%share/postgresql/timezone/America/Halifax -%%TZDATA%%share/postgresql/timezone/America/Havana -%%TZDATA%%share/postgresql/timezone/America/Hermosillo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac -%%TZDATA%%share/postgresql/timezone/America/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Inuvik -%%TZDATA%%share/postgresql/timezone/America/Iqaluit -%%TZDATA%%share/postgresql/timezone/America/Jamaica -%%TZDATA%%share/postgresql/timezone/America/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Juneau -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello -%%TZDATA%%share/postgresql/timezone/America/Knox_IN -%%TZDATA%%share/postgresql/timezone/America/Kralendijk -%%TZDATA%%share/postgresql/timezone/America/La_Paz -%%TZDATA%%share/postgresql/timezone/America/Lima -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles -%%TZDATA%%share/postgresql/timezone/America/Louisville -%%TZDATA%%share/postgresql/timezone/America/Lower_Princes -%%TZDATA%%share/postgresql/timezone/America/Maceio -%%TZDATA%%share/postgresql/timezone/America/Managua -%%TZDATA%%share/postgresql/timezone/America/Manaus -%%TZDATA%%share/postgresql/timezone/America/Marigot -%%TZDATA%%share/postgresql/timezone/America/Martinique -%%TZDATA%%share/postgresql/timezone/America/Matamoros -%%TZDATA%%share/postgresql/timezone/America/Mazatlan -%%TZDATA%%share/postgresql/timezone/America/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Menominee -%%TZDATA%%share/postgresql/timezone/America/Merida -%%TZDATA%%share/postgresql/timezone/America/Metlakatla -%%TZDATA%%share/postgresql/timezone/America/Mexico_City -%%TZDATA%%share/postgresql/timezone/America/Miquelon -%%TZDATA%%share/postgresql/timezone/America/Moncton -%%TZDATA%%share/postgresql/timezone/America/Monterrey -%%TZDATA%%share/postgresql/timezone/America/Montevideo -%%TZDATA%%share/postgresql/timezone/America/Montreal -%%TZDATA%%share/postgresql/timezone/America/Montserrat -%%TZDATA%%share/postgresql/timezone/America/Nassau -%%TZDATA%%share/postgresql/timezone/America/New_York -%%TZDATA%%share/postgresql/timezone/America/Nipigon -%%TZDATA%%share/postgresql/timezone/America/Nome -%%TZDATA%%share/postgresql/timezone/America/Noronha -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Beulah -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem -%%TZDATA%%share/postgresql/timezone/America/Ojinaga -%%TZDATA%%share/postgresql/timezone/America/Panama -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung -%%TZDATA%%share/postgresql/timezone/America/Paramaribo -%%TZDATA%%share/postgresql/timezone/America/Phoenix -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico -%%TZDATA%%share/postgresql/timezone/America/Rainy_River -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet -%%TZDATA%%share/postgresql/timezone/America/Recife -%%TZDATA%%share/postgresql/timezone/America/Regina -%%TZDATA%%share/postgresql/timezone/America/Resolute -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco -%%TZDATA%%share/postgresql/timezone/America/Rosario -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel -%%TZDATA%%share/postgresql/timezone/America/Santarem -%%TZDATA%%share/postgresql/timezone/America/Santiago -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund -%%TZDATA%%share/postgresql/timezone/America/Shiprock -%%TZDATA%%share/postgresql/timezone/America/Sitka -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy -%%TZDATA%%share/postgresql/timezone/America/St_Johns -%%TZDATA%%share/postgresql/timezone/America/St_Kitts -%%TZDATA%%share/postgresql/timezone/America/St_Lucia -%%TZDATA%%share/postgresql/timezone/America/St_Thomas -%%TZDATA%%share/postgresql/timezone/America/St_Vincent -%%TZDATA%%share/postgresql/timezone/America/Swift_Current -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa -%%TZDATA%%share/postgresql/timezone/America/Thule -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay -%%TZDATA%%share/postgresql/timezone/America/Tijuana -%%TZDATA%%share/postgresql/timezone/America/Toronto -%%TZDATA%%share/postgresql/timezone/America/Tortola -%%TZDATA%%share/postgresql/timezone/America/Vancouver -%%TZDATA%%share/postgresql/timezone/America/Virgin -%%TZDATA%%share/postgresql/timezone/America/Whitehorse -%%TZDATA%%share/postgresql/timezone/America/Winnipeg -%%TZDATA%%share/postgresql/timezone/America/Yakutat -%%TZDATA%%share/postgresql/timezone/America/Yellowknife -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville -%%TZDATA%%share/postgresql/timezone/Antarctica/Macquarie -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen -%%TZDATA%%share/postgresql/timezone/Asia/Aden -%%TZDATA%%share/postgresql/timezone/Asia/Almaty -%%TZDATA%%share/postgresql/timezone/Asia/Amman -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain -%%TZDATA%%share/postgresql/timezone/Asia/Baku -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok -%%TZDATA%%share/postgresql/timezone/Asia/Beirut -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek -%%TZDATA%%share/postgresql/timezone/Asia/Brunei -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing -%%TZDATA%%share/postgresql/timezone/Asia/Chungking -%%TZDATA%%share/postgresql/timezone/Asia/Colombo -%%TZDATA%%share/postgresql/timezone/Asia/Dacca -%%TZDATA%%share/postgresql/timezone/Asia/Damascus -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka -%%TZDATA%%share/postgresql/timezone/Asia/Dili -%%TZDATA%%share/postgresql/timezone/Asia/Dubai -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe -%%TZDATA%%share/postgresql/timezone/Asia/Gaza -%%TZDATA%%share/postgresql/timezone/Asia/Harbin -%%TZDATA%%share/postgresql/timezone/Asia/Hebron -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong -%%TZDATA%%share/postgresql/timezone/Asia/Hovd -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem -%%TZDATA%%share/postgresql/timezone/Asia/Kabul -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka -%%TZDATA%%share/postgresql/timezone/Asia/Karachi -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur -%%TZDATA%%share/postgresql/timezone/Asia/Kuching -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait -%%TZDATA%%share/postgresql/timezone/Asia/Macao -%%TZDATA%%share/postgresql/timezone/Asia/Macau -%%TZDATA%%share/postgresql/timezone/Asia/Magadan -%%TZDATA%%share/postgresql/timezone/Asia/Makassar -%%TZDATA%%share/postgresql/timezone/Asia/Manila -%%TZDATA%%share/postgresql/timezone/Asia/Muscat -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk -%%TZDATA%%share/postgresql/timezone/Asia/Omsk -%%TZDATA%%share/postgresql/timezone/Asia/Oral -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang -%%TZDATA%%share/postgresql/timezone/Asia/Qatar -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh87 -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh88 -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh89 -%%TZDATA%%share/postgresql/timezone/Asia/Saigon -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand -%%TZDATA%%share/postgresql/timezone/Asia/Seoul -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai -%%TZDATA%%share/postgresql/timezone/Asia/Singapore -%%TZDATA%%share/postgresql/timezone/Asia/Taipei -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi -%%TZDATA%%share/postgresql/timezone/Asia/Tehran -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley -%%TZDATA%%share/postgresql/timezone/Australia/ACT -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill -%%TZDATA%%share/postgresql/timezone/Australia/Canberra -%%TZDATA%%share/postgresql/timezone/Australia/Currie -%%TZDATA%%share/postgresql/timezone/Australia/Darwin -%%TZDATA%%share/postgresql/timezone/Australia/Eucla -%%TZDATA%%share/postgresql/timezone/Australia/Hobart -%%TZDATA%%share/postgresql/timezone/Australia/LHI -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne -%%TZDATA%%share/postgresql/timezone/Australia/NSW -%%TZDATA%%share/postgresql/timezone/Australia/North -%%TZDATA%%share/postgresql/timezone/Australia/Perth -%%TZDATA%%share/postgresql/timezone/Australia/Queensland -%%TZDATA%%share/postgresql/timezone/Australia/South -%%TZDATA%%share/postgresql/timezone/Australia/Sydney -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania -%%TZDATA%%share/postgresql/timezone/Australia/Victoria -%%TZDATA%%share/postgresql/timezone/Australia/West -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna -%%TZDATA%%share/postgresql/timezone/Brazil/Acre -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha -%%TZDATA%%share/postgresql/timezone/Brazil/East -%%TZDATA%%share/postgresql/timezone/Brazil/West -%%TZDATA%%share/postgresql/timezone/CET -%%TZDATA%%share/postgresql/timezone/CST6CDT -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic -%%TZDATA%%share/postgresql/timezone/Canada/Central -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Eastern -%%TZDATA%%share/postgresql/timezone/Canada/Mountain -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland -%%TZDATA%%share/postgresql/timezone/Canada/Pacific -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Yukon -%%TZDATA%%share/postgresql/timezone/Chile/Continental -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland -%%TZDATA%%share/postgresql/timezone/Cuba -%%TZDATA%%share/postgresql/timezone/EET -%%TZDATA%%share/postgresql/timezone/EST -%%TZDATA%%share/postgresql/timezone/EST5EDT -%%TZDATA%%share/postgresql/timezone/Egypt -%%TZDATA%%share/postgresql/timezone/Eire -%%TZDATA%%share/postgresql/timezone/Etc/GMT -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich -%%TZDATA%%share/postgresql/timezone/Etc/UCT -%%TZDATA%%share/postgresql/timezone/Etc/UTC -%%TZDATA%%share/postgresql/timezone/Etc/Universal -%%TZDATA%%share/postgresql/timezone/Etc/Zulu -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam -%%TZDATA%%share/postgresql/timezone/Europe/Andorra -%%TZDATA%%share/postgresql/timezone/Europe/Athens -%%TZDATA%%share/postgresql/timezone/Europe/Belfast -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade -%%TZDATA%%share/postgresql/timezone/Europe/Berlin -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava -%%TZDATA%%share/postgresql/timezone/Europe/Brussels -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest -%%TZDATA%%share/postgresql/timezone/Europe/Budapest -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen -%%TZDATA%%share/postgresql/timezone/Europe/Dublin -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul -%%TZDATA%%share/postgresql/timezone/Europe/Jersey -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad -%%TZDATA%%share/postgresql/timezone/Europe/Kiev -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana -%%TZDATA%%share/postgresql/timezone/Europe/London -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg -%%TZDATA%%share/postgresql/timezone/Europe/Madrid -%%TZDATA%%share/postgresql/timezone/Europe/Malta -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn -%%TZDATA%%share/postgresql/timezone/Europe/Minsk -%%TZDATA%%share/postgresql/timezone/Europe/Monaco -%%TZDATA%%share/postgresql/timezone/Europe/Moscow -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia -%%TZDATA%%share/postgresql/timezone/Europe/Oslo -%%TZDATA%%share/postgresql/timezone/Europe/Paris -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica -%%TZDATA%%share/postgresql/timezone/Europe/Prague -%%TZDATA%%share/postgresql/timezone/Europe/Riga -%%TZDATA%%share/postgresql/timezone/Europe/Rome -%%TZDATA%%share/postgresql/timezone/Europe/Samara -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol -%%TZDATA%%share/postgresql/timezone/Europe/Skopje -%%TZDATA%%share/postgresql/timezone/Europe/Sofia -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn -%%TZDATA%%share/postgresql/timezone/Europe/Tirane -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz -%%TZDATA%%share/postgresql/timezone/Europe/Vatican -%%TZDATA%%share/postgresql/timezone/Europe/Vienna -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye -%%TZDATA%%share/postgresql/timezone/Europe/Zurich -%%TZDATA%%share/postgresql/timezone/Factory -%%TZDATA%%share/postgresql/timezone/GB -%%TZDATA%%share/postgresql/timezone/GB-Eire -%%TZDATA%%share/postgresql/timezone/GMT -%%TZDATA%%share/postgresql/timezone/GMT+0 -%%TZDATA%%share/postgresql/timezone/GMT-0 -%%TZDATA%%share/postgresql/timezone/GMT0 -%%TZDATA%%share/postgresql/timezone/Greenwich -%%TZDATA%%share/postgresql/timezone/HST -%%TZDATA%%share/postgresql/timezone/Hongkong -%%TZDATA%%share/postgresql/timezone/Iceland -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo -%%TZDATA%%share/postgresql/timezone/Indian/Chagos -%%TZDATA%%share/postgresql/timezone/Indian/Christmas -%%TZDATA%%share/postgresql/timezone/Indian/Cocos -%%TZDATA%%share/postgresql/timezone/Indian/Comoro -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen -%%TZDATA%%share/postgresql/timezone/Indian/Mahe -%%TZDATA%%share/postgresql/timezone/Indian/Maldives -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte -%%TZDATA%%share/postgresql/timezone/Indian/Reunion -%%TZDATA%%share/postgresql/timezone/Iran -%%TZDATA%%share/postgresql/timezone/Israel -%%TZDATA%%share/postgresql/timezone/Jamaica -%%TZDATA%%share/postgresql/timezone/Japan -%%TZDATA%%share/postgresql/timezone/Kwajalein -%%TZDATA%%share/postgresql/timezone/Libya -%%TZDATA%%share/postgresql/timezone/MET -%%TZDATA%%share/postgresql/timezone/MST -%%TZDATA%%share/postgresql/timezone/MST7MDT -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur -%%TZDATA%%share/postgresql/timezone/Mexico/General -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh87 -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh88 -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh89 -%%TZDATA%%share/postgresql/timezone/NZ -%%TZDATA%%share/postgresql/timezone/NZ-CHAT -%%TZDATA%%share/postgresql/timezone/Navajo -%%TZDATA%%share/postgresql/timezone/PRC -%%TZDATA%%share/postgresql/timezone/PST8PDT -%%TZDATA%%share/postgresql/timezone/Pacific/Apia -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham -%%TZDATA%%share/postgresql/timezone/Pacific/Chuuk -%%TZDATA%%share/postgresql/timezone/Pacific/Easter -%%TZDATA%%share/postgresql/timezone/Pacific/Efate -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal -%%TZDATA%%share/postgresql/timezone/Pacific/Guam -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas -%%TZDATA%%share/postgresql/timezone/Pacific/Midway -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru -%%TZDATA%%share/postgresql/timezone/Pacific/Niue -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago -%%TZDATA%%share/postgresql/timezone/Pacific/Palau -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn -%%TZDATA%%share/postgresql/timezone/Pacific/Pohnpei -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu -%%TZDATA%%share/postgresql/timezone/Pacific/Truk -%%TZDATA%%share/postgresql/timezone/Pacific/Wake -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis -%%TZDATA%%share/postgresql/timezone/Pacific/Yap -%%TZDATA%%share/postgresql/timezone/Poland -%%TZDATA%%share/postgresql/timezone/Portugal -%%TZDATA%%share/postgresql/timezone/ROC -%%TZDATA%%share/postgresql/timezone/ROK -%%TZDATA%%share/postgresql/timezone/Singapore -%%TZDATA%%share/postgresql/timezone/Turkey -%%TZDATA%%share/postgresql/timezone/UCT -%%TZDATA%%share/postgresql/timezone/US/Alaska -%%TZDATA%%share/postgresql/timezone/US/Aleutian -%%TZDATA%%share/postgresql/timezone/US/Arizona -%%TZDATA%%share/postgresql/timezone/US/Central -%%TZDATA%%share/postgresql/timezone/US/East-Indiana -%%TZDATA%%share/postgresql/timezone/US/Eastern -%%TZDATA%%share/postgresql/timezone/US/Hawaii -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke -%%TZDATA%%share/postgresql/timezone/US/Michigan -%%TZDATA%%share/postgresql/timezone/US/Mountain -%%TZDATA%%share/postgresql/timezone/US/Pacific -%%TZDATA%%share/postgresql/timezone/US/Pacific-New -%%TZDATA%%share/postgresql/timezone/US/Samoa -%%TZDATA%%share/postgresql/timezone/UTC -%%TZDATA%%share/postgresql/timezone/Universal -%%TZDATA%%share/postgresql/timezone/W-SU -%%TZDATA%%share/postgresql/timezone/WET -%%TZDATA%%share/postgresql/timezone/Zulu -%%TZDATA%%share/postgresql/timezone/posixrules -share/postgresql/timezonesets/Africa.txt -share/postgresql/timezonesets/America.txt -share/postgresql/timezonesets/Antarctica.txt -share/postgresql/timezonesets/Asia.txt -share/postgresql/timezonesets/Atlantic.txt -share/postgresql/timezonesets/Australia -share/postgresql/timezonesets/Australia.txt -share/postgresql/timezonesets/Default -share/postgresql/timezonesets/Etc.txt -share/postgresql/timezonesets/Europe.txt -share/postgresql/timezonesets/India -share/postgresql/timezonesets/Indian.txt -share/postgresql/timezonesets/Pacific.txt -%%TZDATA%%@dirrm share/postgresql/timezone/Africa -%%TZDATA%%@dirrm share/postgresql/timezone/America/Argentina -%%TZDATA%%@dirrm share/postgresql/timezone/America/Indiana -%%TZDATA%%@dirrm share/postgresql/timezone/America/Kentucky -%%TZDATA%%@dirrm share/postgresql/timezone/America/North_Dakota -%%TZDATA%%@dirrm share/postgresql/timezone/America -%%TZDATA%%@dirrm share/postgresql/timezone/Antarctica -%%TZDATA%%@dirrm share/postgresql/timezone/Arctic -%%TZDATA%%@dirrm share/postgresql/timezone/Asia -%%TZDATA%%@dirrm share/postgresql/timezone/Atlantic -%%TZDATA%%@dirrm share/postgresql/timezone/Australia -%%TZDATA%%@dirrm share/postgresql/timezone/Brazil -%%TZDATA%%@dirrm share/postgresql/timezone/Canada -%%TZDATA%%@dirrm share/postgresql/timezone/Chile -%%TZDATA%%@dirrm share/postgresql/timezone/Etc -%%TZDATA%%@dirrm share/postgresql/timezone/Europe -%%TZDATA%%@dirrm share/postgresql/timezone/Indian -%%TZDATA%%@dirrm share/postgresql/timezone/Mexico -%%TZDATA%%@dirrm share/postgresql/timezone/Mideast -%%TZDATA%%@dirrm share/postgresql/timezone/Pacific -%%TZDATA%%@dirrm share/postgresql/timezone/US -%%TZDATA%%@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -share/postgresql/tsearch_data/danish.stop -share/postgresql/tsearch_data/dutch.stop -share/postgresql/tsearch_data/english.stop -share/postgresql/tsearch_data/finnish.stop -share/postgresql/tsearch_data/french.stop -share/postgresql/tsearch_data/german.stop -share/postgresql/tsearch_data/hungarian.stop -share/postgresql/tsearch_data/italian.stop -share/postgresql/tsearch_data/norwegian.stop -share/postgresql/tsearch_data/portuguese.stop -share/postgresql/tsearch_data/russian.stop -share/postgresql/tsearch_data/spanish.stop -share/postgresql/tsearch_data/swedish.stop -share/postgresql/tsearch_data/turkish.stop -share/postgresql/tsearch_data/hunspell_sample.affix -share/postgresql/tsearch_data/ispell_sample.affix -share/postgresql/tsearch_data/ispell_sample.dict -share/postgresql/tsearch_data/synonym_sample.syn -share/postgresql/tsearch_data/thesaurus_sample.ths -@dirrmtry share/postgresql/tsearch_data -@dirrmtry share/postgresql -@dirrmtry etc/periodic/daily -@dirrmtry etc/periodic -@dirrmtry lib/postgresql -@dirrmtry %%PG_USER%% |