diff options
author | wennmach <wennmach@pkgsrc.org> | 2003-03-05 13:10:21 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2003-03-05 13:10:21 +0000 |
commit | eac7863c4b88cfee1d8c95de09019e8b1ad79404 (patch) | |
tree | 381ca1cb59b4c52051aced4ce978bb5974e1d20c /net/arla | |
parent | 4defc212a9facb83c4e1e53958cc7241783ba52f (diff) | |
download | pkgsrc-eac7863c4b88cfee1d8c95de09019e8b1ad79404.tar.gz |
Update arla to 0.35.12.
Not many changes, the most important one being a fix in the
directory handling. themis has been removed, and is separately
distributed now.
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 6 | ||||
-rw-r--r-- | net/arla/PLIST | 4 | ||||
-rw-r--r-- | net/arla/distinfo | 7 | ||||
-rw-r--r-- | net/arla/patches/patch-bq | 23 |
4 files changed, 7 insertions, 33 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 555cacb9d29..a26c34a4637 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2003/01/28 22:03:48 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2003/03/05 13:10:21 wennmach Exp $ -DISTNAME= arla-0.35.12pre1 +DISTNAME= arla-0.35.12 #PKGREVISION= CATEGORIES= net security -MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/snap/ +MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= wennmach@netbsd.org HOMEPAGE= http://www.stacken.kth.se/project/arla/ diff --git a/net/arla/PLIST b/net/arla/PLIST index f0b1b67da43..de7a0d9e7a5 100644 --- a/net/arla/PLIST +++ b/net/arla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2003/01/14 12:00:09 wennmach Exp $ +@comment $NetBSD: PLIST,v 1.13 2003/03/05 13:10:21 wennmach Exp $ bin/aklog bin/amon bin/bos @@ -6,7 +6,6 @@ bin/fs bin/kalog bin/pts bin/rxdebug -bin/themis bin/tokens bin/udebug bin/unlog @@ -79,7 +78,6 @@ man/man1/fs.1 man/man1/kalog.1 man/man1/pts.1 man/man1/rxdebug.1 -man/man1/themis.1 man/man1/tokens.1 man/man1/udebug.1 man/man1/unlog.1 diff --git a/net/arla/distinfo b/net/arla/distinfo index af48fd98251..fa7f73d6f45 100644 --- a/net/arla/distinfo +++ b/net/arla/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2003/01/14 12:00:09 wennmach Exp $ +$NetBSD: distinfo,v 1.11 2003/03/05 13:10:21 wennmach Exp $ -SHA1 (arla-0.35.12pre1.tar.gz) = 474b5aa955dc2f2caaba2f30f2c709fafa07267c -Size (arla-0.35.12pre1.tar.gz) = 1355699 bytes +SHA1 (arla-0.35.12.tar.gz) = dda009ab21cf784f1f5561852b5b81a0170498f7 +Size (arla-0.35.12.tar.gz) = 1334145 bytes SHA1 (patch-ac) = a1d725edea6aaf3711c0d62a5ab5acd84d5fe4b7 SHA1 (patch-ad) = c5c33c0daf8174b2f8f76119f97725cd61015bb6 SHA1 (patch-ae) = f9255bc814f38cb8309380a44c1942d3d2cb233e @@ -22,6 +22,5 @@ SHA1 (patch-bm) = 297fe31840acc356db084621a9dc9ee298ce1723 SHA1 (patch-bn) = 1a38d4c64bf83496f8e93f19f2cb0d23f7df8a7f SHA1 (patch-bo) = 1043ac2eda88c7453036a69b79a2a68029f58470 SHA1 (patch-bp) = 36da1e63e93c54be548c65a1ba79fd43f89c9df8 -SHA1 (patch-bq) = 1add9568dbe3fec36960bcaccba8329cb5988fb0 SHA1 (patch-br) = 8862fc87d0aa5fa316f1c3a84dfc29e06cacb562 SHA1 (patch-bs) = 93ecb3788f9d057ad7dd00864fcf049e222fd636 diff --git a/net/arla/patches/patch-bq b/net/arla/patches/patch-bq deleted file mode 100644 index 38ce1862b31..00000000000 --- a/net/arla/patches/patch-bq +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-bq,v 1.2 2002/12/23 18:28:20 cjep Exp $ - -On NetBSD, comment out call to setgetprogname(). - ---- appl/themis/themis.c.orig Tue Aug 20 18:28:42 2002 -+++ appl/themis/themis.c Tue Aug 20 18:29:14 2002 -@@ -2285,7 +2285,16 @@ - char *file; - int optind = 0; - -+/* -+ * The setprogname(3) function was introduced in NetBSD 1.6. -+ * It is a function provided for compatibility, and in NetBSD, -+ * calling setprogname() from main() has no effect. -+ * In order to for this to work on older NetBSD systems, -+ * we just comment the call to setprogname() out. -+ */ -+#if !defined(__NetBSD__) - setprogname(argv[0]); -+#endif - - if (getarg (args, sizeof(args)/sizeof(*args), argc, argv, &optind)) - usage (1); |