[53429] trunk/dports/databases/freetds

dh at macports.org dh at macports.org
Sun Jul 5 17:18:24 PDT 2009


Revision: 53429
          http://trac.macports.org/changeset/53429
Author:   dh at macports.org
Date:     2009-07-05 17:18:24 -0700 (Sun, 05 Jul 2009)
Log Message:
-----------
* Add patch existing in freetds trunk adding new BLK_VERSION_* defines.

Modified Paths:
--------------
    trunk/dports/databases/freetds/Portfile

Added Paths:
-----------
    trunk/dports/databases/freetds/files/
    trunk/dports/databases/freetds/files/patch-cspublic.h

Modified: trunk/dports/databases/freetds/Portfile
===================================================================
--- trunk/dports/databases/freetds/Portfile	2009-07-06 00:16:40 UTC (rev 53428)
+++ trunk/dports/databases/freetds/Portfile	2009-07-06 00:18:24 UTC (rev 53429)
@@ -19,7 +19,7 @@
 		sha1 7e2a0c9e41c240c2d1c7f69c6f278e9a5bb80c2d \
 		rmd160 d3596c512022332cdb3bab375950159f1e930a4b
 depends_lib	port:libiconv port:ncurses port:readline
-
+patchfiles    patch-cspublic.h
 configure.args	--mandir=${prefix}/share/man \
 		--includedir=${prefix}/include/${name} \
 		--sysconfdir=${prefix}/etc/${name} \

Added: trunk/dports/databases/freetds/files/patch-cspublic.h
===================================================================
--- trunk/dports/databases/freetds/files/patch-cspublic.h	                        (rev 0)
+++ trunk/dports/databases/freetds/files/patch-cspublic.h	2009-07-06 00:18:24 UTC (rev 53429)
@@ -0,0 +1,23 @@
+--- include/cspublic.h	2007-06-25 21:48:20.000000000 +1200
++++ include/cspublic.h	2009-07-06 10:49:56.000000000 +1200
+@@ -34,7 +34,7 @@
+ #define TDS_STATIC_CAST(type, a) ((type)(a))
+ #endif
+ 
+-static const char rcsid_cspublic_h[] = "$Id: cspublic.h,v 1.58 2007/06/25 09:48:20 freddy77 Exp $";
++static const char rcsid_cspublic_h[] = "$Id: cspublic.h,v 1.58.2.2 2008/09/08 17:48:50 jklowden Exp $";
+ static const void *const no_unused_cspublic_h_warn[] = { rcsid_cspublic_h, no_unused_cspublic_h_warn };
+ 
+ #define CS_PUBLIC
+@@ -446,7 +446,10 @@
+ #define CS_VERSION_150	15000
+ 
+ #define BLK_VERSION_100 CS_VERSION_100
+-#define BLK_VERSION_110 CS_VERSION_100
++#define BLK_VERSION_110 CS_VERSION_110
++#define BLK_VERSION_120 CS_VERSION_120
++#define BLK_VERSION_125 CS_VERSION_125
++#define BLK_VERSION_150 CS_VERSION_150
+ 
+ #define CS_FORCE_EXIT	300
+ #define CS_FORCE_CLOSE  301
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090705/8f31ed7f/attachment.html>


More information about the macports-changes mailing list