Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/freetds/
Date: Sun, 31 Jul 2016 03:23:32
Message-Id: 1469934734.687155c48b374959c4be6171ed1807ee72924612.mjo@gentoo
1 commit: 687155c48b374959c4be6171ed1807ee72924612
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 03:08:24 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 03:12:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687155c4
7
8 dev-db/freetds: new version 1.00.13.
9
10 This new version fixes some bugs and adds a few new features. At some
11 point, the upstream project added support for compiling with
12 -Werror=format-security, so that takes care of our bug 521270.
13
14 The ebuild now has support for GnuTLS, OpenSSL/LibreSSL (bug 490554),
15 and iconv. These were all present upstream, but missing from the
16 ebuild until now. It also adds a runtime dependency on bind-tools,
17 which is used by the "osql" script (bug 487176).
18
19 Gentoo-Bug: 487176
20 Gentoo-Bug: 490554
21 Gentoo-Bug: 521270
22
23 Package-Manager: portage-2.2.28
24
25 dev-db/freetds/Manifest | 1 +
26 dev-db/freetds/freetds-1.00.13.ebuild | 73 +++++++++++++++++++++++++++++++++++
27 2 files changed, 74 insertions(+)
28
29 diff --git a/dev-db/freetds/Manifest b/dev-db/freetds/Manifest
30 index 1ff6057..53b8f1b 100644
31 --- a/dev-db/freetds/Manifest
32 +++ b/dev-db/freetds/Manifest
33 @@ -1,3 +1,4 @@
34 DIST freetds-0.91.tar.gz 2136329 SHA256 6a8148bd803aebceac6862b0dead1c5d9659f7e1038993abfe0ce8febb322465 SHA512 4dadafe49848ab5505b0fa5bd650e19e7652c3e1181d3c49f087c50ed055f395eaf5917a99744ed3594e4af9032c4e18f397af58fb1010e695ac2c0bc601b5e3 WHIRLPOOL 63662b56011edb6d22ce28cc7bad3af272ff81862f0d8ff65b113af260e3c8d05a9d941c1cf4b8039b99f460c3a5c8364dd69d42d8e98c0c92530462f732dec2
35 DIST freetds-1.00.1.tar.gz 4649187 SHA256 a00048d5b1b568b62a7d1dd0e517e064273c9c7d807ca4a986f4e5ef0fc65e6c SHA512 dab5139ddc6e3c7a2c61f76dd833d7ff499c9b63329eb9712bb94e47700991ecd05e86aaa0900682dd7626660b13c124ecbf23c1dcc40f5ca855b3fb00a54d45 WHIRLPOOL 33096719913b81d90462b5392041117996ae942815e69b793723a5c90d17c2f1ebb16db193d93363c2d98525698c6ec741cc62b6430613163ad89da795defd79
36 +DIST freetds-1.00.13.tar.gz 4639311 SHA256 ebb6dfc0ce34432e3712fbc638f18bc98f4af0c6f327fd2a0edd8ee16f00c15f SHA512 202d5a9477b1e924317b04a54d3186c333ef8f9d5054c3346635a2a3af268938a5bbf58fe8500ef6c21801046d9024d57404e99f9a8e2b0e639fcea39aecaa69 WHIRLPOOL 6a3be06872cb57e51c5c3181e1b141c659be6a290b5ec312e656e05998c2bae1f7ebf353c02dbd8c1b665ab6722fbb2c4122c3eabedc8bc1b7916fb61b5f4486
37 DIST freetds-1.00.tar.gz 4648806 SHA256 604ff9fe95bf5e2e650f8648b19ae488959269a4274e95dc17e3b66f29779a9b SHA512 713aec9ac7952aa70a3e7f5fe3ab2d9be7b19511f1d58cf3397e80f99f155835508d9a7bf8dad37f64f07bc1c78258df3f17f3049f89e32cd2d654fd3b689bb4 WHIRLPOOL bf94e4b71602e779638df481a706bad147eb5c9596d8993b1409e1026a79e82162b5afdde923bdcb2b9bee498ade1b474fa7f99deb74652faf81b9c2dbed23a3
38
39 diff --git a/dev-db/freetds/freetds-1.00.13.ebuild b/dev-db/freetds/freetds-1.00.13.ebuild
40 new file mode 100644
41 index 0000000..38901e3
42 --- /dev/null
43 +++ b/dev-db/freetds/freetds-1.00.13.ebuild
44 @@ -0,0 +1,73 @@
45 +# Copyright 1999-2016 Gentoo Foundation
46 +# Distributed under the terms of the GNU General Public License v2
47 +# $Id$
48 +
49 +EAPI=6
50 +
51 +inherit autotools
52 +
53 +DESCRIPTION="Tabular Datastream Library"
54 +HOMEPAGE="http://www.freetds.org/"
55 +SRC_URI="ftp://ftp.freetds.org/pub/freetds/stable/${P}.tar.gz"
56 +
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
60 +IUSE="gnutls iconv kerberos libressl mssql iodbc odbc ssl"
61 +RESTRICT="test"
62 +
63 +DEPEND="
64 + gnutls? ( net-libs/gnutls )
65 + iconv? ( virtual/libiconv )
66 + iodbc? ( dev-db/libiodbc )
67 + kerberos? ( virtual/krb5 )
68 + odbc? ( dev-db/unixODBC )
69 + ssl? (
70 + !libressl? ( dev-libs/openssl:0 )
71 + libressl? ( dev-libs/libressl )
72 + )"
73 +
74 +# bind-tools is needed because the osql script calls "host".
75 +RDEPEND="${DEPEND}
76 + net-dns/bind-tools
77 + sys-apps/grep
78 + sys-apps/sed
79 + virtual/awk"
80 +
81 +src_prepare() {
82 + default
83 + # Fix the iodbc include path in the configure script. Otherwise, it
84 + # can't find isql.h.
85 + sed -ie 's:with_iodbc/include":with_iodbc/include/iodbc":' \
86 + configure.ac \
87 + || die "failed to fix the iodbc include path in configure.ac"
88 + eautoreconf
89 +}
90 +
91 +src_configure() {
92 + local myconf=( --with-tdsver=7.4 )
93 +
94 + # The configure script doesn't support --without-{i,unix}odbc and
95 + # it will still search for the associated headers if you try that
96 + # Instead, to disable {i,unix}odbc, you just have to omit the
97 + # --with-{i,unix}odbc line.
98 + if use iodbc ; then
99 + myconf+=( --enable-odbc --with-iodbc="${EPREFIX}/usr" )
100 + fi
101 +
102 + if use odbc ; then
103 + myconf+=( --enable-odbc --with-unixodbc="${EPREFIX}/usr" )
104 + fi
105 +
106 + myconf+=( $(use_enable iconv libiconv) )
107 + use iconv && myconf+=( --with-libiconv-prefix="${EPREFIX}/usr" )
108 + myconf+=( $(use_enable kerberos krb5) )
109 + myconf+=( $(use_enable mssql msdblib) )
110 + myconf+=( $(use_with gnutls) )
111 + myconf+=( $(use_with ssl openssl "${EPREFIX}/usr") )
112 +
113 + # The docdir doesn't contain ${PV} without this
114 + myconf+=( --docdir="/usr/share/doc/${PF}" )
115 +
116 + econf "${myconf[@]}"
117 +}