Re: Making a portfile from a cmake based project

2016-02-29 Thread Mojca Miklavec
On 28 February 2016 at 10:05, Manu N wrote: > > Portfile submitted as https://trac.macports.org/ticket/50732 Committed, thanks. Mojca ___ macports-dev mailing list macports-dev@lists.macosforge.org

libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Manu N
Hello, trying to install libebur128, if I use the pre-built archive, the library is not linked to it's 'speex' dependency. Forcing to build from source does link correctly. Should I create a ticket for that ? Thanks, audionuma audionuma$ sudo port install libebur128 ---> Computing dependencies

multiple distfiles and suffixes

2016-02-29 Thread Mark Brethen
I’m working on a portfile that has two distfiles so I set it up as: master_sites\ http://www.dhondt.de/:tagone \ http://www.netlib.org/linalg/spooles/:tagtwo distfiles \ ccx_${version}.src.tar.bz2:tagone \ spooles.2.2.tgz:tagtwo

Re: multiple distfiles and suffixes

2016-02-29 Thread Ryan Schmidt
On Feb 29, 2016, at 1:06 PM, Mark Brethen wrote: > I’m working on a portfile that has two distfiles so I set it up as: > >master_sites\ >http://www.dhondt.de/:tagone \ >http://www.netlib.org/linalg/spooles/:tagtwo > >distfiles \ >

Re: libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Mojca Miklavec
On 1 March 2016 at 07:46, Manu N wrote: > The buildbot reference meant I should try > to understand how to look into the buildbots logs to check what > happened to the build. At the URL that I posted earlier just find: - Steps and Logfiles: - 4. compile compile ( 1 mins, 57 secs ) - stdio

Re: libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Mojca Miklavec
On 1 March 2016 at 07:02, Manu N wrote: > > Seems I'll have to dig into the buildbot documentation. The issue has nothing to do with the buildbot as such. The problem was a missing dependency which was installed on your machine by some other port and libebur128 happily used it. On the other hand

Re: libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Ryan Schmidt
On Mar 1, 2016, at 12:46 AM, Manu N wrote: > Lesson 2 : next time, I will start from a clean MacPorts install > before testing local portfiles. I would find that inconvenient; I never bother doing that. It's fine to let the automated buildbot builds find problems and fix them later. It is

Re: libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Manu N
Seems OK this morning. audionuma$ sudo port install libebur128 ---> Computing dependencies for libebur128 ---> Fetching archive for libebur128 ---> Attempting to fetch libebur128-1.1.0_1+truepeak.darwin_14.x86_64.tbz2 from

Re: libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Manu N
2016-03-01 7:20 GMT+01:00 Mojca Miklavec : > On 1 March 2016 at 07:02, Manu N wrote: >> >> Seems I'll have to dig into the buildbot documentation. > > The issue has nothing to do with the buildbot as such. The problem was > a missing dependency which was installed on your