pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/jpilot Ugly hack to make this build on -current ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/926a044edb7d
branches: trunk
changeset: 462958:926a044edb7d
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Mon Oct 20 12:16:39 2003 +0000
description:
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:
comms/jpilot/distinfo | 4 ++--
comms/jpilot/patches/patch-ab | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 94081174acc4 -r 926a044edb7d comms/jpilot/distinfo
--- a/comms/jpilot/distinfo Mon Oct 20 12:08:03 2003 +0000
+++ b/comms/jpilot/distinfo Mon Oct 20 12:16:39 2003 +0000
@@ -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 -r 94081174acc4 -r 926a044edb7d comms/jpilot/patches/patch-ab
--- a/comms/jpilot/patches/patch-ab Mon Oct 20 12:08:03 2003 +0000
+++ b/comms/jpilot/patches/patch-ab Mon Oct 20 12:16:39 2003 +0000
@@ -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 @@
/* Opensll header files */
#include <openssl/md5.h>
-#include <openssl/des.h>
-+#include <des.h>
++#include <kerberosIV/des.h>
#include "libplugin.h"
Home |
Main Index |
Thread Index |
Old Index