databases/freetds-devel: Update version 1.00.131=>1.00.339
This commit is contained in:
parent
5664c73be5
commit
d1e481f51a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458163
3 changed files with 4 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= freetds
|
||||
PORTVERSION= 1.00.131
|
||||
PORTVERSION= 1.00.339
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488658425
|
||||
SHA256 (freetds-dev.1.00.131.tar.bz2) = 9c3d747bd9610d8f4ae1fa39471b01dbee5ced5c6cc215e1217bbda0f39c8845
|
||||
SIZE (freetds-dev.1.00.131.tar.bz2) = 3320477
|
||||
TIMESTAMP = 1515046726
|
||||
SHA256 (freetds-dev.1.00.339.tar.bz2) = d102de6c49192c9aa31880a4c40a92af29da03062793e1ef7fd0c60ec1998cb6
|
||||
SIZE (freetds-dev.1.00.339.tar.bz2) = 2196648
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- include/freetds/tds.h.orig 2015-05-21 09:00:35 UTC
|
||||
+++ include/freetds/tds.h
|
||||
@@ -144,7 +144,10 @@ typedef struct
|
||||
TDS_INT date; /**< date, 0 = 1900-01-01 */
|
||||
TDS_SMALLINT offset; /**< time offset */
|
||||
TDS_USMALLINT time_prec:3;
|
||||
+#pragma push_macro("_res")
|
||||
+#undef _res
|
||||
TDS_USMALLINT _res:10;
|
||||
+#pragma pop_macro("_res")
|
||||
TDS_USMALLINT has_time:1;
|
||||
TDS_USMALLINT has_date:1;
|
||||
TDS_USMALLINT has_offset:1;
|
Loading…
Reference in a new issue