From fuyuki@nigredo.org  Sat Feb 21 10:04:47 2004
Return-Path: <fuyuki@nigredo.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3613B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Feb 2004 10:04:47 -0800 (PST)
Received: from mgate12.so-net.ne.jp (mgate12.so-net.ne.jp [210.139.254.159])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B1F0143D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Feb 2004 10:04:46 -0800 (PST)
	(envelope-from fuyuki@nigredo.org)
Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12])
	by mgate12.so-net.ne.jp  with ESMTP id i1LI4jH16140
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Feb 2004 03:04:45 +0900 (JST)
Received: from ns.nigredo.org (p29d93c.spprac00.ap.so-net.ne.jp [218.41.217.60])
	by mail.dg8.so-net.ne.jp  with ESMTP id i1LI4iE07907
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Feb 2004 03:04:44 +0900 (JST)
Received: from ns.nigredo.org (localhost [IPv6:::1])
	by ns.nigredo.org (Postfix) with ESMTP id EC7CF20A9
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Feb 2004 03:04:44 +0900 (JST)
Message-Id: <8665e0ia10.wl%fuyuki@nigredo.org>
Date: Sun, 22 Feb 2004 03:04:43 +0900
From: Kimura Fuyuki <fuyuki@nigredo.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: devel/ossp-cfg to 0.9.1

>Number:         63175
>Category:       ports
>Synopsis:       Update port: devel/ossp-cfg to 0.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 10:10:14 PST 2004
>Closed-Date:    Mon Feb 23 23:44:23 PST 2004
>Last-Modified:  Mon Feb 23 23:44:23 PST 2004
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RC2 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RC2 i386

>Description:
Update to 0.9.1

>How-To-Repeat:

>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/ossp-cfg/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	4 Feb 2004 05:19:47 -0000	1.6
+++ Makefile	21 Feb 2004 17:59:37 -0000
@@ -8,9 +8,7 @@
 #
 
 PORTNAME=	cfg
-PORTVERSION=	0.9.0
-PORTREVISION=	1
-PORTEPOCH=	0
+PORTVERSION=	0.9.1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.ossp.org/pkg/lib/cfg/
 PKGNAMEPREFIX=	ossp-
@@ -18,9 +16,11 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A library for parsing arbitrary C/C++-style configuration files
 
+LIB_DEPENDS=	ex.10:${PORTSDIR}/devel/ossp-ex
+
 USE_GMAKE=	yes
-USE_LIBTOOL=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/ossp-cfg/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	29 Jan 2004 07:23:12 -0000	1.2
+++ distinfo	21 Feb 2004 17:55:20 -0000
@@ -1,2 +1,2 @@
-MD5 (cfg-0.9.0.tar.gz) = 9f90dac8870078cf58483a4dc6b1c3d1
-SIZE (cfg-0.9.0.tar.gz) = 238544
+MD5 (cfg-0.9.1.tar.gz) = 0a156a7bc6b562db966bf9c8987164f0
+SIZE (cfg-0.9.1.tar.gz) = 343365
cvs diff: Diffing files
Index: files/patch-cfg_data.c
===================================================================
RCS file: files/patch-cfg_data.c
diff -N files/patch-cfg_data.c
--- files/patch-cfg_data.c	3 Feb 2003 20:25:03 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- cfg_data.c.orig	Sun Jul 28 07:06:02 2002
-+++ cfg_data.c	Mon Feb  3 15:15:12 2003
-@@ -186,7 +186,7 @@
-             break;
-         }
-         case CFG_DATA_ATTR_CTRL: {
--            cfg_data_cb_t ctrl = (cfg_data_cb_t)va_arg(ap, void (*)(void));
-+            cfg_data_cb_t ctrl = (cfg_data_cb_t)va_arg(ap, void *);
-             data->ctrl = ctrl;
-             break;
-         }
Index: files/patch-cfg_node.c
===================================================================
RCS file: files/patch-cfg_node.c
diff -N files/patch-cfg_node.c
--- files/patch-cfg_node.c	3 Feb 2003 20:25:03 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
---- cfg_node.c.orig	Sun Jul 28 07:06:03 2002
-+++ cfg_node.c	Mon Feb  3 15:15:27 2003
-@@ -33,6 +33,7 @@
- #include <stdarg.h>
- #include <unistd.h>
- #include <limits.h>
-+#include <sys/types.h>
- 
- #include "cfg_main.h"
- #include "cfg_node.h"
-@@ -443,8 +444,9 @@
-         fprintf(stderr, "step2: child node 0x%lx\n", (unsigned long)node);
-         do {
-             if (node->token != NULL) {
-+                size_t l;
-                 token = node->token;
--                size_t l = strlen(token);
-+		l = strlen(token);
-                 fprintf(stderr, "step2: child node: \"%s\"\n", token);
-                 if (   (l == 1 && l == nSel && token[0] == '*')
-                     || (l == nSel && strncmp(token, cpSel, nSel) == 0)) {
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Feb 23 23:44:13 PST 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63175 
>Unformatted:
