From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 07:50:43 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 D64F83BA; Fri, 18 Oct 2013 07:50:43 +0000 (UTC) (envelope-from hskuhra@eumx.net) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BEE227E9; Fri, 18 Oct 2013 07:50:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:references:in-reply-to :content-type:mime-version; s=default; bh=GZhzSUfxb8rmfOtVVfeoDo 7heSM=; b=EgbW//FFAGnUiOq0Wz+idDP2xYQT1WnZEgl3Nokbn7lMtA+CEyl1ss FPZ91CuriXaNVYF5cxWpM1sp7yOg2VVq+4Tloo1ibGOS2qxII73CmBTMbj7QFBa0 wGv+Or1v38Ynuu9icnOzn9diVBkG5Ugh1VnsQSehjOgDwmPRseyj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:references:in-reply-to:content-type :mime-version; q=dns; s=default; b=koiDlK+1LfSJbcMA77FlBqCEHGo7+ d39d3VecFYq4Yt+xJUf3LvWECs7mmc7r8EfVAT4T1wXV0GeUouf6OFlludK8XhdA mnOqSU10ff7jmhyiuuG46NsTSio5oYTCy8lMEY2NzNtWNz1J/+qJMWQNhXYVnCt6 vRexJ12gzpuR7Y= Date: Fri, 18 Oct 2013 07:50:35 +0000 Message-ID: <20131018075035.Horde.u3ncLPjIuEd74YcvHlucfw3@ssl.eumx.net> From: "Herbert J. Skuhra" To: Boris Samorodov 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 References: <201310172053.r9HKrw4o037133@svn.freebsd.org> In-Reply-To: <201310172053.r9HKrw4o037133@svn.freebsd.org> User-Agent: Internet Messaging Program (IMP) H5 (6.1.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 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 07:50:43 -0000 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: ===> Building for w3m-0.5.3_2 (echo '#define DEFUN(x,y,z) x y'; sed -ne '/^DEFUN/{p;n;/^[ ]/p;}' ../main.c ./menu.c) | cpp - | awk '$1 ~ /^[_A-Za-z]/ { for (i=2;i<=NF;i++) { print $i, $1} }' > funcname.tab.tmp funcname.tab updated sort funcname.tab | /usr/bin/awk -f ./funcname1.awk > funcname1.h cc -I. -I. -O2 -pipe -fno-strict-aliasing -I./libwc -I/usr/include/openssl -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c main.c main.c: In function 'main': main.c:836: error: void value not ignored as it ought to be main.c: In function 'getChar': main.c:2264: warning: passing argument 1 of 'wtf_parse1' from incompatible pointer type *** [main.o] Error code 1 Stop in /usr/ports/www/w3m/work/w3m-0.5.3. *** [do-build] Error code 1 Stop in /usr/ports/www/w3m. *** [build] Error code 1 (Maintainer of w3m Cc'ed.) -- Herbert