From owner-freebsd-ports Sat Mar 18 3:30:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 988B737B62D for ; Sat, 18 Mar 2000 03:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71923; Sat, 18 Mar 2000 03:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id B017337B55B for ; Sat, 18 Mar 2000 03:28:01 -0800 (PST) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.9.3/8.9.3) id RAA04753; Sat, 18 Mar 2000 17:27:54 +0600 (NOVT) (envelope-from nnd) Message-Id: <200003181127.RAA04753@wint.itfs.nsk.su> Date: Sat, 18 Mar 2000 17:27:54 +0600 (NOVT) From: nnd@mail.nsk.ru Reply-To: nnd@mail.nsk.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17456: Update 'boehm-gc' port and unbreak 'w3m' and 'make release' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17456 >Category: ports >Synopsis: Update 'boehm-gc' port and unbreak 'w3m' and 'make release' >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 18 03:30:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Nickolay Dudorov >Release: FreeBSD 5.0-CURRENT i386 >Organization: STE Infoteka >Environment: FreeBSD 5.0-CURRENT i386 cvsup-ed and make-world-ed 17 Mar 2000. >Description: I have 'devel/boehm-gc' port of 8 Feb 2000 installed on my 5.0-CURRENT system and it was possible to make/install/use 'www/w3m' port. And now after delete and make 'devel/boehm-gc' port 'www/w3m' can not be build (./mktable command dumps core). And the current 'devel/boehm-gc' port is the same as the port of 8 Feb 2000 (the only difference is the CVS revision of patch-aa file - 1.6 instead of 1.4). >How-To-Repeat: Try to make current 'devel/boehm-gc' port and then 'www/w3m' port OR make release for 4.0-RELEASE on 5.0-CURRENT >Fix: Instead of finding the reason for 'w3m' breaking I try to upgrade boehm-gc port to gc5.0alpha4. And after that it is possible to make 'w3m' port (and make release for 4.0-RELEASE I hope :-). Use the next patch for upgrade: ========================================================================== diff -urN boehm-gc/Makefile boehm-gc-new/Makefile --- boehm-gc/Makefile Tue Nov 2 08:42:49 1999 +++ boehm-gc-new/Makefile Sat Mar 18 16:55:15 2000 @@ -6,8 +6,8 @@ # $FreeBSD: ports/devel/boehm-gc/Makefile,v 1.8 1999/11/01 00:42:52 steve Exp $ # -DISTNAME= gc5.0alpha3 -PKGNAME= boehm-gc-5.0a3 +DISTNAME= gc5.0alpha4 +PKGNAME= boehm-gc-5.0a4 CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ \ http://reality.sgi.com/boehm_mti/gc_source/ diff -urN boehm-gc/files/md5 boehm-gc-new/files/md5 --- boehm-gc/files/md5 Tue Nov 2 08:42:49 1999 +++ boehm-gc-new/files/md5 Sat Mar 18 16:53:49 2000 @@ -1 +1 @@ -MD5 (gc5.0alpha3.tar.gz) = af5221c6ce00d7dd1c4e0662e0c87008 +MD5 (gc5.0alpha4.tar.gz) = 3b12496aac8b6a7b7da93397b16370a3 diff -urN boehm-gc/patches/patch-aa boehm-gc-new/patches/patch-aa --- boehm-gc/patches/patch-aa Fri Mar 17 09:17:24 2000 +++ boehm-gc-new/patches/patch-aa Sat Mar 18 16:51:50 2000 @@ -3,9 +3,9 @@ @@ -8,15 +8,42 @@ # c++ interface to gc.a # cord/de - builds dumb editor based on cords. - ABI_FLAG= + ABI_FLAG= -CC=cc $(ABI_FLAG) --CXX=CC $(ABI_FLAG) +-CXX=g++ $(ABI_FLAG) +CC+= $(ABI_FLAG) +CXX+= $(ABI_FLAG) AS=as $(ABI_FLAG) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message