public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-int_types.patch
@ 2007-12-20 23:08 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 2+ messages in thread
From: Wulf Krueger (philantrop) @ 2007-12-20 23:08 UTC (permalink / raw
  To: gentoo-commits

philantrop    07/12/20 23:08:59

  Added:                pilot-link-0.12.3-int_types.patch
  Log:
  Added an upstream patch to fix 64-bit issues causing problems in some applications using pilot-link (e. g. jpilot, bug 87842). Disabled parallel make for now as it's badly broken (bug 202857).
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.1                  app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?rev=1.1&content-type=text/plain

Index: pilot-link-0.12.3-int_types.patch
===================================================================
--- pilot-link-0.12.3/include/pi-md5.h	2006-10-17 15:24:07.000000000 +0200
+++ pilot-link/include/pi-md5.h	2007-12-18 04:03:09.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * $Id: pilot-link-0.12.3-int_types.patch,v 1.1 2007/12/20 23:08:58 philantrop Exp $
+ * $Id: pilot-link-0.12.3-int_types.patch,v 1.1 2007/12/20 23:08:58 philantrop Exp $
  *
  * pi-md5.h: Header file for Colin Plumb's MD5 implementation.
  *           Modified by Ian Jackson so as not to use Colin Plumb's
@@ -13,8 +13,20 @@
 #ifndef MD5_H
 #define MD5_H
 
+#include "config.h"
+#if HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef HAVE_INTTYPES_H || HAVE_STDINT_H
+#define UINT8 uint8_t
+#define UINT32 uint32_t
+#else
 #define UINT8 unsigned char
-#define UINT32 unsigned long
+#define UINT32 unsigned int
+#endif
 
 struct MD5Context {
 	UINT32 buf[4];



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-int_types.patch
@ 2007-12-22 14:49 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 2+ messages in thread
From: Wulf Krueger (philantrop) @ 2007-12-22 14:49 UTC (permalink / raw
  To: gentoo-commits

philantrop    07/12/22 14:49:19

  Modified:             pilot-link-0.12.3-int_types.patch
  Log:
  Fixed the patch which was auto-broken by our beloved CVS. Fixes bug 202985.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.2                  app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?r1=1.1&r2=1.2

Index: pilot-link-0.12.3-int_types.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pilot-link-0.12.3-int_types.patch	20 Dec 2007 23:08:58 -0000	1.1
+++ pilot-link-0.12.3-int_types.patch	22 Dec 2007 14:49:18 -0000	1.2
@@ -1,12 +1,5 @@
 --- pilot-link-0.12.3/include/pi-md5.h	2006-10-17 15:24:07.000000000 +0200
 +++ pilot-link/include/pi-md5.h	2007-12-18 04:03:09.000000000 +0100
-@@ -1,5 +1,5 @@
- /*
-- * $Id: pilot-link-0.12.3-int_types.patch,v 1.1 2007/12/20 23:08:58 philantrop Exp $
-+ * $Id: pilot-link-0.12.3-int_types.patch,v 1.1 2007/12/20 23:08:58 philantrop Exp $
-  *
-  * pi-md5.h: Header file for Colin Plumb's MD5 implementation.
-  *           Modified by Ian Jackson so as not to use Colin Plumb's
 @@ -13,8 +13,20 @@
  #ifndef MD5_H
  #define MD5_H



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-22 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20 23:08 [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-int_types.patch Wulf Krueger (philantrop)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-22 14:49 Wulf Krueger (philantrop)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox