pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/kth-krb4 Fix build with newer awk in netbsd-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5e77eff839b
branches:  trunk
changeset: 547483:d5e77eff839b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Sep 17 16:11:28 2008 +0000

description:
Fix build with newer awk in netbsd-current.

diffstat:

 security/kth-krb4/distinfo         |   3 ++-
 security/kth-krb4/patches/patch-ae |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r fd244b11e3f6 -r d5e77eff839b security/kth-krb4/distinfo
--- a/security/kth-krb4/distinfo        Wed Sep 17 15:49:26 2008 +0000
+++ b/security/kth-krb4/distinfo        Wed Sep 17 16:11:28 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/09/07 08:46:20 wennmach Exp $
+$NetBSD: distinfo,v 1.12 2008/09/17 16:11:28 joerg Exp $
 
 SHA1 (krb4-1.2.2.tar.gz) = 41379763161d0b94646adb8847b83f92e5c985a4
 RMD160 (krb4-1.2.2.tar.gz) = 585f19767c610c31ca5be59d8cf61724739969f1
@@ -7,5 +7,6 @@
 SHA1 (patch-ab) = 94e4abdeeb0263eac7207fac120e10d190fb0f30
 SHA1 (patch-ac) = 8e3f1ea92fdb45c1d48c5f1719dcf3eb0ed2a52d
 SHA1 (patch-ad) = 48ebf93893662ecc10e56e0653351f80359b12b0
+SHA1 (patch-ae) = 654d92268a6c693d566acde1a7c881dc6dea2166
 SHA1 (patch-ah) = 5d09fc774b0d35070036aebd1339b32ed38137de
 SHA1 (patch-ai) = dc9db52ff819cc08753e8fe98397187df1dd0310
diff -r fd244b11e3f6 -r d5e77eff839b security/kth-krb4/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/kth-krb4/patches/patch-ae        Wed Sep 17 16:11:28 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.5 2008/09/17 16:11:28 joerg Exp $
+
+--- lib/roken/roken.awk.orig   2008-09-17 17:44:57.000000000 +0200
++++ lib/roken/roken.awk
+@@ -15,7 +15,7 @@ BEGIN {
+       print "puts(\"\");"
+ }
+ 
+-$1 == "\#ifdef" || $1 == "\#ifndef" || $1 == "\#if" || $1 == "\#else" || $1 == "\#elif" || $1 == "\#endif" || $1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#elif" || 
$1 == "#endif" {
++$1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#elif" || $1 == "#endif" || $1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#elif" || $1 == 
"#endif" {
+       print $0;
+       next
+ }



Home | Main Index | Thread Index | Old Index