pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/jpilot Fix build on current (des.h fallout).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fd415abc15a
branches:  trunk
changeset: 462129:4fd415abc15a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 26 13:35:36 2003 +0000

description:
Fix build on current (des.h fallout).

diffstat:

 comms/jpilot/distinfo         |   3 ++-
 comms/jpilot/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 780a8c2f81d0 -r 4fd415abc15a comms/jpilot/distinfo
--- a/comms/jpilot/distinfo     Fri Sep 26 13:20:55 2003 +0000
+++ b/comms/jpilot/distinfo     Fri Sep 26 13:35:36 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2003/03/04 16:29:29 wiz Exp $
+$NetBSD: distinfo,v 1.10 2003/09/26 13:35:36 wiz Exp $
 
 SHA1 (jpilot-0.99.5.tar.gz) = 357807f50edb301db81ab9f7aaedcb5541e86eec
 Size (jpilot-0.99.5.tar.gz) = 1033716 bytes
 SHA1 (patch-aa) = 48aade27edf9df1c67e15faba0fda904ea7e8c79
+SHA1 (patch-ab) = 0f57f8c86158255e06079f4eac473b566cdb26b3
 SHA1 (patch-ad) = e1e7ce9e7cc1bd1e901f6763799cdfd03f3cd605
diff -r 780a8c2f81d0 -r 4fd415abc15a comms/jpilot/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/jpilot/patches/patch-ab     Fri Sep 26 13:35:36 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2003/09/26 13:35:36 wiz Exp $
+
+--- KeyRing/keyring.c.orig     2002-12-25 07:19:04.000000000 +0100
++++ KeyRing/keyring.c
+@@ -31,7 +31,7 @@
+ 
+ /* Opensll header files */
+ #include <openssl/md5.h>
+-#include <openssl/des.h>
++#include <des.h>
+ 
+ #include "libplugin.h"
+ 



Home | Main Index | Thread Index | Old Index