summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorrillig <rillig>2005-06-27 15:58:33 +0000
committerrillig <rillig>2005-06-27 15:58:33 +0000
commit0e4feb0938c89a6fbef20af07391ae2e2c40ba01 (patch)
tree6fc032598a162198deec0a26df61aca4e0d7b304 /net/arla
parentb8ba51dd776cf37d10dcb71ed8620417a923b38a (diff)
downloadpkgsrc-0e4feb0938c89a6fbef20af07391ae2e2c40ba01.tar.gz
Removed RCS Id from patch-ba.
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/distinfo4
-rw-r--r--net/arla/patches/patch-ba5
2 files changed, 3 insertions, 6 deletions
diff --git a/net/arla/distinfo b/net/arla/distinfo
index 9514940bb7f..bc6b4f3e3c1 100644
--- a/net/arla/distinfo
+++ b/net/arla/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2005/04/05 15:00:10 agc Exp $
+$NetBSD: distinfo,v 1.17 2005/06/27 15:58:33 rillig Exp $
SHA1 (arla-0.38.tar.gz) = f0e46d4ebf37c137c7a4ba98f6bdc66e7617fd0f
RMD160 (arla-0.38.tar.gz) = 9af0c70f6233ab7aa8d6eddfd30583b788a8aaa1
@@ -29,7 +29,7 @@ SHA1 (patch-aw) = d5c5f3321595c419f3873ba158fc228498dab4d5
SHA1 (patch-ax) = bd21ea5951c7bf657a0ce830ec365bdadd472c2f
SHA1 (patch-ay) = 550f04a7c6c0d52377430f535afee3a3833314b8
SHA1 (patch-az) = 072c2d9c8a2fea61fc04bff5d0d9fb211bbb67d6
-SHA1 (patch-ba) = 831df6c18039bab2160faca2a601e0a575d23507
+SHA1 (patch-ba) = a0282ec548cc673bb43bb43e0883cbb2b027af30
SHA1 (patch-bb) = 94cc830efcd70dbd1bddded7955b06373f56ea3c
SHA1 (patch-bc) = 61374abb7d0a60bf1dfcef78e88a5eae9d3bc1dd
SHA1 (patch-bd) = 8f7028ef8dad43cb7689efae8e0bdc759938a019
diff --git a/net/arla/patches/patch-ba b/net/arla/patches/patch-ba
index 8e07634949e..0e6d8a3523f 100644
--- a/net/arla/patches/patch-ba
+++ b/net/arla/patches/patch-ba
@@ -4,12 +4,9 @@ Shut up gcc.
--- include/bits.c.orig 2005-03-22 10:38:58.000000000 +0100
+++ include/bits.c 2005-03-22 10:39:43.000000000 +0100
-@@ -140,7 +140,7 @@
+@@ -140,4 +140,4 @@
f = fopen(argv[1], "w");
}
fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST);
- fprintf(f, " %*s %s */\n\n", strlen(fn), "",
+ fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
- "$Id: bits.c,v 1.7 2002/02/07 17:59:15 lha Exp $");
- fprintf(f, "#ifndef %s\n", hb);
- fprintf(f, "#define %s\n", hb);