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

Modified Files:
        postgresql73-unified.info postgresql74-unified.info 
        postgresql80-unified.info postgresql81.info 
Log Message:
buncha work-in-progress

Index: postgresql81.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql81.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- postgresql81.info   28 Jan 2006 20:19:05 -0000      1.16
+++ postgresql81.info   31 Jan 2006 20:51:24 -0000      1.17
@@ -1,6 +1,6 @@
 Package: postgresql81
 Version: 8.1.2
-Revision: 12
+Revision: 13
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -96,14 +96,14 @@
 Source4: http://ranger.befunk.com/fink/libpqxx-1.5.1.tar.gz
 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.0.tar.gz
+Source7: http://www.postgis.org/download/postgis-1.1.1.tar.gz
 Source-MD5: 12d54a11bc3a414477d37ef338bec161
 Source2-MD5: 8967ea8ca49397f97d016e4db8a047a7
 Source3-MD5: da71cb79ef45cef55f4bc97a33a0857d
 Source4-MD5: 3c0f2b5a89ece20e7a84808c594dd7aa
 Source5-MD5: db71975570ee31ecd0a11380dbaa8634
 Source6-MD5: 5aaf078d069c8878588cd2bc7c3a5bc5
-Source7-MD5: 57768cb808d358b667075273aef40122
+Source7-MD5: 3c86999ff2fa8678bb3d210202a84358
 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
@@ -142,7 +142,7 @@
        export CPPFLAGS="-I%i/include/postgresql -I%i/include $CPPFLAGS"
        export LDFLAGS="-L%i/lib $LDFLAGS"
 
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        ./configure --prefix=%p --with-pgsql=%i/bin/pg_config && \
        perl -pi -e 's,^PROJ_DIR=%p,PROJ_DIR=%i,; 
s,^PGFFEINCLUDES=.*,PGFEINCLUDES=-I%i/include/postgresql -I%i/include 
-I%p/include,; s,^PGBEINCLUDES=.*,PGBEINCLUDES=-I%i/include/postgresql 
-I%i/include -I%p/include,; s,^PGFELIBS=.*,PGFELIBS=-L%i/lib -L%p/lib -lpq,; 
s,^PGBELIBS=.*,PGBELIBS=-L%i/lib -L%p/lib -lpostgres,; 
s,^libdir=.*,libdir=%p/lib/postgresql-8.1,; 
s,^datadir=.*,datadir=%p/share/postgresql-8.1,; 
s,^DLFLAGS=.*,DLFLAGS=-no-cpp-precomp -undefined dynamic_lookup 
-multiply_defined suppress,;' Makefile.config && \
        make MODULE_FILENAME=%p/lib/postgresql-8.1/liblwgeom.1.so || exit 1
@@ -197,7 +197,7 @@
        install -m 755 contrib/adddepend/adddepend %i/bin/adddepend
 
        # postgis
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        make install DESTDIR=%d 
MODULE_FILENAME=%p/lib/postgresql-8.1/liblwgeom.1.so
        popd
 
@@ -501,6 +501,7 @@
                break
        fi
 done
+export PGPORT
 echo "- starting PostgreSQL on port $PGPORT"
 if %p/bin/pgsql.sh-8.1 start; then
 
@@ -508,7 +509,8 @@
 
        # install the plpgsql language if possible
        echo -e "- attempting to install the plpgsql language in the template1 
database... \c"
-       %p/bin/createlang-8.1 -U postgres -p $PGPORT plpgsql template1 || 
ERROR="$?"
+       %p/bin/createlang-8.1 -U postgres -p $PGPORT plpgsql template1
+       ERROR="$?"
        if [ $ERROR -eq 0 ]; then
                echo "done"
        elif [ $ERROR -gt 0 ] && [ $ERROR -ne 2 ]; then
@@ -528,7 +530,7 @@
 
        If you wish to install it manually, run:
 
-               sudo -u postgres %p/bin/pgsql.sh-8.1 start
+               sudo %p/bin/pgsql.sh-8.1 start
                sudo -u postgres %p/bin/createlang-8.1 plpgsql template1
        
 END
@@ -539,12 +541,12 @@
 WARNING: If you are using PostGIS, you will need to upgrade your PostGIS 
functions after starting up the
        PostgreSQL database:
        
-               sudo -u postgres %p/bin/pgsql.sh-8.1 start
+               sudo %p/bin/pgsql.sh-8.1 start
                sudo -u postgres %p/bin/psql-8.1 -f 
%p/share/postgresql-8.1/lwpostgis_upgrade.sql -d <your_spatial_database>
 
        To configure/install PostGIS for the first time, you should instead use:
        
-               sudo -u postgres %p/bin/pgsql.sh-8.1 start
+               sudo %p/bin/pgsql.sh-8.1 start
                sudo -u postgres %p/bin/psql-8.1 -f 
