pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases Update postgresql94 & related to PostGreSQL ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c4a5616dd06
branches:  trunk
changeset: 351101:0c4a5616dd06
user:      is <is%pkgsrc.org@localhost>
date:      Sun Aug 14 16:56:29 2016 +0000

description:
Update postgresql94 & related to PostGreSQL 9.4.9

diffstat:

 databases/postgresql94-client/Makefile                        |   4 +-
 databases/postgresql94-docs/Makefile                          |   4 +-
 databases/postgresql94-docs/PLIST                             |   6 +-
 databases/postgresql94-plperl/Makefile                        |   4 +-
 databases/postgresql94/Makefile                               |   4 +-
 databases/postgresql94/Makefile.common                        |   4 +-
 databases/postgresql94/distinfo                               |  16 +-
 databases/postgresql94/patches/patch-src_timezone_localtime.c |  38 +---
 databases/postgresql94/patches/patch-src_timezone_private.h   |  15 --
 databases/postgresql94/patches/patch-src_timezone_strftime.c  |   8 +-
 databases/postgresql94/patches/patch-src_timezone_zic.c       |  78 -----------
 11 files changed, 36 insertions(+), 145 deletions(-)

diffs (truncated from 306 to 300 lines):

diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94-client/Makefile
--- a/databases/postgresql94-client/Makefile    Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94-client/Makefile    Sun Aug 14 16:56:29 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/06/15 09:25:18 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2016/08/14 16:56:30 is Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-client-/}
-PKGREVISION=   1
+PKGREVISION=   #
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql94/Makefile.common"
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94-docs/Makefile
--- a/databases/postgresql94-docs/Makefile      Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94-docs/Makefile      Sun Aug 14 16:56:29 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/08/14 16:56:30 is Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-docs-/}
-PKGREVISION=   1
+PKGREVISION=   #
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql94/Makefile.common"
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94-docs/PLIST
--- a/databases/postgresql94-docs/PLIST Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94-docs/PLIST Sun Aug 14 16:56:29 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2016/05/23 14:27:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2016/08/14 16:56:30 is Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1096,6 +1096,7 @@
 share/doc/postgresql/html/release-9-1-2.html
 share/doc/postgresql/html/release-9-1-21.html
 share/doc/postgresql/html/release-9-1-22.html
+share/doc/postgresql/html/release-9-1-23.html
 share/doc/postgresql/html/release-9-1-3.html
 share/doc/postgresql/html/release-9-1-4.html
 share/doc/postgresql/html/release-9-1-5.html
@@ -1113,6 +1114,7 @@
 share/doc/postgresql/html/release-9-2-15.html
 share/doc/postgresql/html/release-9-2-16.html
 share/doc/postgresql/html/release-9-2-17.html
+share/doc/postgresql/html/release-9-2-18.html
 share/doc/postgresql/html/release-9-2-2.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
@@ -1127,6 +1129,7 @@
 share/doc/postgresql/html/release-9-3-11.html
 share/doc/postgresql/html/release-9-3-12.html
 share/doc/postgresql/html/release-9-3-13.html
+share/doc/postgresql/html/release-9-3-14.html
 share/doc/postgresql/html/release-9-3-2.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
@@ -1144,6 +1147,7 @@
 share/doc/postgresql/html/release-9-4-6.html
 share/doc/postgresql/html/release-9-4-7.html
 share/doc/postgresql/html/release-9-4-8.html
