Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15617/10.3/main/finkinfo/database

Modified Files:
        postgresql-java.info postgresql-perl.info 
        postgresql-python-py.info postgresql-tcl.info 
        postgresql73.info postgresql73.patch postgresql74.info 
        postgresql74.patch 
Log Message:
building tonight, testing

Index: postgresql73.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql73.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- postgresql73.patch  27 Aug 2004 17:54:38 -0000      1.7
+++ postgresql73.patch  25 Oct 2004 03:09:10 -0000      1.8
@@ -439,13 +439,13 @@
 +
 +case "$1" in
 +      start)
-+              sudo -u postgres "${PREFIX}/bin/pg_ctl-7.3" start -D "$DATADIR" -l 
"$LOGFILE"
++              unset LC_ALL; LANG=C sudo -u postgres "${PREFIX}/bin/pg_ctl-7.3" start 
-D "$DATADIR" -l "$LOGFILE"
 +              ;;
 +      restart)
-+              sudo -u postgres "${PREFIX}/bin/pg_ctl-7.3" restart -D "$DATADIR" -m 
fast
++              unset LC_ALL; LANG=C sudo -u postgres "${PREFIX}/bin/pg_ctl-7.3" 
restart -D "$DATADIR" -m fast
 +              ;;
 +      stop)
-+              sudo -u postgres "${PREFIX}/bin/pg_ctl-7.3" stop -D "$DATADIR" -m fast
++              unset LC_ALL; LANG=C sudo -u postgres "${PREFIX}/bin/pg_ctl-7.3" stop 
-D "$DATADIR" -m fast
 +              ;;
 +esac
 --- postgresql-7.3.6/src/Makefile.shlib        Sat Jan 11 12:22:34 2003

Index: postgresql74.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql74.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- postgresql74.info   27 Aug 2004 17:54:38 -0000      1.17
+++ postgresql74.info   25 Oct 2004 03:09:10 -0000      1.18
@@ -1,5 +1,5 @@
 Package: postgresql74
-Version: 7.4.5
+Version: 7.4.6
 Revision: 21
 GCC: 3.3
 CustomMirror: <<
@@ -47,15 +47,15 @@
   sam-CR: ftp://ftp2.cr.postgresql.org/pub/Unix/postgres
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 97e750c8e69c208b75b6efedc5a36efb
+Source-MD5: f0ea2b372a7bdaf2613e92176ebf5e0f
 Source2: mirror:custom:odbc/versions/src/psqlodbc-07.03.0100.tar.gz
 Source2-MD5: 8967ea8ca49397f97d016e4db8a047a7
 Source3: ftp://gborg.postgresql.org/pub/libpqpp/stable/libpq++-4.0.tar.gz
 Source3-MD5: da71cb79ef45cef55f4bc97a33a0857d
 Source4: http://ranger.befunk.com/fink/libpqxx-1.5.1.tar.gz
 Source4-MD5: 3c0f2b5a89ece20e7a84808c594dd7aa
-Source5: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.3.0.tar.gz
-Source5-MD5: 42a1b2c737a4257fd1c044026f04d9ca
+Source5: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.4.0.tar.gz
+Source5-MD5: d7368eec9e8e929a2d106cde1d9b6a22
 Source6: ftp://gborg.postgresql.org/pub/pgeasy/stable/libpgeasy-3.0.4.tar.gz
 Source6-MD5: 5aaf078d069c8878588cd2bc7c3a5bc5
 BuildDepends: readline, autoconf2.5
