Github messages for voidlinux
 help / color / mirror / Atom feed
From: hazen2215 <hazen2215@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] clsync: update to 0.4.5.
Date: Mon, 20 Mar 2023 11:53:09 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42878@inbox.vuxu.org> (raw)

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

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

https://github.com/hazen2215/void-packages clsync
https://github.com/void-linux/void-packages/pull/42878

clsync: update to 0.4.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)
  - armv6l-musl (cross)


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

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

From 0b6f38f5fff9a9e7c9e346806cfdcf76a6215687 Mon Sep 17 00:00:00 2001
From: hazen2215 <haz@disroot.org>
Date: Mon, 20 Mar 2023 19:08:34 +0900
Subject: [PATCH] clsync: update to 0.4.5.

---
 srcpkgs/clsync/patches/fix-cross.patch | 13 +++++++++++++
 srcpkgs/clsync/template                | 12 ++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/clsync/patches/fix-cross.patch

diff --git a/srcpkgs/clsync/patches/fix-cross.patch b/srcpkgs/clsync/patches/fix-cross.patch
new file mode 100644
index 000000000000..d28707698a6f
--- /dev/null
+++ b/srcpkgs/clsync/patches/fix-cross.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.am b/Makefile.am
+index 752a022..a99c983 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -96,7 +96,7 @@ compilerflags.h: gencompilerflags
+ 	./gencompilerflags > compilerflags.h
+ 
+ gencompilerflags:
+-	+$(CC) $(gencompilerflags_CFLAGS) gencompilerflags.c -o gencompilerflags
++	+$(BUILD_CC) $(gencompilerflags_CFLAGS) gencompilerflags.c -o gencompilerflags
+ 
+ dist_man_MANS = man/man1/clsync.1
+ endif
diff --git a/srcpkgs/clsync/template b/srcpkgs/clsync/template
index 7346d7ca2157..7ce65e30771b 100644
--- a/srcpkgs/clsync/template
+++ b/srcpkgs/clsync/template
@@ -1,8 +1,7 @@
 # Template file for 'clsync'
 pkgname=clsync
-version=0.4.4
+version=0.4.5
 revision=1
-archs="x86_64 i686 ppc64le"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="glib-devel"
@@ -10,8 +9,13 @@ short_desc="File live sync daemon based on inotify/kqueue/bsm"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://ut.mephi.ru/oss/clsync"
-distfiles="https://github.com/xaionaro/clsync/archive/v${version}.tar.gz"
-checksum=8553b67b0bb902b5ff05a50195c5b0102a522b771f4ff8bec7495d9406514622
+distfiles="https://github.com/clsync/clsync/archive/v${version}.tar.gz"
+checksum=dcf6e45914edac00c660942594f0c8958c6c7b9819c11277b7d9eb596f52cb81
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
 
 pre_configure() {
 	autoreconf -i

             reply	other threads:[~2023-03-20 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20 10:53 hazen2215 [this message]
2023-03-28  3:49 ` [PR PATCH] [Merged]: " classabbyamp

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42878@inbox.vuxu.org \
    --to=hazen2215@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).