From owner-freebsd-ports Tue Jan 14 1:50: 7 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA7AF37B401 for ; Tue, 14 Jan 2003 01:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5898943F65 for ; Tue, 14 Jan 2003 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E9o3NS028533 for ; Tue, 14 Jan 2003 01:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0E9o3AB028532; Tue, 14 Jan 2003 01:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469E937B401 for ; Tue, 14 Jan 2003 01:42:47 -0800 (PST) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B4043F13 for ; Tue, 14 Jan 2003 01:42:45 -0800 (PST) (envelope-from chris@aims.com.au) Received: from ait0fd01.aims.private (ait0fd01.aims.private [192.168.10.254]) by postoffice.aims.com.au with ESMTP id h0E9gciY025381; Tue, 14 Jan 2003 20:42:38 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ait0fd01.aims.private (localhost [127.0.0.1]) by ait0fd01.aims.private (8.12.6/8.12.6) with ESMTP id h0E9gcU9005149; Tue, 14 Jan 2003 20:42:38 +1100 (EST) (envelope-from chris@aims.com.au) Received: (from chris@localhost) by ait0fd01.aims.private (8.12.6/8.12.6/Submit) id h0E9gbZ4005148; Tue, 14 Jan 2003 20:42:37 +1100 (EST) Message-Id: <200301140942.h0E9gbZ4005148@ait0fd01.aims.private> Date: Tue, 14 Jan 2003 20:42:37 +1100 (EST) From: Chris Knight Reply-To: Chris Knight To: FreeBSD-gnats-submit@FreeBSD.org Cc: chris@aims.com.au X-Send-Pr-Version: 3.113 Subject: ports/47039: [BENTO FIX] devel/cxref Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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