[arch-commits] Commit in apr-util/repos (10 files)

2017-10-22 Thread Anatol Pomozov
Date: Monday, October 23, 2017 @ 02:47:48
  Author: anatolik
Revision: 308347

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  apr-util/repos/testing-i686/
  apr-util/repos/testing-i686/PKGBUILD
(from rev 308346, apr-util/trunk/PKGBUILD)
  apr-util/repos/testing-i686/buildconf_config.guess_sub_location.patch
(from rev 308346, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/testing-i686/disable_failing_test.patch
(from rev 308346, apr-util/trunk/disable_failing_test.patch)
  apr-util/repos/testing-i686/openssl-1.1.patch
(from rev 308346, apr-util/trunk/openssl-1.1.patch)
  apr-util/repos/testing-x86_64/
  apr-util/repos/testing-x86_64/PKGBUILD
(from rev 308346, apr-util/trunk/PKGBUILD)
  apr-util/repos/testing-x86_64/buildconf_config.guess_sub_location.patch
(from rev 308346, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/testing-x86_64/disable_failing_test.patch
(from rev 308346, apr-util/trunk/disable_failing_test.patch)
  apr-util/repos/testing-x86_64/openssl-1.1.patch
(from rev 308346, apr-util/trunk/openssl-1.1.patch)

--+
 testing-i686/PKGBUILD|   60 +++
 testing-i686/buildconf_config.guess_sub_location.patch   |   22 +
 testing-i686/disable_failing_test.patch  |   13 
 testing-i686/openssl-1.1.patch   |  250 +
 testing-x86_64/PKGBUILD  |   60 +++
 testing-x86_64/buildconf_config.guess_sub_location.patch |   22 +
 testing-x86_64/disable_failing_test.patch|   13 
 testing-x86_64/openssl-1.1.patch |  250 +
 8 files changed, 690 insertions(+)

Copied: apr-util/repos/testing-i686/PKGBUILD (from rev 308346, 
apr-util/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-23 02:47:48 UTC (rev 308347)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Pierre Schmitz 
+
+pkgname=apr-util
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/;
+depends=('apr' 'expat')
+makedepends=('gdbm' 'libldap' 'unixodbc' 'openssl' 'nss' 'sqlite' 
'libmariadbclient' 'db' 'postgresql-libs' 'python2')
+optdepends=(
+  'gdbm: enable gdbm support'
+  'libldap: enable ldap support'
+  'unixodbc: enable odbc support'
+  'libmariadbclient: enable mysql/mariadb support'
+  'postgresql-libs: enable postgres support'
+  'db: enable berkley db support'
+  'sqlite: enable sqlite support'
+  'nss: enable nss crypto support'
+  'openssl: enable openssl crypto support'
+)
+license=('APACHE')
+source=(https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}
+disable_failing_test.patch   # TODO: figure out why dbm test fails
+buildconf_config.guess_sub_location.patch)
+sha256sums=('d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b'
+'SKIP'
+'c7da8c0bba36fec72ac8c477f8c71e302ec670ab3df6f33ac5aab9f0527d8c3a'
+'33f3509d8ad089109c70835efc3535b27a6b5fc2fe27793d30689138f8c4f8aa')
+validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C' # Jeff Trawick
+  'B1B96F45DFBDCCF974019235193F180AB55D9977' # William A. Rowe, 
Jr.  
+  '3CE3BAC2EB7BBC624D1D22D8F3B9D88CB87F79A9') # Nick Kew 

+
+prepare() {
+  cd apr-util-$pkgver
+  patch -Np1 -i ../buildconf_config.guess_sub_location.patch
+  patch -Np1 -i ../disable_failing_test.patch
+  ./buildconf --with-apr=`apr-1-config --srcdir`
+}
+
+build() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  ./configure --prefix=/usr --with-apr=/usr --with-ldap --with-crypto \
+--with-gdbm=/usr --with-sqlite3=/usr --with-nss=/usr --with-odbc=/usr \
+--with-berkeley-db=/usr --with-pgsql=/usr --with-mysql=/usr 
--with-oracle=/usr \
+--with-openssl=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: apr-util/repos/testing-i686/buildconf_config.guess_sub_location.patch 
(from rev 308346, apr-util/trunk/buildconf_config.guess_sub_location.patch)
===
--- testing-i686/buildconf_config.guess_sub_location.patch  
(rev 0)
+++ testing-i686/buildconf_config.guess_sub_location.patch  2017-10-23 
02:47:48 UTC (rev 308347)
@@ -0,0 +1,22 @@
+From: Tollef Fog Heen 
+Subject: Adjust path of config.guess and config.sub
+
+---
+ buildconf |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: trunk/buildconf

[arch-commits] Commit in apr-util/repos (10 files)

2017-06-26 Thread Anatol Pomozov
Date: Monday, June 26, 2017 @ 20:56:50
  Author: anatolik
Revision: 299277

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  apr-util/repos/testing-i686/
  apr-util/repos/testing-i686/PKGBUILD
(from rev 299276, apr-util/trunk/PKGBUILD)
  apr-util/repos/testing-i686/buildconf_config.guess_sub_location.patch
(from rev 299276, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/testing-i686/disable_failing_test.patch
(from rev 299276, apr-util/trunk/disable_failing_test.patch)
  apr-util/repos/testing-i686/openssl-1.1.patch
(from rev 299276, apr-util/trunk/openssl-1.1.patch)
  apr-util/repos/testing-x86_64/
  apr-util/repos/testing-x86_64/PKGBUILD
(from rev 299276, apr-util/trunk/PKGBUILD)
  apr-util/repos/testing-x86_64/buildconf_config.guess_sub_location.patch
(from rev 299276, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/testing-x86_64/disable_failing_test.patch
(from rev 299276, apr-util/trunk/disable_failing_test.patch)
  apr-util/repos/testing-x86_64/openssl-1.1.patch
(from rev 299276, apr-util/trunk/openssl-1.1.patch)

--+
 testing-i686/PKGBUILD|   59 +++
 testing-i686/buildconf_config.guess_sub_location.patch   |   22 +
 testing-i686/disable_failing_test.patch  |   13 
 testing-i686/openssl-1.1.patch   |  250 +
 testing-x86_64/PKGBUILD  |   59 +++
 testing-x86_64/buildconf_config.guess_sub_location.patch |   22 +
 testing-x86_64/disable_failing_test.patch|   13 
 testing-x86_64/openssl-1.1.patch |  250 +
 8 files changed, 688 insertions(+)

Copied: apr-util/repos/testing-i686/PKGBUILD (from rev 299276, 
apr-util/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-26 20:56:50 UTC (rev 299277)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Pierre Schmitz 
+
+pkgname=apr-util
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/;
+depends=('apr' 'expat')
+makedepends=('gdbm' 'libldap' 'unixodbc' 'openssl' 'nss' 'sqlite' 
'libmariadbclient' 'db' 'postgresql-libs' 'python2')
+optdepends=(
+  'gdbm: enable gdbm support'
+  'libldap: enable ldap support'
+  'unixodbc: enable odbc support'
+  'libmariadbclient: enable mysql/mariadb support'
+  'postgresql-libs: enable postgres support'
+  'db: enable berkley db support'
+  'sqlite: enable sqlite support'
+  'nss: enable nss crypto support'
+  'openssl: enable openssl crypto support'
+)
+license=('APACHE')
+source=(https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}
+disable_failing_test.patch   # TODO: figure out why dbm test fails
+buildconf_config.guess_sub_location.patch)
+sha256sums=('8474c93fa74b56ac6ca87449abe3e155723d5f534727f3f33283f6631a48ca4c'
+'SKIP'
+'c7da8c0bba36fec72ac8c477f8c71e302ec670ab3df6f33ac5aab9f0527d8c3a'
+'33f3509d8ad089109c70835efc3535b27a6b5fc2fe27793d30689138f8c4f8aa')
+validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C' # Jeff Trawick
+  '3CE3BAC2EB7BBC624D1D22D8F3B9D88CB87F79A9') # Nick Kew 

+
+prepare() {
+  cd apr-util-$pkgver
+  patch -Np1 -i ../buildconf_config.guess_sub_location.patch
+  patch -Np1 -i ../disable_failing_test.patch
+  ./buildconf --with-apr=`apr-1-config --srcdir`
+}
+
+build() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  ./configure --prefix=/usr --with-apr=/usr --with-ldap --with-crypto \
+--with-gdbm=/usr --with-sqlite3=/usr --with-nss=/usr --with-odbc=/usr \
+--with-berkeley-db=/usr --with-pgsql=/usr --with-mysql=/usr 
--with-oracle=/usr \
+--with-openssl=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: apr-util/repos/testing-i686/buildconf_config.guess_sub_location.patch 
(from rev 299276, apr-util/trunk/buildconf_config.guess_sub_location.patch)
===
--- testing-i686/buildconf_config.guess_sub_location.patch  
(rev 0)
+++ testing-i686/buildconf_config.guess_sub_location.patch  2017-06-26 
20:56:50 UTC (rev 299277)
@@ -0,0 +1,22 @@
+From: Tollef Fog Heen 
+Subject: Adjust path of config.guess and config.sub
+
+---
+ buildconf |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: trunk/buildconf
+===
+--- trunk.orig/buildconf
 trunk/buildconf
+@@ -61,8 +61,8 @@
+ rm -f