aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/libiodbc
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /unmaintained/libiodbc
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'unmaintained/libiodbc')
-rw-r--r--unmaintained/libiodbc/10-sqltypes-libiodbc-3.52.7.patch10
-rw-r--r--unmaintained/libiodbc/APKBUILD51
2 files changed, 61 insertions, 0 deletions
diff --git a/unmaintained/libiodbc/10-sqltypes-libiodbc-3.52.7.patch b/unmaintained/libiodbc/10-sqltypes-libiodbc-3.52.7.patch
new file mode 100644
index 0000000000..2961cdea2f
--- /dev/null
+++ b/unmaintained/libiodbc/10-sqltypes-libiodbc-3.52.7.patch
@@ -0,0 +1,10 @@
+--- libiodbc-3.52.7/include/sqltypes.h.orig
++++ libiodbc-3.52.7/include/sqltypes.h
+@@ -401,6 +401,7 @@
+ # include <stdlib.h>
+
+ # if defined(__cplusplus) || \
++ defined(__NEED_wchar_t) || \
+ defined(_WCHAR_T) || \
+ defined(_WCHAR_T_DEFINED) || \
+ defined(_WCHAR_T_DEFINED_) || \
diff --git a/unmaintained/libiodbc/APKBUILD b/unmaintained/libiodbc/APKBUILD
new file mode 100644
index 0000000000..47cd5b2a1b
--- /dev/null
+++ b/unmaintained/libiodbc/APKBUILD
@@ -0,0 +1,51 @@
+# Contributor: William Pitcock <nenolod@dereferenced.org>
+# Maintainer:
+pkgname=libiodbc
+pkgver=3.52.7
+pkgrel=1
+pkgdesc="iODBC ODBC implementation"
+url="http://www.iodbc.org/"
+arch="all"
+license="BSD"
+depends=
+depends_dev=
+makedepends="$depends_dev"
+install=""
+subpackages="$pkgname-dev $pkgname-doc"
+source="http://www.iodbc.org/downloads/iODBC/libiodbc-$pkgver.tar.gz
+ 10-sqltypes-libiodbc-3.52.7.patch"
+
+_builddir="$srcdir"/libiodbc-$pkgver
+prepare() {
+ local i
+ cd "$_builddir"
+ for i in $source; do
+ case $i in
+ *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
+ esac
+ done
+}
+
+build() {
+ cd "$_builddir"
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --localstatedir=/var \
+ --disable-gui \
+ || return 1
+ make || return 1
+}
+
+package() {
+ cd "$_builddir"
+ make DESTDIR="$pkgdir" install || return 1
+}
+
+md5sums="ddbd274cb31d65be6a78da58fc09079a libiodbc-3.52.7.tar.gz
+c6dfc4ec015d61f9e68e56d234ed2e6f 10-sqltypes-libiodbc-3.52.7.patch"
+sha256sums="d7002cc7e566785f1203f6096dcb49b0aad02a9d9946a8eca5d663ac1a85c0c7 libiodbc-3.52.7.tar.gz
+208d2af418a8917af6bbb85878c413b07a100e17fff869e7f9cd9feef77446c1 10-sqltypes-libiodbc-3.52.7.patch"
+sha512sums="a0274cd40d8fa7445f9442541e7e1d90427273a137fc2d3227e81e8af42fb35a8a38a3601f445ee821a0f88cca732d56cec8b7f08e94492da3aca609063f1a1e libiodbc-3.52.7.tar.gz
+3daf5d15ebfd60d5b90c0e253669f07812afd470dad9a9c8bbfcb558a7a5b6cd9326abc2fcb901d90e53cc45bcdb3f3e633a04b1ac9c0cea0388910e93354ad0 10-sqltypes-libiodbc-3.52.7.patch"