Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update libfixposix
@ 2022-11-10 13:35 TeddyDD
  2022-11-12 21:38 ` [PR PATCH] [Updated] " TeddyDD
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeddyDD @ 2022-11-10 13:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-libfixposix
https://github.com/void-linux/void-packages/pull/40438

Update libfixposix
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From cca51d73bb1e7b495d03b230481728024aa8990e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:28:30 +0100
Subject: [PATCH 1/2] libfixposix: update to 0.5.0.

---
 common/shlibs                | 2 +-
 srcpkgs/libfixposix/template | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index f064d66c1ba4..1638de2144f3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3571,7 +3571,7 @@ libgetdns_ext_ev.so.10 getdns-1.5.1_7
 libgetdns_ext_uv.so.10 getdns-1.5.1_7
 libzck.so.1 zchunk-1.1.9_3
 librec.so.1 librec1-1.8_1
-libfixposix.so.3 libfixposix-0.4.3_1
+libfixposix.so.4 libfixposix-0.5.0_1
 libgerv.so.1 gerbv-2.6.2_1
 libtexpdf.so.0 libtexpdf-0.9.5_1
 libupstart.so.1 libupstart-1.13.3_1
diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index 512a2e8005ff..a8c9befd89c6 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,15 +1,16 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.4.3
+version=0.5.0
 revision=1
 build_style=gnu-configure
+configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
 hostmakedepends="automake libtool pkg-config"
 short_desc="Thin wrapper over POSIX syscalls"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
+checksum=7c829a8270b984eed9af03735581317882320d454ba94a0cc955543a140e280d
 
 pre_configure() {
 	autoreconf -fi

From e98cccd1b8e171a9a575b5436739155174fd8def Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:29:33 +0100
Subject: [PATCH 2/2] nyxt: rebuild for libfixposix-0.5.0

---
 srcpkgs/nyxt/patches/001-libfixposix.patch | 2 +-
 srcpkgs/nyxt/template                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nyxt/patches/001-libfixposix.patch b/srcpkgs/nyxt/patches/001-libfixposix.patch
index 7339c30acbe8..69872a9626e4 100644
--- a/srcpkgs/nyxt/patches/001-libfixposix.patch
+++ b/srcpkgs/nyxt/patches/001-libfixposix.patch
@@ -8,7 +8,7 @@ Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
    (define-foreign-library
 -      (libfixposix :canary "lfp_buildinfo")
 +      (libfixposix :canary "lfp_buildinfo_not_exist")
-+    (:unix "libfixposix.so.3")
++    (:unix "libfixposix.so.4")
      (t (:default "libfixposix")))
    (load-foreign-library 'libfixposix))
  \f
diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index d3d1c20fe9cd..3de11431f7de 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,7 +1,7 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.2.4
-revision=3
+revision=4
 create_wrksrc=yes
 build_style=gnu-makefile
 make_build_target=all

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

* Re: [PR PATCH] [Updated] Update libfixposix
  2022-11-10 13:35 [PR PATCH] Update libfixposix TeddyDD
@ 2022-11-12 21:38 ` TeddyDD
  2022-11-12 21:39 ` TeddyDD
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-11-12 21:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-libfixposix
https://github.com/void-linux/void-packages/pull/40438

Update libfixposix
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9eed15a5d7430e6182de6539fd24acc9df652eef Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:28:30 +0100
Subject: [PATCH 1/2] libfixposix: update to 0.5.1.

---
 common/shlibs                | 2 +-
 srcpkgs/libfixposix/template | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 76512744735e..7575f6ba272a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3571,7 +3571,7 @@ libgetdns_ext_ev.so.10 getdns-1.5.1_7
 libgetdns_ext_uv.so.10 getdns-1.5.1_7
 libzck.so.1 zchunk-1.1.9_3
 librec.so.1 librec1-1.8_1
-libfixposix.so.3 libfixposix-0.4.3_1
+libfixposix.so.4 libfixposix-0.5.0_1
 libgerv.so.1 gerbv-2.6.2_1
 libtexpdf.so.0 libtexpdf-0.9.5_1
 libupstart.so.1 libupstart-1.13.3_1
diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index 512a2e8005ff..a8c9befd89c6 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,15 +1,16 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.4.3
+version=0.5.0
 revision=1
 build_style=gnu-configure
+configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
 hostmakedepends="automake libtool pkg-config"
 short_desc="Thin wrapper over POSIX syscalls"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
+checksum=7c829a8270b984eed9af03735581317882320d454ba94a0cc955543a140e280d
 
 pre_configure() {
 	autoreconf -fi

From 80961ed365413d6831a95a01767742abc62738e6 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:29:33 +0100
Subject: [PATCH 2/2] nyxt: rebuild for libfixposix-0.5.0

---
 srcpkgs/libfixposix/template               | 4 ++--
 srcpkgs/nyxt/patches/001-libfixposix.patch | 2 +-
 srcpkgs/nyxt/template                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index a8c9befd89c6..ab826013f4d7 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,6 +1,6 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.5.0
+version=0.5.1
 revision=1
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
@@ -10,7 +10,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=7c829a8270b984eed9af03735581317882320d454ba94a0cc955543a140e280d
+checksum=5d9d3d321d4c7302040389c43f966a70d180abb58d1d7df370f39e0d402d50d4
 
 pre_configure() {
 	autoreconf -fi
diff --git a/srcpkgs/nyxt/patches/001-libfixposix.patch b/srcpkgs/nyxt/patches/001-libfixposix.patch
index 7339c30acbe8..69872a9626e4 100644
--- a/srcpkgs/nyxt/patches/001-libfixposix.patch
+++ b/srcpkgs/nyxt/patches/001-libfixposix.patch
@@ -8,7 +8,7 @@ Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
    (define-foreign-library
 -      (libfixposix :canary "lfp_buildinfo")
 +      (libfixposix :canary "lfp_buildinfo_not_exist")
-+    (:unix "libfixposix.so.3")
++    (:unix "libfixposix.so.4")
      (t (:default "libfixposix")))
    (load-foreign-library 'libfixposix))
  \f
diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index d3d1c20fe9cd..3de11431f7de 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,7 +1,7 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.2.4
-revision=3
+revision=4
 create_wrksrc=yes
 build_style=gnu-makefile
 make_build_target=all

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

* Re: [PR PATCH] [Updated] Update libfixposix
  2022-11-10 13:35 [PR PATCH] Update libfixposix TeddyDD
  2022-11-12 21:38 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-11-12 21:39 ` TeddyDD
  2022-11-27 12:04 ` TeddyDD
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-11-12 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-libfixposix
https://github.com/void-linux/void-packages/pull/40438

Update libfixposix
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9eed15a5d7430e6182de6539fd24acc9df652eef Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:28:30 +0100
Subject: [PATCH 1/2] libfixposix: update to 0.5.1.

---
 common/shlibs                | 2 +-
 srcpkgs/libfixposix/template | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 76512744735e..7575f6ba272a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3571,7 +3571,7 @@ libgetdns_ext_ev.so.10 getdns-1.5.1_7
 libgetdns_ext_uv.so.10 getdns-1.5.1_7
 libzck.so.1 zchunk-1.1.9_3
 librec.so.1 librec1-1.8_1
-libfixposix.so.3 libfixposix-0.4.3_1
+libfixposix.so.4 libfixposix-0.5.0_1
 libgerv.so.1 gerbv-2.6.2_1
 libtexpdf.so.0 libtexpdf-0.9.5_1
 libupstart.so.1 libupstart-1.13.3_1
diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index 512a2e8005ff..a8c9befd89c6 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,15 +1,16 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.4.3
+version=0.5.0
 revision=1
 build_style=gnu-configure
+configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
 hostmakedepends="automake libtool pkg-config"
 short_desc="Thin wrapper over POSIX syscalls"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
+checksum=7c829a8270b984eed9af03735581317882320d454ba94a0cc955543a140e280d
 
 pre_configure() {
 	autoreconf -fi

From 59a45645c6e7006bdf927457d32676cbe9eb5f88 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:29:33 +0100
Subject: [PATCH 2/2] nyxt: rebuild for libfixposix-0.5.1

---
 srcpkgs/libfixposix/template               | 4 ++--
 srcpkgs/nyxt/patches/001-libfixposix.patch | 2 +-
 srcpkgs/nyxt/template                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index a8c9befd89c6..ab826013f4d7 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,6 +1,6 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.5.0
+version=0.5.1
 revision=1
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
@@ -10,7 +10,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=7c829a8270b984eed9af03735581317882320d454ba94a0cc955543a140e280d
+checksum=5d9d3d321d4c7302040389c43f966a70d180abb58d1d7df370f39e0d402d50d4
 
 pre_configure() {
 	autoreconf -fi
diff --git a/srcpkgs/nyxt/patches/001-libfixposix.patch b/srcpkgs/nyxt/patches/001-libfixposix.patch
index 7339c30acbe8..69872a9626e4 100644
--- a/srcpkgs/nyxt/patches/001-libfixposix.patch
+++ b/srcpkgs/nyxt/patches/001-libfixposix.patch
@@ -8,7 +8,7 @@ Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
    (define-foreign-library
 -      (libfixposix :canary "lfp_buildinfo")
 +      (libfixposix :canary "lfp_buildinfo_not_exist")
-+    (:unix "libfixposix.so.3")
++    (:unix "libfixposix.so.4")
      (t (:default "libfixposix")))
    (load-foreign-library 'libfixposix))
  \f
diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index d3d1c20fe9cd..3de11431f7de 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,7 +1,7 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.2.4
-revision=3
+revision=4
 create_wrksrc=yes
 build_style=gnu-makefile
 make_build_target=all

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

* Re: [PR PATCH] [Updated] Update libfixposix
  2022-11-10 13:35 [PR PATCH] Update libfixposix TeddyDD
  2022-11-12 21:38 ` [PR PATCH] [Updated] " TeddyDD
  2022-11-12 21:39 ` TeddyDD
@ 2022-11-27 12:04 ` TeddyDD
  2022-12-17 12:39 ` TeddyDD
  2023-01-13  9:34 ` [PR PATCH] [Closed]: " TeddyDD
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-11-27 12:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-libfixposix
https://github.com/void-linux/void-packages/pull/40438

