Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
78836b04
Commit
78836b04
authored
8 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/freetds: upgrade to 1.00
parent
67c536f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/freetds/APKBUILD
+7
-7
7 additions, 7 deletions
main/freetds/APKBUILD
main/freetds/fix-includes.patch
+12
-10
12 additions, 10 deletions
main/freetds/fix-includes.patch
with
19 additions
and
17 deletions
main/freetds/APKBUILD
+
7
−
7
View file @
78836b04
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname
=
freetds
pkgver
=
0.95.79
pkgver
=
1.00
pkgrel
=
0
pkgdesc
=
"Tabular Datastream Library"
url
=
"http://www.freetds.org/"
...
...
@@ -44,9 +44,9 @@ package() {
make
-j1
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"
fdced2c6c758a5ac95c7139c635d4327
freetds-
0.95.79
.tar.gz
9b58f810335051cd27939ed3d23549be
fix-includes.patch"
sha256sums
=
"
b56fbf7c24b001288718e434f15849af39610c3451583c6712fb9674c43c6599
freetds-
0.95.79
.tar.gz
abf74427b80f122b91bad324410b0a7
b4af
c8de96acc65be5abd08dbe4be7b44
fix-includes.patch"
sha512sums
=
"
ed64b855ed6d212d6d7119037a7f467731e855a380760540306a0f9793e0d0c3f79f7e59a0481506ae6efb815e71c8e062138b39eb1530fe5d4a1e8ae7105b5
4 freetds-
0.95.79
.tar.gz
bea9d52c052f2eb93836f33c58154dc8d3c19b73d0ad64cfcd9b2bc6f5e27787263977eeb5d91ebe9cb30fda6df32b6bb53a03e2350060b790a7c8a86fb352fa
fix-includes.patch"
md5sums
=
"
73f5596c9cf83487296bf0d6d6532806
freetds-
1.00
.tar.gz
7f9a141d81a89fe29adb5060ae83f80b
fix-includes.patch"
sha256sums
=
"
604ff9fe95bf5e2e650f8648b19ae488959269a4274e95dc17e3b66f29779a9b
freetds-
1.00
.tar.gz
43a4dca384eaa0077b3f0b1daba969414
b4
3
af
14c17592e001d10bbb6ac54c88
fix-includes.patch"
sha512sums
=
"
713aec9ac7952aa70a3e7f5fe3ab2d9be7b19511f1d58cf3397e80f99f155835508d9a7bf8dad37f64f07bc1c78258df3f17f3049f89e32cd2d654fd3b689bb
4 freetds-
1.00
.tar.gz
d75d1aab6687586697f3e430db1e82f21208f10076b45996542eea682e36cbbbb344f479a9336fcfd294b5b87d7acb2ec5fb8ddd1914e990e23dd5e7ae93a0b6
fix-includes.patch"
This diff is collapsed.
Click to expand it.
main/freetds/fix-includes.patch
+
12
−
10
View file @
78836b04
--- freetds-0.92.79.orig/src/apps/tsql.c
+++ freetds-0.92.79/src/apps/tsql.c
@@ -33,6 +33,7 @@
# endif
#endif
+#include <getopt.h>
#include <stdio.h>
#include <assert.h>
#include <ctype.h>
diff --git a/src/apps/fisql/fisql.c b/src/apps/fisql/fisql.c
index ec8fded..fd76956 100644
--- a/src/apps/fisql/fisql.c
+++ b/src/apps/fisql/fisql.c
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment