diff --git a/groups/241.native_packages_inet.group b/groups/241.native_packages_inet.group index d79de26..9103e76 100644 --- a/groups/241.native_packages_inet.group +++ b/groups/241.native_packages_inet.group @@ -104,8 +104,8 @@ gl_cv_ld_output_def=no"}; : ${PKG_IRSSI_URL:=https://github.com/irssi/irssi/releases/download/${PKG_IRSSI_VERSION}/irssi-${PKG_IRSSI_VERSION}.tar.gz}; : ${PKG_IRSSI_CONFIGURE_ARGS_EXTRA:=--with-ncurses=${PREFIX_NATIVE}}; : ${PKG_ISYNC_DEPENDS:="libressl"}; -: ${PKG_ISYNC_SHA256SUM:=1935e7ed412fd6b5928aaea656f290aa8d3222c5feda31534903934ce4755343}; -: ${PKG_ISYNC_VERSION:=1.4.2}; +: ${PKG_ISYNC_SHA256SUM:=7c3273894f22e98330a330051e9d942fd9ffbc02b91952c2f1896a5c37e700ff}; +: ${PKG_ISYNC_VERSION:=1.4.4}; : ${PKG_ISYNC_URL:=https://sources.voidlinux.org/isync-${PKG_ISYNC_VERSION}/isync-${PKG_ISYNC_VERSION}.tar.gz}; : ${PKG_ISYNC_CFLAGS_CONFIGURE_EXTRA:=-std=c99}; : ${PKG_LDNS_DEPENDS:="libressl"}; diff --git a/patches/isync-1.4.2_pre.local.patch b/patches/isync-1.4.2_pre.local.patch deleted file mode 100644 index ef79931..0000000 --- a/patches/isync-1.4.2_pre.local.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -ru isync-1.4.2.orig/configure isync-1.4.2/configure ---- isync-1.4.2.orig/configure 2021-07-16 12:36:23.344522571 +0200 -+++ isync-1.4.2/configure 2021-07-16 12:39:20.448517026 +0200 -@@ -3978,51 +3978,6 @@ - fi - - --if test "$GCC" = yes; then -- warnings=" -- -Wall -Wextra -- -Wshadow -- -Wcast-qual -- -Wformat=2 -Wformat-signedness -Wformat-nonliteral -- -Wstrict-prototypes -- -- -Wno-overlength-strings -- " -- CFLAGS="$CFLAGS -pipe -std=c11 -pedantic $(echo $warnings)" --fi -- -- --cat confdefs.h - <<_ACEOF >conftest.$ac_ext --/* end confdefs.h. */ -- --void fkt(void) --{ -- int a = 42; // c99 comment -- -- for (int i = 0; i < a; i++) {} // declaration inside for() -- int b; // declaration after code --} -- --// c11 anonymous structs/unions --struct base { -- int a; --}; --union deriv { -- struct base gen; -- struct { -- int a; -- int b; -- }; --}; -- --_ACEOF --if ac_fn_c_try_compile "$LINENO"; then : -- --else -- as_fn_error $? "compiler does not support required C11 features" "$LINENO" 5 --fi --rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -- - CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" - - # Extract the first word of "perl", so it can be a program name with args. diff --git a/patches/isync-1.4.4_pre.local.patch b/patches/isync-1.4.4_pre.local.patch new file mode 100644 index 0000000..5298bbd --- /dev/null +++ b/patches/isync-1.4.4_pre.local.patch @@ -0,0 +1,56 @@ +diff -ru isync-1.4.4.orig/configure isync-1.4.4/configure +--- isync-1.4.4.orig/configure 2021-12-03 11:56:24.000000000 +0100 ++++ isync-1.4.4/configure 2021-12-08 13:22:51.039227486 +0100 +@@ -4534,52 +4534,6 @@ + fi + + +-if test "$GCC" = yes; then +- warnings=" +- -Wall -Wextra +- -Wshadow +- -Wcast-qual +- -Wformat=2 -Wformat-signedness -Wformat-nonliteral +- -Wstrict-prototypes +- +- -Wno-overlength-strings +- " +- CFLAGS="$CFLAGS -pipe -std=c11 -pedantic $(echo $warnings)" +-fi +- +- +-cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +-void fkt(void) +-{ +- int a = 42; // c99 comment +- +- for (int i = 0; i < a; i++) {} // declaration inside for() +- int b; // declaration after code +-} +- +-// c11 anonymous structs/unions +-struct base { +- int a; +-}; +-union deriv { +- struct base gen; +- struct { +- int a; +- int b; +- }; +-}; +- +-_ACEOF +-if ac_fn_c_try_compile "$LINENO" +-then : +- +-else $as_nop +- as_fn_error $? "compiler does not support required C11 features" "$LINENO" 5 +-fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +- + CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" + + # Extract the first word of "perl", so it can be a program name with args.