@@ -493,6 +493,7 @@
 
 pg_createdb () {
   # initdb quietly creates a bad database with the wrong locale otherwise :P
+  unset LC_ALL
   export LANG=C
 
   echo -e "- making postgresql directories: \c"
@@ -549,10 +550,9 @@
 DescUsage: <<
 The package runs initdb on installation as the user 'postgres'.
 
-You can start the PostgreSQL server manually using 'postmaster' as
-postgres (since postgres has a shell of /dev/null by default, you must
-run it as sudo -u postgres postmaster) or you can run
-'daemonic enable postgresql' as root to create a StartupItem for it.
+The best way to run it is using the supplied pgsql.sh script, i.e.
+'sudo pgsql.sh start'.  Or, you can run 'daemonic enable postgresql'
+as root to create a StartupItem for it.
 
 Also note that installation of this package is interactive, because
 upgrades can make irrevocable changes to your database.
@@ -570,9 +570,6 @@
 Rearranged a lot of the PostgreSQL build to be more "correct" on
 Darwin, including making proper dylibs (instead of bundles, which
 ended up creating static binaries).
-
-Also had to write a bunch of pre/post-install logic for dumping
-databases from 7.2.x (or, in theory, older) schemas.
 <<
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Index: postgresql-java.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql-java.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- postgresql-java.info        27 Aug 2004 17:54:38 -0000      1.7
+++ postgresql-java.info        25 Oct 2004 03:09:10 -0000      1.8
@@ -1,5 +1,5 @@
 Package: postgresql-java
-Version: 7.4.5
+Version: 7.4.6
 Revision: 21
 GCC: 3.3
 CustomMirror: <<
@@ -47,7 +47,7 @@
   sam-CR: ftp://ftp2.cr.postgresql.org/pub/Unix/postgres
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 97e750c8e69c208b75b6efedc5a36efb
+Source-MD5: f0ea2b372a7bdaf2613e92176ebf5e0f
 BuildDepends: ant, postgresql74-dev (>= %v-%r), system-java14-dev
 Depends: postgresql74-shlibs (>= %v-%r) | postgresql74-ssl-shlibs (>= %v-%r), 
system-java14 | system-java15
 NoSetCPPFLAGS: true

Index: postgresql-tcl.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- postgresql-tcl.info 27 Aug 2004 21:07:51 -0000      1.7
+++ postgresql-tcl.info 25 Oct 2004 03:09:10 -0000      1.8
@@ -1,5 +1,5 @@
 Package: postgresql-tcl
-Version: 7.4.5
+Version: 7.4.6
 Revision: 21
 GCC: 3.3
 CustomMirror: <<
@@ -47,7 +47,7 @@
   sam-CR: ftp://ftp2.cr.postgresql.org/pub/Unix/postgres
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 97e750c8e69c208b75b6efedc5a36efb
+Source-MD5: f0ea2b372a7bdaf2613e92176ebf5e0f
 BuildDepends: tcltk, tcltk-dev, postgresql74-dev (>= %v-%r)
 Depends: postgresql74-shlibs (>= %v-%r), tcltk
 NoSetCPPFLAGS: true

Index: postgresql-python-py.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql-python-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postgresql-python-py.info   27 Aug 2004 21:07:51 -0000      1.3
+++ postgresql-python-py.info   25 Oct 2004 03:09:10 -0000      1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: postgresql-python-py%type_pkg[python]
-Version: 7.4.5
+Version: 7.4.6
 Revision: 21
 Type: python(2.1 2.2 2.3)
 GCC: 3.3
@@ -49,9 +49,9 @@
   sam-CR: ftp://ftp2.cr.postgresql.org/pub/Unix/postgres
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 97e750c8e69c208b75b6efedc5a36efb
-Source2: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.4.tgz
-Source2-MD5: 3cd6e4b689a339748261fa714a8fcd6c
+Source-MD5: f0ea2b372a7bdaf2613e92176ebf5e0f
+Source2: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.5.tgz
+Source2-MD5: aec4cc8600af25b1fe895f2ee6cd9801
 BuildDepends: postgresql74-dev (>= %v-%r), python%type_pkg[python]
 Depends: postgresql74-shlibs (>= %v-%r), python%type_pkg[python], 
python-mx-py%type_pkg[python]
 NoSetCPPFLAGS: true
@@ -72,7 +72,7 @@
   make BE_DLLLIBS="-bundle_loader %p/bin/postgres"
   popd
 
-  pushd ../PyGreSQL-3.4
+  pushd ../PyGreSQL-3.5
   sed -e 's|@INSTPREFIX@|%p|g' %a/postgresql-python-py.patch | patch -p1
   python%type_raw[python] setup.py build
   popd
@@ -84,7 +84,7 @@
   make install DESTDIR=%d INSTALLSITEMAN3DIR=%i/share/man/man3
   popd
 
-  pushd ../PyGreSQL-3.4
+  pushd ../PyGreSQL-3.5
   python%type_raw[python] setup.py install --prefix=%i
   install -d -m 755 %i/share/doc/%N
   install -c -m 755 tutorial/*.py Announce ChangeLog %i/share/doc/%N/

Index: postgresql74.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql74.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- postgresql74.patch  27 Aug 2004 17:54:38 -0000      1.9
+++ postgresql74.patch  25 Oct 2004 03:09:10 -0000      1.10
@@ -314,13 +314,13 @@
 +
 +case "$1" in
 +      start)
-+              sudo -u postgres "${PREFIX}/bin/pg_ctl-7.4" start -D "$DATADIR" -l 
"$LOGFILE"
++              unset LC_ALL; LANG=C sudo -u postgres "${PREFIX}/bin/pg_ctl-7.4" start 
-D "$DATADIR" -l "$LOGFILE"
 +              ;;
 +      restart)
-+              sudo -u postgres "${PREFIX}/bin/pg_ctl-7.4" restart -D "$DATADIR" -m 
fast
++              unset LC_ALL; LANG=C sudo -u postgres "${PREFIX}/bin/pg_ctl-7.4" 
restart -D "$DATADIR" -m fast
 +              ;;
 +      stop)
-+              sudo -u postgres "${PREFIX}/bin/pg_ctl-7.4" stop -D "$DATADIR" -m fast
++              unset LC_ALL; LANG=C sudo -u postgres "${PREFIX}/bin/pg_ctl-7.4" stop 
-D "$DATADIR" -m fast
 +              ;;
 +esac
 --- postgresql-7.4.5/src/Makefile.global.in    Fri Dec 19 18:29:29 2003

Index: postgresql73.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql73.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- postgresql73.info   27 Aug 2004 17:54:38 -0000      1.14
+++ postgresql73.info   25 Oct 2004 03:09:10 -0000      1.15
@@ -1,5 +1,5 @@
 Package: postgresql73
-Version: 7.3.7
+Version: 7.3.8
 Revision: 21
 GCC: 3.3
 CustomMirror: <<
@@ -47,7 +47,7 @@
   sam-CR: ftp://ftp2.cr.postgresql.org/pub/Unix/postgres
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 8b34cebb1cf30a6a020e1075fee3567b
+Source-MD5: a1b8ed5c3fe951638496271cf3838f08
 BuildDepends: readline, autoconf2.5
 Conflicts: postgresql-ssl, postgresql (<< %v-%r)
 Replaces: postgresql (<< %v-%r), postgresql-shlibs, postgresql-ssl-shlibs, 
postgresql-ssl, postgresql-python (<< 7.3), postgresql-ssl-python (<< 7.3), 
postgresql-perl (<< 7.3), postgresql-ssl-perl (<< 7.3), %N, %N-ssl
@@ -375,6 +375,7 @@
 
 pg_createdb () {
   # initdb quietly creates a bad database with the wrong locale otherwise :P
+  unset LC_ALL
   export LANG=C
 
   echo -e "- making postgresql directories: \c"
@@ -431,13 +432,9 @@
 DescUsage: <<
 The package runs initdb on installation as the user 'postgres'.
 
-You can start the PostgreSQL server manually using 'postmaster' as
-postgres (since postgres has a shell of /dev/null by default, you must
-run it as sudo -u postgres postmaster) or you can run
-'daemonic enable postgresql' as root to create a StartupItem for it.
-
-Also note that installation of this package is interactive, because
-upgrades can make irrevocable changes to your database.
+The best way to run it is using the supplied pgsql.sh script, i.e.
+'sudo pgsql.sh start'.  Or, you can run 'daemonic enable postgresql'
+as root to create a StartupItem for it.
 <<
 DescPackaging: <<
 IMPORTANT: The location of the data files has changed from early
@@ -452,9 +449,6 @@
 Rearranged a lot of the PostgreSQL build to be more "correct" on
 Darwin, including making proper dylibs (instead of bundles, which
 ended up creating static binaries).
-
-Also had to write a bunch of pre/post-install logic for dumping
-databases from 7.2.x (or, in theory, older) schemas.
 <<
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Index: postgresql-perl.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql-perl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- postgresql-perl.info        27 Aug 2004 21:07:51 -0000      1.6
+++ postgresql-perl.info        25 Oct 2004 03:09:10 -0000      1.7
@@ -1,7 +1,7 @@
 Info2: <<
 Package: postgresql-perl-%type_pkg[perl]
 Type: perl(5.6.0 5.6.1 5.8.0 5.8.1 5.8.4)
-Version: 7.4.5
+Version: 7.4.6
 Revision: 21
 GCC: 3.3
 CustomMirror: <<
@@ -49,7 +49,7 @@
   sam-CR: ftp://ftp2.cr.postgresql.org/pub/Unix/postgres
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 97e750c8e69c208b75b6efedc5a36efb
+Source-MD5: f0ea2b372a7bdaf2613e92176ebf5e0f
 Source2: ftp://gborg.postgresql.org/pub/pgperl/stable/Pg-2.1.1.tar.gz
 Source2-MD5: c11c0abd99b8e1f50ba5dbdb922c2e61
 BuildDepends: postgresql74-dev (>= %v-%r), perl%type_pkg[perl]-core



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to