From nobody@FreeBSD.org  Fri May  1 10:54:14 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4460E106567A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 May 2009 10:54:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3299D8FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 May 2009 10:54:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n41AsDLe046342
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 1 May 2009 10:54:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n41AsDcJ046335;
	Fri, 1 May 2009 10:54:13 GMT
	(envelope-from nobody)
Message-Id: <200905011054.n41AsDcJ046335@www.freebsd.org>
Date: Fri, 1 May 2009 10:54:13 GMT
From: KOIE Hidetaka <koie@suri.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: svn commit crashes.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134133
>Category:       ports
>Synopsis:       svn commit crashes.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    lev
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 01 11:00:08 UTC 2009
>Closed-Date:    Fri May 01 18:31:25 UTC 2009
>Last-Modified:  Fri May  1 18:40:02 UTC 2009
>Originator:     KOIE Hidetaka
>Release:        8.0-CURRENT
>Organization:
SURIGIKEN
>Environment:
FreeBSD guriandgura 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Feb  5 04:32:41 JST 2009     koie@guriandgura:/usr/obj/usr/src/sys/GURIANDGURA  amd64
>Description:
koie@guriandgura% svn commit -m "comment"  xxx.c
&#12475;&#12464;&#12513;&#12531;&#12488;&#12456;&#12521;&#12540;(core&#12434;&#20986;&#21147;&#12375;&#12414;&#12375;&#12383;)
koie@guriandgura%
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rpub work/subversion-1.6.1/subversion/svn/util.c work.koie/subversion-1.6.1/subversion/svn/util.c
--- work/subversion-1.6.1/subversion/svn/util.c	2009-05-01 19:46:19.343032366 +0900
+++ work.koie/subversion-1.6.1/subversion/svn/util.c	2009-05-01 19:37:26.564747690 +0900
@@ -753,7 +753,7 @@ svn_cl__get_log_message(const char **log
          that follows it.  */
       truncate_buffer_at_prefix(&(log_msg_buf->len), log_msg_buf->data,
                                 EDITOR_EOF_PREFIX);
-      cleanmsg(NULL, (char*)*log_msg_buf->data);
+      cleanmsg(NULL, (char*)log_msg_buf->data);
 
       /* Make a string from a stringbuf, sharing the data allocation. */
       log_msg_str->data = log_msg_buf->data;


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lev 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri May 1 11:25:27 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134133 
State-Changed-From-To: open->closed 
State-Changed-By: lev 
State-Changed-When: Fri May 1 18:31:04 UTC 2009 
State-Changed-Why:  

Committed, thanks. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=134133 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134133: commit references a PR
Date: Fri,  1 May 2009 18:30:55 +0000 (UTC)

 lev         2009-05-01 18:30:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/subversion     distinfo 
     devel/subversion-freebsd Makefile 
   Log:
     Fix FreeBSD hacks finally
   
   PR:             ports/134133
   
   Revision  Changes    Path
   1.133     +2 -2      ports/devel/subversion-freebsd/Makefile
   1.66      +3 -3      ports/devel/subversion/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
