Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/database
In directory vz-cvs-3.sog:/tmp/cvs-serv17696
Modified Files:
mysql-unified.info
Log Message:
update to 5.0.96, build in parallel, test as -j1 and BuildDepends on fink
defaulting to build-as-nobody
Index: mysql-unified.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/database/mysql-unified.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mysql-unified.info 29 Jul 2012 19:48:16 -0000 1.3
+++ mysql-unified.info 1 Oct 2012 16:09:59 -0000 1.4
@@ -1,22 +1,22 @@
Info2:<<
Package: mysql-unified
-Version: 5.0.45
-Revision: 3
+Version: 5.0.96
+Revision: 1
Description: Open Source SQL database
License: GPL/LGPL
Maintainer: Todai Fink Team <[email protected]>
# Dependencies:
Depends: %N-shlibs (= %v-%r), %N-client (= %v-%r), daemonic (>= 20010902-1)
-BuildDepends: readline5 (>= 5.0-1004), fink (>= 0.25)
+BuildDepends: readline5 (>= 5.0-1004), fink (>= 0.33.0)
Conflicts: mysql (<< 5.0.45-1), mysql-ssl (<< 5.0.45-1)
Replaces: mysql (<< 5.0.45-1), mysql-ssl (<< 5.0.45-1)
# Unpack Phase:
# Source: mirror:custom:Downloads/MySQL-5.0/mysql-%v.tar.gz
# For Enterprise Server
-Source: ftp://ftp.mysql.com/pub/mysql/src/mysql-%v.tar.gz
-Source-MD5: a2a1c5a82bb22b45ab76a8ecab94e10d
+Source: http://mysql.mirrors.pair.com/Downloads/MySQL-5.0/mysql-%v.tar.gz
+Source-MD5: bf280949049161aa68cf29e600d9ec79
CustomMirror: <<
# Some country codes not in /sw/lib/fink/mirror/_keys
eur-AM: http://mysql.mirrors.arminco.com/
@@ -162,16 +162,13 @@
<<
# Patch Phase
PatchFile: %n.patch
-PatchFile-MD5: 295bb29e3f6e87d38509e259701510d0
+PatchFile-MD5: c188b978516a86f98bc83a107e0372ae
PatchScript: /usr/bin/sed "s|@PREFIX@|%p|g" %{PatchFile} | /usr/bin/patch -p1
# Compile Phase:
# See BUILD/compile-ppc-max
SetCFLAGS: -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W
-Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings
-Wunused -O3 -fno-omit-frame-pointer -g
SetCXXFLAGS: -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W
-Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings
-Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy
-Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3
-fno-omit-frame-pointer -g
-SetMAKEFLAGS: -j1
-SetCC: llvm-gcc-4.2
-SetCXX: llvm-g++-4.2
ConfigureParams: <<
--enable-assembler \
--with-extra-charsets=complex \
@@ -202,7 +199,16 @@
GCC: 4.0
InfoTest: <<
- TestScript: [[ "$UID" -eq 0 ]] && { chown -R nobody. ./mysql-test &&
/usr/bin/sudo -u nobody make test-force || exit 2; } || { make test-force ||
exit 2; }
+ TestScript: <<
+ #!/bin/bash -ev
+ if [ $UID = 0 ]; then
+ echo "The mysql tests can not be run as root."
+ exit 1
+ else
+ make -j1 test-force || exit 2
+ fi
+ <<
+ TestSuiteSize: large
<<
# Install Phase:
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs