Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16763/10.3/unstable/main/finkinfo/database

Modified Files:
        postgresql-java.info postgresql-perl.info 
        postgresql-python-py.info postgresql-tcl.info 
        postgresql73-unified.info postgresql74-unified.info 
        postgresql80-unified.info postgresql81.info postgresql81.patch 
Log Message:
new upstream postgresql

Index: postgresql81.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql81.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- postgresql81.info   9 Feb 2006 19:08:08 -0000       1.7
+++ postgresql81.info   28 Feb 2006 16:24:22 -0000      1.8
@@ -1,6 +1,6 @@
 Package: postgresql81
-Version: 8.1.2
-Revision: 17
+Version: 8.1.3
+Revision: 11
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -97,7 +97,7 @@
 Source5: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.5.5.tar.gz
 Source6: ftp://gborg.postgresql.org/pub/pgeasy/stable/libpgeasy-3.0.4.tar.gz
 Source7: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: 12d54a11bc3a414477d37ef338bec161
+Source-MD5: bb510edbb533962c0692e211b3bd8cfa
 Source2-MD5: 8967ea8ca49397f97d016e4db8a047a7
 Source3-MD5: da71cb79ef45cef55f4bc97a33a0857d
 Source4-MD5: 3c0f2b5a89ece20e7a84808c594dd7aa
@@ -111,7 +111,7 @@
 
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true
-ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5
+ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5 --enable-thread-safety
 CompileScript: <<
 #!/bin/sh -xe
 
@@ -120,7 +120,7 @@
        export LDFLAGS="-L%p/lib/system-openssl/lib -L%p/lib"
        export SHELL="/bin/sh -xe"
 
-       PG_ID=`id -u postgres 2>/dev/null`
+       PG_ID=`id -u postgres 2>/dev/null || true`
        if [ -z "$PG_ID" ]; then
                echo "Whoa there!  You must have a postgres user to build this 
package."
                echo "Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it"

Index: postgresql73-unified.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql73-unified.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- postgresql73-unified.info   9 Feb 2006 19:08:08 -0000       1.9
+++ postgresql73-unified.info   28 Feb 2006 16:24:22 -0000      1.10
@@ -1,6 +1,6 @@
 Package: postgresql73-unified
-Version: 7.3.13
-Revision: 14
+Version: 7.3.14
+Revision: 11
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -92,7 +92,7 @@
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: 914968e877794f5af42d7b2a506bcddf
+Source-MD5: 8a5de44a885dfe59067714bd5425825c
 Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 PatchScript: sed 's|@INSTPREFIX@|%p|g' < %a/%n.patch | patch -p1
 
@@ -106,7 +106,7 @@
        export CPPFLAGS="-I%p/lib/system-openssl/include -I%p/include/gnugetopt 
-I%p/include"
        export LDFLAGS="-L%p/lib/system-openssl/lib -L%p/lib"
 
-       PG_ID=`id -u postgres 2>/dev/null`
+       PG_ID=`id -u postgres 2>/dev/null || true`
        if [ -z "$PG_ID" ]; then
                echo "Whoa there!  You must have a postgres user to build this 
package."
                echo "Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it"

Index: postgresql81.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql81.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- postgresql81.patch  3 Feb 2006 12:54:44 -0000       1.4
+++ postgresql81.patch  28 Feb 2006 16:24:22 -0000      1.5
@@ -1,5 +1,5 @@
---- postgresql-8.1.2/contrib/Makefile  2005-09-01 18:02:44.000000000 -0400
-+++ postgresql-8.1.2-new/contrib/Makefile      2006-02-02 14:27:03.000000000 
-0500
+--- postgresql-8.1.3/contrib/Makefile  2005-09-01 18:02:44.000000000 -0400
++++ postgresql-8.1.3-new/contrib/Makefile      2006-02-14 15:49:09.000000000 
-0500
 @@ -20,6 +20,7 @@
                lo              \
                ltree           \
