Re: Help with porting FreeCAD

2015-01-07 Thread Andrea Venturoli
On 01/07/15 08:44, Scot Hetzel wrote: I had a look at Mk/Uses/fortran.mk, it picks the version of fortran to install based on the value found in either Mk/bsd.default-versions.mk or the value defined in DEFAULT_VERSIONS. Unfortunately, it doesn't have a clean way to specify a specific version.

Re: Help with porting FreeCAD

2015-01-07 Thread Andrea Venturoli
On 01/07/15 00:10, Chris H wrote: Sure. OK. Maybe something along the lines of: BUILD_DEPENDS+= ${PREFIX}/bin/gcc49:${PORTSDIR}/lang/gcc49 This did not help. Some extract from the configuration/build: === freecad-20150106 depends on executable: gfortran48 - found ... /usr/local/bin/g++49

Re: Help with porting FreeCAD

2015-01-07 Thread Chris H
On Wed, 07 Jan 2015 09:47:53 +0100 Andrea Venturoli m...@netfence.it wrote On 01/07/15 00:10, Chris H wrote: Sure. OK. Maybe something along the lines of: BUILD_DEPENDS+=${PREFIX}/bin/gcc49:${PORTSDIR}/lang/gcc49 This did not help. Some extract from the configuration/build:

Re: Help with porting FreeCAD

2015-01-06 Thread Chris H
On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli m...@netfence.it wrote Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work anymore due to incompatible changes in OpenCASCADE (which is a dependency); so I'm trying 0.15 (which is still a

Re: Help with porting FreeCAD

2015-01-06 Thread Chris H
On Tue, 06 Jan 2015 23:49:41 +0100 Andrea Venturoli m...@netfence.it wrote On 01/06/15 23:41, Chris H wrote: On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli m...@netfence.it wrote Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work

Help with porting FreeCAD

2015-01-06 Thread Andrea Venturoli
Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work anymore due to incompatible changes in OpenCASCADE (which is a dependency); so I'm trying 0.15 (which is still a beta). The box I'm using runs 9.3 and I'm facing a problem I'm too inexperienced

Re: Help with porting FreeCAD

2015-01-06 Thread Andrea Venturoli
On 01/06/15 23:41, Chris H wrote: On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli m...@netfence.it wrote Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work anymore due to incompatible changes in OpenCASCADE (which is a dependency); so I'm

Re: Help with porting FreeCAD

2015-01-06 Thread Scot Hetzel
On Tue, Jan 6, 2015 at 4:12 PM, Andrea Venturoli m...@netfence.it wrote: Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work anymore due to incompatible changes in OpenCASCADE (which is a dependency); so I'm trying 0.15 (which is still a beta).