From owner-freebsd-ports@FreeBSD.ORG Tue Sep 6 11:47:09 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48821106567E for ; Tue, 6 Sep 2011 11:47:09 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE2D8FC22 for ; Tue, 6 Sep 2011 11:47:08 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p86BQnfn088382; Tue, 6 Sep 2011 06:26:49 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E660379.1070609@missouri.edu> Date: Tue, 06 Sep 2011 06:26:49 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 MIME-Version: 1.0 To: "gahr@FreeBSD.org" References: <20110906091838.GJ98648@gahrfit.gahr.ch> In-Reply-To: <20110906091838.GJ98648@gahrfit.gahr.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2011 11:47:09 -0000 On 09/06/2011 04:18 AM, Pietro Cerutti wrote: > Hi, > > you're receiving this email because one of your ports depends on > x11-toolkits/fltk, according to > > $ grep fltk /usr/ports/INDEX-9 | cut -d '|' -f 6 | sort | uniq > > I'm preparing an update to fltk-1.3.0 and I would like to give you the > chance to test your port against this new version. > > If no serious issues should raise in the next 15 days, I will commit the > update (plus relative PORTREVISION bump on all dependent ports) on > September 21st. It's going to be something in this direction: > http://lists.freebsd.org/pipermail/cvs-ports/2010-March/191191.html > > Thank you for testing the patch available here: > http://people.freebsd.org/~gahr/fltk-1.3.0.diff > > Kind Regards, > The port graphics/qslim isn't building correctly with this new fltk. This is needed science/vis5d+. graphics/qslim has no maintainer. c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC -I/usr/local/include -DHAVE_BOOL -fno-strict-aliasing MxStdGUI.cxx MxStdGUI.cxx:18:32: error: FL/fl_file_chooser.H: No such file or directory In file included from MxAsp.h:17, from MxStdGUI.h:20, from MxStdGUI.cxx:14: MxDynBlock.h: In member function 'void MxDynBlock::room_for(int)': MxDynBlock.h:38: warning: there are no arguments to 'resize' that depend on a template parameter, so a declaration of 'resize' must be available MxDynBlock.h: In member function 'typename MxBlock::iterator MxDynBlock::end()': MxDynBlock.h:65: warning: there are no arguments to 'begin' that depend on a template parameter, so a declaration of 'begin' must be available MxDynBlock.h: In member function 'typename MxBlock::const_iterator MxDynBlock::end() const': MxDynBlock.h:66: warning: there are no arguments to 'begin' that depend on a template parameter, so a declaration of 'begin' must be available In file included from MxSMF.h:22, from MxStdGUI.cxx:16: MxStack.h: In member function 'T& MxStack::top()': MxStack.h:29: warning: there are no arguments to 'last' that depend on a template parameter, so a declaration of 'last' must be available MxStack.h: In member function 'const T& MxStack::top() const': MxStack.h:30: warning: there are no arguments to 'last' that depend on a template parameter, so a declaration of 'last' must be available MxStack.h: In member function 'bool MxStack::is_empty()': MxStack.h:32: warning: there are no arguments to 'length' that depend on a template parameter, so a declaration of 'length' must be available MxStack.h: In member function 'T& MxStack::pop()': MxStack.h:34: warning: there are no arguments to 'drop' that depend on a template parameter, so a declaration of 'drop' must be available MxStack.h: In member function 'void MxStack::push()': MxStack.h:44: warning: there are no arguments to 'add' that depend on a template parameter, so a declaration of 'add' must be available MxStack.h:44: warning: there are no arguments to 'length' that depend on a template parameter, so a declaration of 'length' must be available MxStdGUI.cxx: In member function 'virtual void MxStdGUI::cmdline_file(const char*)': MxStdGUI.cxx:89: error: 'fl_file_chooser' was not declared in this scope gmake: *** [MxStdGUI.o] Error 1 *** Error code 1 Stop in /usr/ports/graphics/qslim. wilberforce#