Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6247
Modified Files:
postgresql83.info postgresql83.patch
Log Message:
new upstream
Index: postgresql83.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/postgresql83.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgresql83.info 13 Mar 2008 20:13:56 -0000 1.1
+++ postgresql83.info 21 May 2008 21:05:07 -0000 1.2
@@ -1,5 +1,5 @@
Package: postgresql83
-Version: 8.3.0
+Version: 8.3.1
Revision: 1
Description: PostgreSQL open-source database
License: BSD
@@ -121,7 +121,7 @@
nam-US: ftp://ftp22.us.postgresql.org/mirrors/ftp.postgresql.org
<<
Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 53d6816eac7442f9bc8103439ebee22e
+Source-MD5: a5e0ed6a85b450dc217ec71da93243a7
PatchScript: <<
sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' < %a/%n.patch |
patch -p1
perl -pi -e 's,^enum,static enum,' contrib/pgcrypto/pgp.h
Index: postgresql83.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/postgresql83.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgresql83.patch 13 Mar 2008 20:13:56 -0000 1.1
+++ postgresql83.patch 21 May 2008 21:05:08 -0000 1.2
@@ -1,6 +1,6 @@
-
---- postgresql-8.3.0/contrib/Makefile 2007-11-13 13:04:45.000000000 -0800
-+++ postgresql-8.3.0-new/contrib/Makefile 2008-02-09 15:32:20.000000000
-0800
+diff -Nurd postgresql-8.3.1/contrib/Makefile
postgresql-8.3.1-new/contrib/Makefile
+--- postgresql-8.3.1/contrib/Makefile 2007-11-13 16:04:45.000000000 -0500
++++ postgresql-8.3.1-new/contrib/Makefile 2008-05-06 14:23:57.000000000
-0400
@@ -35,7 +35,8 @@
tablefunc \
test_parser \
@@ -11,8 +11,9 @@
ifeq ($(with_openssl),yes)
WANTED_DIRS += sslinfo
---- postgresql-8.3.0/pgsql.sh 1969-12-31 16:00:00.000000000 -0800
-+++ postgresql-8.3.0-new/pgsql.sh 2008-02-09 15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/pgsql.sh postgresql-8.3.1-new/pgsql.sh
+--- postgresql-8.3.1/pgsql.sh 1969-12-31 19:00:00.000000000 -0500
++++ postgresql-8.3.1-new/pgsql.sh 2008-05-06 14:23:57.000000000 -0400
@@ -0,0 +1,73 @@
+#!/bin/sh
+
@@ -87,8 +88,9 @@
+ unset LC_ALL; LANG=C sudo -u postgres
"${PREFIX}/bin/pg_ctl-8.3" stop -D "$DATADIR" -m fast
+ ;;
+esac
---- postgresql-8.3.0/src/Makefile.global.in 2007-11-12 16:13:19.000000000
-0800
-+++ postgresql-8.3.0-new/src/Makefile.global.in 2008-02-09
15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/Makefile.global.in
postgresql-8.3.1-new/src/Makefile.global.in
+--- postgresql-8.3.1/src/Makefile.global.in 2007-11-12 19:13:19.000000000
-0500
++++ postgresql-8.3.1-new/src/Makefile.global.in 2008-05-06
14:23:57.000000000 -0400
@@ -73,14 +73,14 @@
datadir := @datadir@
ifeq "$(findstring pgsql, $(datadir))" ""
@@ -124,8 +126,9 @@
endif
endif
endif
---- postgresql-8.3.0/src/Makefile.shlib 2007-02-20 14:45:57.000000000
-0800
-+++ postgresql-8.3.0-new/src/Makefile.shlib 2008-02-09 15:33:33.000000000
-0800
+diff -Nurd postgresql-8.3.1/src/Makefile.shlib
postgresql-8.3.1-new/src/Makefile.shlib
+--- postgresql-8.3.1/src/Makefile.shlib 2007-02-20 17:45:57.000000000
-0500
++++ postgresql-8.3.1-new/src/Makefile.shlib 2008-05-06 14:23:57.000000000
-0400
@@ -107,11 +107,11 @@
ifeq ($(DLTYPE), library)
# linkable library
@@ -140,8 +143,9 @@
endif
shlib =
lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)
shlib_major = lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)
---- postgresql-8.3.0/src/backend/main/main.c 2008-01-01 11:45:49.000000000
-0800
-+++ postgresql-8.3.0-new/src/backend/main/main.c 2008-02-09
16:14:56.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/backend/main/main.c
postgresql-8.3.1-new/src/backend/main/main.c
+--- postgresql-8.3.1/src/backend/main/main.c 2008-01-01 14:45:49.000000000
-0500
++++ postgresql-8.3.1-new/src/backend/main/main.c 2008-05-06
14:23:57.000000000 -0400
@@ -87,7 +87,7 @@
* error messages to be localized.
*/
@@ -151,9 +155,10 @@
#ifdef WIN32
---- postgresql-8.3.0/src/backend/postmaster/autovacuum.c 2008-01-14
05:39:25.000000000 -0800
-+++ postgresql-8.3.0-new/src/backend/postmaster/autovacuum.c 2008-02-09
15:37:12.000000000 -0800
-@@ -315,7 +315,7 @@
+diff -Nurd postgresql-8.3.1/src/backend/postmaster/autovacuum.c
postgresql-8.3.1-new/src/backend/postmaster/autovacuum.c
+--- postgresql-8.3.1/src/backend/postmaster/autovacuum.c 2008-03-14
19:49:33.000000000 -0400
++++ postgresql-8.3.1-new/src/backend/postmaster/autovacuum.c 2008-05-06
14:23:57.000000000 -0400
+@@ -316,7 +316,7 @@
char *av[10];
int ac = 0;
@@ -162,7 +167,7 @@
av[ac++] = "--forkavlauncher";
av[ac++] = NULL; /* filled in by
postmaster_forkexec */
av[ac] = NULL;
-@@ -1362,7 +1362,7 @@
+@@ -1363,7 +1363,7 @@
char *av[10];
int ac = 0;
@@ -171,8 +176,9 @@
av[ac++] = "--forkavworker";
av[ac++] = NULL; /* filled in by
postmaster_forkexec */
av[ac] = NULL;
---- postgresql-8.3.0/src/backend/postmaster/pgarch.c 2008-01-10
16:54:08.000000000 -0800
-+++ postgresql-8.3.0-new/src/backend/postmaster/pgarch.c 2008-02-09
15:37:35.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/backend/postmaster/pgarch.c
postgresql-8.3.1-new/src/backend/postmaster/pgarch.c
+--- postgresql-8.3.1/src/backend/postmaster/pgarch.c 2008-01-10
19:54:08.000000000 -0500
++++ postgresql-8.3.1-new/src/backend/postmaster/pgarch.c 2008-05-06
14:23:57.000000000 -0400
@@ -201,7 +201,7 @@
char *av[10];
int ac = 0;
@@ -182,8 +188,9 @@
av[ac++] = "--forkarch";
---- postgresql-8.3.0/src/backend/postmaster/pgstat.c 2008-01-01
11:45:51.000000000 -0800
-+++ postgresql-8.3.0-new/src/backend/postmaster/pgstat.c 2008-02-09
15:37:42.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/backend/postmaster/pgstat.c
postgresql-8.3.1-new/src/backend/postmaster/pgstat.c
+--- postgresql-8.3.1/src/backend/postmaster/pgstat.c 2008-01-01
14:45:51.000000000 -0500
++++ postgresql-8.3.1-new/src/backend/postmaster/pgstat.c 2008-05-06
14:23:57.000000000 -0400
@@ -502,7 +502,7 @@
char *av[10];
int ac = 0;
@@ -193,8 +200,9 @@
av[ac++] = "--forkcol";
av[ac++] = NULL; /* filled in by
postmaster_forkexec */
---- postgresql-8.3.0/src/backend/postmaster/postmaster.c 2008-01-10
16:54:09.000000000 -0800
-+++ postgresql-8.3.0-new/src/backend/postmaster/postmaster.c 2008-02-09
15:39:11.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/backend/postmaster/postmaster.c
postgresql-8.3.1-new/src/backend/postmaster/postmaster.c
+--- postgresql-8.3.1/src/backend/postmaster/postmaster.c 2008-01-10
19:54:09.000000000 -0500
++++ postgresql-8.3.1-new/src/backend/postmaster/postmaster.c 2008-05-06
14:23:57.000000000 -0400
@@ -665,10 +665,10 @@
#ifdef EXEC_BACKEND
@@ -235,8 +243,9 @@
#ifdef EXEC_BACKEND
av[ac++] = "--forkboot";
---- postgresql-8.3.0/src/backend/postmaster/syslogger.c 2008-01-25
12:42:10.000000000 -0800
-+++ postgresql-8.3.0-new/src/backend/postmaster/syslogger.c 2008-02-09
15:52:37.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/backend/postmaster/syslogger.c
postgresql-8.3.1-new/src/backend/postmaster/syslogger.c
+--- postgresql-8.3.1/src/backend/postmaster/syslogger.c 2008-01-25
15:42:10.000000000 -0500
++++ postgresql-8.3.1-new/src/backend/postmaster/syslogger.c 2008-05-06
14:23:57.000000000 -0400
@@ -614,7 +614,7 @@
int ac = 0;
char filenobuf[32];
@@ -246,8 +255,9 @@
av[ac++] = "--forklog";
av[ac++] = NULL; /* filled in by
postmaster_forkexec */
---- postgresql-8.3.0/src/backend/storage/file/fd.c 2008-01-01
11:45:51.000000000 -0800
-+++ postgresql-8.3.0-new/src/backend/storage/file/fd.c 2008-02-09
15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/backend/storage/file/fd.c
postgresql-8.3.1-new/src/backend/storage/file/fd.c
+--- postgresql-8.3.1/src/backend/storage/file/fd.c 2008-01-01
14:45:51.000000000 -0500
++++ postgresql-8.3.1-new/src/backend/storage/file/fd.c 2008-05-06
14:23:57.000000000 -0400
@@ -53,6 +53,7 @@
#include "storage/ipc.h"
#include "utils/guc.h"
@@ -278,8 +288,9 @@
thisfd = dup(0);
if (thisfd < 0)
{
---- postgresql-8.3.0/src/backend/utils/misc/postgresql.conf.sample
2008-01-30 10:35:55.000000000 -0800
-+++ postgresql-8.3.0-new/src/backend/utils/misc/postgresql.conf.sample
2008-02-09 15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/backend/utils/misc/postgresql.conf.sample
postgresql-8.3.1-new/src/backend/utils/misc/postgresql.conf.sample
+--- postgresql-8.3.1/src/backend/utils/misc/postgresql.conf.sample
2008-01-30 13:35:55.000000000 -0500
++++ postgresql-8.3.1-new/src/backend/utils/misc/postgresql.conf.sample
2008-05-06 14:23:57.000000000 -0400
@@ -73,7 +73,7 @@
# - Security and Authentication -
@@ -289,8 +300,9 @@
#ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers
# (change requires restart)
#password_encryption = on
---- postgresql-8.3.0/src/bin/initdb/initdb.c 2008-01-01 11:45:55.000000000
-0800
-+++ postgresql-8.3.0-new/src/bin/initdb/initdb.c 2008-02-09
15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/bin/initdb/initdb.c
postgresql-8.3.1-new/src/bin/initdb/initdb.c
+--- postgresql-8.3.1/src/bin/initdb/initdb.c 2008-02-29 18:31:42.000000000
-0500
++++ postgresql-8.3.1-new/src/bin/initdb/initdb.c 2008-05-06
14:23:58.000000000 -0400
@@ -121,7 +121,7 @@
/* defaults */
@@ -300,7 +312,7 @@
static int n_fsm_pages = 20000;
/*
-@@ -2666,7 +2666,7 @@
+@@ -2687,7 +2687,7 @@
sprintf(pgdenv, "PGDATA=%s", pg_data);
putenv(pgdenv);
@@ -309,7 +321,7 @@
backend_exec)) < 0)
{
char full_path[MAXPGPATH];
-@@ -2676,14 +2676,14 @@
+@@ -2697,14 +2697,14 @@
if (ret == -1)
fprintf(stderr,
@@ -326,7 +338,7 @@
"but was not the same version as
%s.\n"
"Check your installation.\n"),
full_path, progname);
-@@ -3121,9 +3121,9 @@
+@@ -3142,9 +3142,9 @@
get_parent_directory(bin_dir);
printf(_("\nSuccess. You can now start the database server using:\n\n"
@@ -338,9 +350,10 @@
QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "",
QUOTE_PATH,
QUOTE_PATH, pg_data_native, QUOTE_PATH,
QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "",
QUOTE_PATH,
---- postgresql-8.3.0/src/bin/pg_ctl/pg_ctl.c 2008-01-01 11:45:55.000000000
-0800
-+++ postgresql-8.3.0-new/src/bin/pg_ctl/pg_ctl.c 2008-02-09
15:32:20.000000000 -0800
-@@ -635,7 +635,7 @@
+diff -Nurd postgresql-8.3.1/src/bin/pg_ctl/pg_ctl.c
postgresql-8.3.1-new/src/bin/pg_ctl/pg_ctl.c
+--- postgresql-8.3.1/src/bin/pg_ctl/pg_ctl.c 2008-02-29 18:31:42.000000000
-0500
++++ postgresql-8.3.1-new/src/bin/pg_ctl/pg_ctl.c 2008-05-06
14:23:58.000000000 -0400
+@@ -659,7 +659,7 @@
postmaster_path = pg_malloc(MAXPGPATH);
@@ -349,7 +362,7 @@
postmaster_path)) < 0)
{
char full_path[MAXPGPATH];
-@@ -644,13 +644,13 @@
+@@ -668,13 +668,13 @@
strlcpy(full_path, progname, sizeof(full_path));
if (ret == -1)
@@ -365,7 +378,7 @@
"but was not the
same version as %s.\n"
"Check your
installation.\n"),
full_path, progname);
-@@ -996,10 +996,10 @@
+@@ -1020,10 +1020,10 @@
}
else
{
@@ -378,8 +391,9 @@
exit(1);
}
}
---- postgresql-8.3.0/src/interfaces/ecpg/compatlib/Makefile 2008-01-01
11:45:59.000000000 -0800
-+++ postgresql-8.3.0-new/src/interfaces/ecpg/compatlib/Makefile
2008-02-09 15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/interfaces/ecpg/compatlib/Makefile
postgresql-8.3.1-new/src/interfaces/ecpg/compatlib/Makefile
+--- postgresql-8.3.1/src/interfaces/ecpg/compatlib/Makefile 2008-01-01
14:45:59.000000000 -0500
++++ postgresql-8.3.1-new/src/interfaces/ecpg/compatlib/Makefile
2008-05-06 14:23:58.000000000 -0400
@@ -20,6 +20,7 @@
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
@@ -388,8 +402,9 @@
override CFLAGS += $(PTHREAD_CFLAGS)
SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) -lm \
---- postgresql-8.3.0/src/interfaces/ecpg/ecpglib/Makefile 2008-01-01
11:45:59.000000000 -0800
-+++ postgresql-8.3.0-new/src/interfaces/ecpg/ecpglib/Makefile 2008-02-09
15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/interfaces/ecpg/ecpglib/Makefile
postgresql-8.3.1-new/src/interfaces/ecpg/ecpglib/Makefile
+--- postgresql-8.3.1/src/interfaces/ecpg/ecpglib/Makefile 2008-01-01
14:45:59.000000000 -0500
++++ postgresql-8.3.1-new/src/interfaces/ecpg/ecpglib/Makefile 2008-05-06
14:23:58.000000000 -0400
@@ -20,6 +20,7 @@
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
@@ -398,8 +413,9 @@
override CFLAGS += $(PTHREAD_CFLAGS)
# Need to recompile any libpgport object files
---- postgresql-8.3.0/src/makefiles/Makefile.darwin 2006-11-27
21:45:43.000000000 -0800
-+++ postgresql-8.3.0-new/src/makefiles/Makefile.darwin 2008-02-09
15:32:20.000000000 -0800
+diff -Nurd postgresql-8.3.1/src/makefiles/Makefile.darwin
postgresql-8.3.1-new/src/makefiles/Makefile.darwin
+--- postgresql-8.3.1/src/makefiles/Makefile.darwin 2006-11-28
00:45:43.000000000 -0500
++++ postgresql-8.3.1-new/src/makefiles/Makefile.darwin 2008-05-06
14:23:58.000000000 -0400
@@ -13,6 +13,6 @@
# Rule for building shared libs (currently used only for regression test
# shlib ... should go away, since this is not really enough knowledge)
@@ -408,9 +424,10 @@
+ $(CXX) $(CFLAGS) -bundle -undefined dynamic_lookup -o $@ $<
$(BE_DLLLIBS)
sqlmansect = 7
---- postgresql-8.3.0/src/port/exec.c 2008-01-01 11:46:00.000000000 -0800
-+++ postgresql-8.3.0-new/src/port/exec.c 2008-02-09 16:23:47.000000000
-0800
-@@ -627,7 +627,7 @@
+diff -Nurd postgresql-8.3.1/src/port/exec.c
postgresql-8.3.1-new/src/port/exec.c
+--- postgresql-8.3.1/src/port/exec.c 2008-02-29 10:31:41.000000000 -0500
++++ postgresql-8.3.1-new/src/port/exec.c 2008-05-06 14:23:58.000000000
-0400
+@@ -630,7 +630,7 @@
* PGLOCALEDIR */
/* don't set LC_ALL in the backend */
@@ -419,8 +436,9 @@
setlocale(LC_ALL, "");
if (find_my_exec(argv0, my_exec_path) < 0)
---- postgresql-8.3.0/src/template/darwin 2007-09-25 17:32:46.000000000
-0700
-+++ postgresql-8.3.0-new/src/template/darwin 2008-02-09 15:32:20.000000000
-0800
+diff -Nurd postgresql-8.3.1/src/template/darwin
postgresql-8.3.1-new/src/template/darwin
+--- postgresql-8.3.1/src/template/darwin 2007-09-25 20:32:46.000000000
-0400
++++ postgresql-8.3.1-new/src/template/darwin 2008-05-06 14:23:58.000000000
-0400
@@ -1,8 +1,5 @@
# $PostgreSQL: pgsql/src/template/darwin,v 1.11 2007/09/26 00:32:46 tgl Exp $
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs