From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 09:40:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED780DD3; Fri, 18 Oct 2013 09:40:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC1432012; Fri, 18 Oct 2013 09:40:51 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 41B20BDC25; Fri, 18 Oct 2013 11:40:50 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 2FBC1BDC1D; Fri, 18 Oct 2013 11:40:50 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id A0B46613A; Fri, 18 Oct 2013 11:40:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id B2AD261D3290; Fri, 18 Oct 2013 11:40:45 +0200 (CEST) Date: Fri, 18 Oct 2013 11:40:45 +0200 From: Mathieu Arnold To: Boris Samorodov , "Herbert J. Skuhra" Subject: Re: svn commit: r330672 - in head/devel: boehm-gc boehm-gc-redirect boehm-gc-redirect/files boehm-gc-threaded boehm-gc-threaded/files boehm-gc/files Message-ID: <818349E72775B5FC28681C38@ogg.in.absolight.net> In-Reply-To: <526100F1.4000309@passap.ru> References: <201310172053.r9HKrw4o037133@svn.freebsd.org> <20131018075035.Horde.u3ncLPjIuEd74YcvHlucfw3@ssl.eumx.net> <526100F1.4000309@passap.ru> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, nobutaka@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 09:40:52 -0000 +--On 18 octobre 2013 13:35:45 +0400 Boris Samorodov = wrote: | 18.10.2013 11:50, Herbert J. Skuhra =D0=BF=D0=B8=D1=88=D0=B5=D1=82: |> to. 17. okt. 2013 kl. 22.53 +0200 skrev Boris Samorodov: |>=20 |>> Author: bsam |>> Date: Thu Oct 17 20:53:58 2013 |>> New Revision: 330672 |>> URL: http://svnweb.freebsd.org/changeset/ports/330672 |>>=20 |>> Log: |>> . update to version 7.2d; |>> . organize as master and slave ports; |>> . while I'm here: support stage. |>=20 |> This breaks the build of www/w3m: This patch : --- ./main.c.orig 2013-10-18 11:36:53.000000000 +0200 +++ ./main.c 2013-10-18 11:37:14.000000000 +0200 @@ -833,7 +833,8 @@ mySignal(SIGPIPE, SigPipe); #endif - orig_GC_warn_proc =3D GC_set_warn_proc(wrap_GC_warn_proc); + orig_GC_warn_proc =3D GC_get_warn_proc(); + GC_set_warn_proc(wrap_GC_warn_proc); err_msg =3D Strnew(); if (load_argc =3D=3D 0) { /* no URL specified */ should fix it, I'm trying that on redports to see if it works right. --=20 Mathieu Arnold