Upgraded libodbc++ to the latest version, 0.2.5.

This commit is contained in:
fgerlits 2010-01-02 20:28:28 +00:00
parent 68d031e612
commit ab5b2f27ef
11 changed files with 24 additions and 24 deletions

View File

@ -145,7 +145,7 @@ etc_tmpdir=$ls_tmpdir/etc
tmp_tmpdir=$ls_tmpdir/tmp
libodbcxx_dir=$toolsdir/libodbc++
libodbcxx_version=libodbc++-0.2.4pre4
libodbcxx_version=libodbc++-0.2.5
libodbcxx_tmpdir=$tools_tmpdir/libodbc++
xmlrpcxx_dir=$toolsdir/xmlrpc++

View File

@ -102,7 +102,7 @@ FLAWFINDER_FILE = ${DOC_DIR}/flawfinderReport.html
TOOLS_DIR = ${SRC_DIR}/tools
LIBODBCXX_DIR = ${TOOLS_DIR}/libodbc++
LIBODBCXX_VERSION = libodbc++-0.2.4pre4
LIBODBCXX_VERSION = libodbc++-0.2.5
XMLRPCXX_DIR = ${TOOLS_DIR}/xmlrpc++
XMLRPCXX_VERSION = xmlrpc++-20040713
TAGLIB_DIR = ${TOOLS_DIR}/taglib

View File

@ -355,7 +355,7 @@ AC_MSG_NOTICE(
[compiling the following external libraries that are needed
by Campcaster:
libodbc++ 0.2.4pre4
libodbc++ 0.2.5
taglib 1.5
xmlrpc++ 2004-07-13

View File

@ -21,9 +21,9 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author$
# Version : $Revision$
# Location : $URL$
# Author : $Author: fgerlits $
# Version : $Revision: 2674 $
# Location : $URL: svn://source.campware.org/campcaster/trunk/campcaster/src/tools/libodbc++/libodbc++-0.2.4pre4/bin/autogen.sh $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------

View File

@ -21,15 +21,15 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author$
# Version : $Revision$
# Location : $URL$
# Author : $Author: fgerlits $
# Version : $Revision: 3360 $
# Location : $URL: svn://source.campware.org/campcaster/trunk/campcaster/src/tools/libodbc++/libodbc++-0.2.4pre4/bin/prepare.sh $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Run this script to prepare libodbc++ 2.3 to be configured and compiled.
# To read more about libodbc++, see http://libodbcxx.sourceforge.net/
#-------------------------------------------------------------------------------
product=libodbc++-0.2.4pre4
product=libodbc++-0.2.5
reldir=`dirname $0`/..
basedir=`cd ${reldir}; pwd;`

View File

@ -21,9 +21,9 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author$
# Version : $Revision$
# Location : $URL$
# Author : $Author: fgerlits $
# Version : $Revision: 2329 $
# Location : $URL: svn://source.campware.org/campcaster/trunk/campcaster/src/tools/libodbc++/libodbc++-0.2.4pre4/configure $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------

View File

@ -20,9 +20,9 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author$
# Version : $Revision$
# Location : $URL$
# Author : $Author: fgerlits $
# Version : $Revision: 3356 $
# Location : $URL: svn://source.campware.org/campcaster/trunk/campcaster/src/tools/libodbc++/libodbc++-0.2.4pre4/etc/Makefile.in $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -49,7 +49,7 @@ COVERAGE_DIR = ${DOC_DIR}/coverage
ETC_DIR = ${BASE_DIR}/etc
TMP_DIR = ${BASE_DIR}/tmp
LIBODBCXX_VERSION = libodbc++-0.2.4pre4
LIBODBCXX_VERSION = libodbc++-0.2.5
LIBODBCXX_DIR = ${TMP_DIR}/${LIBODBCXX_VERSION}

View File

@ -20,9 +20,9 @@ dnl along with Campcaster; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
dnl
dnl Author : $Author$
dnl Version : $Revision$
dnl Location : $URL$
dnl Author : $Author: fgerlits $
dnl Version : $Revision: 3356 $
dnl Location : $URL: svn://source.campware.org/campcaster/trunk/campcaster/src/tools/libodbc++/libodbc++-0.2.4pre4/etc/configure.ac $
dnl-----------------------------------------------------------------------------
dnl-----------------------------------------------------------------------------
@ -32,18 +32,18 @@ dnl This is due to the fact that configure spreads a lot of trash around,
dnl like atom4te cache directories, config.* files, etc. into the directory
dnl it is being run from. We clearly don't want these in our base directory.
dnl-----------------------------------------------------------------------------
AC_INIT(libodbc++, 0.2.4pre4, bugs@campware.org)
AC_INIT(libodbc++, 0.2.5, bugs@campware.org)
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
AC_REVISION($Revision$)
AC_REVISION($Revision: 3356 $)
AC_CONFIG_SRCDIR(../src/libodbc++-0.2.4pre4.tar.bz2)
AC_CONFIG_SRCDIR(../src/libodbc++-0.2.5.tar.bz2)
dnl untar the sources before anything happens
../bin/prepare.sh
cd ../tmp/libodbc++-0.2.4pre4
cd ../tmp/libodbc++-0.2.5
./configure --enable-threads --prefix=$prefix
cd -