From owner-cvs-ports@FreeBSD.ORG Wed Jan 7 15:04:01 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE9F71065672; Wed, 7 Jan 2009 15:04:01 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9CFD78FC19; Wed, 7 Jan 2009 15:04:01 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 82E433910D; Wed, 7 Jan 2009 15:40:12 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 296F610059; Wed, 7 Jan 2009 15:40:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 14DEF10054; Wed, 7 Jan 2009 15:40:15 +0100 (CET) Date: Wed, 7 Jan 2009 15:40:15 +0100 (CET) From: Gerald Pfeifer To: ports-committers@FreeBSD.org In-Reply-To: <20090107144732.0ea60a76@it.buh.tecnik93.com> Message-ID: References: <200901071226.n07CQ0qx070962@repoman.freebsd.org> <20090107144732.0ea60a76@it.buh.tecnik93.com> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/math/scilab Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 15:04:02 -0000 On Wed, 7 Jan 2009, Ion-Mihai Tetcu wrote: > On Wed, 7 Jan 2009 12:26:00 +0000 (UTC) Gerald Pfeifer > wrote: > >> gerald 2009-01-07 12:26:00 UTC >> >> FreeBSD ports repository >> >> Modified files: >> math/scilab Makefile >> Log: >> Omit F77, FFLAGS and CFLAGS from CONFIGURE_ENV since these are >> handled by the ports infrastructure. >> >> Employ USE_FORTRAN, simplifying things. > > making man in man... > Creating html help files > /work/a/ports/math/scilab/work/scilab-4.1.2/bin/scilab -l eng -nwni -e "xmltohtml([],[],'html-rev.xsl');quit" -args -nouserstartup > Segmentation fault (core dumped) > *** Error code 139 It worked for Pav who was so kind to test this, so I assume it is not a genuine problem with my change or the port, but due to the outstanding PORTREVISION sweep that turns out to be needed after bumping USE_FORTRAN from lang/gcc42 to lang/gcc43. Working on it! Gerald