Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 11:40:45 +0200
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Boris Samorodov <bsam@passap.ru>, "Herbert J. Skuhra" <hskuhra@eumx.net>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, nobutaka@freebsd.org, ports-committers@freebsd.org
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>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 18 octobre 2013 13:35:45 +0400 Boris Samorodov <bsam@passap.ru> =
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?818349E72775B5FC28681C38>