From tkato@prontomail.com  Thu Jul 10 07:17:02 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4C5EA37B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 10 Jul 2003 07:17:02 -0700 (PDT)
Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5B343F85
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 10 Jul 2003 07:17:01 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([218.222.68.154]) by hfep03.dion.ne.jp with SMTP
          id <20030710141658741.PVXL@hfep03.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Thu, 10 Jul 2003 23:16:58 +0900
Message-Id: <20030710231613.5e95a361.tkato@prontomail.com>
Date: Thu, 10 Jul 2003 23:16:13 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: devel/cxref to 1.5e

>Number:         54322
>Category:       ports
>Synopsis:       Update port: devel/cxref to 1.5e
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 10 07:20:11 PDT 2003
>Closed-Date:    Fri Jul 11 10:44:36 PDT 2003
>Last-Modified:  Fri Jul 11 10:44:36 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.5e

Remove file:
files/patch-af

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/cxref/Makefile devel/cxref/Makefile
--- /usr/ports/devel/cxref/Makefile	Thu Jun 12 16:57:30 2003
+++ devel/cxref/Makefile	Sun Jul  6 11:44:28 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	cxref
-PORTVERSION=	1.5d
-PORTREVISION=	1
+PORTVERSION=	1.5e
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
 		ftp://ftp.demon.co.uk/pub/unix/tools/
@@ -19,6 +18,7 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		cxref.1 cxref-query.1
 
diff -urN /usr/ports/devel/cxref/distinfo devel/cxref/distinfo
--- /usr/ports/devel/cxref/distinfo	Tue Sep 10 20:08:05 2002
+++ devel/cxref/distinfo	Sun Jul  6 11:43:45 2003
@@ -1 +1 @@
-MD5 (cxref-1.5d.tgz) = 1eddc07f124e129a863233e3aa7da857
+MD5 (cxref-1.5e.tgz) = 95d6055615f2fdefb39a2647ac70702f
diff -urN /usr/ports/devel/cxref/files/patch-af devel/cxref/files/patch-af
--- /usr/ports/devel/cxref/files/patch-af	Thu Jun 12 13:33:33 2003
+++ devel/cxref/files/patch-af	Thu Jan  1 09:00:00 1970
@@ -1,16 +0,0 @@
---- comment.c.orig	Tue Nov 16 20:11:38 1999
-+++ comment.c	Tue Jan 14 16:17:17 2003
-@@ -158,8 +158,11 @@
- 
-  if(comment)
-    {
--    malloc_comment=Realloc(malloc_comment,strlen(comment)+1);
--    strcpy(malloc_comment,comment);
-+    if(malloc_comment != comment)
-+      {
-+       malloc_comment=Realloc(malloc_comment,strlen(comment)+1);
-+       strcpy(malloc_comment,comment);
-+      }
-     current_comment=malloc_comment;
-    }
-  else
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Fri Jul 11 10:44:26 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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