  | |  | bk commit - MyODBC 3.51 (1.456) | bk commit - MyODBC 3.51 (1.456) 2005-02-03 - By pharvey@(protected)
Back Below is the list of changes that have just been commited into a local MyODBC 3.51 repository of 'pharvey'. When 'pharvey' does a push, they will be propogaged to the main repository and within 2 hours after the push into the public repository.
For more information on how to access the public repository see: http://www.mysql.com/products/myodbc/faq_2.html#Development_source
You can also browse the changes from public repository: Complete repository: http://mysql.bkbits.net:8080/myodbc3/ This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@(protected)
ChangeSet 1.456 05/02/03 09:27:17 peterh@(protected) +10 -0 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/config.sh 1.7 05/02/03 09:27:17 peterh@(protected) +16 -15 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/9/Sparc/64/package-Qt/Unpack.sh 1.2 05/02/03 09:27:17 peterh@(protected) +5 -5 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/9/Sparc/64/package-MyODBC/prototype 1.3 05/02/03 09:27:17 peterh@(protected) +4 -4 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/9/Sparc/64/package-MyODBC/pkginfo 1.2 05/02/03 09:27:17 peterh@(protected) +1 -1 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/9/Sparc/64/config.sh 1.3 05/02/03 09:27:17 peterh@(protected) +6 -6 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/9/Sparc/32/package-Qt/Unpack.sh 1.2 05/02/03 09:27:17 peterh@(protected) +5 -5 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/9/Sparc/32/config.sh 1.3 05/02/03 09:27:17 peterh@(protected) +4 -4 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/8/Sparc/64/config.sh 1.2 05/02/03 09:27:17 peterh@(protected) +2 -2 - tweeks for Solaris 8 & 9 Sparc 32 & 64 bit builds - Solaris 9 done with this - overlooked problem with invoking GUI (looking up Setup lib) so User must config by hand
SandBox/Solaris/9/Sparc/64/package-MyODBC/etc/myodbc3-64-DSN.template 1.1 05/02/02 21:47:32 peterh@(protected) +17 -0
SandBox/Solaris/9/Sparc/64/package-MyODBC/etc/myodbc3-64-DRV.template 1.1 05/02/02 21:47:32 peterh@(protected) +9 -0
SandBox/Solaris/9/Sparc/64/package-MyODBC/etc/myodbc3-64-DSN.template 1.0 05/02/02 21:47:32 peterh@(protected) +0 -0 BitKeeper file /home/pharvey/SandBox/MySQL/myodbc-3.51/SandBox/Solaris/9 /Sparc/64/package-MyODBC/etc/myodbc3-64-DSN.template
SandBox/Solaris/9/Sparc/64/package-MyODBC/etc/myodbc3-64-DRV.template 1.0 05/02/02 21:47:32 peterh@(protected) +0 -0 BitKeeper file /home/pharvey/SandBox/MySQL/myodbc-3.51/SandBox/Solaris/9 /Sparc/64/package-MyODBC/etc/myodbc3-64-DRV.template
# This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: peterh # Host: peter.peterharvey.org # Root: /home/pharvey/SandBox/MySQL/myodbc-3.51
--- 1.1/SandBox/Solaris/8/Sparc/64/config.sh Thu Dec 16 10:42:19 2004 +++ 1.2/SandBox/Solaris/8/Sparc/64/config.sh Thu Feb 3 09:27:17 2005 @@ -12,8 +12,8 @@ if [ $MY_COMPILER = "SunStudio9" ] then PATH=/usr/ccs/bin:/opt/SUNWspro/bin:$PATH - CFLAGS="-xarch=v9 -xcode=pic32 -D__SPARC__" - CXXFLAGS="-xarch=v9 -xcode=pic32 -D__SPARC__" + CFLAGS="-xarch=v9 -xcode=pic32 -D_FORTEC_ -D__SPARC__" + CXXFLAGS="-xarch=v9 -xcode=pic32 -D_FORTEC_ -D__SPARC__" LDFLAGS="-xarch=v9 -xcode=pic32 -L/opt/SUNWspro/lib/v9 -lCrun -lCstd" export PATH CFLAGS CXXFLAGS LDFLAGS fi
--- 1.2/SandBox/Solaris/9/Sparc/32/config.sh Wed Nov 17 14:34:26 2004 +++ 1.3/SandBox/Solaris/9/Sparc/32/config.sh Thu Feb 3 09:27:17 2005 @@ -7,14 +7,14 @@ MY_LD_LIBRARY_PATH=$LD_LIBRARY_PATH # -# CONFIG - Sun Studio (v8) +# CONFIG - Sun Studio (v9) # -if [ $MY_COMPILER = "SunStudio8" ] +if [ $MY_COMPILER = "SunStudio9" ] then - PATH=/usr/ccs/bin:/export/home/studio8/SUNWspro/bin:$PATH + PATH=/usr/ccs/bin:/opt/SUNWspro/bin:$PATH CFLAGS="-xarch=v8 -xcode=pic32 -D_FORTEC_ -D__SPARC__" CXXFLAGS="-xarch=v8 -xcode=pic32 -D_FORTEC_ -D__SPARC__" - LDFLAGS="-xarch=v8 -xcode=pic32 -L/export/home/SUNWspro/lib -lCrun -lCstd" + LDFLAGS="-xarch=v8 -xcode=pic32 -L/opt/SUNWspro/lib -lCrun -lCstd" export PATH CFLAGS CXXFLAGS LDFLAGS fi
--- 1.1/SandBox/Solaris/9/Sparc/32/package-Qt/Unpack.sh Tue Nov 16 14:47:48 2004 +++ 1.2/SandBox/Solaris/9/Sparc/32/package-Qt/Unpack.sh Thu Feb 3 09:27:17 2005 @@ -6,10 +6,10 @@ cd $MY_BUILD_DIR/$MY_OS/$MY_OS_VER/$MY_CPU/$MY_BITS pwd rm -f Qt -rm -f -r qt-x11-free-* -cp $MY_BUILD_DIR/Sources/qt-x11-free-$MY_QT_VER.tar.bz2 . -bunzip2 qt-x11-free-$MY_QT_VER.tar.bz2 -tar -xvf qt-x11-free-$MY_QT_VER.tar +rm -f -r qt-x11-commercial-* +cp $MY_BUILD_DIR/Sources/qt-x11-commercial-$MY_QT_VER.tar.gz . +gunzip qt-x11-commercial-$MY_QT_VER.tar.gz +tar -xvf qt-x11-commercial-$MY_QT_VER.tar # # The build dir is also the install dir in this case so @@ -19,7 +19,7 @@ # We need to do this before the build because QTDIR uses # the symlink. # -ln -s qt-x11-free-$MY_QT_VER Qt +ln -s qt-x11-commercial-$MY_QT_VER Qt
--- 1.2/SandBox/Solaris/9/Sparc/64/config.sh Wed Nov 17 14:34:26 2004 +++ 1.3/SandBox/Solaris/9/Sparc/64/config.sh Thu Feb 3 09:27:17 2005 @@ -7,14 +7,14 @@ MY_LD_LIBRARY_PATH=$LD_LIBRARY_PATH # -# CONFIG - Sun Studio (v8) +# CONFIG - Sun Studio (v9) # -if [ $MY_COMPILER = "SunStudio8" ] +if [ $MY_COMPILER = "SunStudio9" ] then - PATH=/usr/ccs/bin:/export/home/studio8/SUNWspro/bin:$PATH - CFLAGS="-xarch=v9 -xcode=pic32 -D__SPARC__" - CXXFLAGS="-xarch=v9 -xcode=pic32 -D__SPARC__" - LDFLAGS="-xarch=v9 -xcode=pic32 -L/export/home/SUNWspro/lib/v9 -lCrun -lCstd" + PATH=/usr/ccs/bin:/opt/SUNWspro/bin:$PATH + CFLAGS="-xarch=v9 -xcode=pic32 -D_FORTEC_ -D__SPARC__" + CXXFLAGS="-xarch=v9 -xcode=pic32 -D_FORTEC_ -D__SPARC__" + LDFLAGS="-xarch=v9 -xcode=pic32 -L/opt/SUNWspro/lib/v9 -lCrun -lCstd" export PATH CFLAGS CXXFLAGS LDFLAGS fi --- New file --- +++ SandBox/Solaris/9/Sparc/64/package-MyODBC/etc/myodbc3-64-DRV.template 05/02 /02 21:47:32 # # This file is used during the MyODBC install. # It will be removed if MyODBC is uninstalled # and should otherwise not be bothered with. # [myodbc3-64] Description = MyODBC driver 3.51 (64 bit) Driver = /usr/lib/sparcv9/libmyodbc3.so Setup = /usr/lib/sparcv9/libmyodbc3S.so
--- New file --- +++ SandBox/Solaris/9/Sparc/64/package-MyODBC/etc/myodbc3-64-DSN.template 05/02 /02 21:47:32 # # This file is used during the MyODBC install. # It will be removed if MyODBC is uninstalled # and should otherwise not be bothered with. # [myodbc3-64] Driver = myodbc3-64 Description = MySQL ODBC 3.51 Driver DSN SERVER = localhost PORT = USER = root Password = Database = test OPTION = 3 SOCKET =
--- 1.1/SandBox/Solaris/9/Sparc/64/package-MyODBC/pkginfo Tue Nov 16 14:50:08 2004 +++ 1.2/SandBox/Solaris/9/Sparc/64/package-MyODBC/pkginfo Thu Feb 3 09:27:17 2005 @@ -2,7 +2,7 @@ NAME="MyODBC - Sparc - Solaris v9 - 64 bit" DESC="MyODBC - built on Solaris v9 for Sparc 64 bit" ARCH="sparc" -VERSION="3.51.10" +VERSION="3.51.11" CATEGORY="system,library" VENDOR="mysql.com" EMAIL="pharvey@(protected)"
--- 1.2/SandBox/Solaris/9/Sparc/64/package-MyODBC/prototype Wed Nov 17 14:34:26 2004 +++ 1.3/SandBox/Solaris/9/Sparc/64/package-MyODBC/prototype Thu Feb 3 09:27:17 2005 @@ -3,10 +3,10 @@ i postinstall=./postinstall i preremove=./preremove i depend=./depend -s none lib/sparcv9/libmyodbc3.so=libmyodbc3-3.51.10.so -f none lib/sparcv9/libmyodbc3-3.51.10.so 0755 root bin -s none lib/sparcv9/libmyodbc3_r.so=libmyodbc3_r-3.51.10.so -f none lib/sparcv9/libmyodbc3_r-3.51.10.so 0755 root bin +s none lib/sparcv9/libmyodbc3.so=libmyodbc3-3.51.11.so +f none lib/sparcv9/libmyodbc3-3.51.11.so 0755 root bin +s none lib/sparcv9/libmyodbc3_r.so=libmyodbc3_r-3.51.11.so +f none lib/sparcv9/libmyodbc3_r-3.51.11.so 0755 root bin f none lib/sparcv9/libmyodbc3S.so 0755 root bin f none bin/imyodbc 0755 root bin f none bin/myodbcinst 0755 root bin
--- 1.1/SandBox/Solaris/9/Sparc/64/package-Qt/Unpack.sh Tue Nov 16 14:51:48 2004 +++ 1.2/SandBox/Solaris/9/Sparc/64/package-Qt/Unpack.sh Thu Feb 3 09:27:17 2005 @@ -6,10 +6,10 @@ cd $MY_BUILD_DIR/$MY_OS/$MY_OS_VER/$MY_CPU/$MY_BITS pwd rm -f Qt -rm -f -r qt-x11-free-* -cp $MY_BUILD_DIR/Sources/qt-x11-free-$MY_QT_VER.tar.bz2 . -bunzip2 qt-x11-free-$MY_QT_VER.tar.bz2 -tar -xvf qt-x11-free-$MY_QT_VER.tar +rm -f -r qt-x11-commercial-* +cp $MY_BUILD_DIR/Sources/qt-x11-commercial-$MY_QT_VER.tar.gz . +gunzip qt-x11-commercial-$MY_QT_VER.tar.gz +tar -xvf qt-x11-commercial-$MY_QT_VER.tar # # The build dir is also the install dir in this case so @@ -19,6 +19,6 @@ # We need to do this before the build because QTDIR uses # the symlink. # -ln -s qt-x11-free-$MY_QT_VER Qt +ln -s qt-x11-commercial-$MY_QT_VER Qt
--- 1.6/SandBox/config.sh Mon Jan 31 23:30:48 2005 +++ 1.7/SandBox/config.sh Thu Feb 3 09:27:17 2005 @@ -1,6 +1,21 @@ #!/bin/sh # +# SOURCES +# +# - These are the source packages we will use to +# do build. The source packages should be in +# $MY_BUILD_DIR/Sources. +# +MY_LIBTOOL_VER=1.5.10 +MY_IODBC_VER=3.51.2 +MY_QT_VER=3.3.3 +MY_UNIXODBC_VER=2.2.10 +MY_SQL_VER=4.1.9 +MY_ODBC_VER=3.51.11 +export MY_LIBTOOL_VER MY_IODBC_VER MY_QT_VER MY_UNIXODBC_VER MY_SQL_VER MY _ODBC_VER + +# # CONFIG # -- --- # @@ -28,7 +43,7 @@ # * SunStudio8 # * xcode # -MY_BUILD_DIR=$HOME/MyODBC/3.51.11/SandBox +MY_BUILD_DIR=$HOME/MyODBC/$MY_ODBC_VER/SandBox MY_OS=OSX MY_OS_VER=10.3 MY_CPU=ppc @@ -36,18 +51,4 @@ MY_COMPILER=xcode export MY_BUILD_DIR MY_OS MY_OS_VER MY_CPU MY_BITS MY_COMPILER -# -# SOURCES -# -# - These are the source packages we will use to -# do build. The source packages should be in -# $MY_BUILD_DIR/Sources. -# -MY_LIBTOOL_VER=1.5.10 -MY_IODBC_VER=3.51.2 -MY_QT_VER=3.3.3 -MY_UNIXODBC_VER=2.2.10 -MY_SQL_VER=4.1.9 -MY_ODBC_VER=3.51.11 -export MY_LIBTOOL_VER MY_IODBC_VER MY_QT_VER MY_UNIXODBC_VER MY_SQL_VER MY _ODBC_VER
-- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc?unsub=mysql@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |