Github messages for voidlinux
 help / color / mirror / Atom feed
From: TeddyDD <TeddyDD@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update libfixposix
Date: Sat, 17 Dec 2022 13:39:49 +0100	[thread overview]
Message-ID: <20221217123949.IHiMipGCx0eCyhnnliq06TlYyi5cSPP4ZlSCUBoKVaQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40438@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2022-12-17 12:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10 13:35 [PR PATCH] " 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 [this message]
2023-01-13  9:34 ` [PR PATCH] [Closed]: " TeddyDD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221217123949.IHiMipGCx0eCyhnnliq06TlYyi5cSPP4ZlSCUBoKVaQ@z \
    --to=teddydd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).