Index: head/devel/cxref/Makefile =================================================================== --- head/devel/cxref/Makefile (revision 84689) +++ head/devel/cxref/Makefile (revision 84690) @@ -1,25 +1,25 @@ # New ports collection makefile for: cxref # Date created: 23 October 1996 # Whom: Thomas Gellekum # # $FreeBSD$ # 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/ MASTER_SITE_SUBDIR= devel/lang/c EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= C program cross-referencing & documentation tool USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= cxref.1 cxref-query.1 .include Property changes on: head/devel/cxref/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/devel/cxref/distinfo =================================================================== --- head/devel/cxref/distinfo (revision 84689) +++ head/devel/cxref/distinfo (revision 84690) @@ -1 +1 @@ -MD5 (cxref-1.5d.tgz) = 1eddc07f124e129a863233e3aa7da857 +MD5 (cxref-1.5e.tgz) = 95d6055615f2fdefb39a2647ac70702f Property changes on: head/devel/cxref/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/cxref/files/patch-af =================================================================== --- head/devel/cxref/files/patch-af (revision 84689) +++ head/devel/cxref/files/patch-af (nonexistent) @@ -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 Property changes on: head/devel/cxref/files/patch-af ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property