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

Mathieu Arnold mat at FreeBSD.org
Fri Oct 18 09:40:52 UTC 2013


+--On 18 octobre 2013 13:35:45 +0400 Boris Samorodov <bsam at passap.ru> wrote:
| 18.10.2013 11:50, Herbert J. Skuhra пишет:
|> to. 17. okt. 2013 kl. 22.53 +0200 skrev Boris Samorodov:
|> 
|>> Author: bsam
|>> Date: Thu Oct 17 20:53:58 2013
|>> New Revision: 330672
|>> URL: http://svnweb.freebsd.org/changeset/ports/330672
|>> 
|>> Log:
|>>   . update to version 7.2d;
|>>   . organize as master and slave ports;
|>>   . while I'm here: support stage.
|> 
|> 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 = GC_set_warn_proc(wrap_GC_warn_proc);
+    orig_GC_warn_proc = GC_get_warn_proc();
+    GC_set_warn_proc(wrap_GC_warn_proc);
     err_msg = Strnew();
     if (load_argc == 0) {
        /* no URL specified */

should fix it, I'm trying that on redports to see if it works right.

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list