summaryrefslogtreecommitdiff
path: root/security/skey
diff options
context:
space:
mode:
authorobache <obache>2008-12-13 12:07:54 +0000
committerobache <obache>2008-12-13 12:07:54 +0000
commit2dd526b7ae15c76b732c636909d27f6ca30f1023 (patch)
tree2e26d08ac0fa94dd32bd5d21dbd7b32a47b15b65 /security/skey
parenta252e32dc38e85d17d632df9f8544e8038615e8e (diff)
downloadpkgsrc-2dd526b7ae15c76b732c636909d27f6ca30f1023.tar.gz
macro name must not contains '-', a part of PR 39953.
Diffstat (limited to 'security/skey')
-rw-r--r--security/skey/distinfo4
-rw-r--r--security/skey/hacks.mk4
-rw-r--r--security/skey/patches/patch-ac4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/skey/distinfo b/security/skey/distinfo
index bda6a5ea48f..4f0e73326bb 100644
--- a/security/skey/distinfo
+++ b/security/skey/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2006/07/09 13:39:06 schwarz Exp $
+$NetBSD: distinfo,v 1.7 2008/12/13 12:07:54 obache Exp $
SHA1 (skey-1.1.5.tar.bz2) = d55fb286098900cdf3eb6b174a720a06c722312a
RMD160 (skey-1.1.5.tar.bz2) = 33d97cbcd6dbc91bdca5b27056d51d1f5d06b68d
Size (skey-1.1.5.tar.bz2) = 61911 bytes
SHA1 (patch-aa) = c9c0cde8f648fae44bbfbffcb7da0d331fad537d
SHA1 (patch-ab) = 69d8f92968b3ebffc9b05fe7af1cde7e9d116587
-SHA1 (patch-ac) = 7f0b69315ccec66c4c59da142bd919b46d4c8409
+SHA1 (patch-ac) = f3e9a6ebb7ac22116c8d8e6fe8ca0db7f8d37051
diff --git a/security/skey/hacks.mk b/security/skey/hacks.mk
index 852bd86f0e4..bbaea03491e 100644
--- a/security/skey/hacks.mk
+++ b/security/skey/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.3 2008/03/11 18:47:41 tnn Exp $
+# $NetBSD: hacks.mk,v 1.4 2008/12/13 12:07:54 obache Exp $
.if !defined(SKEY_HACKS_MK)
SKEY_HACKS_MK= # defined
@@ -32,7 +32,7 @@ SUBST_SED.sginap= -e 's,usleep(100000),sginap(CLK_TCK/10),g'
###
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
PKG_HACKS+= missing-u_int64_t
-CPPFLAGS+= -DMISSING-U_INT64_T
+CPPFLAGS+= -DMISSING_U_INT64_T
.endif
.endif
diff --git a/security/skey/patches/patch-ac b/security/skey/patches/patch-ac
index 6747d15364f..150b0bae875 100644
--- a/security/skey/patches/patch-ac
+++ b/security/skey/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2006/07/09 13:39:06 schwarz Exp $
+$NetBSD: patch-ac,v 1.2 2008/12/13 12:07:54 obache Exp $
--- defines.h.orig 2006-07-09 14:03:48.000000000 +0200
+++ defines.h 2006-07-09 14:06:42.000000000 +0200
@@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.1 2006/07/09 13:39:06 schwarz Exp $
# endif
#endif
-+#ifdef MISSING-U_INT64_T
++#ifdef MISSING_U_INT64_T
+typedef unsigned long long int u_int64_t;
+#endif
+