Re: [MacPorts] #50678: makeicns does not build on Snow Leopard with libc++

2016-02-27 Thread Bradley Giesbrecht
> On Feb 27, 2016, at 2:13 PM, MacPorts wrote: > > #50678: makeicns does not build on Snow Leopard with libc++ > -+- > Reporter: steven.dwyer@… | Owner: mk@… > Type: defect | Status: new >

Re: Making a portfile from a cmake based project

2016-02-27 Thread Ryan Schmidt
On Feb 27, 2016, at 11:13, Mojca Miklavec wrote: >> 425cc98f9140885966ce17c1d1 >> depends_libport:speex-devel > > I was unable to use that because I already had "speex" installed. I > removed -devel and it seemed to work. If both work, a path: dependency should be

Re: Making a portfile from a cmake based project

2016-02-27 Thread Mojca Miklavec
On 27 February 2016 at 17:52, Manu N wrote: > Hello again, > here's my current Portfile, located in a local portfile repository > ~/ports/audio/libebur128 > > # $Id$ > PortSystem 1.0 > PortGroup github 1.0 > github.setupjiixyj libebur128 1.1.0 v > github.tarball_from

Re: Making a portfile from a cmake based project

2016-02-27 Thread Manu N
Hello again, here's my current Portfile, located in a local portfile repository ~/ports/audio/libebur128 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setupjiixyj libebur128 1.1.0 v github.tarball_from releases PortGroup cmake 1.0 # optional, but we would

Calculix port creation

2016-02-27 Thread Mark Brethen
CalculiX comprises a graphical pre- and postprocessor cgx (CalculiX GraphiX) and a solver ccx (CalculiX CrunchiX). With the exception of the help files and the installation path, the installation of cgx is independent from the installation of ccx. The sequence of the installation of cgx and ccx

Re: Making a portfile from a cmake based project

2016-02-27 Thread Mojca Miklavec
On 27 February 2016 at 13:47, Manu N wrote: > Hello, > I would like to make a portfile from a cmake based project ( > https://github.com/jiixyj/libebur128 ). > Currently, I can build the library using MacPorts cmake and MacPorts > libspeexdsp, which is an optional dependancy.

Making a portfile from a cmake based project

2016-02-27 Thread Manu N
Hello, I would like to make a portfile from a cmake based project ( https://github.com/jiixyj/libebur128 ). Currently, I can build the library using MacPorts cmake and MacPorts libspeexdsp, which is an optional dependancy. I have been reading the https://guide.macports.org/#development pages, but