Subject: CVS commit: pkgsrc/databases/freetds
From: Johnny C. Lam
Date: 2008-05-08 15:28:39
Message id: 20080508132839.9A627175D0@cvs.netbsd.org

Log Message:
Update freetds to version 0.82.  Changes from version 0.63 include:

Pkgsrc changes:
  + Support user-destdir installation.
  + Document the way that pkgsrc handles the freetds documentation.
  + Use GENERATE_PLIST instead of creating a .PLIST.doc.
  + Remove patch-ac and patch-ad due to reports of success compiling
    FreeTDS on Mac OS X without changes on the freetds@ mailing list.

Package changes:
  - libtds.* has been removed.  Its objects are now linked directly
    into the other client libraries.
  - support TLSv1 sessions to MSSQL servers
  - fixed timeout handling
  - added protocol version discovery
  - reduced network bandwidth use on Linux and -BSD
  - fixed conversion NUMERIC->NUMERIC changing precision/scale
  - added named instance support (mssql2k)
  - many other code improvements and bug fixes
  - improved pool server
  - ODBC:
    - cursors (mssql)
    - fixed database setting
    - fixed SQLGetData result
    - fixed compute handling in ODBC
    - paramset support

Files:
RevisionActionfile
1.36modifypkgsrc/databases/freetds/Makefile
1.17modifypkgsrc/databases/freetds/PLIST
1.11modifypkgsrc/databases/freetds/buildlink3.mk
1.16modifypkgsrc/databases/freetds/distinfo
1.3modifypkgsrc/databases/freetds/options.mk
1.4removepkgsrc/databases/freetds/patches/patch-ac
1.4removepkgsrc/databases/freetds/patches/patch-ad