Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/database
In directory vz-cvs-3.sog:/tmp/cvs-serv7370

Modified Files:
        postgresql91.info 
Log Message:
sync. w/ 10.!4/unstable, validated on powerpc-darwin8


Index: postgresql91.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/database/postgresql91.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgresql91.info   12 Sep 2011 19:11:44 -0000      1.1
+++ postgresql91.info   25 Oct 2011 22:51:11 -0000      1.2
@@ -1,7 +1,7 @@
 Info4: <<
 Package: postgresql91
 Version: 9.1.0
-Revision: 1
+Revision: 2
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <postgresq...@fink.raccoonfink.com>
@@ -10,7 +10,7 @@
        daemonic (>= 20010902-1),
        libxml2-shlibs,
        libxslt-shlibs,
-       passwd-postgres | passwd (>= 20030906-1),
+       passwd-postgres,
        readline5-shlibs,
        %N-shlibs (>= %v-%r)
 <<
@@ -20,7 +20,7 @@
        fink-mirrors (>= 0.28.7.1-2),
        libxml2,
        libxslt,
-       passwd-postgres | passwd (>= 20030906-1),
+       passwd-postgres,
        readline5,
        system-openssl-dev,
        system-perl,
@@ -32,7 +32,21 @@
 
 Source: mirror:postgresql:source/v%v/postgresql-%v.tar.bz2
 Source-MD5: 0497b9da1d7c380c340a9a87ba5500fe
-PatchScript: sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' -e 
's|@PGVERSION@|9.1|g' < %{PatchFile} | patch -p1
+PatchScript: <<
+#!/bin/sh -ex
+       sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' -e 
's|@PGVERSION@|9.1|g' < %{PatchFile} | patch -p1
+
+       # If we have fink ExtUtils::ParseXS, it is early in PERL5LIB;
+       # therefore we need the xsubpp program (also part of that
+       # pkg). Handcoded makefiles for perl modules are bad, m'kay?
+       fink_XSUBPP="%p/lib/perl5/ExtUtils/xsubpp"
+       if [ -x $fink_XSUBPP ]; then
+               perl -pi -e "s,\S+xsubpp,${fink_XSUBPP},g" 
src/pl/plperl/GNUmakefile
+       fi
+<<
+
+
+
 PatchFile: %n.patch
 PatchFile-MD5: ca800eba11497ef264f1ca93f9509f46
 
@@ -201,7 +215,7 @@
 PG_ID=`id -u postgres 2>/dev/null || true`
 if [ -z "$PG_ID" ]; then
        echo "Whoa there!  You must have a postgres user to install this 
package."
-       echo "Please do a 'fink reinstall passwd' or 'fink reinstall 
passwd-postgres'"
+       echo "Please do a 'fink reinstall passwd-postgres'"
        echo "and make sure you hit 'y' when it asks if you want to update your 
users."
        exit 1
 fi
@@ -231,7 +245,7 @@
 PG_ID=`id -u postgres 2>/dev/null || true`
 if [ -z "$PG_ID" ]; then
        echo "Whoa there!  You must have a postgres user to install this 
package."
-       echo "Please do a 'fink reinstall passwd' or 'fink reinstall 
passwd-postgres'"
+       echo "Please do a 'fink reinstall passwd-postgres'"
        echo "and make sure you hit 'y' when it asks if you want to update your 
users."
        exit 1
 fi


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to