From 200bed5c06374ccf1dcb55290da8b897460dbdeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 19 Jun 2021 10:03:21 +0700 Subject: [PATCH] srcpkgs/h*: convert patches to -Np1 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ``` --- srcpkgs/h2o/patches/fix-libressl-2.7.patch | 4 +- srcpkgs/h2o/template | 1 - srcpkgs/halibut/patches/pie.patch | 4 +- srcpkgs/halibut/template | 1 - srcpkgs/hamlib/patches/fix-cross-perl.patch | 4 +- srcpkgs/hamlib/patches/fix-musl.patch | 4 +- srcpkgs/hamlib/template | 1 - .../patches/fix-missing-x265-link-flag.patch | 8 +-- srcpkgs/handbrake/patches/i686.patch | 4 +- ...esence_of_AV_PKT_DATA_FALLBACK_TRACK.patch | 4 +- ...atch-contrib_ffmpeg_A90-libvpx-1.5.0.patch | 2 +- .../handbrake/patches/remove-dvdnav-dup.patch | 4 +- .../patches/remove-faac-dependency.patch | 8 +-- srcpkgs/handbrake/template | 1 - srcpkgs/hardinfo/patches/fix-runtime.patch | 8 +-- srcpkgs/hardinfo/template | 1 - srcpkgs/heaptrack/patches/musl-fixes.patch | 16 +++--- srcpkgs/heaptrack/template | 1 - .../patches/cmake-build-type-none.patch | 4 +- srcpkgs/hedgewars/patches/fpc-3.2.0.patch | 4 +- srcpkgs/hedgewars/patches/qt.patch | 4 +- srcpkgs/hedgewars/template | 1 - srcpkgs/helm/patches/fix-musl.patch | 12 ++--- srcpkgs/helm/patches/fix_sigemptyset.patch | 4 +- srcpkgs/helm/patches/gcc9.patch | 8 +-- srcpkgs/helm/patches/kill-simdflags.patch | 4 +- srcpkgs/helm/template | 1 - srcpkgs/hexchat/patches/perl-link.patch | 4 +- srcpkgs/hexchat/template | 1 - srcpkgs/hexer/patches/fix-cross.patch | 4 +- srcpkgs/hexer/template | 1 - srcpkgs/heyu/patches/muslc.patch | 8 +-- srcpkgs/heyu/template | 1 - srcpkgs/hfsprogs/patches/fix-binary-and.patch | 4 +- .../hfsprogs/patches/fix-pie-and-cross.patch | 4 +- .../fix-potential-buffer-overflow.patch | 8 +-- srcpkgs/hfsprogs/patches/fix-stdarg.patch | 4 +- srcpkgs/hfsprogs/patches/musl-compat.patch | 52 +++++++++---------- .../patches/use-inttypes_h-formats.patch | 12 ++--- srcpkgs/hfsprogs/template | 1 - srcpkgs/higan/patches/higan-paths.patch | 8 +-- srcpkgs/higan/patches/makefile-fixes.patch | 4 +- srcpkgs/higan/template | 1 - srcpkgs/hiredis/patches/fix-cflags.patch | 4 +- srcpkgs/hiredis/patches/fix-pkgconfig.patch | 4 +- srcpkgs/hiredis/template | 1 - srcpkgs/hitch/patches/cross-compile.diff | 4 +- srcpkgs/hitch/template | 1 - srcpkgs/hlint/patches/data.patch | 4 +- srcpkgs/hlint/template | 1 - .../patches/disable-systemd.patch | 4 +- srcpkgs/hosts-update/template | 1 - ...Processor-functionality-which-is-clo.patch | 8 +-- srcpkgs/hplip/patches/configure.patch | 4 +- srcpkgs/hplip/patches/cups.patch | 8 +-- srcpkgs/hplip/patches/disable_upgrade.patch | 4 +- srcpkgs/hplip/patches/sane.patch | 4 +- srcpkgs/hplip/patches/types-musl.patch | 4 +- srcpkgs/hplip/template | 1 - srcpkgs/hstr/patches/cross.patch | 4 +- srcpkgs/hstr/template | 1 - srcpkgs/ht/patches/fix-build.patch | 4 +- srcpkgs/ht/template | 1 - srcpkgs/html-xml-utils/patches/musl.patch | 4 +- srcpkgs/html-xml-utils/template | 1 - .../http-parser/patches/cve_2020_8287.patch | 8 +-- srcpkgs/http-parser/template | 1 - srcpkgs/httpdirfs/patches/fix-coding.patch | 8 +-- srcpkgs/httpdirfs/patches/musl.patch | 4 +- srcpkgs/httpdirfs/template | 1 - .../0001-disable-vigra-links-exr-check.patch | 4 +- srcpkgs/hugin/patches/fix-cflags.patch | 4 +- srcpkgs/hugin/template | 1 - srcpkgs/hunspell/patches/search_path.patch | 4 +- srcpkgs/hunspell/template | 1 - srcpkgs/hxtools/patches/loff_t.patch | 4 +- srcpkgs/hxtools/template | 1 - 77 files changed, 161 insertions(+), 187 deletions(-) diff --git a/srcpkgs/h2o/patches/fix-libressl-2.7.patch b/srcpkgs/h2o/patches/fix-libressl-2.7.patch index 52e09264240..30903a1ecda 100644 --- a/srcpkgs/h2o/patches/fix-libressl-2.7.patch +++ b/srcpkgs/h2o/patches/fix-libressl-2.7.patch @@ -1,5 +1,5 @@ ---- deps/neverbleed/neverbleed.c.orig 2018-04-25 12:58:28.060403297 +0200 -+++ deps/neverbleed/neverbleed.c 2018-04-25 12:58:09.600375394 +0200 +--- a/deps/neverbleed/neverbleed.c 2018-04-25 12:58:28.060403297 +0200 ++++ b/deps/neverbleed/neverbleed.c 2018-04-25 12:58:09.600375394 +0200 @@ -547,7 +547,7 @@ static int sign_stub(struct expbuf_t *bu return 0; } diff --git a/srcpkgs/h2o/template b/srcpkgs/h2o/template index 054560ce7e7..3b300024f05 100644 --- a/srcpkgs/h2o/template +++ b/srcpkgs/h2o/template @@ -13,7 +13,6 @@ license="MIT" homepage="https://h2o.examp1e.net/" distfiles="https://github.com/h2o/h2o/archive/v${version}.tar.gz" checksum=f8cbc1b530d85ff098f6efc2c3fdbc5e29baffb30614caac59d5c710f7bda201 -patch_args=-Np0 system_accounts="h2o" diff --git a/srcpkgs/halibut/patches/pie.patch b/srcpkgs/halibut/patches/pie.patch index 59e4ac9858d..4295314f95c 100644 --- a/srcpkgs/halibut/patches/pie.patch +++ b/srcpkgs/halibut/patches/pie.patch @@ -1,5 +1,5 @@ ---- Makefile.orig -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -110,7 +110,7 @@ $(CC) $(CFLAGS) -MD -c $< diff --git a/srcpkgs/halibut/template b/srcpkgs/halibut/template index 9ffa4c05c38..e428d771ea8 100644 --- a/srcpkgs/halibut/template +++ b/srcpkgs/halibut/template @@ -13,7 +13,6 @@ license="MIT" homepage="http://www.chiark.greenend.org.uk/~sgtatham/halibut/" distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz" checksum=1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f -patch_args=-Np0 CFLAGS='-I../charset -I../build -fcommon' diff --git a/srcpkgs/hamlib/patches/fix-cross-perl.patch b/srcpkgs/hamlib/patches/fix-cross-perl.patch index 04f44d94458..84b0157d6fb 100644 --- a/srcpkgs/hamlib/patches/fix-cross-perl.patch +++ b/srcpkgs/hamlib/patches/fix-cross-perl.patch @@ -1,5 +1,5 @@ ---- bindings/Makefile.am.orig -+++ bindings/Makefile.am +--- a/bindings/Makefile.am ++++ b/bindings/Makefile.am @@ -47,6 +47,9 @@ PREFIX="$(prefix)" \ INC="$(AM_CPPFLAGS)" \ diff --git a/srcpkgs/hamlib/patches/fix-musl.patch b/srcpkgs/hamlib/patches/fix-musl.patch index a5aed42e078..9dfbb72e821 100644 --- a/srcpkgs/hamlib/patches/fix-musl.patch +++ b/srcpkgs/hamlib/patches/fix-musl.patch @@ -1,7 +1,7 @@ Index: rigs/prm80/prm80.h =================================================================== ---- rigs/prm80/prm80.h -+++ rigs/prm80/prm80.h +--- a/rigs/prm80/prm80.h ++++ b/rigs/prm80/prm80.h @@ -23,6 +23,7 @@ #define _PRM80_H 1 diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index bd96ed226bb..086b6c614c1 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -15,7 +15,6 @@ license="LGPL-2.1-or-later, GPL-2.0-or-later" homepage="https://sourceforge.net/projects/hamlib/" distfiles="${SOURCEFORGE_SITE}/hamlib/${version}/${pkgname}-${version}.tar.gz" checksum=e200b22f307e9a0c826187c2b08fe81c7d0283cf07056e6db3463d1481580fd5 -patch_args=-Np0 pre_configure() { CFLAGS+=" -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE" diff --git a/srcpkgs/handbrake/patches/fix-missing-x265-link-flag.patch b/srcpkgs/handbrake/patches/fix-missing-x265-link-flag.patch index e3a6270f160..51979f82f82 100644 --- a/srcpkgs/handbrake/patches/fix-missing-x265-link-flag.patch +++ b/srcpkgs/handbrake/patches/fix-missing-x265-link-flag.patch @@ -1,5 +1,5 @@ ---- gtk/configure.ac -+++ gtk/configure.ac +--- a/gtk/configure.ac ++++ b/gtk/configure.ac @@ -199,7 +199,7 @@ AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"]) @@ -10,8 +10,8 @@ PKG_CHECK_MODULES([x264], [x264], sys_x264=yes, sys_x264=no) ---- test/module.defs -+++ test/module.defs +--- a/test/module.defs ++++ b/test/module.defs @@ -69,6 +69,9 @@ else ifeq ($(HOST.system),linux) ifeq (1, $(FEATURE.numa)) TEST.GCC.l += numa diff --git a/srcpkgs/handbrake/patches/i686.patch b/srcpkgs/handbrake/patches/i686.patch index eb6b8adb31d..7328e32fbb6 100644 --- a/srcpkgs/handbrake/patches/i686.patch +++ b/srcpkgs/handbrake/patches/i686.patch @@ -1,7 +1,7 @@ diff --git libhb/ports.c libhb/ports.c index bb1733a..b6d0b38 100644 ---- libhb/ports.c -+++ libhb/ports.c +--- a/libhb/ports.c ++++ b/libhb/ports.c @@ -286,15 +286,15 @@ const char* hb_get_cpu_platform_name() } } diff --git a/srcpkgs/handbrake/patches/muxavformat_check_for_presence_of_AV_PKT_DATA_FALLBACK_TRACK.patch b/srcpkgs/handbrake/patches/muxavformat_check_for_presence_of_AV_PKT_DATA_FALLBACK_TRACK.patch index d7bb52343d4..9af87e855b6 100644 --- a/srcpkgs/handbrake/patches/muxavformat_check_for_presence_of_AV_PKT_DATA_FALLBACK_TRACK.patch +++ b/srcpkgs/handbrake/patches/muxavformat_check_for_presence_of_AV_PKT_DATA_FALLBACK_TRACK.patch @@ -9,8 +9,8 @@ Subject: [PATCH] muxavformat: check for presence of AV_PKT_DATA_FALLBACK_TRACK diff --git libhb/muxavformat.c libhb/muxavformat.c index aac09b7..7879d70 100644 ---- libhb/muxavformat.c -+++ libhb/muxavformat.c +--- a/libhb/muxavformat.c ++++ b/libhb/muxavformat.c @@ -121,7 +121,10 @@ static int avformatInit( hb_mux_object_t * m ) hb_mux_data_t * track; int meta_mux; diff --git a/srcpkgs/handbrake/patches/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch b/srcpkgs/handbrake/patches/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch index ae79f99920d..8df211038ae 100644 --- a/srcpkgs/handbrake/patches/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch +++ b/srcpkgs/handbrake/patches/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch @@ -1,5 +1,5 @@ --- /dev/null 1970-01-01 00:00:00 UTC -+++ contrib/ffmpeg/A90-libvpx-1.5.0.patch ++++ b/contrib/ffmpeg/A90-libvpx-1.5.0.patch @@ -0,0 +1,39 @@ +commit 6540fe0 +Author: James Zern diff --git a/srcpkgs/handbrake/patches/remove-dvdnav-dup.patch b/srcpkgs/handbrake/patches/remove-dvdnav-dup.patch index fc20e5da877..7dc1f69328e 100644 --- a/srcpkgs/handbrake/patches/remove-dvdnav-dup.patch +++ b/srcpkgs/handbrake/patches/remove-dvdnav-dup.patch @@ -1,5 +1,5 @@ ---- libhb/dvdnav.c -+++ libhb/dvdnav.c +--- a/libhb/dvdnav.c ++++ b/libhb/dvdnav.c @@ -1225,16 +1225,7 @@ { for (kk = 0; kk < buttons; kk++) diff --git a/srcpkgs/handbrake/patches/remove-faac-dependency.patch b/srcpkgs/handbrake/patches/remove-faac-dependency.patch index 5f16bedb2d6..7e8ab99730a 100644 --- a/srcpkgs/handbrake/patches/remove-faac-dependency.patch +++ b/srcpkgs/handbrake/patches/remove-faac-dependency.patch @@ -1,5 +1,5 @@ ---- libhb/common.c -+++ libhb/common.c +--- a/libhb/common.c ++++ b/libhb/common.c @@ -243,7 +243,6 @@ { // legacy encoders, back to HB 0.9.4 whenever possible (disabled) @@ -8,8 +8,8 @@ { { "AAC (ffmpeg)", "ffaac", NULL, HB_ACODEC_FFAAC, HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, HB_GID_ACODEC_AAC, }, { { "AC3 (ffmpeg)", "ffac3", NULL, HB_ACODEC_AC3, HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, HB_GID_ACODEC_AC3, }, { { "MP3 (lame)", "lame", NULL, HB_ACODEC_LAME, HB_MUX_MASK_MP4|HB_MUX_MASK_MKV, }, NULL, 0, HB_GID_ACODEC_MP3, }, ---- scripts/manicure.rb -+++ scripts/manicure.rb +--- a/scripts/manicure.rb ++++ b/scripts/manicure.rb @@ -349,7 +349,7 @@ audioEncoders << "copy:dtshd" when /AAC Pass/ diff --git a/srcpkgs/handbrake/template b/srcpkgs/handbrake/template index e1bf58b6288..6992bc520ed 100644 --- a/srcpkgs/handbrake/template +++ b/srcpkgs/handbrake/template @@ -24,7 +24,6 @@ homepage="https://handbrake.fr/" distfiles="https://github.com/HandBrake/HandBrake/releases/download/${version}/HandBrake-${version}-source.tar.bz2" checksum=218a37d95f48b5e7cf285363d3ab16c314d97627a7a710cab3758902ae877f85 nocross=yes -patch_args=-Np0 build_options="fdk_aac nvenc" diff --git a/srcpkgs/hardinfo/patches/fix-runtime.patch b/srcpkgs/hardinfo/patches/fix-runtime.patch index 0c7b72d5a93..2d9afa04526 100644 --- a/srcpkgs/hardinfo/patches/fix-runtime.patch +++ b/srcpkgs/hardinfo/patches/fix-runtime.patch @@ -1,7 +1,7 @@ diff --git hardinfo.h hardinfo.h index 9f52f63..aeb84d9 100644 ---- hardinfo.h -+++ hardinfo.h +--- a/hardinfo.h ++++ b/hardinfo.h @@ -64,8 +64,8 @@ struct _ModuleAbout { }; @@ -24,8 +24,8 @@ index 9f52f63..aeb84d9 100644 GSList *modules_load_selected(void); diff --git util.c util.c index 266ce4e..e6c81fd 100644 ---- util.c -+++ util.c +--- a/util.c ++++ b/util.c @@ -111,7 +111,7 @@ gchar *seconds_to_string(unsigned int seconds) plural(hours), minutes, plural(minutes)); } diff --git a/srcpkgs/hardinfo/template b/srcpkgs/hardinfo/template index a8c28a32a11..6c2745d675c 100644 --- a/srcpkgs/hardinfo/template +++ b/srcpkgs/hardinfo/template @@ -13,7 +13,6 @@ homepage="http://sourceforge.net/projects/hardinfo.berlios/" distfiles="${SOURCEFORGE_SITE}/${pkgname}.berlios/${pkgname}-${version}.tar.bz2" checksum=a0df6c0d7c92a7d20710b8eb551197398a965aaae053782b89a32a160b731b7a lib32disabled=yes -patch_args=-Np0 post_patch() { local _arch diff --git a/srcpkgs/heaptrack/patches/musl-fixes.patch b/srcpkgs/heaptrack/patches/musl-fixes.patch index 5dde897ae18..61e0d787c8f 100644 --- a/srcpkgs/heaptrack/patches/musl-fixes.patch +++ b/srcpkgs/heaptrack/patches/musl-fixes.patch @@ -1,7 +1,7 @@ # reason: fix sources to work correctly with musl ---- src/track/heaptrack_inject.cpp -+++ src/track/heaptrack_inject.cpp +--- a/src/track/heaptrack_inject.cpp ++++ b/src/track/heaptrack_inject.cpp @@ -27,6 +27,7 @@ #include #include @@ -10,8 +10,8 @@ #include ---- src/track/libheaptrack.cpp -+++ src/track/libheaptrack.cpp +--- a/src/track/libheaptrack.cpp ++++ b/src/track/libheaptrack.cpp @@ -72,7 +72,7 @@ return chrono::duration_cast(clock::now() - startTime()); } @@ -22,8 +22,8 @@ return syscall(SYS_gettid); } ---- src/track/heaptrack_inject.cpp -+++ src/track/heaptrack_inject.cpp +--- a/src/track/heaptrack_inject.cpp ++++ b/src/track/heaptrack_inject.cpp @@ -38,9 +38,10 @@ * @brief Experimental support for symbol overloading after runtime injection. */ @@ -39,8 +39,8 @@ #error unsupported word size # simplify stdint.h include which failed on musl due to obscure assumptions ---- 3rdparty/libbacktrace/backtrace.h -+++ 3rdparty/libbacktrace/backtrace.h +--- a/3rdparty/libbacktrace/backtrace.h ++++ b/3rdparty/libbacktrace/backtrace.h @@ -36,24 +36,8 @@ #include #include diff --git a/srcpkgs/heaptrack/template b/srcpkgs/heaptrack/template index 347ce6b4be4..f4f4c35044f 100644 --- a/srcpkgs/heaptrack/template +++ b/srcpkgs/heaptrack/template @@ -16,7 +16,6 @@ license="LGPL-2.1-or-later" homepage="https://github.com/KDE/heaptrack" distfiles="https://github.com/KDE/heaptrack/archive/v${version}.tar.gz" checksum=f299a4846b80e607a412f439e17cddae13f0529701ffdb05eaa7ba878865717e -patch_args=-Np0 heaptrack-gui_package() { short_desc+=" - GUI" diff --git a/srcpkgs/hedgewars/patches/cmake-build-type-none.patch b/srcpkgs/hedgewars/patches/cmake-build-type-none.patch index b4e0c186717..9ad2931fbeb 100644 --- a/srcpkgs/hedgewars/patches/cmake-build-type-none.patch +++ b/srcpkgs/hedgewars/patches/cmake-build-type-none.patch @@ -1,7 +1,7 @@ Index: CMakeLists.txt =================================================================== ---- CMakeLists.txt.orig -+++ CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -54,7 +54,7 @@ option(NOVERSIONINFOUPDATE "Disable upda diff --git a/srcpkgs/hedgewars/patches/fpc-3.2.0.patch b/srcpkgs/hedgewars/patches/fpc-3.2.0.patch index 6409399f74c..2970d81c244 100644 --- a/srcpkgs/hedgewars/patches/fpc-3.2.0.patch +++ b/srcpkgs/hedgewars/patches/fpc-3.2.0.patch @@ -1,5 +1,5 @@ ---- hedgewars/uWorld.pas -+++ hedgewars/uWorld.pas +--- a/hedgewars/uWorld.pas ++++ b/hedgewars/uWorld.pas @@ -1168,8 +1168,8 @@ procedure RenderAttackBar(); procedure ShiftWorld(Dir: LongInt); inline; begin diff --git a/srcpkgs/hedgewars/patches/qt.patch b/srcpkgs/hedgewars/patches/qt.patch index 4d1cb16a7c4..a8dc9907f40 100644 --- a/srcpkgs/hedgewars/patches/qt.patch +++ b/srcpkgs/hedgewars/patches/qt.patch @@ -1,5 +1,5 @@ ---- QTfrontend/ui/page/pagegamestats.cpp.orig -+++ QTfrontend/ui/page/pagegamestats.cpp +--- a/QTfrontend/ui/page/pagegamestats.cpp ++++ b/QTfrontend/ui/page/pagegamestats.cpp @@ -22,6 +22,7 @@ #include #include diff --git a/srcpkgs/hedgewars/template b/srcpkgs/hedgewars/template index 0dc528ff7ce..7060dbc37d9 100644 --- a/srcpkgs/hedgewars/template +++ b/srcpkgs/hedgewars/template @@ -21,7 +21,6 @@ nopie_files="/usr/bin/hwengine" nocross="Needs investigation: fails to link hwengine" replaces="hedgewars-data>=0" export CMAKE_GENERATOR="Unix Makefiles" -patch_args=-Np0 case $XBPS_TARGET_MACHINE in x86_64*|ppc64le|ppc64) diff --git a/srcpkgs/helm/patches/fix-musl.patch b/srcpkgs/helm/patches/fix-musl.patch index d72191fb9b0..b8b1265cc92 100644 --- a/srcpkgs/helm/patches/fix-musl.patch +++ b/srcpkgs/helm/patches/fix-musl.patch @@ -1,5 +1,5 @@ ---- JUCE/modules/juce_core/juce_core.cpp 2016-08-30 06:24:27.000000000 +0200 -+++ JUCE/modules/juce_core/juce_core.cpp 2016-12-12 14:53:23.532613378 +0100 +--- a/JUCE/modules/juce_core/juce_core.cpp 2016-08-30 06:24:27.000000000 +0200 ++++ b/JUCE/modules/juce_core/juce_core.cpp 2016-12-12 14:53:23.532613378 +0100 @@ -97,7 +97,7 @@ #include #include @@ -9,8 +9,8 @@ #include #endif #endif ---- JUCE/modules/juce_core/system/juce_SystemStats.cpp 2016-08-30 06:24:27.000000000 +0200 -+++ JUCE/modules/juce_core/system/juce_SystemStats.cpp 2016-12-12 14:58:35.988986030 +0100 +--- a/JUCE/modules/juce_core/system/juce_SystemStats.cpp 2016-08-30 06:24:27.000000000 +0200 ++++ b/JUCE/modules/juce_core/system/juce_SystemStats.cpp 2016-12-12 14:58:35.988986030 +0100 @@ -134,6 +134,8 @@ } } @@ -20,8 +20,8 @@ #else void* stack[128]; int frames = backtrace (stack, numElementsInArray (stack)); ---- JUCE/modules/juce_core/native/juce_linux_SystemStats.cpp 2016-08-30 06:24:27.000000000 +0200 -+++ JUCE/modules/juce_core/native/juce_linux_SystemStats.cpp 2016-12-12 15:07:35.046607788 +0100 +--- a/JUCE/modules/juce_core/native/juce_linux_SystemStats.cpp 2016-08-30 06:24:27.000000000 +0200 ++++ b/JUCE/modules/juce_core/native/juce_linux_SystemStats.cpp 2016-12-12 15:07:35.046607788 +0100 @@ -142,8 +142,15 @@ return result; } diff --git a/srcpkgs/helm/patches/fix_sigemptyset.patch b/srcpkgs/helm/patches/fix_sigemptyset.patch index 5ea4449fd9f..9a7a3b3933a 100644 --- a/srcpkgs/helm/patches/fix_sigemptyset.patch +++ b/srcpkgs/helm/patches/fix_sigemptyset.patch @@ -1,5 +1,5 @@ ---- JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/cpu.c 2017-07-08 23:40:42.000000000 +0200 -+++ - 2018-02-20 22:11:47.567333249 +0100 +--- a/JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/cpu.c 2017-07-08 23:40:42.000000000 +0200 ++++ b/JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/cpu.c 2017-07-08 23:40:42.000000000 +0200 @@ -244,11 +244,7 @@ struct sigaction sigill_save; struct sigaction sigill_sse; diff --git a/srcpkgs/helm/patches/gcc9.patch b/srcpkgs/helm/patches/gcc9.patch index 67a7b7b44b9..0f58117ee05 100644 --- a/srcpkgs/helm/patches/gcc9.patch +++ b/srcpkgs/helm/patches/gcc9.patch @@ -10,8 +10,8 @@ Subject: [PATCH] GCC 9 compatibility fixes diff --git a/modules/juce_graphics/colour/juce_PixelFormats.h b/modules/juce_graphics/colour/juce_PixelFormats.h index c57ad53c635..934c61c4781 100644 ---- JUCE/modules/juce_graphics/colour/juce_PixelFormats.h -+++ JUCE/modules/juce_graphics/colour/juce_PixelFormats.h +--- a/JUCE/modules/juce_graphics/colour/juce_PixelFormats.h ++++ b/JUCE/modules/juce_graphics/colour/juce_PixelFormats.h @@ -107,22 +107,9 @@ class JUCE_API PixelARGB //============================================================================== @@ -79,8 +79,8 @@ index c57ad53c635..934c61c4781 100644 /** Copies another pixel colour over this one. diff --git a/modules/juce_graphics/native/juce_RenderingHelpers.h b/modules/juce_graphics/native/juce_RenderingHelpers.h index b8137ac4d04..10bd64e1459 100644 ---- JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h -+++ JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h +--- a/JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h ++++ b/JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h @@ -581,18 +581,10 @@ namespace EdgeTableFillers : destData (image), sourceColour (colour) { diff --git a/srcpkgs/helm/patches/kill-simdflags.patch b/srcpkgs/helm/patches/kill-simdflags.patch index b13fd95c574..2edcfbb7b49 100644 --- a/srcpkgs/helm/patches/kill-simdflags.patch +++ b/srcpkgs/helm/patches/kill-simdflags.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -18,18 +18,6 @@ ifdef DPKG PDEBLDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) endif diff --git a/srcpkgs/helm/template b/srcpkgs/helm/template index 57ad3b36321..e7d7b59c10b 100644 --- a/srcpkgs/helm/template +++ b/srcpkgs/helm/template @@ -13,4 +13,3 @@ homepage="http://tytel.org/helm" distfiles="https://github.com/mtytel/helm/archive/v${version}.tar.gz" checksum=4004c11fd1d773cc2a12adb5336873bc86c5ecbd370b8da2820fed6ef5ec58ad nocross="./lv2_ttl_generator: ./lv2_ttl_generator: cannot execute binary file" -patch_args=-Np0 diff --git a/srcpkgs/hexchat/patches/perl-link.patch b/srcpkgs/hexchat/patches/perl-link.patch index f536ef2fb19..66390dedd5f 100644 --- a/srcpkgs/hexchat/patches/perl-link.patch +++ b/srcpkgs/hexchat/patches/perl-link.patch @@ -1,5 +1,5 @@ ---- plugins/perl/meson.build.orig 2018-08-15 13:30:17.108881970 +0200 -+++ plugins/perl/meson.build 2018-08-15 13:30:36.682882751 +0200 +--- a/plugins/perl/meson.build 2018-08-15 13:30:17.108881970 +0200 ++++ b/plugins/perl/meson.build 2018-08-15 13:30:36.682882751 +0200 @@ -39,7 +39,7 @@ perl_ldflags = [] perl_rpath = '' diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index 580dbd4a5eb..90b8de48193 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -20,7 +20,6 @@ distfiles="https://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz" checksum=901a9d13db5a4da69b827f6093306bbd16863dc49016f7668bd3e4506512e882 build_options="LuaJIT" lib32disabled=yes -patch_args=-Np0 case "$XBPS_TARGET_MACHINE" in arm*-musl) : "LuaJIT is broken for musl cross arches" ;; diff --git a/srcpkgs/hexer/patches/fix-cross.patch b/srcpkgs/hexer/patches/fix-cross.patch index 111fce0f3ff..cfc50303341 100644 --- a/srcpkgs/hexer/patches/fix-cross.patch +++ b/srcpkgs/hexer/patches/fix-cross.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -29,8 +29,8 @@ CPPFLAGS_STD ?= -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 \ CPPFLAGS += $(CPPFLAGS_STD) -DHEXER_VERSION=\"1.0.4\" diff --git a/srcpkgs/hexer/template b/srcpkgs/hexer/template index 89b88a46a13..2c2b7486a8d 100644 --- a/srcpkgs/hexer/template +++ b/srcpkgs/hexer/template @@ -12,7 +12,6 @@ license="BSD-3-Clause" homepage="https://devel.ringlet.net/editors/hexer/" distfiles="https://devel.ringlet.net/files/editors/hexer/hexer-${version}.tar.xz" checksum=e6b84ace5283825943f88ce7ec4ae836ec15ba41978b3a858d6d478cfe09ff94 -patch_args=-Np0 post_install() { vlicense COPYRIGHT diff --git a/srcpkgs/heyu/patches/muslc.patch b/srcpkgs/heyu/patches/muslc.patch index 025ac0aa409..47c38547be7 100644 --- a/srcpkgs/heyu/patches/muslc.patch +++ b/srcpkgs/heyu/patches/muslc.patch @@ -1,5 +1,5 @@ ---- tty.c.bck 2016-09-14 08:12:52.517706416 -0400 -+++ tty.c 2016-09-14 08:13:29.218260165 -0400 +--- a/tty.c.bck 2016-09-14 08:12:52.517706416 -0400 ++++ b/tty.c 2016-09-14 08:13:29.218260165 -0400 @@ -50,10 +50,8 @@ #ifdef SOLARIS #include @@ -11,8 +11,8 @@ #include "x10.h" #include "process.h" ---- tty_aux.c.bck 2016-09-14 08:19:51.568551550 -0400 -+++ tty_aux.c 2016-09-14 08:20:11.046306417 -0400 +--- a/tty_aux.c.bck 2016-09-14 08:19:51.568551550 -0400 ++++ b/tty_aux.c 2016-09-14 08:20:11.046306417 -0400 @@ -50,10 +50,8 @@ #ifdef SOLARIS #include diff --git a/srcpkgs/heyu/template b/srcpkgs/heyu/template index 0bd88177c04..93b3ad7cc58 100644 --- a/srcpkgs/heyu/template +++ b/srcpkgs/heyu/template @@ -11,7 +11,6 @@ license="GPL-3.0-or-later" homepage="http://www.heyu.org" distfiles="https://github.com/HeyuX10Automation/heyu/archive/v${version}.tar.gz" checksum=621a20f45eef62070b3f95ad17ecbc3e7e1f7352d25dac86093ff6938b606baa -patch_args=-Np0 CFLAGS="-fcommon" diff --git a/srcpkgs/hfsprogs/patches/fix-binary-and.patch b/srcpkgs/hfsprogs/patches/fix-binary-and.patch index 0f0559d2344..817d63e378c 100644 --- a/srcpkgs/hfsprogs/patches/fix-binary-and.patch +++ b/srcpkgs/hfsprogs/patches/fix-binary-and.patch @@ -2,8 +2,8 @@ Source: pullmoll Upstream: no (should be reported) Reason: needs binary and (&) to test for bit mask ---- fsck_hfs.tproj/dfalib/SBTree.c 2012-02-01 18:17:19.000000000 +0100 -+++ fsck_hfs.tproj/dfalib/SBTree.c 2019-05-26 12:45:16.688514031 +0200 +--- a/fsck_hfs.tproj/dfalib/SBTree.c 2012-02-01 18:17:19.000000000 +0100 ++++ b/fsck_hfs.tproj/dfalib/SBTree.c 2019-05-26 12:45:16.688514031 +0200 @@ -502,7 +502,7 @@ { if ( recordSize != sizeof(HFSPlusCatalogFolder) ) diff --git a/srcpkgs/hfsprogs/patches/fix-pie-and-cross.patch b/srcpkgs/hfsprogs/patches/fix-pie-and-cross.patch index f2b72dc0d8e..503cca3a101 100644 --- a/srcpkgs/hfsprogs/patches/fix-pie-and-cross.patch +++ b/srcpkgs/hfsprogs/patches/fix-pie-and-cross.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -1,8 +1,8 @@ VERSION=540.1.linux3 diff --git a/srcpkgs/hfsprogs/patches/fix-potential-buffer-overflow.patch b/srcpkgs/hfsprogs/patches/fix-potential-buffer-overflow.patch index b656abde700..9ebfff4ae88 100644 --- a/srcpkgs/hfsprogs/patches/fix-potential-buffer-overflow.patch +++ b/srcpkgs/hfsprogs/patches/fix-potential-buffer-overflow.patch @@ -2,8 +2,8 @@ Source: pullmoll Upstream: no (feel free to suggest) Reason: use snprintf to avoid potential buffer overruns and fix mis-typed != compare ---- fsck_hfs.tproj/utilities.c -+++ fsck_hfs.tproj/utilities.c +--- a/fsck_hfs.tproj/utilities.c ++++ b/fsck_hfs.tproj/utilities.c @@ -221,14 +221,12 @@ if ((dp = strrchr(name, '/')) == 0) return (0); @@ -22,8 +22,8 @@ Reason: use snprintf to avoid potential buffer overruns and fix mis-typed != com return (rawbuf); } ---- fsck_hfs.tproj/dfalib/SControl.c -+++ fsck_hfs.tproj/dfalib/SControl.c +--- a/fsck_hfs.tproj/dfalib/SControl.c ++++ b/fsck_hfs.tproj/dfalib/SControl.c @@ -321,9 +321,7 @@ dataArea.DrvNum = fsReadRef; dataArea.liveVerifyState = liveMode; diff --git a/srcpkgs/hfsprogs/patches/fix-stdarg.patch b/srcpkgs/hfsprogs/patches/fix-stdarg.patch index 9d067127c9b..12d0e02f24a 100644 --- a/srcpkgs/hfsprogs/patches/fix-stdarg.patch +++ b/srcpkgs/hfsprogs/patches/fix-stdarg.patch @@ -1,7 +1,7 @@ Patch-Source: https://src.fedoraproject.org/rpms/hfsplus-tools/blob/f27/f/hfsplus-tools-learn-to-stdarg.patch ---- fsck_hfs.tproj/utilities.c.jx 2012-02-01 12:17:19.000000000 -0500 -+++ fsck_hfs.tproj/utilities.c 2014-06-18 13:44:45.125620007 -0400 +--- a/fsck_hfs.tproj/utilities.c.jx 2012-02-01 12:17:19.000000000 -0500 ++++ b/fsck_hfs.tproj/utilities.c 2014-06-18 13:44:45.125620007 -0400 @@ -296,11 +296,8 @@ static volatile int keep_going = 1; #undef printf diff --git a/srcpkgs/hfsprogs/patches/musl-compat.patch b/srcpkgs/hfsprogs/patches/musl-compat.patch index daafc5ceaa3..c87e07deb47 100644 --- a/srcpkgs/hfsprogs/patches/musl-compat.patch +++ b/srcpkgs/hfsprogs/patches/musl-compat.patch @@ -1,5 +1,5 @@ ---- fsck_hfs.tproj/dfalib/Scavenger.h -+++ fsck_hfs.tproj/dfalib/Scavenger.h +--- a/fsck_hfs.tproj/dfalib/Scavenger.h ++++ b/fsck_hfs.tproj/dfalib/Scavenger.h @@ -48,7 +48,6 @@ #endif #include @@ -8,8 +8,8 @@ #include #include ---- fsck_hfs.tproj/fsck_hfs.c -+++ fsck_hfs.tproj/fsck_hfs.c +--- a/fsck_hfs.tproj/fsck_hfs.c ++++ b/fsck_hfs.tproj/fsck_hfs.c @@ -30,7 +30,6 @@ #include #if !LINUX @@ -18,8 +18,8 @@ #include #endif #include ---- newfs_hfs.tproj/makehfs.c -+++ newfs_hfs.tproj/makehfs.c +--- a/newfs_hfs.tproj/makehfs.c ++++ b/newfs_hfs.tproj/makehfs.c @@ -38,7 +38,6 @@ #endif #include @@ -28,8 +28,8 @@ #if !LINUX #include #endif ---- fsck_hfs.tproj/utilities.c -+++ fsck_hfs.tproj/utilities.c +--- a/fsck_hfs.tproj/utilities.c ++++ b/fsck_hfs.tproj/utilities.c @@ -70,7 +70,6 @@ #include #include @@ -38,8 +38,8 @@ #include "fsck_hfs.h" ---- fsck_hfs.tproj/dfalib/Scavenger.h -+++ fsck_hfs.tproj/dfalib/Scavenger.h +--- a/fsck_hfs.tproj/dfalib/Scavenger.h ++++ b/fsck_hfs.tproj/dfalib/Scavenger.h @@ -46,7 +46,7 @@ #include #include @@ -49,8 +49,8 @@ #include #include #include ---- fsck_hfs.tproj/utilities.c -+++ fsck_hfs.tproj/utilities.c +--- a/fsck_hfs.tproj/utilities.c ++++ b/fsck_hfs.tproj/utilities.c @@ -55,7 +55,7 @@ #include #include @@ -60,8 +60,8 @@ #if LINUX #include #include ---- newfs_hfs.tproj/makehfs.c -+++ newfs_hfs.tproj/makehfs.c +--- a/newfs_hfs.tproj/makehfs.c ++++ b/newfs_hfs.tproj/makehfs.c @@ -36,7 +36,7 @@ #include #include "missing.h" @@ -71,8 +71,8 @@ #include #if !LINUX #include ---- fsck_hfs.tproj/cache.h -+++ fsck_hfs.tproj/cache.h +--- a/fsck_hfs.tproj/cache.h ++++ b/fsck_hfs.tproj/cache.h @@ -29,6 +29,7 @@ #ifndef _CACHE_H_ #define _CACHE_H_ @@ -81,8 +81,8 @@ /* Different values for initializing cache */ enum { ---- newfs_hfs.tproj/makehfs.c -+++ newfs_hfs.tproj/makehfs.c +--- a/newfs_hfs.tproj/makehfs.c ++++ b/newfs_hfs.tproj/makehfs.c @@ -41,6 +41,7 @@ #if !LINUX #include @@ -91,8 +91,8 @@ #include #include ---- newfs_hfs.tproj/newfs_hfs.c -+++ newfs_hfs.tproj/newfs_hfs.c +--- a/newfs_hfs.tproj/newfs_hfs.c ++++ b/newfs_hfs.tproj/newfs_hfs.c @@ -42,6 +42,7 @@ #if LINUX #include @@ -101,8 +101,8 @@ #if !LINUX #include ---- fsck_hfs.tproj/fsck_hfs.h -+++ fsck_hfs.tproj/fsck_hfs.h +--- a/fsck_hfs.tproj/fsck_hfs.h ++++ b/fsck_hfs.tproj/fsck_hfs.h @@ -22,6 +22,7 @@ */ @@ -111,8 +111,8 @@ const extern char *cdevname; /* name of device being checked */ ---- fsck_hfs.tproj/utilities.c -+++ fsck_hfs.tproj/utilities.c +--- a/fsck_hfs.tproj/utilities.c ++++ b/fsck_hfs.tproj/utilities.c @@ -785,7 +785,7 @@ if (!live_fsck) { @@ -122,8 +122,8 @@ vfprintf(stdout, fmt, ap_stdout); } ---- fsck_hfs.tproj/fsck_messages.c -+++ fsck_hfs.tproj/fsck_messages.c +--- a/fsck_hfs.tproj/fsck_messages.c ++++ b/fsck_hfs.tproj/fsck_messages.c @@ -85,7 +85,7 @@ if (c == NULL) diff --git a/srcpkgs/hfsprogs/patches/use-inttypes_h-formats.patch b/srcpkgs/hfsprogs/patches/use-inttypes_h-formats.patch index 35bf820eb8c..5a3704aa60b 100644 --- a/srcpkgs/hfsprogs/patches/use-inttypes_h-formats.patch +++ b/srcpkgs/hfsprogs/patches/use-inttypes_h-formats.patch @@ -2,8 +2,8 @@ Source: pullmoll Upstream: no Reason: avoid format string mismatch for 64 bit types on 32/64 bit arch ---- newfs_hfs.tproj/newfs_hfs.c -+++ newfs_hfs.tproj/newfs_hfs.c +--- a/newfs_hfs.tproj/newfs_hfs.c ++++ b/newfs_hfs.tproj/newfs_hfs.c @@ -34,6 +34,7 @@ #include #include @@ -66,8 +66,8 @@ Reason: avoid format string mismatch for 64 bit types on 32/64 bit arch printf("HFS Plus format parameters:\n"); printf("\tvolume name: \"%s\"\n", gVolumeName); printf("\tblock-size: %u\n", defaults->blockSize); ---- newfs_hfs.tproj/makehfs.c -+++ newfs_hfs.tproj/makehfs.c +--- a/newfs_hfs.tproj/makehfs.c ++++ b/newfs_hfs.tproj/makehfs.c @@ -55,6 +55,7 @@ #if !LINUX #include @@ -89,8 +89,8 @@ Reason: avoid format string mismatch for 64 bit types on 32/64 bit arch } return; ---- fsck_hfs.tproj/dfalib/CatalogCheck.c 2012-02-01 18:17:19.000000000 +0100 -+++ fsck_hfs.tproj/dfalib/CatalogCheck.c 2019-05-26 13:03:31.395612279 +0200 +--- a/fsck_hfs.tproj/dfalib/CatalogCheck.c 2012-02-01 18:17:19.000000000 +0100 ++++ b/fsck_hfs.tproj/dfalib/CatalogCheck.c 2019-05-26 13:03:31.395612279 +0200 @@ -25,6 +25,7 @@ #include "DecompDataEnums.h" #include "DecompData.h" diff --git a/srcpkgs/hfsprogs/template b/srcpkgs/hfsprogs/template index 12b6d3a3126..f1e0c690511 100644 --- a/srcpkgs/hfsprogs/template +++ b/srcpkgs/hfsprogs/template @@ -14,7 +14,6 @@ license="APSL-2.0" homepage="https://www.opensource.apple.com/" distfiles="https://src.fedoraproject.org/repo/pkgs/hfsplus-tools/diskdev_cmds-${version}.tar.gz/${_md5sum}/diskdev_cmds-${version}.tar.gz" checksum=b01b203a97f9a3bf36a027c13ddfc59292730552e62722d690d33bd5c24f5497 -patch_args=-Np0 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat" diff --git a/srcpkgs/higan/patches/higan-paths.patch b/srcpkgs/higan/patches/higan-paths.patch index 85b019cd209..b02bf81bb48 100644 --- a/srcpkgs/higan/patches/higan-paths.patch +++ b/srcpkgs/higan/patches/higan-paths.patch @@ -10,8 +10,8 @@ Subject: [PATCH] use more sensible paths diff --git higan/target-higan/higan.cpp higan/target-higan/higan.cpp index 1ce9b991..7d1ae122 100644 ---- higan/target-higan/higan.cpp -+++ higan/target-higan/higan.cpp +--- a/higan/target-higan/higan.cpp ++++ b/higan/target-higan/higan.cpp @@ -43,11 +43,10 @@ auto nall::main(Arguments arguments) -> void { Path::data = document["data"].text(); } @@ -28,8 +28,8 @@ index 1ce9b991..7d1ae122 100644 file::write({Path::settings, "paths.bml"}, string{ diff --git a/icarus/icarus.cpp b/icarus/icarus.cpp index 95435f38..a46744e5 100644 ---- icarus/icarus.cpp -+++ icarus/icarus.cpp +--- a/icarus/icarus.cpp ++++ b/icarus/icarus.cpp @@ -8,8 +8,7 @@ auto locate(string name) -> string { string location = {Path::program(), name}; if(inode::exists(location)) return location; diff --git a/srcpkgs/higan/patches/makefile-fixes.patch b/srcpkgs/higan/patches/makefile-fixes.patch index d79da4fcebe..5172b0d5761 100644 --- a/srcpkgs/higan/patches/makefile-fixes.patch +++ b/srcpkgs/higan/patches/makefile-fixes.patch @@ -1,5 +1,5 @@ ---- higan/GNUmakefile 2019-12-21 21:44:28.000000000 +0100 -+++ - 2019-12-27 20:24:30.207313870 +0100 +--- a/higan/GNUmakefile 2019-12-21 21:44:28.000000000 +0100 ++++ b/higan/GNUmakefile 2019-12-21 21:44:28.000000000 +0100 @@ -18,7 +18,7 @@ else ifeq ($(platform),macos) else ifneq ($(filter $(platform),linux bsd),) diff --git a/srcpkgs/higan/template b/srcpkgs/higan/template index c744321efe4..500c11f64aa 100644 --- a/srcpkgs/higan/template +++ b/srcpkgs/higan/template @@ -17,7 +17,6 @@ license="GPL-3.0-or-later, ISC" homepage="https://byuu.org/emulation/higan/" distfiles="https://byuu.org/download/higan/higan_v${version}-source.zip" checksum=1b70d85454aaae557fd5ba5aaed9add8cb8c939f2b7a07a6d3734f971bb07ab7 -patch_args=-Np0 build_options="icarus" build_options_default="icarus" diff --git a/srcpkgs/hiredis/patches/fix-cflags.patch b/srcpkgs/hiredis/patches/fix-cflags.patch index 87521610b09..b7be37a6297 100644 --- a/srcpkgs/hiredis/patches/fix-cflags.patch +++ b/srcpkgs/hiredis/patches/fix-cflags.patch @@ -1,7 +1,7 @@ Index: Makefile =================================================================== ---- Makefile.orig -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -44,9 +44,9 @@ export REDIS_TEST_CONFIG # Fallback to gcc when $CC is not in $PATH. CC:=$(shell sh -c 'type $${CC%% *} >/dev/null 2>/dev/null && echo $(CC) || echo gcc') diff --git a/srcpkgs/hiredis/patches/fix-pkgconfig.patch b/srcpkgs/hiredis/patches/fix-pkgconfig.patch index 3107ed35a96..94be0a7309e 100644 --- a/srcpkgs/hiredis/patches/fix-pkgconfig.patch +++ b/srcpkgs/hiredis/patches/fix-pkgconfig.patch @@ -1,7 +1,7 @@ Index: Makefile =================================================================== ---- Makefile.orig -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -234,8 +234,8 @@ $(PKGCONFNAME): hiredis.h @echo "Generating $@ for pkgconfig..." @echo prefix=$(PREFIX) > $@ diff --git a/srcpkgs/hiredis/template b/srcpkgs/hiredis/template index c4cca466c02..05e5d6cf565 100644 --- a/srcpkgs/hiredis/template +++ b/srcpkgs/hiredis/template @@ -11,7 +11,6 @@ license="BSD-3-Clause" homepage="https://github.com/redis/hiredis" distfiles="https://github.com/redis/hiredis/archive/v${version}.tar.gz" checksum=2a0b5fe5119ec973a0c1966bfc4bd7ed39dbce1cb6d749064af9121fe971936f -patch_args=-Np0 post_install() { vlicense COPYING diff --git a/srcpkgs/hitch/patches/cross-compile.diff b/srcpkgs/hitch/patches/cross-compile.diff index d64624e6b72..9f28a2064ae 100644 --- a/srcpkgs/hitch/patches/cross-compile.diff +++ b/srcpkgs/hitch/patches/cross-compile.diff @@ -1,5 +1,5 @@ ---- hitch.m4 -+++ hitch.m4 +--- a/hitch.m4 ++++ b/hitch.m4 @@ -24,7 +24,7 @@ AC_MSG_CHECKING([whether the compiler accepts $2]) hitch_save_CFLAGS=$CFLAGS diff --git a/srcpkgs/hitch/template b/srcpkgs/hitch/template index bf3889702ce..805170a687f 100644 --- a/srcpkgs/hitch/template +++ b/srcpkgs/hitch/template @@ -14,7 +14,6 @@ homepage="https://hitch-tls.org/" distfiles="https://hitch-tls.org/source/hitch-${version}.tar.gz" checksum=c97ef8f1e115156640c40dfdfe9662d5f6d57a796fccad3bbad198ec797ce5c4 system_accounts="_hitch" -patch_args=-Np0 post_patch() { vsed -i -e "s/grep -Pq/grep -q/" -e 's/\\t/\t/' \ diff --git a/srcpkgs/hlint/patches/data.patch b/srcpkgs/hlint/patches/data.patch index bdfac204f47..27553e9fbed 100644 --- a/srcpkgs/hlint/patches/data.patch +++ b/srcpkgs/hlint/patches/data.patch @@ -1,7 +1,7 @@ diff --git src/CmdLine.hs src/CmdLine.hs index 8c3d530..ccf7aac 100644 ---- src/CmdLine.hs -+++ src/CmdLine.hs +--- a/src/CmdLine.hs ++++ b/src/CmdLine.hs @@ -52,7 +52,7 @@ automatic cmd = case cmd of b <- doesDirectoryExist x if b then return cmd{cmdDataDir=x} else do diff --git a/srcpkgs/hlint/template b/srcpkgs/hlint/template index 7a68e466759..16fbb03ce2b 100644 --- a/srcpkgs/hlint/template +++ b/srcpkgs/hlint/template @@ -13,7 +13,6 @@ distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz" checksum=207539d3627efd3caed9e6fd3b1aeb8f1eb64553f1f9f166090adbf2fb71e172 nocross=yes # Can't yet cross compile Haskell nopie_files="/usr/bin/hlint" -patch_args=-Np0 post_install() { rm -f ${DESTDIR}/usr/bin/engine diff --git a/srcpkgs/hosts-update/patches/disable-systemd.patch b/srcpkgs/hosts-update/patches/disable-systemd.patch index fb7e4292dcd..29ade7b2549 100644 --- a/srcpkgs/hosts-update/patches/disable-systemd.patch +++ b/srcpkgs/hosts-update/patches/disable-systemd.patch @@ -1,6 +1,6 @@ diff -ru a/Makefile b/Makefile ---- Makefile 2015-09-09 07:54:02.000000000 -0700 -+++ Makefile 2015-11-23 02:32:22.886247897 -0800 +--- a/Makefile 2015-09-09 07:54:02.000000000 -0700 ++++ b/Makefile 2015-11-23 02:32:22.886247897 -0800 @@ -26,7 +26,7 @@ install -Dm644 doc/$(PN).1 "$(DESTDIR)$(MANDIR)/$(PN).1" gzip -9 "$(DESTDIR)$(MANDIR)/$(PN).1" diff --git a/srcpkgs/hosts-update/template b/srcpkgs/hosts-update/template index eaf1d2f63a3..5d872b4f4e8 100644 --- a/srcpkgs/hosts-update/template +++ b/srcpkgs/hosts-update/template @@ -10,7 +10,6 @@ license="MIT" homepage="https://github.com/graysky2/hosts-update" distfiles="${homepage}/archive/v${version}.tar.gz" checksum="9a0fdb028beaf9fa4c2ec5f1a0030fcfe1a996ea42b874b944ec07885ca0f2ba" -patch_args=-Np0 post_install() { vlicense MIT diff --git a/srcpkgs/hplip/patches/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch b/srcpkgs/hplip/patches/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch index d6443159edf..8d3b4d7bfda 100644 --- a/srcpkgs/hplip/patches/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch +++ b/srcpkgs/hplip/patches/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch @@ -10,8 +10,8 @@ Subject: Remove all ImageProcessor functionality, which is closed-source diff --git a/Makefile.am b/Makefile.am index 1b097c4f9..8d5d78c9f 100644 ---- Makefile.am -+++ Makefile.am +--- a/Makefile.am ++++ b/Makefile.am @@ -166,7 +166,7 @@ if !HPLIP_CLASS_DRIVER dist_hplip_SCRIPTS = hpssd.py __init__.py hpdio.py endif #HPLIP_CLASS_DRIVER @@ -49,8 +49,8 @@ index 1b097c4f9..8d5d78c9f 100644 if [ "$(scan_build)" = "yes" ]; then \ diff --git a/prnt/hpcups/HPCupsFilter.cpp b/prnt/hpcups/HPCupsFilter.cpp index 5b282d83f..0bacfafac 100644 ---- prnt/hpcups/HPCupsFilter.cpp -+++ prnt/hpcups/HPCupsFilter.cpp +--- a/prnt/hpcups/HPCupsFilter.cpp ++++ b/prnt/hpcups/HPCupsFilter.cpp @@ -31,7 +31,6 @@ \*****************************************************************************/ diff --git a/srcpkgs/hplip/patches/configure.patch b/srcpkgs/hplip/patches/configure.patch index c680e6a341c..cee07450e6d 100644 --- a/srcpkgs/hplip/patches/configure.patch +++ b/srcpkgs/hplip/patches/configure.patch @@ -1,8 +1,8 @@ The wrong variable is saved before the test and CFLAGS gets overwritten with an empty one afterwards. ---- configure.in.orig 2020-05-11 15:34:13.000000000 +0200 -+++ configure.in 2020-05-21 08:45:20.113154658 +0200 +--- a/configure.in 2020-05-11 15:34:13.000000000 +0200 ++++ b/configure.in 2020-05-21 08:45:20.113154658 +0200 @@ -604,7 +604,7 @@ fi fi diff --git a/srcpkgs/hplip/patches/cups.patch b/srcpkgs/hplip/patches/cups.patch index a764af1f61b..1d921295311 100644 --- a/srcpkgs/hplip/patches/cups.patch +++ b/srcpkgs/hplip/patches/cups.patch @@ -1,7 +1,7 @@ Fix build with cups>=2.2 ---- prnt/hpcups/CommonDefinitions.h.orig -+++ prnt/hpcups/CommonDefinitions.h +--- a/prnt/hpcups/CommonDefinitions.h ++++ b/prnt/hpcups/CommonDefinitions.h @@ -40,6 +40,7 @@ #include #include @@ -10,8 +10,8 @@ Fix build with cups>=2.2 #include #include #include ---- prnt/hpijs/hpcupsfax.cpp.orig -+++ prnt/hpijs/hpcupsfax.cpp +--- a/prnt/hpijs/hpcupsfax.cpp ++++ b/prnt/hpijs/hpcupsfax.cpp @@ -43,6 +43,7 @@ #include #include diff --git a/srcpkgs/hplip/patches/disable_upgrade.patch b/srcpkgs/hplip/patches/disable_upgrade.patch index 6c057c7bdcf..f6dd933a54f 100644 --- a/srcpkgs/hplip/patches/disable_upgrade.patch +++ b/srcpkgs/hplip/patches/disable_upgrade.patch @@ -1,5 +1,5 @@ ---- upgrade.py.orig 2013-10-31 12:46:54.000000000 +0100 -+++ upgrade.py 2013-12-04 14:58:03.000000000 +0100 +--- a/upgrade.py 2013-10-31 12:46:54.000000000 +0100 ++++ b/upgrade.py 2013-12-04 14:58:03.000000000 +0100 @@ -134,6 +134,11 @@ except getopt.GetoptError, e: if os.getenv("HPLIP_DEBUG"): log.set_level('debug') diff --git a/srcpkgs/hplip/patches/sane.patch b/srcpkgs/hplip/patches/sane.patch index b30660952df..d3579638ee9 100644 --- a/srcpkgs/hplip/patches/sane.patch +++ b/srcpkgs/hplip/patches/sane.patch @@ -1,5 +1,5 @@ ---- scan/sane.py.orig 2020-10-13 22:29:59.456276307 -0400 -+++ scan/sane.py 2020-10-13 22:32:44.663586789 -0400 +--- a/scan/sane.py 2020-10-13 22:29:59.456276307 -0400 ++++ b/scan/sane.py 2020-10-13 22:32:44.663586789 -0400 @@ -378,14 +378,14 @@ def isScanActive(self): diff --git a/srcpkgs/hplip/patches/types-musl.patch b/srcpkgs/hplip/patches/types-musl.patch index 9dd02ba7eee..37d2d0a7146 100644 --- a/srcpkgs/hplip/patches/types-musl.patch +++ b/srcpkgs/hplip/patches/types-musl.patch @@ -1,5 +1,5 @@ ---- scan/sane/OrbliteScan/LinuxCommon.h.orig 2018-10-10 22:20:30.798911195 +0200 -+++ scan/sane/OrbliteScan/LinuxCommon.h 2018-10-10 22:21:28.815911201 +0200 +--- a/scan/sane/OrbliteScan/LinuxCommon.h 2018-10-10 22:20:30.798911195 +0200 ++++ b/scan/sane/OrbliteScan/LinuxCommon.h 2018-10-10 22:21:28.815911201 +0200 @@ -3,6 +3,17 @@ #include diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index 3dc5da2ca41..397508c55a3 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -33,7 +33,6 @@ homepage="https://developers.hp.com/hp-linux-imaging-and-printing" distfiles="${SOURCEFORGE_SITE}/hplip/hplip/${version}/hplip-${version}.tar.gz" checksum=36251189aa9cc349f6a3eacbb7ac3c4fd26fc9f087c9f75cee051010c85d2ddf conflicts="hplip-gui" -patch_args=-Np0 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libusb-1.0 -I${XBPS_CROSS_BASE}/${py3_inc}" diff --git a/srcpkgs/hstr/patches/cross.patch b/srcpkgs/hstr/patches/cross.patch index 7c6ad467de8..a4b926a14d5 100644 --- a/srcpkgs/hstr/patches/cross.patch +++ b/srcpkgs/hstr/patches/cross.patch @@ -1,5 +1,5 @@ ---- configure.ac.orig 2018-10-04 11:22:39.253662649 +0200 -+++ configure.ac 2018-10-04 11:23:27.646660149 +0200 +--- a/configure.ac 2018-10-04 11:22:39.253662649 +0200 ++++ b/configure.ac 2018-10-04 11:23:27.646660149 +0200 @@ -116,9 +116,6 @@ AC_FUNC_MALLOC AC_CHECK_FUNCS([memset strdup strstr]) diff --git a/srcpkgs/hstr/template b/srcpkgs/hstr/template index 443d455e861..ee259a9eac0 100644 --- a/srcpkgs/hstr/template +++ b/srcpkgs/hstr/template @@ -12,7 +12,6 @@ homepage="https://github.com/dvorka/hstr" changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog" distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz" checksum=c7e7408671757b3f4be9c5a59b4e2d56e7a7b601ace2a94eb6b2b61f20ee890b -patch_args=-Np0 pre_configure() { vsed -i 's|ncursesw/curses.h|curses.h|g' src/include/hstr.h diff --git a/srcpkgs/ht/patches/fix-build.patch b/srcpkgs/ht/patches/fix-build.patch index bcbc8f170af..f3cdad7a2a3 100644 --- a/srcpkgs/ht/patches/fix-build.patch +++ b/srcpkgs/ht/patches/fix-build.patch @@ -1,5 +1,5 @@ ---- htapp.cc.orig 2018-01-10 18:38:43.062092621 +0100 -+++ htapp.cc 2018-01-10 18:39:04.732035497 +0100 +--- a/htapp.cc 2018-01-10 18:38:43.062092621 +0100 ++++ b/htapp.cc 2018-01-10 18:39:04.732035497 +0100 @@ -3023,7 +3023,7 @@ static uint isqr(uint u) { uint a = 2; diff --git a/srcpkgs/ht/template b/srcpkgs/ht/template index 7535d6cca89..2506a2c9720 100644 --- a/srcpkgs/ht/template +++ b/srcpkgs/ht/template @@ -10,7 +10,6 @@ license="GPL-2.0-only" homepage="http://hte.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/hte/ht-source/${pkgname}-${version}.tar.bz2" checksum=31f5e8e2ca7f85d40bb18ef518bf1a105a6f602918a0755bc649f3f407b75d70 -patch_args=-Np0 CXXFLAGS="-Wno-narrowing" diff --git a/srcpkgs/html-xml-utils/patches/musl.patch b/srcpkgs/html-xml-utils/patches/musl.patch index ea5b9b8a4d6..047da6c38b6 100644 --- a/srcpkgs/html-xml-utils/patches/musl.patch +++ b/srcpkgs/html-xml-utils/patches/musl.patch @@ -1,5 +1,5 @@ ---- hxnum.c.orig 2016-03-20 16:18:47.815855780 +0100 -+++ hxnum.c 2016-03-20 16:19:40.197200923 +0100 +--- a/hxnum.c 2016-03-20 16:18:47.815855780 +0100 ++++ b/hxnum.c 2016-03-20 16:19:40.197200923 +0100 @@ -29,6 +29,7 @@ #endif #include diff --git a/srcpkgs/html-xml-utils/template b/srcpkgs/html-xml-utils/template index ab69c1e16d3..a2f0a8d6f52 100644 --- a/srcpkgs/html-xml-utils/template +++ b/srcpkgs/html-xml-utils/template @@ -10,4 +10,3 @@ license="W3C" homepage="https://www.w3.org/Tools/HTML-XML-utils/README" distfiles="https://www.w3.org/Tools/HTML-XML-utils/${pkgname}-${version}.tar.gz" checksum=d86ac96ea660316bef814c17b2a96d54cdf91c69e59614459865c2bfdaee433f -patch_args=-Np0 diff --git a/srcpkgs/http-parser/patches/cve_2020_8287.patch b/srcpkgs/http-parser/patches/cve_2020_8287.patch index aa67b87b374..7ce7c57dd60 100644 --- a/srcpkgs/http-parser/patches/cve_2020_8287.patch +++ b/srcpkgs/http-parser/patches/cve_2020_8287.patch @@ -2,8 +2,8 @@ Upstream: no Patch from NodeJS's vendored version: https://github.com/nodejs/node/commit/fc70ce08f5818a286fb5899a1bc3aff5965a745e ---- http_parser.c -+++ http_parser.c +--- a/http_parser.c ++++ b/http_parser.c @@ -1344,6 +1344,13 @@ size_t http_parser_execute (http_parser *parser, } else if (parser->index == sizeof(TRANSFER_ENCODING)-2) { parser->header_state = h_transfer_encoding; @@ -18,8 +18,8 @@ https://github.com/nodejs/node/commit/fc70ce08f5818a286fb5899a1bc3aff5965a745e } break; ---- test.c -+++ test.c +--- a/test.c ++++ b/test.c @@ -2154,6 +2154,32 @@ const struct message responses[] = ,.body= "2\r\nOK\r\n0\r\n\r\n" ,.num_chunks_complete= 0 diff --git a/srcpkgs/http-parser/template b/srcpkgs/http-parser/template index 67cf7f77d6c..a372064d4a7 100644 --- a/srcpkgs/http-parser/template +++ b/srcpkgs/http-parser/template @@ -13,7 +13,6 @@ license="MIT" homepage="https://github.com/nodejs/http-parser" distfiles="${homepage}/archive/${_githash}.tar.gz" checksum=765a21444322ea2476ca1e3cfeb74d280eeb37f4713cf52d2bf398dabf6e4128 -patch_args=-Np0 pre_install() { vmkdir usr/lib/pkgconfig diff --git a/srcpkgs/httpdirfs/patches/fix-coding.patch b/srcpkgs/httpdirfs/patches/fix-coding.patch index deadf2a8a5b..da80471f23c 100644 --- a/srcpkgs/httpdirfs/patches/fix-coding.patch +++ b/srcpkgs/httpdirfs/patches/fix-coding.patch @@ -1,7 +1,7 @@ diff --git src/main.c src/main.c index 154f052..b44463c 100644 ---- src/main.c -+++ src/main.c +--- a/src/main.c ++++ b/src/main.c @@ -290,10 +290,10 @@ static void print_help(char *program_name, int long_help) static void print_version() @@ -17,8 +17,8 @@ index 154f052..b44463c 100644 static void print_long_help() diff --git src/util.h src/util.h index d7c7c15..4ae9ce8 100644 ---- src/util.h -+++ src/util.h +--- a/src/util.h ++++ b/src/util.h @@ -24,7 +24,7 @@ /** * \brief the default user agent string diff --git a/srcpkgs/httpdirfs/patches/musl.patch b/srcpkgs/httpdirfs/patches/musl.patch index 59582e9807e..d9cce2e8c3a 100644 --- a/srcpkgs/httpdirfs/patches/musl.patch +++ b/srcpkgs/httpdirfs/patches/musl.patch @@ -1,7 +1,7 @@ diff --git src/util.c src/util.c index f2141bd..10e1549 100644 ---- src/util.c -+++ src/util.c +--- a/src/util.c ++++ b/src/util.c @@ -2,8 +2,9 @@ #include diff --git a/srcpkgs/httpdirfs/template b/srcpkgs/httpdirfs/template index 6b99f599778..0028d235c5d 100644 --- a/srcpkgs/httpdirfs/template +++ b/srcpkgs/httpdirfs/template @@ -12,7 +12,6 @@ license="GPL-3.0-only" homepage="https://github.com/fangfufu/httpdirfs" distfiles="https://github.com/fangfufu/httpdirfs/archive/${version}.tar.gz" checksum=05be4d83434eaea002f550b77aed6c05ff135927662d53a6e2b224e766a50a9a -patch_args=-Np0 CFLAGS="-D_FILE_OFFSET_BITS=64" diff --git a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch index 18ea91ef9dc..814252350b3 100644 --- a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch +++ b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch @@ -9,8 +9,8 @@ Subject: [PATCH] disable vigra-links-exr check diff --git CMakeModules/FindVIGRA.cmake CMakeModules/FindVIGRA.cmake index 2349916..f867b55 100755 ---- CMakeModules/FindVIGRA.cmake -+++ CMakeModules/FindVIGRA.cmake +--- a/CMakeModules/FindVIGRA.cmake ++++ b/CMakeModules/FindVIGRA.cmake @@ -63,24 +63,6 @@ IF (VIGRA_FOUND) "VIGRA lib is too old.\nHugin requires at least version 1.9.0, but found version ${VIGRA_VERSION}." ) diff --git a/srcpkgs/hugin/patches/fix-cflags.patch b/srcpkgs/hugin/patches/fix-cflags.patch index 02fa56bef0e..c440f298b77 100644 --- a/srcpkgs/hugin/patches/fix-cflags.patch +++ b/srcpkgs/hugin/patches/fix-cflags.patch @@ -1,7 +1,7 @@ Index: src/celeste/CMakeLists.txt =================================================================== ---- src/celeste/CMakeLists.txt.orig -+++ src/celeste/CMakeLists.txt +--- a/src/celeste/CMakeLists.txt ++++ b/src/celeste/CMakeLists.txt @@ -16,10 +16,6 @@ # You should have received a copy of the GNU General Public License # along with Hugin If not, see . diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template index e3b975ff529..451e75fe682 100644 --- a/srcpkgs/hugin/template +++ b/srcpkgs/hugin/template @@ -19,7 +19,6 @@ homepage="http://hugin.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2" checksum=283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb python_version=3 -patch_args=-Np0 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3" diff --git a/srcpkgs/hunspell/patches/search_path.patch b/srcpkgs/hunspell/patches/search_path.patch index 24608654b32..a0087246560 100644 --- a/srcpkgs/hunspell/patches/search_path.patch +++ b/srcpkgs/hunspell/patches/search_path.patch @@ -1,7 +1,7 @@ diff --git src/tools/hunspell.cxx src/tools/hunspell.cxx index 690e34a..d9b094d 100644 ---- src/tools/hunspell.cxx -+++ src/tools/hunspell.cxx +--- a/src/tools/hunspell.cxx ++++ b/src/tools/hunspell.cxx @@ -119,25 +119,11 @@ "/usr/share/hunspell:" \ "/usr/share/myspell:" \ diff --git a/srcpkgs/hunspell/template b/srcpkgs/hunspell/template index 04144a0ade2..929f4b1893e 100644 --- a/srcpkgs/hunspell/template +++ b/srcpkgs/hunspell/template @@ -12,7 +12,6 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1" homepage="https://hunspell.github.io/" distfiles="https://github.com/hunspell/hunspell/archive/v${version}.tar.gz" checksum=bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a -patch_args=-Np0 pre_configure() { autoreconf -fi diff --git a/srcpkgs/hxtools/patches/loff_t.patch b/srcpkgs/hxtools/patches/loff_t.patch index 5775e03a472..70639f7021d 100644 --- a/srcpkgs/hxtools/patches/loff_t.patch +++ b/srcpkgs/hxtools/patches/loff_t.patch @@ -1,5 +1,5 @@ ---- sdevel/cctypeinfo.c -+++ sdevel/cctypeinfo.c +--- a/sdevel/cctypeinfo.c ++++ b/sdevel/cctypeinfo.c @@ -18,6 +18,8 @@ #else # include diff --git a/srcpkgs/hxtools/template b/srcpkgs/hxtools/template index 33a37ff0b97..87be5bb16f1 100644 --- a/srcpkgs/hxtools/template +++ b/srcpkgs/hxtools/template @@ -12,4 +12,3 @@ homepage="http://inai.de/projects/hxtools" distfiles="http://inai.de/files/hxtools/hxtools-${version}.tar.xz" checksum=45ceee8db0b9b926712b336ebb91c572f2247cec64862f6171fc416db4e9e12f conflicts="bsd-games>=0" -patch_args=-Np0