[csw-devel] SF.net SVN: gar:[19460] csw/mgar/pkg/mysql5/branches/mysql-5.5.x

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Thu Oct 18 11:43:00 CEST 2012


Revision: 19460
          http://gar.svn.sourceforge.net/gar/?rev=19460&view=rev
Author:   janholzh
Date:     2012-10-18 09:43:00 +0000 (Thu, 18 Oct 2012)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: update to 5.5.28, add custom map file

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
    csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums

Added Paths:
-----------
    csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/map.mysql

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2012-10-18 07:56:53 UTC (rev 19459)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2012-10-18 09:43:00 UTC (rev 19460)
@@ -13,7 +13,7 @@
 PROJ_NAME = mysql
 NAME = $(PROJ_NAME)5
 BASE_VERSION = 5.5
-PATCHLEVEL = 27
+PATCHLEVEL = 28
 ALTS_PRIO = 55
 VERSION = $(BASE_VERSION).$(PATCHLEVEL)
 CATEGORIES = server
@@ -28,6 +28,9 @@
 # an easy way to switch it off.
 ISA_DEFAULT_sparc-5.9 = sparcv8plus
 
+# Solaris 10 needs a special map file since we need libnsl Version 1.9.1 and libc 1.22.5
+LINKER_MAPS = -M "$(abspath $(WORKDIR)/map.mysql)"
+
 DISTNAME = mysql-$(VERSION)
 SPKG_SOURCEURL = http://www.mysql.com/
 
@@ -158,6 +161,7 @@
 DISTFILES += CSW$(NAME).preinstall
 DISTFILES += CSW$(NAME).postinstall
 DISTFILES += cswusergroup
+DISTFILES += map.mysql
 
 # TODO: Do the proper prerequsite pkgs.
 BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS)

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums	2012-10-18 07:56:53 UTC (rev 19459)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums	2012-10-18 09:43:00 UTC (rev 19460)
@@ -1 +1 @@
-82baf46acfced6eef072e9d8a479c86e  mysql-5.5.27.tar.gz
+da8ddb3d00e6e159153d2444360f52a8  mysql-5.5.28.tar.gz

Added: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/map.mysql
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/map.mysql	                        (rev 0)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/map.mysql	2012-10-18 09:43:00 UTC (rev 19460)
@@ -0,0 +1,7 @@
+# Solaris 10 mapfile with libc Version 1.22.2 which is Update?? Kernel Version
+#   http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/mapfile-vers#301
+libc.so - SUNW_1.22.5 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.5;
+#  http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libresolv2/common/mapfile-vers
+libresolv.so - SUNW_2.2 SUNWprivate_2.1 $ADDVERS=SUNW_2.2;
+# http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libnsl/common/mapfile-vers
+libnsl.so - SUNW_1.9.1 SUNWprivate_1.5 $ADDVERS=SUNW_1.9.1;

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