@@ -24,8 +24,8 @@
  #             start-scripts   \ (does not have a makefile)
  #             xml2            \ (requires libxml installed)
  
---- postgresql-8.1.2/contrib/oracle/Makefile   1969-12-31 19:00:00.000000000 
-0500
-+++ postgresql-8.1.2-new/contrib/oracle/Makefile       2006-02-02 
14:27:03.000000000 -0500
+--- postgresql-8.1.3/contrib/oracle/Makefile   1969-12-31 19:00:00.000000000 
-0500
++++ postgresql-8.1.3-new/contrib/oracle/Makefile       2006-02-14 
15:49:09.000000000 -0500
 @@ -0,0 +1,11 @@
 +# oracle conversion Perl scripts
 +
@@ -38,8 +38,8 @@
 +DOCS = README.ora2pg
 +
 +include $(top_srcdir)/contrib/contrib-global.mk
---- postgresql-8.1.2/contrib/oracle/ora2pg.pl  2003-01-07 17:17:14.000000000 
-0500
-+++ postgresql-8.1.2-new/contrib/oracle/ora2pg.pl      2006-02-02 
14:27:03.000000000 -0500
+--- postgresql-8.1.3/contrib/oracle/ora2pg.pl  2003-01-07 17:17:14.000000000 
-0500
++++ postgresql-8.1.3-new/contrib/oracle/ora2pg.pl      2006-02-14 
15:49:09.000000000 -0500
 @@ -17,6 +17,10 @@
  
  use strict;
@@ -51,8 +51,8 @@
  use Ora2Pg;
  
  # Initialyze the database connection
---- postgresql-8.1.2/pgsql.sh  1969-12-31 19:00:00.000000000 -0500
-+++ postgresql-8.1.2-new/pgsql.sh      2006-02-02 14:27:54.000000000 -0500
+--- postgresql-8.1.3/pgsql.sh  1969-12-31 19:00:00.000000000 -0500
++++ postgresql-8.1.3-new/pgsql.sh      2006-02-14 15:49:09.000000000 -0500
 @@ -0,0 +1,52 @@
 +#!/bin/sh
 +
@@ -106,8 +106,8 @@
 +              unset LC_ALL; LANG=C sudo -u postgres 
"${PREFIX}/bin/pg_ctl-8.1" stop -D "$DATADIR" -m fast
 +              ;;
 +esac
---- postgresql-8.1.2/src/Makefile.global.in    2005-09-27 13:39:32.000000000 
-0400
-+++ postgresql-8.1.2-new/src/Makefile.global.in        2006-02-02 
14:27:01.000000000 -0500
+--- postgresql-8.1.3/src/Makefile.global.in    2005-09-27 13:39:32.000000000 
-0400
++++ postgresql-8.1.3-new/src/Makefile.global.in        2006-02-14 
15:49:09.000000000 -0500
 @@ -73,14 +73,14 @@
  datadir := @datadir@
  ifeq "$(findstring pgsql, $(datadir))" ""
@@ -143,8 +143,8 @@
  endif
  endif
  endif
---- postgresql-8.1.2/src/Makefile.shlib        2005-12-03 15:16:39.000000000 
-0500
-+++ postgresql-8.1.2-new/src/Makefile.shlib    2006-02-02 14:27:01.000000000 
-0500
+--- postgresql-8.1.3/src/Makefile.shlib        2005-12-03 15:16:39.000000000 
-0500
++++ postgresql-8.1.3-new/src/Makefile.shlib    2006-02-14 15:49:09.000000000 
-0500
 @@ -107,11 +107,11 @@
    ifeq ($(DLTYPE), library)
      # linkable library
@@ -159,27 +159,8 @@
    endif
    shlib                       = 
lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)
    shlib_major         = lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)
