pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Mafile patch for == was redundant. Removed.



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Jul 4 16:49:32 2022 +0530
Changeset:	9d6b5e5c11b62a566124582b7f652ec1c36531e4

Modified Files:
	ltsmin/distinfo
Removed Files:
	ltsmin/patches/patch-Makefile.in

Log Message:
Mafile patch for == was redundant. Removed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d6b5e5c11b62a566124582b7f652ec1c36531e4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ltsmin/distinfo                  |  1 -
 ltsmin/patches/patch-Makefile.in | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/ltsmin/distinfo b/ltsmin/distinfo
index 5db0dd9bcf..75a4da9cd3 100644
--- a/ltsmin/distinfo
+++ b/ltsmin/distinfo
@@ -4,7 +4,6 @@ SHA1 (ltsmin-v3.0.2-source.tgz) = a658aaa6efa4a2c7fd0d48c4e8c406ebb4916c27
 RMD160 (ltsmin-v3.0.2-source.tgz) = 2e36b9cf08dd51ae6554cd8e7d5301726fb7202e
 SHA512 (ltsmin-v3.0.2-source.tgz) = f05f45384e2d12b82f9f59819c5701ad097819b77394296b3927d39183680fa86d7c94b2d2e8d497444887ed1a29b030e09f1808cb5c714ed8c939f9a6e7944a
 Size (ltsmin-v3.0.2-source.tgz) = 3273078 bytes
-SHA1 (patch-Makefile.in) = a20bc2c99a8baa2d5c3580990d20b41944454520
 SHA1 (patch-configure) = 8e15569fd3d58708b8b489e63df33d0b4878a41a
 SHA1 (patch-src_hre_hre__pthread.c) = db0b7a74f43dcd01ca3ac6bbaefca4a2b96e0053
 SHA1 (patch-src_pins-lib_modules_dve-pins.c) = 2ed2fa4485cef28505c8d941a70d920c9a85f1ab
diff --git a/ltsmin/patches/patch-Makefile.in b/ltsmin/patches/patch-Makefile.in
deleted file mode 100644
index 562149bca4..0000000000
--- a/ltsmin/patches/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- Makefile.in.orig	2018-07-03 19:29:08.000000000 +0000
-+++ Makefile.in
-@@ -167,7 +167,7 @@ am__nobase_list = $(am__nobase_strip_set
-   for p in $$list; do echo "$$p $$p"; done | \
-   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
--    if (++n[$$2] == $(am__install_max)) \
-+    if (++n[$$2] = $(am__install_max)) \
-       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-     END { for (dir in files) print dir, files[dir] }'
- am__base_list = \


Home | Main Index | Thread Index | Old Index