From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 12 09:20:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D896116A41F for ; Wed, 12 Oct 2005 09:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4091D43D48 for ; Wed, 12 Oct 2005 09:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9C9KGSn063463 for ; Wed, 12 Oct 2005 09:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9C9KGUu063462; Wed, 12 Oct 2005 09:20:16 GMT (envelope-from gnats) Resent-Date: Wed, 12 Oct 2005 09:20:16 GMT Resent-Message-Id: <200510120920.j9C9KGUu063462@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vd@datamax.bg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD1116A41F; Wed, 12 Oct 2005 09:12:28 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B6343D46; Wed, 12 Oct 2005 09:12:27 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id EF81BB83B; Wed, 12 Oct 2005 12:12:26 +0300 (EEST) Received: (nullmailer pid 5788 invoked by uid 1002); Wed, 12 Oct 2005 09:12:25 -0000 Message-Id: <20051012091225.GA5714@qlovarnika.bg.datamax> Date: Wed, 12 Oct 2005 12:12:25 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mnag@FreeBSD.org Subject: ports/87310: Update port: devel/str to 0.9.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@datamax.bg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 09:20:17 -0000 >Number: 87310 >Category: ports >Synopsis: Update port: devel/str to 0.9.12 >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: Wed Oct 12 09:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 6.0-RC1 amd64 >Organization: DataMax >Environment: >Description: Immediate fix of ports/87260 from the ossp-str developers. >How-To-Repeat: >Fix: --- str_0.9.11-0.9.12.diff begins here --- diff -urN --exclude=CVS --exclude=README.html /usr/ports/devel/str/Makefile str/Makefile --- /usr/ports/devel/str/Makefile Tue Oct 11 20:02:23 2005 +++ str/Makefile Wed Oct 12 12:02:02 2005 @@ -6,8 +6,7 @@ # PORTNAME= str -PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTVERSION= 0.9.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} diff -urN --exclude=CVS --exclude=README.html /usr/ports/devel/str/distinfo str/distinfo --- /usr/ports/devel/str/distinfo Tue Oct 4 02:20:57 2005 +++ str/distinfo Wed Oct 12 12:02:28 2005 @@ -1,2 +1,2 @@ -MD5 (str-0.9.11.tar.gz) = e9ff9178f8532ff7237c8cd6b4508ad7 -SIZE (str-0.9.11.tar.gz) = 383023 +MD5 (str-0.9.12.tar.gz) = 3f6da8a6ae6662eedf481f11a65592b2 +SIZE (str-0.9.12.tar.gz) = 365034 diff -urN --exclude=CVS --exclude=README.html /usr/ports/devel/str/files/patch-str_parse.c str/files/patch-str_parse.c --- /usr/ports/devel/str/files/patch-str_parse.c Tue Oct 11 20:02:24 2005 +++ str/files/patch-str_parse.c Thu Jan 1 02:00:00 1970 @@ -1,21 +0,0 @@ ---- str_parse.c.orig Mon Jan 24 13:20:22 2005 -+++ str_parse.c Tue Oct 11 13:44:59 2005 -@@ -297,6 +297,7 @@ - char buf2[128]; - char *buf_ptr; - str_vformat_t sf; -+ va_list ap_temp; - - /* - * Caching support -@@ -564,7 +565,9 @@ - sf.data[3].p = (char *)string; - sf.data[4].p = cap_vec; - sf.data[5].i = cap_num; -- l = str_vformat(&sf, buf_ptr, ap); -+ /* we shall need `ap' untouched later */ -+ va_copy(ap_temp, ap); -+ l = str_vformat(&sf, buf_ptr, ap_temp); - - /* allocate output buffer */ - if ((*cpp = (char *)malloc(l+1)) == NULL) { --- str_0.9.11-0.9.12.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: