mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
freetds: update to 1.3.18.
This commit is contained in:
parent
c534cc4409
commit
5efe40e749
3 changed files with 2 additions and 22 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/src/apps/tsql.c.orig 2015-08-04 22:10:02.270430495 -0300
|
|
||||||
+++ b/src/apps/tsql.c 2015-08-04 22:10:31.454429193 -0300
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
|
|
||||||
#include <freetds/time.h>
|
|
||||||
|
|
||||||
+#include <getopt.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include <ctype.h>
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- a/src/apps/fisql/fisql.c 2016-05-18 22:02:15.000000000 +0200
|
|
||||||
+++ b/src/apps/fisql/fisql.c 2016-06-24 14:20:09.520352354 +0200
|
|
||||||
@@ -25,6 +25,7 @@
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <setjmp.h>
|
|
||||||
#include <signal.h>
|
|
||||||
+#include <sys/stat.h>
|
|
||||||
#ifdef HAVE_READLINE
|
|
||||||
#include <readline/readline.h>
|
|
||||||
#include <readline/history.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'freetds'
|
# Template file for 'freetds'
|
||||||
pkgname=freetds
|
pkgname=freetds
|
||||||
version=1.3.10
|
version=1.3.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=${XBPS_CROSS_BASE}/usr"
|
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=${XBPS_CROSS_BASE}/usr"
|
||||||
|
@ -13,7 +13,7 @@ license="LGPL-2.0-or-later"
|
||||||
homepage="https://www.freetds.org/"
|
homepage="https://www.freetds.org/"
|
||||||
changelog="https://raw.githubusercontent.com/FreeTDS/freetds/master/NEWS.md"
|
changelog="https://raw.githubusercontent.com/FreeTDS/freetds/master/NEWS.md"
|
||||||
distfiles="https://www.freetds.org/files/stable/freetds-${version}.tar.bz2"
|
distfiles="https://www.freetds.org/files/stable/freetds-${version}.tar.bz2"
|
||||||
checksum=819aeaf7feaa1bfdbc2213f81ad067061dd4c56245996a4e2b529d87296a5d63
|
checksum=1d8561d57c71991a28f4681343785c23a6a3eb54d5bcd23897d07e3825ff2d56
|
||||||
# Some tests require connection to a server.
|
# Some tests require connection to a server.
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue