Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pgbackrest
@ 2019-07-30  7:45 voidlinux-github
  2019-07-30  8:35 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  7:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is a new pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pgbackrest
https://github.com/void-linux/void-packages/pull/13411

New package: pgbackrest


A patch file from https://github.com/void-linux/void-packages/pull/13411.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pgbackrest-13411.patch --]
[-- Type: text/x-diff, Size: 1055 bytes --]

From a1cd975b7310e8072ad579291f627e1add4c89a5 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 30 Jul 2019 09:44:00 +0200
Subject: [PATCH] New package: pgbackrest

---
 srcpkgs/pgbackrest/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/pgbackrest/template

diff --git a/srcpkgs/pgbackrest/template b/srcpkgs/pgbackrest/template
new file mode 100644
index 00000000000..9c13d3dc659
--- /dev/null
+++ b/srcpkgs/pgbackrest/template
@@ -0,0 +1,14 @@
+# Template file for 'pgbackrest'
+pkgname=pgbackrest
+version=2.15.1
+revision=1
+wrksrc="${pkgname}-release-${version}"
+build_wrksrc="src"
+build_style=gnu-configure
+makedepends="libssl47 libressl-devel libxml2-devel perl zlib-devel"
+short_desc="Reliable PostgreSQL Backup & Restore"
+maintainer="Anachron <gith@cron.world>"
+license="MIT"
+homepage="http://www.pgbackrest.org/"
+distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
+checksum=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
  2019-07-30  8:35 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-30  8:35 ` voidlinux-github
  2019-07-30  8:42 ` voidlinux-github
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  8:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pgbackrest
https://github.com/void-linux/void-packages/pull/13411

New package: pgbackrest


A patch file from https://github.com/void-linux/void-packages/pull/13411.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pgbackrest-13411.patch --]
[-- Type: text/x-diff, Size: 1129 bytes --]

From 19e079bfff22a4fabccfaf2e187a928ac520a64f Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 30 Jul 2019 10:34:50 +0200
Subject: [PATCH] new package: pgbackrest

---
 srcpkgs/pgbackrest/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/pgbackrest/template

