summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-10-20 12:16:39 +0000
committerhubertf <hubertf>2003-10-20 12:16:39 +0000
commit3c2205205afe0bc3e64d5ee5de62cd3f8ff8e682 (patch)
tree8fd036569cf178daeb63a80d9127f65479964b0d /comms
parent961edb8b6650cabca409724bf019ed65bc876742 (diff)
downloadpkgsrc-3c2205205afe0bc3e64d5ee5de62cd3f8ff8e682.tar.gz
Ugly hack to make this build on -current and 1.6.1_STABLE.
XXX <des.h> doesn't exist on 1.6.1_STABLE XXX <openssl/des.h> exists on both, but is incompatible and thus the package won't build on -current XXX <kerberosIV/des.h> works for both. XXX Someone make this mess go away. :( Fixes PR 23185 by mlelstv @ IRCnet
Diffstat (limited to 'comms')
-rw-r--r--comms/jpilot/distinfo4
-rw-r--r--comms/jpilot/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/jpilot/distinfo b/comms/jpilot/distinfo
index 93a4766e567..49098dbc598 100644
--- a/comms/jpilot/distinfo
+++ b/comms/jpilot/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2003/09/26 13:35:36 wiz Exp $
+$NetBSD: distinfo,v 1.11 2003/10/20 12:16:39 hubertf 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-ab) = 8de4a495141b6c3c7003cea5cbcedbbfd6929663
SHA1 (patch-ad) = e1e7ce9e7cc1bd1e901f6763799cdfd03f3cd605
diff --git a/comms/jpilot/patches/patch-ab b/comms/jpilot/patches/patch-ab
index 70c4ab39bf1..65f6faba57c 100644
--- a/comms/jpilot/patches/patch-ab
+++ b/comms/jpilot/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2003/09/26 13:35:36 wiz Exp $
+$NetBSD: patch-ab,v 1.6 2003/10/20 12:16:40 hubertf Exp $
--- KeyRing/keyring.c.orig 2002-12-25 07:19:04.000000000 +0100
+++ KeyRing/keyring.c
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.5 2003/09/26 13:35:36 wiz Exp $
/* Opensll header files */
#include <openssl/md5.h>
-#include <openssl/des.h>
-+#include <des.h>
++#include <kerberosIV/des.h>
#include "libplugin.h"