%p/share/postgresql-8.1/lwpostgis.sql -d <your_spatial_database>
 
 END

Index: postgresql73-unified.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql73-unified.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- postgresql73-unified.info   28 Jan 2006 20:19:05 -0000      1.19
+++ postgresql73-unified.info   31 Jan 2006 20:51:24 -0000      1.20
@@ -1,6 +1,6 @@
 Package: postgresql73-unified
 Version: 7.3.13
-Revision: 11
+Revision: 12
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -91,9 +91,9 @@
        nam-US: ftp://ftp22.us.postgresql.org/mirrors/ftp.postgresql.org
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source2: http://www.postgis.org/download/postgis-1.1.0.tar.gz
+Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
 Source-MD5: 914968e877794f5af42d7b2a506bcddf
-Source2-MD5: 57768cb808d358b667075273aef40122
+Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 PatchScript: sed 's|@INSTPREFIX@|%p|g' < %a/%n.patch | patch -p1
 
 SetMAKEFLAGS: -j1
@@ -121,7 +121,7 @@
        make -C contrib && \
        make install install-all-headers includedir=%p/include/postgresql 
includedir_internal=%p/include/postgresql/internal 
includedir_server=%p/include/postgresql DESTDIR=%d 
INSTALLSITEMAN3DIR=%i/share/man/man3
 
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        ./configure --prefix=%p --with-pgsql=%i/bin/pg_config && \
        perl -pi -e 's,^PROJ_DIR=%p,PROJ_DIR=%i,; 
s,^PGFFEINCLUDES=.*,PGFEINCLUDES=-I%i/include/postgresql -I%i/include 
-I%p/include,; s,^PGBEINCLUDES=.*,PGBEINCLUDES=-I%i/include/postgresql 
-I%i/include -I%p/include,; s,^PGFELIBS=.*,PGFELIBS=-L%i/lib -L%p/lib -lpq,; 
s,^PGBELIBS=.*,PGBELIBS=-L%i/lib -L%p/lib -lpostgres,; 
s,^libdir=.*,libdir=%p/lib/postgresql-7.3,; 
s,^datadir=.*,datadir=%p/share/postgresql-7.3,; 
s,^DLFLAGS=.*,DLFLAGS=-no-cpp-precomp -undefined dynamic_lookup 
-multiply_defined suppress,;' Makefile.config && \
        make || exit 3
@@ -139,7 +139,7 @@
        mv %i/share/doc/postgresql %i/share/doc/%N >/dev/null 2>&1
 
        # postgis
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        make install DESTDIR=%d
        popd
 

Index: postgresql80-unified.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql80-unified.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- postgresql80-unified.info   28 Jan 2006 20:19:05 -0000      1.20
+++ postgresql80-unified.info   31 Jan 2006 20:51:24 -0000      1.21
@@ -1,6 +1,6 @@
 Package: postgresql80-unified
 Version: 8.0.6
-Revision: 12
+Revision: 13
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -91,9 +91,9 @@
        nam-US: ftp://ftp22.us.postgresql.org/mirrors/ftp.postgresql.org
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source2: http://www.postgis.org/download/postgis-1.1.0.tar.gz
+Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
 Source-MD5: f3b27b8171267f9a87592f931c09f0ee
-Source2-MD5: 57768cb808d358b667075273aef40122
+Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 PatchScript: sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' < %a/%n.patch 
| patch -p1
 
 SetMAKEFLAGS: -j1
@@ -123,7 +123,7 @@
        make -C contrib
        make install includedir=%p/include/postgresql 
includedir_internal=%p/include/postgresql/internal 
includedir_server=%p/include/postgresql DESTDIR=%d 
INSTALLSITEMAN3DIR=%i/share/man/man3
 
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        ./configure --prefix=%p --with-pgsql=%i/bin/pg_config && \
        perl -pi -e 's,^PROJ_DIR=%p,PROJ_DIR=%i,; 
s,^PGFFEINCLUDES=.*,PGFEINCLUDES=-I%i/include/postgresql -I%i/include 
-I%p/include,; s,^PGBEINCLUDES=.*,PGBEINCLUDES=-I%i/include/postgresql 
-I%i/include -I%p/include,; s,^PGFELIBS=.*,PGFELIBS=-L%i/lib -L%p/lib -lpq,; 
s,^PGBELIBS=.*,PGBELIBS=-L%i/lib -L%p/lib -lpostgres,; 
s,^libdir=.*,libdir=%p/lib/postgresql-8.0,; 
s,^datadir=.*,datadir=%p/share/postgresql-8.0,; 
s,^DLFLAGS=.*,DLFLAGS=-no-cpp-precomp -undefined dynamic_lookup 
-multiply_defined suppress,;' Makefile.config && \
        make MODULE_FILENAME=%p/lib/postgresql-8.0/liblwgeom.1.so || exit 3