diff --git a/srcpkgs/pgbackrest/template b/srcpkgs/pgbackrest/template
new file mode 100644
index 00000000000..147f10b4af0
--- /dev/null
+++ b/srcpkgs/pgbackrest/template
@@ -0,0 +1,19 @@
+# Template file for 'pgbackrest'
+pkgname=pgbackrest
+version=2.15.1
+revision=1
+wrksrc="${pkgname}-release-${version}"
+build_wrksrc="src"
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libssl47 libressl-devel libxml2-devel perl zlib-devel"
+short_desc="Reliable PostgreSQL Backup & Restore"
+maintainer="Anachron <gith@cron.world>"
+license="MIT"
+homepage="http://www.pgbackrest.org/"
+distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
+checksum=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525
+
+post_install() {
+	vlicense ../LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
@ 2019-07-30  8:35 ` voidlinux-github
  2019-07-30  8:35 ` voidlinux-github
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  8:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pgbackrest
https://github.com/void-linux/void-packages/pull/13411

New package: pgbackrest


A patch file from https://github.com/void-linux/void-packages/pull/13411.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pgbackrest-13411.patch --]
[-- Type: text/x-diff, Size: 1129 bytes --]

From 19e079bfff22a4fabccfaf2e187a928ac520a64f Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 30 Jul 2019 10:34:50 +0200
Subject: [PATCH] new package: pgbackrest

---
 srcpkgs/pgbackrest/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/pgbackrest/template

diff --git a/srcpkgs/pgbackrest/template b/srcpkgs/pgbackrest/template
new file mode 100644
index 00000000000..147f10b4af0
--- /dev/null
+++ b/srcpkgs/pgbackrest/template
@@ -0,0 +1,19 @@
+# Template file for 'pgbackrest'
+pkgname=pgbackrest
+version=2.15.1
+revision=1
+wrksrc="${pkgname}-release-${version}"
+build_wrksrc="src"
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libssl47 libressl-devel libxml2-devel perl zlib-devel"
+short_desc="Reliable PostgreSQL Backup & Restore"
+maintainer="Anachron <gith@cron.world>"
+license="MIT"
+homepage="http://www.pgbackrest.org/"
+distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
+checksum=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525
+
+post_install() {
+	vlicense ../LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-30  8:42 ` voidlinux-github
@ 2019-07-30  8:42 ` voidlinux-github
  2019-07-30  8:43 ` voidlinux-github
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  8:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pgbackrest
https://github.com/void-linux/void-packages/pull/13411

New package: pgbackrest


A patch file from https://github.com/void-linux/void-packages/pull/13411.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pgbackrest-13411.patch --]
[-- Type: text/x-diff, Size: 1161 bytes --]

From 137873829b19fa99e5538c88e5fc2ca06dfacf52 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 30 Jul 2019 10:41:59 +0200
Subject: [PATCH] new package: pgbackrest

---
 srcpkgs/pgbackrest/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pgbackrest/template

diff --git a/srcpkgs/pgbackrest/template b/srcpkgs/pgbackrest/template
new file mode 100644
index 00000000000..21f2d6185fe
--- /dev/null
+++ b/srcpkgs/pgbackrest/template
@@ -0,0 +1,20 @@
+# Template file for 'pgbackrest'
+pkgname=pgbackrest
+version=2.15.1
+revision=1
+archs="i686 x86_64* aarch64*"
+wrksrc="${pkgname}-release-${version}"
+build_wrksrc="src"
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libssl47 libressl-devel libxml2-devel perl zlib-devel"
+short_desc="Reliable PostgreSQL Backup & Restore"
+maintainer="Anachron <gith@cron.world>"
+license="MIT"
+homepage="http://www.pgbackrest.org/"
+distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
+checksum=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525
+
+post_install() {
+	vlicense ../LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
  2019-07-30  8:35 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-30  8:35 ` voidlinux-github
@ 2019-07-30  8:42 ` voidlinux-github
  2019-07-30  8:42 ` voidlinux-github
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  8:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pgbackrest
https://github.com/void-linux/void-packages/pull/13411

New package: pgbackrest


A patch file from https://github.com/void-linux/void-packages/pull/13411.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pgbackrest-13411.patch --]
[-- Type: text/x-diff, Size: 1161 bytes --]

From 137873829b19fa99e5538c88e5fc2ca06dfacf52 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 30 Jul 2019 10:41:59 +0200
Subject: [PATCH] new package: pgbackrest

---
 srcpkgs/pgbackrest/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pgbackrest/template

diff --git a/srcpkgs/pgbackrest/template b/srcpkgs/pgbackrest/template
new file mode 100644
index 00000000000..21f2d6185fe
--- /dev/null
+++ b/srcpkgs/pgbackrest/template
@@ -0,0 +1,20 @@
+# Template file for 'pgbackrest'
+pkgname=pgbackrest
+version=2.15.1
+revision=1
+archs="i686 x86_64* aarch64*"
+wrksrc="${pkgname}-release-${version}"
+build_wrksrc="src"
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libssl47 libressl-devel libxml2-devel perl zlib-devel"
+short_desc="Reliable PostgreSQL Backup & Restore"
+maintainer="Anachron <gith@cron.world>"
+license="MIT"
+homepage="http://www.pgbackrest.org/"
+distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
+checksum=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525
+
+post_install() {
+	vlicense ../LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-30  8:42 ` voidlinux-github
@ 2019-07-30  8:43 ` voidlinux-github
  2019-07-30  8:43 ` voidlinux-github
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  8:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/13411#issuecomment-516325679
Comment:
Doesn't build for `aarmv6` and `aarmv7`: https://travis-ci.org/void-linux/void-packages/builds/565376134?utm_source=github_status&utm_medium=notification

Probably because `perl` has no 64bit integer support on our 32bit pkgs:
> pgBackRest supports 32-bit distributions that build Perl with 64-bit integer support.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-30  8:43 ` voidlinux-github
@ 2019-07-30  8:43 ` voidlinux-github
  2019-07-30  8:45 ` voidlinux-github
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  8:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/13411#issuecomment-516325679
Comment:
Doesn't build for `armv6l` and `armv7l`: https://travis-ci.org/void-linux/void-packages/builds/565376134?utm_source=github_status&utm_medium=notification

Probably because `perl` has no 64bit integer support on our 32bit pkgs:
> pgBackRest supports 32-bit distributions that build Perl with 64-bit integer support.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-30  8:43 ` voidlinux-github
@ 2019-07-30  8:45 ` voidlinux-github
  2019-07-30 10:41 ` voidlinux-github
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30  8:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/13411#issuecomment-516325679
Comment:
Doesn't build for `armv6l` and `armv7l`: https://travis-ci.org/void-linux/void-packages/builds/565376134?utm_source=github_status&utm_medium=notification

Probably because `perl` has no 64bit integer support on our 32bit pkgs:
https://pgbackrest.org/user-guide.html#build
> pgBackRest supports 32-bit distributions that build Perl with 64-bit integer support.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-30  8:45 ` voidlinux-github
@ 2019-07-30 10:41 ` voidlinux-github
  2019-07-30 10:44 ` voidlinux-github
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30 10:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/13411#issuecomment-516365904
Comment:
Please don't merge yet. I'm still evaluating.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-30 10:41 ` voidlinux-github
@ 2019-07-30 10:44 ` voidlinux-github
  2019-07-30 16:37 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-30 16:37 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30 10:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/13411#issuecomment-516365904
Comment:
Please don't merge yet. I'm still evaluating.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (8 preceding siblings ...)
  2019-07-30 10:44 ` voidlinux-github
@ 2019-07-30 16:37 ` voidlinux-github
  2019-07-30 16:37 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30 16:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pgbackrest
https://github.com/void-linux/void-packages/pull/13411

New package: pgbackrest


A patch file from https://github.com/void-linux/void-packages/pull/13411.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pgbackrest-13411.patch --]
[-- Type: text/x-diff, Size: 1152 bytes --]

From e38a3a97c151da0b3dc265eb958025a7d3cb217d Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 30 Jul 2019 18:36:47 +0200
Subject: [PATCH] new package: pgbackrest

---
 srcpkgs/pgbackrest/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pgbackrest/template

diff --git a/srcpkgs/pgbackrest/template b/srcpkgs/pgbackrest/template
new file mode 100644
index 00000000000..002472ce2ac
--- /dev/null
+++ b/srcpkgs/pgbackrest/template
@@ -0,0 +1,20 @@
+# Template file for 'pgbackrest'
+pkgname=pgbackrest
+version=2.15.1
+revision=1
+archs="i686 x86_64* aarch64*"
+wrksrc="${pkgname}-release-${version}"
+build_wrksrc="src"
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libressl-devel libxml2-devel perl zlib-devel"
+short_desc="Reliable PostgreSQL Backup & Restore"
+maintainer="Anachron <gith@cron.world>"
+license="MIT"
+homepage="http://www.pgbackrest.org/"
+distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
+checksum=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525
+
+post_install() {
+	vlicense ../LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: pgbackrest
  2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
                   ` (9 preceding siblings ...)
  2019-07-30 16:37 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-30 16:37 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-07-30 16:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pgbackrest
https://github.com/void-linux/void-packages/pull/13411

New package: pgbackrest


A patch file from https://github.com/void-linux/void-packages/pull/13411.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pgbackrest-13411.patch --]
[-- Type: text/x-diff, Size: 1152 bytes --]

From e38a3a97c151da0b3dc265eb958025a7d3cb217d Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 30 Jul 2019 18:36:47 +0200
Subject: [PATCH] new package: pgbackrest

---
 srcpkgs/pgbackrest/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pgbackrest/template

diff --git a/srcpkgs/pgbackrest/template b/srcpkgs/pgbackrest/template
new file mode 100644
index 00000000000..002472ce2ac
--- /dev/null
+++ b/srcpkgs/pgbackrest/template
@@ -0,0 +1,20 @@
+# Template file for 'pgbackrest'
+pkgname=pgbackrest
+version=2.15.1
+revision=1
+archs="i686 x86_64* aarch64*"
+wrksrc="${pkgname}-release-${version}"
+build_wrksrc="src"
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libressl-devel libxml2-devel perl zlib-devel"
+short_desc="Reliable PostgreSQL Backup & Restore"
+maintainer="Anachron <gith@cron.world>"
+license="MIT"
+homepage="http://www.pgbackrest.org/"
+distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
+checksum=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525
+
+post_install() {
+	vlicense ../LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-07-30 16:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30  7:45 [PR PATCH] New package: pgbackrest voidlinux-github
2019-07-30  8:35 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-30  8:35 ` voidlinux-github
2019-07-30  8:42 ` voidlinux-github
2019-07-30  8:42 ` voidlinux-github
2019-07-30  8:43 ` voidlinux-github
2019-07-30  8:43 ` voidlinux-github
2019-07-30  8:45 ` voidlinux-github
2019-07-30 10:41 ` voidlinux-github
2019-07-30 10:44 ` voidlinux-github
2019-07-30 16:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-30 16:37 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).