Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2004 03:04:43 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63175: Update port: devel/ossp-cfg to 0.9.1
Message-ID:  <8665e0ia10.wl%fuyuki@nigredo.org>
Resent-Message-ID: <200402211810.i1LIAEGk035824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 10:10:14 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8665e0ia10.wl%fuyuki>