aboutsummaryrefslogtreecommitdiff
path: root/devel/diffutils
Commit message (Collapse)AuthorAge
* diffutils: update to 3.10krant2024-02-07
| | | | | | | - Switch package URL to HTTPS - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* diffutils: update to 3.8Rosen Penev2022-01-17
| | | | | | | | Fixes compilation with newer glibc. Ported gnulib patch from m4. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: move binary of alternatives to libexec, rename as suggestedHuangbin Zhan2020-10-08
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* diffutils: provide diff, cmp as alternativesYousong Zhou2019-06-15
| | | | | | Resolves openwrt/packages#6361 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* diffutils: Update to 3.7Rosen Penev2019-01-16
| | | | | | | Some Makefile consistency updates. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* diffutils: fix 'compilation error on x86_64Sébastien Delafond2018-06-13
| | | | | | | | | | | | | | | | | | | | | Here was the first error I got: xstrtol-error.c:84:26: error: invalid use of undefined type 'struct rpl_option' More information on this error here: https://www.mail-archive.com/clfs-support@lists.clfs.org/msg00297.html I'm not sure if this is an issue in my build environment, but I believe this is the proper fix because gzip and zile use the same option: ./utils/gzip/Makefile: gl_cv_func_getopt_gnu=yes \ ./utils/zile/Makefile: gl_cv_func_getopt_gnu=yes \ This commit is mostly a reformat/sign-off of previous work by Dirk Morris <dmorris@untangle.com> Signed-off-by: Sébastien Delafond <sdelafond@gmail.com>
* diffutils: update to 3.6Hannu Nyman2018-01-05
| | | | | | Update GNU diffutils to 3.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* diffutils: fix fortify source compatJo-Philipp Wich2015-06-29
| | | | | | | | | | | | | | | | Compile with `-std=gnu99` instead of `-std=c99` to avoid redefining `__attribute__` in `src/system.h`. Fixes the following error spotted by the buildbot: In file included from ../lib/stdio.h:43:0, from cmp.c:22: .../staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify/stdio.h: In function 'snprintf': .../staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify/stdio.h:99:2: error: invalid use of '__builtin_va_arg_pack ()' return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); ^ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* global: change all instances of USE_EGLIBC to USE_GLIBCJohn Crispin2015-03-12
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* diffutils: add from old repo and updateRoger2014-09-12
Signed-off-by: Roger D <rogerdammit@gmail.com>