@@ -142,7 +142,7 @@
        install -m 755 contrib/adddepend/adddepend %i/bin/adddepend
 
        # postgis
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        make install DESTDIR=%d 
MODULE_FILENAME=%p/lib/postgresql-8.0/liblwgeom.1.so
        popd
 
@@ -420,6 +420,7 @@
                break
        fi
 done
+export PGPORT
 echo "- starting PostgreSQL on port $PGPORT"
 if %p/bin/pgsql.sh-8.0 start; then
 
@@ -427,7 +428,8 @@
 
        # install the plpgsql language if possible
        echo -e "- attempting to install the plpgsql language in the template1 
database... \c"
-       %p/bin/createlang-8.0 -U postgres -p $PGPORT plpgsql template1 || 
ERROR="$?"
+       %p/bin/createlang-8.0 -U postgres -p $PGPORT plpgsql template1
+       ERROR="$?"
        if [ $ERROR -eq 0 ]; then
                echo "done"
        elif [ $ERROR -gt 0 ] && [ $ERROR -ne 2 ]; then
@@ -447,7 +449,7 @@
 
        If you wish to install it manually, run:
 
-               sudo -u postgres %p/bin/pgsql.sh-8.0 start
+               sudo %p/bin/pgsql.sh-8.0 start
                sudo -u postgres %p/bin/createlang-8.0 plpgsql template1
 
 END
@@ -458,12 +460,12 @@
 WARNING: If you are using PostGIS, you will need to upgrade your PostGIS 
functions after starting up the
        PostgreSQL database:
 
-               sudo -u postgres %p/bin/pgsql.sh-8.0 start
+               sudo %p/bin/pgsql.sh-8.0 start
                sudo -u postgres %p/bin/psql-8.0 -f 
%p/share/postgresql-8.0/lwpostgis_upgrade.sql -d <your_spatial_database>
 
        To configure/install PostGIS for the first time, you should instead use:
 
-               sudo -u postgres %p/bin/pgsql.sh-8.0 start
+               sudo %p/bin/pgsql.sh-8.0 start
                sudo -u postgres %p/bin/psql-8.0 -f 
%p/share/postgresql-8.0/lwpostgis.sql -d <your_spatial_database>
 
 END

Index: postgresql74-unified.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql74-unified.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- postgresql74-unified.info   28 Jan 2006 20:19:05 -0000      1.18
+++ postgresql74-unified.info   31 Jan 2006 20:51:24 -0000      1.19
@@ -1,6 +1,6 @@
 Package: postgresql74-unified
 Version: 7.4.11
-Revision: 11
+Revision: 12
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -91,9 +91,9 @@
        nam-US: ftp://ftp22.us.postgresql.org/mirrors/ftp.postgresql.org
 <<
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
-Source2: http://www.postgis.org/download/postgis-1.1.0.tar.gz
+Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
 Source-MD5: e56cded48379b80de577db15e4ed5a68
-Source2-MD5: 57768cb808d358b667075273aef40122
+Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 PatchScript: sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' < %a/%n.patch 
| patch -p1
 
 SetMAKEFLAGS: -j1
@@ -124,7 +124,7 @@
 
        make install install-all-headers includedir=%p/include/postgresql 
includedir_internal=%p/include/postgresql/internal 
includedir_server=%p/include/postgresql DESTDIR=%d 
INSTALLSITEMAN3DIR=%i/share/man/man3 || exit 2
 
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        ./configure --prefix=%p --with-pgsql=%i/bin/pg_config && \
        perl -pi -e 's,^PROJ_DIR=%p,PROJ_DIR=%i,; 
s,^PGFFEINCLUDES=.*,PGFEINCLUDES=-I%i/include/postgresql -I%i/include 
-I%p/include,; s,^PGBEINCLUDES=.*,PGBEINCLUDES=-I%i/include/postgresql 
-I%i/include -I%p/include,; s,^PGFELIBS=.*,PGFELIBS=-L%i/lib -L%p/lib -lpq,; 
s,^PGBELIBS=.*,PGBELIBS=-L%i/lib -L%p/lib -lpostgres,; 
s,^libdir=.*,libdir=%p/lib/postgresql-7.4,; 
s,^datadir=.*,datadir=%p/share/postgresql-7.4,; 
s,^DLFLAGS=.*,DLFLAGS=-no-cpp-precomp -undefined dynamic_lookup 
-multiply_defined suppress,;' Makefile.config && \
        make || exit 3
@@ -143,7 +143,7 @@
        install -m 755 contrib/adddepend/adddepend %i/bin/adddepend
 
        # postgis
-       pushd ../postgis-1.1.0
+       pushd ../postgis-1.1.1
        make install DESTDIR=%d
        popd
 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to