Ticket #51636: 0001-7.4-rather-than-8.0-following-advice-from-http-www.f.patch

File 0001-7.4-rather-than-8.0-following-advice-from-http-www.f.patch, 840 bytes (added by kiwiroy (Roy Storey), 8 years ago)
  • databases/freetds/Portfile

    From 473552512a7f20d56ddc16b4848cfeaee3b9c0b1 Mon Sep 17 00:00:00 2001
    From: Roy Storey <kiwiroy@users.noreply.github.com>
    Date: Tue, 5 Jul 2016 20:19:34 +1200
    Subject: [PATCH] 7.4 rather than 8.0 following advice from
     http://www.freetds.org/userguide/choosingtdsprotocol.htm
    
    ---
     databases/freetds/Portfile | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/databases/freetds/Portfile b/databases/freetds/Portfile
    index 90c544a..8721bca 100644
    a b post-activate { 
    6767}
    6868
    6969variant mssql description {Use MS style dblib} {
    70     configure.args-append --enable-msdblib --with-tdsver=8.0
     70    configure.args-append --enable-msdblib --with-tdsver=7.4
    7171}
    7272
    7373variant odbc conflicts iodbc description {Build odbc driver against unixODBC} {