pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/mtools Forgot patch file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9087b288204a
branches:  trunk
changeset: 607359:9087b288204a
user:      is <is%pkgsrc.org@localhost>
date:      Fri Aug 10 14:59:58 2012 +0000

description:
Forgot patch file...

diffstat:

 sysutils/mtools/Makefile              |   4 ++--
 sysutils/mtools/patches/patch-llong.h |  13 +++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 474731764d63 -r 9087b288204a sysutils/mtools/Makefile
--- a/sysutils/mtools/Makefile  Fri Aug 10 14:21:37 2012 +0000
+++ b/sysutils/mtools/Makefile  Fri Aug 10 14:59:58 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2012/08/08 08:46:27 is Exp $
+# $NetBSD: Makefile,v 1.51 2012/08/10 14:59:58 is Exp $
 
 DISTNAME=      mtools-4.0.17
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils
 MASTER_SITES=  http://www.mtools.linux.lu/
 EXTRACT_SUFX=  .tar.bz2
diff -r 474731764d63 -r 9087b288204a sysutils/mtools/patches/patch-llong.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/mtools/patches/patch-llong.h     Fri Aug 10 14:59:58 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-llong.h,v 1.1 2012/08/10 14:59:58 is Exp $
+
+--- llong.h.orig        2010-10-03 16:00:42.000000000 +0000
++++ llong.h
+@@ -25,7 +25,7 @@
+ /* if off_t is already 64 bits, be happy, and don't worry about the
+  * loff_t and llseek stuff */
+ #define MT_OFF_T off_t
+-#define MT_SIZE_T size_t
++#define MT_SIZE_T off_t
+ #endif
+
+ #ifndef MT_OFF_T



Home | Main Index | Thread Index | Old Index