Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30319

Modified Files:
        php5.patch 
Log Message:
 * patch file got mangled, repair commit


Index: php5.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/php5.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- php5.patch  13 Aug 2013 22:10:46 -0000      1.11
+++ php5.patch  13 Aug 2013 23:04:16 -0000      1.12
@@ -1,1943 +1,7829 @@
-Info2: <<
-Package: php5
-Version: 5.5.1
-Revision: 1.1
-Type: sapiver (20121212)
-###
-BuildDepends: <<
-       fink (>= 0.34.99.git),
-       dpkg-dev (>= 1.16.1),
-       automake1.11,
-       apache2-dev,
[...9741 lines suppressed...]
++while ! nc -z 127.0.0.1 $port; do
++    c=$(($c+1));
++    sleep 3;
++    if [ $c -gt 20 ]; then
++      echo "Timed out waiting for mysql server to be available" >&2
++      if [ "$pid" ]; then
++          kill $pid || :
++          sleep 2
++          kill -s KILL $pid || :
++      fi
++      exit 1
++    fi
++done
++
++# Check if the server is running
++$mysqladmin status
++# Drop the database if it exists
++$mysqladmin --force --silent drop test || true
++# Create new empty database
++$mysqladmin create test


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to