summaryrefslogtreecommitdiff
path: root/textproc/diffutils/files
diff options
context:
space:
mode:
authorCollin Funk <collin.funk1@gmail.com>2025-02-21 20:20:30 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-02-21 20:25:42 +0300
commit8c145c704e4de1aa39ad6908c231e68ec289d8f0 (patch)
tree12a391aa869f1371a09c3c25be682bdb4cbeb237 /textproc/diffutils/files
parentmath/pcalc: Corrections (diff)
textproc/diffutils: Update 3.8 => 3.11
Release announcement and changelog: https://lists.gnu.org/archive/html/info-gnu/2025-02/msg00003.html Improve port: - replace PORTVERSION with DISTVERSION, - remove unnecessary dependency from devel/libsigsegv, - remove GNU_CONFIGURE_MANPREFIX, - pet portclippy. PR: 284552 Approved by: schaiba@gmail.com (maintainer)
Diffstat (limited to 'textproc/diffutils/files')
-rw-r--r--textproc/diffutils/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/diffutils/files/patch-configure b/textproc/diffutils/files/patch-configure
deleted file mode 100644
index 02d8ce285d16..000000000000
--- a/textproc/diffutils/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2021-08-02 01:56:20 UTC
-+++ configure
-@@ -34085,7 +34085,7 @@ else $as_nop
- elxsi | \
- fr30 | \
- h8300 | \
-- i?86 | x86_64 | \
-+ i?86 | x86_64 | amd64 | \
- i860 | \
- ia64 | \
- m32r | \
-@@ -34134,7 +34134,7 @@ find_stack_direction (int *addr, int depth)
- return dir + dummy;
- }
- int
--main (int argc, char *argv)
-+main (int argc, char *argv[])
- {
- printf ("%d\n", find_stack_direction (NULL, argc + 20));
- return 0;