Mon Oct 1 12:47:31 2012 UTC ()
Add comment to patch.


(wiz)
diff -r1.5 -r1.6 pkgsrc/misc/fbreader/distinfo
diff -r1.2 -r1.3 pkgsrc/misc/fbreader/patches/patch-ab

cvs diff -r1.5 -r1.6 pkgsrc/misc/fbreader/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/fbreader/distinfo 2012/10/01 12:40:36 1.5
+++ pkgsrc/misc/fbreader/distinfo 2012/10/01 12:47:30 1.6
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.5 2012/10/01 12:40:36 ryoon Exp $ 1$NetBSD: distinfo,v 1.6 2012/10/01 12:47:30 wiz Exp $
2 2
3SHA1 (fbreader-sources-0.99.2.tgz) = 16391ac7d5e38c014c48f9f9f8c0a21342926ffe 3SHA1 (fbreader-sources-0.99.2.tgz) = 16391ac7d5e38c014c48f9f9f8c0a21342926ffe
4RMD160 (fbreader-sources-0.99.2.tgz) = b143d8bb2aa3879f2c4b273011ffef5ec93532be 4RMD160 (fbreader-sources-0.99.2.tgz) = b143d8bb2aa3879f2c4b273011ffef5ec93532be
5Size (fbreader-sources-0.99.2.tgz) = 2423279 bytes 5Size (fbreader-sources-0.99.2.tgz) = 2423279 bytes
6SHA1 (patch-ab) = d52517a4467c86c028413b3e431f9a87548ad957 6SHA1 (patch-ab) = 4fcbbc7c9fe7fe2e9d841d226ba69624e36e08a5
7SHA1 (patch-ah) = 8b30ee01cdb05d1680ce45cb57ba37011c33fa6c 7SHA1 (patch-ah) = 8b30ee01cdb05d1680ce45cb57ba37011c33fa6c
8SHA1 (patch-ai) = 4e1e7f400277461853deba91536d25c13d9b6426 8SHA1 (patch-ai) = 4e1e7f400277461853deba91536d25c13d9b6426
9SHA1 (patch-zlibrary_text_Makefile) = 626331a0fe20419613029ad1337c1d60d73837c9 9SHA1 (patch-zlibrary_text_Makefile) = 626331a0fe20419613029ad1337c1d60d73837c9

cvs diff -r1.2 -r1.3 pkgsrc/misc/fbreader/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/misc/fbreader/patches/patch-ab 2012/10/01 12:40:36 1.2
+++ pkgsrc/misc/fbreader/patches/patch-ab 2012/10/01 12:47:30 1.3
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-ab,v 1.2 2012/10/01 12:40:36 ryoon Exp $ 1$NetBSD: patch-ab,v 1.3 2012/10/01 12:47:30 wiz Exp $
 2
 3Avoid ancient function that needs libcompat.
2 4
3--- zlibrary/core/src/unix/time/ZLUnixTime.cpp.orig 2012-09-06 20:58:48.000000000 +0000 5--- zlibrary/core/src/unix/time/ZLUnixTime.cpp.orig 2012-09-06 20:58:48.000000000 +0000
4+++ zlibrary/core/src/unix/time/ZLUnixTime.cpp 6+++ zlibrary/core/src/unix/time/ZLUnixTime.cpp
5@@ -17,7 +17,6 @@ 7@@ -17,7 +17,6 @@
6 * 02110-1301, USA. 8 * 02110-1301, USA.
7 */ 9 */
8  10
9-#include <sys/timeb.h> 11-#include <sys/timeb.h>
10 #include <time.h> 12 #include <time.h>
11  13
12 #include <ZLTime.h> 14 #include <ZLTime.h>
13@@ -25,9 +24,9 @@ 15@@ -25,9 +24,9 @@
14 #include "ZLUnixTime.h" 16 #include "ZLUnixTime.h"