pkgsrc-WIP-changes archive

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

fdupes: Add patch comments



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Sat Dec 12 04:36:45 2015 +0100
Changeset:	feb6aae7312280fa0cd6460f5ff0fef8864f4eec

Modified Files:
	fdupes/distinfo
	fdupes/patches/patch-aa
	fdupes/patches/patch-ac

Log Message:
fdupes: Add patch comments

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

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

diffstat:
 fdupes/distinfo         | 4 ++--
 fdupes/patches/patch-aa | 3 +++
 fdupes/patches/patch-ac | 3 +++
 3 files changed, 8 insertions(+), 2 deletions(-)

diffs:
diff --git a/fdupes/distinfo b/fdupes/distinfo
index 7009dbc..8cca065 100644
--- a/fdupes/distinfo
+++ b/fdupes/distinfo
@@ -4,5 +4,5 @@ SHA1 (fdupes-1.51.tar.gz) = 8276b39026f57a2f9503d7af18efca0a7d42b8ec
 RMD160 (fdupes-1.51.tar.gz) = cf2c3524a2f827c50ce2ef257d3d7f9b75951c48
 SHA512 (fdupes-1.51.tar.gz) = 7cbc414f25427793317667b8d5494f7247a08ba402855929de77d1db01eb3dce41ea608f8dcca047c4a7856e02b10261982cf2acd7f6a79ab726b3009c710a8d
 Size (fdupes-1.51.tar.gz) = 48942 bytes
-SHA1 (patch-aa) = 54310ea6e662edd8ccce384e50e7c8707bf43b0c
-SHA1 (patch-ac) = 420783a383c26a2aa64081658796c3124f4b0dfb
+SHA1 (patch-aa) = 7b32e2f851a16b0abf0a0c0a6c5e2366e8866a7a
+SHA1 (patch-ac) = be0d27bfbf58fae478f54133d16e01012a24c5cf
diff --git a/fdupes/patches/patch-aa b/fdupes/patches/patch-aa
index 277e1cb..da4d284 100644
--- a/fdupes/patches/patch-aa
+++ b/fdupes/patches/patch-aa
@@ -1,5 +1,8 @@
 $NetBSD: patch-aa,v 1.1.1.1 2008/12/17 11:56:26 obache Exp $
 
+Add casts to silence prinitf errors.
+Do not overwrite stdin.
+
 --- fdupes.c.orig	2013-04-20 18:02:18.000000000 +0000
 +++ fdupes.c
 @@ -643,7 +643,7 @@ void printmatches(file_t *files)
diff --git a/fdupes/patches/patch-ac b/fdupes/patches/patch-ac
index d236dad..774fb4a 100644
--- a/fdupes/patches/patch-ac
+++ b/fdupes/patches/patch-ac
@@ -1,5 +1,8 @@
 $NetBSD: patch-ac,v 1.1.1.1 2008/12/17 11:56:26 obache Exp $
 
+Fix various target paths.
+Add a rule in order not to depend on gmake.
+
 --- Makefile.orig	2013-04-20 17:51:58.000000000 +0000
 +++ Makefile
 @@ -11,7 +11,7 @@


Home | Main Index | Thread Index | Old Index