Update libfixposix
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e1e34ae90c49f84bb6ece8b7155f1542f043bb3e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:28:30 +0100
Subject: [PATCH 1/2] libfixposix: update to 0.5.1.

---
 common/shlibs                | 2 +-
 srcpkgs/libfixposix/template | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 74ae97843d38..a41cba6f68c3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3573,7 +3573,7 @@ libgetdns_ext_ev.so.10 getdns-1.5.1_7
 libgetdns_ext_uv.so.10 getdns-1.5.1_7
 libzck.so.1 zchunk-1.1.9_3
 librec.so.1 librec1-1.8_1
-libfixposix.so.3 libfixposix-0.4.3_1
+libfixposix.so.4 libfixposix-0.5.0_1
 libgerv.so.1 gerbv-2.6.2_1
 libtexpdf.so.0 libtexpdf-0.9.5_1
 libupstart.so.1 libupstart-1.13.3_1
diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index 512a2e8005ff..a8c9befd89c6 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,15 +1,16 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.4.3
+version=0.5.0
 revision=1
 build_style=gnu-configure
+configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
 hostmakedepends="automake libtool pkg-config"
 short_desc="Thin wrapper over POSIX syscalls"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
+checksum=7c829a8270b984eed9af03735581317882320d454ba94a0cc955543a140e280d
 
 pre_configure() {
 	autoreconf -fi

From accf2772d7f9c506826c68a459aab8495f8aee4a Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:29:33 +0100
Subject: [PATCH 2/2] nyxt: rebuild for libfixposix-0.5.1

---
 srcpkgs/libfixposix/template               | 4 ++--
 srcpkgs/nyxt/patches/001-libfixposix.patch | 2 +-
 srcpkgs/nyxt/template                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index a8c9befd89c6..ab826013f4d7 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,6 +1,6 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.5.0
+version=0.5.1
 revision=1
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
@@ -10,7 +10,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=7c829a8270b984eed9af03735581317882320d454ba94a0cc955543a140e280d
+checksum=5d9d3d321d4c7302040389c43f966a70d180abb58d1d7df370f39e0d402d50d4
 
 pre_configure() {
 	autoreconf -fi
diff --git a/srcpkgs/nyxt/patches/001-libfixposix.patch b/srcpkgs/nyxt/patches/001-libfixposix.patch
index 7339c30acbe8..69872a9626e4 100644
--- a/srcpkgs/nyxt/patches/001-libfixposix.patch
+++ b/srcpkgs/nyxt/patches/001-libfixposix.patch
@@ -8,7 +8,7 @@ Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
    (define-foreign-library
 -      (libfixposix :canary "lfp_buildinfo")
 +      (libfixposix :canary "lfp_buildinfo_not_exist")
-+    (:unix "libfixposix.so.3")
++    (:unix "libfixposix.so.4")
      (t (:default "libfixposix")))
    (load-foreign-library 'libfixposix))
  \f
diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index d3d1c20fe9cd..3de11431f7de 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,7 +1,7 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.2.4
-revision=3
+revision=4
 create_wrksrc=yes
 build_style=gnu-makefile
 make_build_target=all

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

* Re: [PR PATCH] [Updated] Update libfixposix
  2022-11-10 13:35 [PR PATCH] Update libfixposix TeddyDD
                   ` (2 preceding siblings ...)
  2022-11-27 12:04 ` TeddyDD
@ 2022-12-17 12:39 ` TeddyDD
  2023-01-13  9:34 ` [PR PATCH] [Closed]: " TeddyDD
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-12-17 12:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-libfixposix
https://github.com/void-linux/void-packages/pull/40438

Update libfixposix
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 53879947073108609a683887f16928d450373e2b Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:28:30 +0100
Subject: [PATCH 1/2] libfixposix: update to 0.5.1.

---
 common/shlibs                | 2 +-
 srcpkgs/libfixposix/template | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ba5c89ee3bad..588970846dd7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3578,7 +3578,7 @@ libgetdns_ext_ev.so.10 getdns-1.5.1_7
 libgetdns_ext_uv.so.10 getdns-1.5.1_7
 libzck.so.1 zchunk-1.1.9_3
 librec.so.1 librec1-1.8_1
-libfixposix.so.3 libfixposix-0.4.3_1
+libfixposix.so.4 libfixposix-0.5.0_1
 libgerv.so.1 gerbv-2.6.2_1
 libtexpdf.so.0 libtexpdf-0.9.5_1
 libupstart.so.1 libupstart-1.13.3_1
diff --git a/srcpkgs/libfixposix/template b/srcpkgs/libfixposix/template
index 512a2e8005ff..ab826013f4d7 100644
--- a/srcpkgs/libfixposix/template
+++ b/srcpkgs/libfixposix/template
@@ -1,15 +1,16 @@
 # Template file for 'libfixposix'
 pkgname=libfixposix
-version=0.4.3
+version=0.5.1
 revision=1
 build_style=gnu-configure
+configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
 hostmakedepends="automake libtool pkg-config"
 short_desc="Thin wrapper over POSIX syscalls"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSL-1.0"
 homepage="https://github.com/sionescu/libfixposix"
 distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
-checksum=78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
+checksum=5d9d3d321d4c7302040389c43f966a70d180abb58d1d7df370f39e0d402d50d4
 
 pre_configure() {
 	autoreconf -fi

From 880042cfbbee1219846ddd8cf8b81ac068f7f252 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 10 Nov 2022 14:29:33 +0100
Subject: [PATCH 2/2] nyxt: rebuild for libfixposix-0.5.1

---
 srcpkgs/nyxt/patches/001-libfixposix.patch | 2 +-
 srcpkgs/nyxt/template                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nyxt/patches/001-libfixposix.patch b/srcpkgs/nyxt/patches/001-libfixposix.patch
index 7339c30acbe8..69872a9626e4 100644
--- a/srcpkgs/nyxt/patches/001-libfixposix.patch
+++ b/srcpkgs/nyxt/patches/001-libfixposix.patch
@@ -8,7 +8,7 @@ Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
    (define-foreign-library
 -      (libfixposix :canary "lfp_buildinfo")
 +      (libfixposix :canary "lfp_buildinfo_not_exist")
-+    (:unix "libfixposix.so.3")
++    (:unix "libfixposix.so.4")
      (t (:default "libfixposix")))
    (load-foreign-library 'libfixposix))
  \f
diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index d3d1c20fe9cd..3de11431f7de 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,7 +1,7 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.2.4
-revision=3
+revision=4
 create_wrksrc=yes
 build_style=gnu-makefile
 make_build_target=all

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

* Re: [PR PATCH] [Closed]: Update libfixposix
  2022-11-10 13:35 [PR PATCH] Update libfixposix TeddyDD
                   ` (3 preceding siblings ...)
  2022-12-17 12:39 ` TeddyDD
@ 2023-01-13  9:34 ` TeddyDD
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2023-01-13  9:34 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

Update libfixposix
https://github.com/void-linux/void-packages/pull/40438

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-13  9:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 13:35 [PR PATCH] Update libfixposix TeddyDD
2022-11-12 21:38 ` [PR PATCH] [Updated] " TeddyDD
2022-11-12 21:39 ` TeddyDD
2022-11-27 12:04 ` TeddyDD
2022-12-17 12:39 ` TeddyDD
2023-01-13  9:34 ` [PR PATCH] [Closed]: " TeddyDD

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).