From owner-freebsd-ports@FreeBSD.ORG Tue Sep 6 12:30:13 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 2216A106566B for ; Tue, 6 Sep 2011 12:30:13 +0000 (UTC) (envelope-from gahr@gahr.no-ip.org) Received: from cpanel05.rubas-s05.net (cpanel05.rubas-s05.net [195.182.222.75]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA338FC13 for ; Tue, 6 Sep 2011 12:30:12 +0000 (UTC) Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175] helo=gahr.no-ip.org) by cpanel05.rubas-s05.net with esmtpa (Exim 4.69) (envelope-from ) id 1R0un3-0001yE-RG; Tue, 06 Sep 2011 14:30:09 +0200 Received: by gahr.no-ip.org (Postfix, from userid 1001) id 6D9524505F; Tue, 6 Sep 2011 14:30:09 +0200 (CEST) Date: Tue, 6 Sep 2011 14:30:09 +0200 From: Pietro Cerutti To: Stephen Montgomery-Smith Message-ID: <20110906123008.GK98648@gahrfit.gahr.ch> References: <20110906091838.GJ98648@gahrfit.gahr.ch> <4E660379.1070609@missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzX0AQGjRQPusK/O" Content-Disposition: inline In-Reply-To: <4E660379.1070609@missouri.edu> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel05.rubas-s05.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.no-ip.org X-Source: X-Source-Args: X-Source-Dir: 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 Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2011 12:30:13 -0000 --NzX0AQGjRQPusK/O Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2011-Sep-06, 06:26, Stephen Montgomery-Smith wrote: > 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, > > >=20 > The port graphics/qslim isn't building correctly with this new fltk.=20 > This is needed science/vis5d+. graphics/qslim has no maintainer. I have a patch for that, which you can find here: http://people.freebsd.org/~gahr/qslim-fltk.diff Thanks! >=20 > c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC=20 > -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= =20 > on a template parameter, so a declaration of 'resize' must be available > MxDynBlock.h: In member function 'typename MxBlock::iterator=20 > MxDynBlock::end()': > MxDynBlock.h:65: warning: there are no arguments to 'begin' that depend= =20 > on a template parameter, so a declaration of 'begin' must be available > MxDynBlock.h: In member function 'typename MxBlock::const_iterator=20 > MxDynBlock::end() const': > MxDynBlock.h:66: warning: there are no arguments to 'begin' that depend= =20 > 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= =20 > 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= =20 > 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= =20 > 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= =20 > 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= =20 > template parameter, so a declaration of 'add' must be available > MxStack.h:44: warning: there are no arguments to 'length' that depend on= =20 > a template parameter, so a declaration of 'length' must be available > MxStdGUI.cxx: In member function 'virtual void=20 > 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 >=20 > Stop in /usr/ports/graphics/qslim. > wilberforce# --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --NzX0AQGjRQPusK/O Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk5mElAACgkQwMJqmJVx9442DACfdbqFXMf+B+S/3XfDrQcc4VVh H40AoJIJZ7Vop6zv16y4x3FdRUj31Ya/ =nqta -----END PGP SIGNATURE----- --NzX0AQGjRQPusK/O--