Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] clsync: update to 0.4.5.
@ 2023-03-20 10:53 hazen2215
  2023-03-28  3:49 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: hazen2215 @ 2023-03-20 10:53 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: clsync: update to 0.4.5.
  2023-03-20 10:53 [PR PATCH] clsync: update to 0.4.5 hazen2215
@ 2023-03-28  3:49 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-03-28  3:49 UTC (permalink / raw)
  To: ml

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

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

clsync: update to 0.4.5.
https://github.com/void-linux/void-packages/pull/42878

Description:
<!-- 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)


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

end of thread, other threads:[~2023-03-28  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20 10:53 [PR PATCH] clsync: update to 0.4.5 hazen2215
2023-03-28  3:49 ` [PR PATCH] [Merged]: " classabbyamp

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