ports/54322: Update port: devel/cxref to 1.5e

KATO Tsuguru tkato at prontomail.com
Thu Jul 10 14:20:18 UTC 2003


>Number:         54322
>Category:       ports
>Synopsis:       Update port: devel/cxref to 1.5e
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 10 07:20:11 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list