---- postgresql-8.1.2/src/backend/main/main.c   2006-01-04 19:54:50.000000000 
-0500
-+++ postgresql-8.1.2-new/src/backend/main/main.c       2006-02-02 
14:27:01.000000000 -0500
-@@ -54,6 +54,7 @@
-       struct passwd *pw;
- #endif
-       char       *pw_name_persist;
-+      char       *progname;
- 
-       /*
-        * Place platform-specific startup hacks here.  This is the right place 
to
-@@ -257,7 +258,7 @@
-        * possibly first argument) we were called with. The lack of consistency
-        * here is historical.
-        */
--      if (strcmp(get_progname(argv[0]), "postmaster") == 0)
-+      if (strlen(get_progname(argv[0])) >= 10 && 
strncmp(get_progname(argv[0]), "postmaster", 10) == 0)
-       {
-               /* Called as "postmaster" */
-               exit(PostmasterMain(argc, argv));
---- postgresql-8.1.2/src/backend/storage/file/fd.c     2005-12-01 
15:24:31.000000000 -0500
-+++ postgresql-8.1.2-new/src/backend/storage/file/fd.c 2006-02-02 
14:27:03.000000000 -0500
+--- postgresql-8.1.3/src/backend/storage/file/fd.c     2006-01-17 
18:52:50.000000000 -0500
++++ postgresql-8.1.3-new/src/backend/storage/file/fd.c 2006-02-14 
15:49:09.000000000 -0500
 @@ -51,6 +51,7 @@
  #include "storage/fd.h"
  #include "storage/ipc.h"
@@ -188,7 +169,7 @@
  
  /*
   * We must leave some file descriptors free for system(), the dynamic loader,
-@@ -343,15 +344,21 @@
+@@ -345,15 +346,21 @@
        int                     used = 0;
        int                     highestfd = 0;
        int                     j;
@@ -210,37 +191,8 @@
                thisfd = dup(0);
                if (thisfd < 0)
                {
---- postgresql-8.1.2/src/backend/utils/fmgr/dfmgr.c    2005-10-14 
22:49:32.000000000 -0400
-+++ postgresql-8.1.2-new/src/backend/utils/fmgr/dfmgr.c        2006-02-02 
14:27:01.000000000 -0500
-@@ -305,6 +305,26 @@
-               pfree(full);
-       }
- 
-+      new = palloc(strlen(name) + strlen(".so") + 1);
-+      strcpy(new, name);
-+      strcat(new, ".so");
-+
-+      if (!have_slash)
-+      {
-+              full = find_in_dynamic_libpath(new);
-+              pfree(new);
-+              if (full)
-+                      return full;
-+      }
-+      else
-+      {
-+              full = substitute_libpath_macro(new);
-+              pfree(new);
-+              if (file_exists(full))
-+                      return full;
-+              pfree(full);
-+      }
-+
-       new = palloc(strlen(name) + strlen(DLSUFFIX) + 1);
-       strcpy(new, name);
-       strcat(new, DLSUFFIX);
---- postgresql-8.1.2/src/backend/utils/misc/postgresql.conf.sample     
2005-11-10 09:02:59.000000000 -0500
-+++ postgresql-8.1.2-new/src/backend/utils/misc/postgresql.conf.sample 
2006-02-02 14:27:02.000000000 -0500
+--- postgresql-8.1.3/src/backend/utils/misc/postgresql.conf.sample     
2005-11-10 09:02:59.000000000 -0500
++++ postgresql-8.1.3-new/src/backend/utils/misc/postgresql.conf.sample 
2006-02-14 15:49:09.000000000 -0500
 @@ -63,7 +63,7 @@
  # - Security & Authentication -
  
@@ -250,8 +202,8 @@
  #password_encryption = on
  #db_user_namespace = off
  
---- postgresql-8.1.2/src/bin/initdb/initdb.c   2005-11-22 13:23:26.000000000 
-0500
-+++ postgresql-8.1.2-new/src/bin/initdb/initdb.c       2006-02-02 
14:27:02.000000000 -0500
+--- postgresql-8.1.3/src/bin/initdb/initdb.c   2005-11-22 13:23:26.000000000 
-0500
++++ postgresql-8.1.3-new/src/bin/initdb/initdb.c       2006-02-14 
15:49:09.000000000 -0500
 @@ -117,7 +117,7 @@
  
  /* defaults */
@@ -299,8 +251,8 @@
           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.1.2/src/bin/pg_ctl/pg_ctl.c   2005-11-22 13:23:26.000000000 
-0500
-+++ postgresql-8.1.2-new/src/bin/pg_ctl/pg_ctl.c       2006-02-02 
14:27:02.000000000 -0500
+--- postgresql-8.1.3/src/bin/pg_ctl/pg_ctl.c   2006-01-14 11:16:08.000000000 
-0500
++++ postgresql-8.1.3-new/src/bin/pg_ctl/pg_ctl.c       2006-02-14 
15:49:09.000000000 -0500
 @@ -540,7 +540,7 @@
  
                postmaster_path = pg_malloc(MAXPGPATH);
@@ -335,8 +287,8 @@
                if (ret != 0)
                {
                        write_stderr(_("%s: could not find postmaster program 
executable\n"), progname);
---- postgresql-8.1.2/src/interfaces/ecpg/compatlib/Makefile    2005-03-14 
12:27:49.000000000 -0500
-+++ postgresql-8.1.2-new/src/interfaces/ecpg/compatlib/Makefile        
2006-02-02 14:27:02.000000000 -0500
+--- postgresql-8.1.3/src/interfaces/ecpg/compatlib/Makefile    2005-03-14 
12:27:49.000000000 -0500
++++ postgresql-8.1.3-new/src/interfaces/ecpg/compatlib/Makefile        
2006-02-14 15:49:10.000000000 -0500
 @@ -20,6 +20,7 @@
  override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include 
-I$(libpq_srcdir) \
        -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
@@ -345,8 +297,8 @@
  SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \
        $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) 
$(PTHREAD_LIBS)
  
---- postgresql-8.1.2/src/interfaces/ecpg/ecpglib/Makefile      2005-12-05 
21:29:26.000000000 -0500
-+++ postgresql-8.1.2-new/src/interfaces/ecpg/ecpglib/Makefile  2006-02-02 
14:27:02.000000000 -0500
+--- postgresql-8.1.3/src/interfaces/ecpg/ecpglib/Makefile      2005-12-05 
21:29:26.000000000 -0500
++++ postgresql-8.1.3-new/src/interfaces/ecpg/ecpglib/Makefile  2006-02-14 
15:49:10.000000000 -0500
 @@ -19,6 +19,7 @@
  
  override CPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include \
@@ -355,8 +307,8 @@
  override CFLAGS += $(PTHREAD_CFLAGS)
  
  # Need to recompile any libpgport object files
---- postgresql-8.1.2/src/makefiles/Makefile.darwin     2004-12-16 
22:52:48.000000000 -0500
-+++ postgresql-8.1.2-new/src/makefiles/Makefile.darwin 2006-02-02 
14:27:03.000000000 -0500
+--- postgresql-8.1.3/src/makefiles/Makefile.darwin     2006-01-19 
16:19:15.000000000 -0500
++++ postgresql-8.1.3-new/src/makefiles/Makefile.darwin 2006-02-14 
15:49:10.000000000 -0500
 @@ -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)
@@ -365,8 +317,8 @@
 +      $(CXX) -bundle -undefined dynamic_lookup -o $@ $< $(BE_DLLLIBS)
  
  sqlmansect = 7
---- postgresql-8.1.2/src/test/regress/pg_regress.sh    2005-11-01 
10:09:11.000000000 -0500
-+++ postgresql-8.1.2-new/src/test/regress/pg_regress.sh        2006-02-02 
14:27:03.000000000 -0500
+--- postgresql-8.1.3/src/test/regress/pg_regress.sh    2005-11-01 
10:09:11.000000000 -0500
++++ postgresql-8.1.3-new/src/test/regress/pg_regress.sh        2006-02-14 
15:49:10.000000000 -0500
 @@ -397,6 +397,9 @@
          mkdir -p "$LOGDIR" || { (exit 2); exit; }
      fi
@@ -377,3 +329,15 @@
  
      if [ $? -ne 0 ]
      then
+--- postgresql-8.1.3/src/backend/main/main.c   2006-01-31 19:32:05.000000000 
-0500
++++ postgresql-8.1.3-new/src/backend/main/main.c       2006-02-21 
16:43:39.000000000 -0500
+@@ -259,7 +259,8 @@
+        * possibly first argument) we were called with. The lack of consistency
+        * here is historical.
+        */
+-      if (strcmp(progname, "postmaster") == 0)
++      if (strlen(progname) >= 10 && strncmp(progname, "postmaster", 10) == 0)
++
+       {
+               /* Called as "postmaster" */
+               exit(PostmasterMain(argc, argv));

Index: postgresql-java.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql-java.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- postgresql-java.info        3 Feb 2006 03:32:13 -0000       1.17
+++ postgresql-java.info        28 Feb 2006 16:24:22 -0000      1.18
@@ -1,21 +1,21 @@
 Package: postgresql-java
 Version: 8.1
-Revision: 13
+Revision: 14
 Description: PostgreSQL Java library
 Type: java(1.4)
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: system-java14 | system-java15
+Depends: system-java (>= 1.4-1)
 BuildDepends: ant, fink (>= 0.23.1-1), system-java14-dev
 Conflicts: postgresql (<< 7.3-1), postgresql-ssl (<< 7.3-1), 
postgresql-java-ssl (<< %v-%r)
 Replaces: postgresql (<< 7.3-1), postgresql-ssl (<< 7.3-1), 
postgresql-java-ssl (<< %v-%r)
 Recommends: postgresql81
 
-Source: http://jdbc.postgresql.org/download/postgresql-jdbc-%v-404.src.tar.gz
+Source: http://jdbc.postgresql.org/download/postgresql-jdbc-%v-405.src.tar.gz
 Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-SourceDirectory: postgresql-jdbc-%v-404.src
-Source-MD5: 8e400d091086adf4b40419e6e7be2740
+SourceDirectory: postgresql-jdbc-%v-405.src
+Source-MD5: 707ecf9ef9a653cf8d80b498906cdfe9
 Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 
 CompileScript: <<

Index: postgresql-tcl.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- postgresql-tcl.info 3 Feb 2006 03:32:14 -0000       1.18
+++ postgresql-tcl.info 28 Feb 2006 16:24:22 -0000      1.19
@@ -1,5 +1,5 @@
 Package: postgresql-tcl
-Version: 8.1.2
+Version: 8.1.3
 Revision: 11
 Description: PostgreSQL TCL tools
 License: BSD
@@ -92,7 +92,7 @@
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source2: http://gborg.postgresql.org/download/pgtclng/stable/pgtcl1.5.2.tar.gz
-Source-MD5: 12d54a11bc3a414477d37ef338bec161
+Source-MD5: bb510edbb533962c0692e211b3bd8cfa
 Source2-MD5: d19dfdcb54c334495d32456a043e0232
 PatchScript: sed 's|@INSTPREFIX@|%p|g' < %a/postgresql81.patch | patch -p1
 

Index: postgresql74-unified.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql74-unified.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- postgresql74-unified.info   9 Feb 2006 19:08:08 -0000       1.7
+++ postgresql74-unified.info   28 Feb 2006 16:24:22 -0000      1.8
@@ -1,6 +1,6 @@
 Package: postgresql74-unified
-Version: 7.4.11
-Revision: 15
+Version: 7.4.12
+Revision: 11
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -92,7 +92,7 @@
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: e56cded48379b80de577db15e4ed5a68
+Source-MD5: f89f66d6601305505c192da8cf1c3d8e
 Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 PatchScript: sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' < %a/%n.patch 
| patch -p1
 
@@ -107,7 +107,7 @@
        export LDFLAGS="-L%p/lib/system-openssl/lib -L%p/lib"
        export SHELL="/bin/sh -xe"
 
-       PG_ID=`id -u postgres 2>/dev/null`
+       PG_ID=`id -u postgres 2>/dev/null || true`
        if [ -z "$PG_ID" ]; then
                echo "Whoa there!  You must have a postgres user to build this 
package."
                echo "Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it"

Index: postgresql-python-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql-python-py.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- postgresql-python-py.info   3 Feb 2006 03:32:14 -0000       1.16
+++ postgresql-python-py.info   28 Feb 2006 16:24:22 -0000      1.17
@@ -1,6 +1,6 @@
 Info2: <<
 Package: postgresql-python-py%type_pkg[python]
-Version: 8.1.2
+Version: 8.1.3
 Revision: 11
 Description: PostgreSQL Python tools
 Type: python(2.1 2.2 2.3 2.4)
@@ -94,7 +94,7 @@
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source2: ftp://ftp.druid.net/pub/distrib/PyGreSQL-3.7.tgz
-Source-MD5: 12d54a11bc3a414477d37ef338bec161
+Source-MD5: bb510edbb533962c0692e211b3bd8cfa
 Source2-MD5: 9fa4c2fc1dd0b3b93a3381c048443e16
 PatchScript: sed -e 's|@INSTPREFIX@|%p|g' -e 
's|python2.1|python%type_raw[python]|g' < %a/postgresql81.patch | patch -p1
 

Index: postgresql80-unified.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql80-unified.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- postgresql80-unified.info   9 Feb 2006 19:08:08 -0000       1.10
+++ postgresql80-unified.info   28 Feb 2006 16:24:22 -0000      1.11
@@ -1,6 +1,6 @@
 Package: postgresql80-unified
-Version: 8.0.6
-Revision: 17
+Version: 8.0.7
+Revision: 11
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -92,13 +92,13 @@
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: f3b27b8171267f9a87592f931c09f0ee
+Source-MD5: 6316b680a32f692b96cddf9d8eb79bda
 Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 PatchScript: sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' < %a/%n.patch 
| patch -p1
 
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true
-ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-rendezvous 
--enable-syslog --with-krb5
+ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-rendezvous 
--enable-syslog --with-krb5 --enable-thread-safety
 CompileScript: <<
 #!/bin/sh -xe
 
@@ -107,7 +107,7 @@
        export LDFLAGS="-L%p/lib/system-openssl/lib -L%p/lib"
        export SHELL="/bin/sh -xe"
 
-       PG_ID=`id -u postgres 2>/dev/null`
+       PG_ID=`id -u postgres 2>/dev/null || true`
        if [ -z "$PG_ID" ]; then
                echo "Whoa there!  You must have a postgres user to build this 
package."
                echo "Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it"

Index: postgresql-perl.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql-perl.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- postgresql-perl.info        17 Feb 2006 01:41:11 -0000      1.20
+++ postgresql-perl.info        28 Feb 2006 16:24:22 -0000      1.21
@@ -1,8 +1,7 @@
 Info2: <<
 Package: postgresql-perl-%type_pkg[perl]
-Version: 8.1.2
-Revision: 12
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Version: 8.1.3
+Revision: 11
 Description: PostgreSQL Perl tools
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: BSD
@@ -95,7 +94,7 @@
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source2: ftp://gborg.postgresql.org/pub/pgperl/stable/Pg-2.1.1.tar.gz
-Source-MD5: 12d54a11bc3a414477d37ef338bec161
+Source-MD5: bb510edbb533962c0692e211b3bd8cfa
 Source2-MD5: c11c0abd99b8e1f50ba5dbdb922c2e61
 
 SetCPPFLAGS: -I%p/include



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to