pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wap-utils ap_type is a short, not a char. Fix it a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c79ef2d3b89e
branches:  trunk
changeset: 510069:c79ef2d3b89e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 23 17:09:40 2006 +0000

description:
ap_type is a short, not a char. Fix it and bump revision.

diffstat:

 net/wap-utils/Makefile         |   4 ++--
 net/wap-utils/distinfo         |   3 ++-
 net/wap-utils/patches/patch-aa |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r c2218da661c9 -r c79ef2d3b89e net/wap-utils/Makefile
--- a/net/wap-utils/Makefile    Thu Mar 23 16:53:27 2006 +0000
+++ b/net/wap-utils/Makefile    Thu Mar 23 17:09:40 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:10:32 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/03/23 17:09:40 joerg Exp $
 #
 
 DISTNAME=      ap-utils-1.3.2
 PKGNAME=       w${DISTNAME}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ap-utils/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c2218da661c9 -r c79ef2d3b89e net/wap-utils/distinfo
--- a/net/wap-utils/distinfo    Thu Mar 23 16:53:27 2006 +0000
+++ b/net/wap-utils/distinfo    Thu Mar 23 17:09:40 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:14:06 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/03/23 17:09:40 joerg Exp $
 
 SHA1 (ap-utils-1.3.2.tar.bz2) = 1be90d9e8df214ef422ffd581c2d29c2b961ea8c
 RMD160 (ap-utils-1.3.2.tar.bz2) = ce58feac694a05cb97bd0be9dc5fac99b9432919
 Size (ap-utils-1.3.2.tar.bz2) = 280243 bytes
+SHA1 (patch-aa) = 06ca4b5571d7f1cbf21b73288bc3be02d71b4182
diff -r c2218da661c9 -r c79ef2d3b89e net/wap-utils/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wap-utils/patches/patch-aa    Thu Mar 23 17:09:40 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2006/03/23 17:09:40 joerg Exp $
+
+--- src/file.c.orig    2006-03-23 16:56:33.000000000 +0000
++++ src/file.c
+@@ -115,7 +115,8 @@ struct APList *parse_db_str(char *str)
+ 
+ int get_opts()
+ {
+-        extern char ap_type, *community;
++        extern short ap_type;
++      extern char *community;
+       extern struct in_addr ap_ip;
+       extern int sockfd;
+       



Home | Main Index | Thread Index | Old Index