+share/doc/postgresql/html/release-9-4-9.html
 share/doc/postgresql/html/release-9-4.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/resources.html
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94-plperl/Makefile
--- a/databases/postgresql94-plperl/Makefile    Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94-plperl/Makefile    Sun Aug 14 16:56:29 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/07/09 06:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/08/14 16:56:30 is Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-plperl-/}
-PKGREVISION=   1
+PKGREVISION=   #
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94/Makefile
--- a/databases/postgresql94/Makefile   Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94/Makefile   Sun Aug 14 16:56:29 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/08/14 16:56:29 is Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-/}
-PKGREVISION=   1
+PKGREVISION=   #
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql94-client>=${PKGVERSION_NOREV}:../../databases/postgresql94-client
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94/Makefile.common
--- a/databases/postgresql94/Makefile.common    Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94/Makefile.common    Sun Aug 14 16:56:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2016/06/19 21:09:56 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.13 2016/08/14 16:56:29 is Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql94-pltcl/Makefile
 # used by databases/postgresql94-server/Makefile
 
-DISTNAME=      postgresql-9.4.8
+DISTNAME=      postgresql-9.4.9
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94/distinfo
--- a/databases/postgresql94/distinfo   Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94/distinfo   Sun Aug 14 16:56:29 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2016/05/23 14:27:35 adam Exp $
+$NetBSD: distinfo,v 1.12 2016/08/14 16:56:29 is Exp $
 
-SHA1 (postgresql-9.4.8.tar.bz2) = 4e119e2667c8c4c3b35544dfefd7a4d9aaac3eef
-RMD160 (postgresql-9.4.8.tar.bz2) = 4fff9db57db1fed43250ad28a32c5dd7abf790a9
-SHA512 (postgresql-9.4.8.tar.bz2) = d1cc8a02ed7eb0af365479cee43b3cd33fade69e07eb82343cd562efda5a460e405836e1fb2492a8cb22a71d14038216868cb48694400b3c31a56c4aee0bcac4
-Size (postgresql-9.4.8.tar.bz2) = 17740626 bytes
+SHA1 (postgresql-9.4.9.tar.bz2) = a8e6130576ff7b8876e71497f18cdfeb89bb6fc0
+RMD160 (postgresql-9.4.9.tar.bz2) = e217f7fd127c82aa8afa52b1b167188fc1b4d585
+SHA512 (postgresql-9.4.9.tar.bz2) = 980b1a8828d07151e67793367ea0ee08e4231cd76d9b20b4f4bca08a7976ee82a3aea51ce801a4107680c8203f8ebdb4cf5a0a6aaf93d580c9f337658d50819b
+Size (postgresql-9.4.9.tar.bz2) = 17763281 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632
@@ -18,7 +18,5 @@
 SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef
 SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
-SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
-SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
-SHA1 (patch-src_timezone_zic.c) = ed04d781845239ce5dc7c6fca406ce62c10a9605
+SHA1 (patch-src_timezone_localtime.c) = 9b5748ef94b11b8798121ac85d2bb18cb99b3812
+SHA1 (patch-src_timezone_strftime.c) = f1f37e424dd70c0b2ad905ef491f9d9574bd3266
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94/patches/patch-src_timezone_localtime.c
--- a/databases/postgresql94/patches/patch-src_timezone_localtime.c     Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94/patches/patch-src_timezone_localtime.c     Sun Aug 14 16:56:29 2016 +0000
@@ -1,31 +1,13 @@
-$NetBSD: patch-src_timezone_localtime.c,v 1.1 2015/01/14 21:01:18 adam Exp $
+$NetBSD: patch-src_timezone_localtime.c,v 1.2 2016/08/14 16:56:29 is Exp $
 
---- src/timezone/localtime.c.orig      2009-06-11 16:49:15.000000000 +0200
+--- src/timezone/localtime.c.orig      2016-08-08 20:29:39.000000000 +0000
 +++ src/timezone/localtime.c
-@@ -81,20 +81,20 @@ static pg_time_t detzcode64(const char *
- static int    differ_by_repeat(pg_time_t t1, pg_time_t t0);
- static const char *getzname(const char *strp);
- static const char *getqzname(const char *strp, int delim);
--static const char *getnum(const char *strp, int *nump, int min, int max);
-+static const char *getnum(const char *strp, int *nump, const int min, const int max);
- static const char *getsecs(const char *strp, long *secsp);
- static const char *getoffset(const char *strp, long *offsetp);
- static const char *getrule(const char *strp, struct rule * rulep);
- static void gmtload(struct state * sp);
--static struct pg_tm *gmtsub(const pg_time_t *timep, long offset,
-+static struct pg_tm *gmtsub(const pg_time_t *timep, const long offset,
-          struct pg_tm * tmp);
--static struct pg_tm *localsub(const pg_time_t *timep, long offset,
-+static struct pg_tm *localsub(const pg_time_t *timep, const long offset,
-                struct pg_tm * tmp, const pg_tz *tz);
- static int    increment_overflow(int *number, int delta);
--static pg_time_t transtime(pg_time_t janfirst, int year,
--                const struct rule * rulep, long offset);
-+static pg_time_t transtime(pg_time_t janfirst, const int year,
-+                const struct rule * rulep, const long offset);
- static int    typesequiv(const struct state * sp, int a, int b);
--static struct pg_tm *timesub(const pg_time_t *timep, long offset,
-+static struct pg_tm *timesub(const pg_time_t *timep, const long offset,
-               const struct state * sp, struct pg_tm * tmp);
+@@ -84,7 +84,7 @@ struct rule
+  * Prototypes for static functions.
+  */
  
- /* GMT timezone */
+-static struct pg_tm *gmtsub(pg_time_t const *, int32, struct pg_tm *);
++static struct pg_tm *gmtsub(pg_time_t const *, const int32, struct pg_tm *);
+ static bool increment_overflow(int *, int);
+ static bool increment_overflow_time(pg_time_t *, int32);
+ static struct pg_tm *timesub(pg_time_t const *, int32, struct state const *,
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94/patches/patch-src_timezone_private.h
--- a/databases/postgresql94/patches/patch-src_timezone_private.h       Sun Aug 14 16:27:33 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_timezone_private.h,v 1.1 2015/01/14 21:01:18 adam Exp $
-
---- src/timezone/private.h.orig        2009-06-11 16:49:15.000000000 +0200
-+++ src/timezone/private.h
-@@ -51,8 +51,8 @@ extern int   unlink(const char *filename);
- extern char *icalloc(int nelem, int elsize);
- extern char *icatalloc(char *old, const char *new);
- extern char *icpyalloc(const char *string);
--extern char *imalloc(int n);
--extern void *irealloc(void *pointer, int size);
-+extern char *imalloc(const int n);
-+extern void *irealloc(void *pointer, const int size);
- extern void icfree(char *pointer);
- extern void ifree(char *pointer);
- extern const char *scheck(const char *string, const char *format);
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94/patches/patch-src_timezone_strftime.c
--- a/databases/postgresql94/patches/patch-src_timezone_strftime.c      Sun Aug 14 16:27:33 2016 +0000
+++ b/databases/postgresql94/patches/patch-src_timezone_strftime.c      Sun Aug 14 16:56:29 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_timezone_strftime.c,v 1.1 2015/01/14 21:01:18 adam Exp $
+$NetBSD: patch-src_timezone_strftime.c,v 1.2 2016/08/14 16:56:29 is Exp $
 
---- src/timezone/strftime.c.orig       2009-06-11 16:49:15.000000000 +0200
+--- src/timezone/strftime.c.orig       2016-08-08 20:29:39.000000000 +0000
 +++ src/timezone/strftime.c
-@@ -89,7 +89,7 @@ static const struct lc_time_T C_time_loc
+@@ -109,7 +109,7 @@ static const struct lc_time_T C_time_loc
  };
  
  static char *_add(const char *, char *, const char *);
@@ -10,4 +10,4 @@
 +static char *_conv(const int, const char *, char *, const char *);
  static char *_fmt(const char *, const struct pg_tm *, char *,
         const char *, int *);
- static char *_yconv(const int, const int, const int, const int,
+ static char *_yconv(int, int, bool, bool, char *, const char *);
diff -r 6c240e7f150f -r 0c4a5616dd06 databases/postgresql94/patches/patch-src_timezone_zic.c
--- a/databases/postgresql94/patches/patch-src_timezone_zic.c   Sun Aug 14 16:27:33 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-$NetBSD: patch-src_timezone_zic.c,v 1.1 2015/01/14 21:01:18 adam Exp $
-
---- src/timezone/zic.c.orig    2010-03-16 07:17:04.000000000 +0000
-+++ src/timezone/zic.c
-@@ -121,51 +121,51 @@ struct zone
- 
- extern int    link(const char *fromname, const char *toname);
- static void addtt(const pg_time_t starttime, int type);
--static int addtype(long gmtoff, const char *abbr, int isdst,
--              int ttisstd, int ttisgmt);
--static void leapadd(const pg_time_t t, int positive, int rolling, int count);
-+static int addtype(const long gmtoff, const char *abbr, const int isdst,
-+              const int ttisstd, const int ttisgmt);
-+static void leapadd(const pg_time_t t, const int positive, const int rolling, int count);
- static void adjleap(void);
- static void associate(void);
- static int    ciequal(const char *ap, const char *bp);
--static void convert(long val, char *buf);
-+static void convert(const long val, char *buf);
- static void dolink(const char *fromfile, const char *tofile);
- static void doabbr(char *abbr, const char *format,
--         const char *letters, int isdst, int doquotes);
--static void eat(const char *name, int num);
--static void eats(const char *name, int num,
--       const char *rname, int rnum);
--static long eitol(int i);
-+         const char *letters, const int isdst, int doquotes);
-+static void eat(const char *name, const int num);
-+static void eats(const char *name, const int num,
-+       const char *rname, const int rnum);
-+static long eitol(const int i);
- static void error(const char *message);
- static char **getfields(char *buf);
- static long gethms(const char *string, const char *errstrng,
--         int signable);
-+         const int signable);
- static void infile(const char *filename);
--static void inleap(char **fields, int nfields);
--static void inlink(char **fields, int nfields);
--static void inrule(char **fields, int nfields);
--static int    inzcont(char **fields, int nfields);
--static int    inzone(char **fields, int nfields);
--static int    inzsub(char **fields, int nfields, int iscont);
-+static void inleap(char **fields, const int nfields);
-+static void inlink(char **fields, const int nfields);
-+static void inrule(char **fields, const int nfields);
-+static int    inzcont(char **fields, const int nfields);
-+static int    inzone(char **fields, const int nfields);
-+static int    inzsub(char **fields, const int nfields, const int iscont);
- static int    itsabbr(const char *abbr, const char *word);
- static int    itsdir(const char *name);
- static int    lowerit(int c);
- static char *memcheck(char *tocheck);
- static int    mkdirs(char *filename);
- static void newabbr(const char *abbr);
--static long oadd(long t1, long t2);
--static void outzone(const struct zone * zp, int ntzones);
--static void puttzcode(long code, FILE *fp);
-+static long oadd(const long t1, const long t2);
-+static void outzone(const struct zone * zp, const int ntzones);
-+static void puttzcode(const long code, FILE *fp);
- static int    rcomp(const void *leftp, const void *rightp);
--static pg_time_t rpytime(const struct rule * rp, int wantedy);
-+static pg_time_t rpytime(const struct rule * rp, const int wantedy);
- static void rulesub(struct rule * rp,
-               const char *loyearp, const char *hiyearp,
-               const char *typep, const char *monthp,
-               const char *dayp, const char *timep);
- static void setboundaries(void);
--static pg_time_t tadd(const pg_time_t t1, long t2);
-+static pg_time_t tadd(const pg_time_t t1, const long t2);
- static void usage(FILE *stream, int status);



Home | Main Index | Thread Index | Old Index