[csw-devel] SF.net SVN: gar:[7204] csw/mgar/pkg/mysql5/branches/mysql-5.1.x
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Nov 10 13:53:31 CET 2009
Revision: 7204
http://gar.svn.sourceforge.net/gar/?rev=7204&view=rev
Author: wahwah
Date: 2009-11-10 12:53:31 +0000 (Tue, 10 Nov 2009)
Log Message:
-----------
mysql-5.1.x: It builds, but the tests are failing
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile
csw/mgar/pkg/mysql5/branches/mysql-5.1.x/checksums
Property Changed:
----------------
csw/mgar/pkg/mysql5/branches/mysql-5.1.x/
Property changes on: csw/mgar/pkg/mysql5/branches/mysql-5.1.x
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2-git
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile 2009-11-10 12:38:28 UTC (rev 7203)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.1.x/Makefile 2009-11-10 12:53:31 UTC (rev 7204)
@@ -3,7 +3,7 @@
# $Id$
GARNAME = mysql5
-GARVERSION = 5.0.84
+GARVERSION = 5.1.40
CATEGORIES = server
DISTNAME = mysql-$(GARVERSION)
@@ -95,7 +95,7 @@
REQUIRED_PKGS_CSWmysql5devel = CSWmysql5
REQUIRED_PKGS_CSWmysql5test = CSWmysql5 CSWperl
-MASTER_SITES = ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.0/
+MASTER_SITES = ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/
DISTFILES = mysql-$(GARVERSION).tar.gz
DISTFILES += cswmysql5 quick_start-csw README.CSW ChangeLog
DISTFILES += CSWmysql5.preinstall
@@ -107,6 +107,9 @@
REQUIRED_PKGS = CSWncurses CSWzlib
PREREQUISITE_PKGS = $(REQUIRED_PKGS)
+# MySQL-5.1.40 doesn't compile without setting EXTRA_INC.
+EXTRA_INC = /opt/csw/include
+EXTRA_LIB = /opt/csw/lib
EXTRA_CFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
EXTRA_CXXFLAGS = -mt -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
@@ -134,7 +137,8 @@
CONFIGURE_ARGS += --with-plugins=max-no-ndb
# TODO: Make the tests pass. They don't at the moment.
-TEST_SCRIPTS =
+# TEST_SCRIPTS =
+TEST_TARGETS = check
# Enable 64 bits build
BUILD64 = 1
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.1.x/checksums
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.1.x/checksums 2009-11-10 12:38:28 UTC (rev 7203)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.1.x/checksums 2009-11-10 12:53:31 UTC (rev 7204)
@@ -8,5 +8,5 @@
e42afb5ec1b1ab02d2ec3b46d0922636 README.CSW
aaca748fc044834e71ad544ab293c494 cswmysql5
67228e1f096fe08a94f4267439a4ec36 cswusergroup
-671348f1a5b078da9ca76f97e1fda325 mysql-5.0.84.tar.gz
+32e7373c16271606007374396e6742ad mysql-5.1.40.tar.gz
90b7cfcd11ab56e021a195a6a085fa21 quick_start-csw
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list