Date: Tue, 14 Jan 2003 20:42:37 +1100 (EST) From: Chris Knight <chris@aims.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chris@aims.com.au Subject: ports/47039: [BENTO FIX] devel/cxref Message-ID: <200301140942.h0E9gbZ4005148@ait0fd01.aims.private>
next in thread | raw e-mail | index | archive | help
>Number: 47039 >Category: ports >Synopsis: [BENTO FIX] devel/cxref >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 14 01:50:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0fd01.aims.private 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Wed Jan 8 14:54:16 EST 2003 root@ait0fd01.aims.private:/usr/src/sys/compile/THINKPAD i386 >Description: cxref self-references itself during the build of the doc subdirectory. On bento, this results in a core dump of cxref. However, none of the doc target gets installed. So, the easiest fix is to not build the doc target. >How-To-Repeat: Build cxref on bento. >Fix: Index: files/patch-ad =================================================================== RCS file: /home/ncvs/ports/devel/cxref/files/patch-ad,v retrieving revision 1.2 diff -u -r1.2 patch-ad --- files/patch-ad 12 Jun 2001 14:25:45 -0000 1.2 +++ files/patch-ad 14 Jan 2003 09:25:47 -0000 @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sun Mar 18 19:29:25 2001 -+++ Makefile.in Fri May 18 05:53:30 2001 +--- Makefile.in.orig Mon Apr 22 03:03:46 2002 ++++ Makefile.in Tue Jan 14 20:16:19 2003 @@ -28,6 +28,9 @@ # The installation program. @@ -10,7 +10,16 @@ # The C compiler and linker -@@ -121,10 +124,10 @@ +@@ -77,7 +80,7 @@ + docs : readme faq-html + cd doc && $(MAKE) + +-all : programs docs ++all : programs + + ######## + +@@ -127,10 +130,10 @@ install : programs [ -d $(bindir) ] || $(INSTALL) -d $(bindir) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301140942.h0E9gbZ4005148>