Re: CI system for PR builds

2018-04-06 Thread Mojca Miklavec
On 3 April 2018 at 21:45, db wrote: > On 3 Apr 2018, at 18:04, Mojca Miklavec wrote: >> Travis has lots of limitations, but it offers both (a) and (b) for free. > > Couldn't (b) be the current infrastructure? No, because that would make the infrastructure that distributes binaries to all our users

Re: CI system for PR builds

2018-04-06 Thread Mojca Miklavec
On 3 April 2018 at 19:26, Rainer Müller wrote: > On 2018-04-03 13:37, Mojca Miklavec wrote: >>> We can already trigger our Buildbot directly from GitHub and could spawn >>> a VM from a snapshot using libvirt. >> >> My (potentially wrong) impression was that libvirt only works: >> - from 10.11 on >

Re: Gsoc 18 Project | Collect build statistics

2018-04-06 Thread Mojca Miklavec
Dear Vishnu, To address some of your earlier non-technical questions with respect to GSOC, here's what our admin wrote: As per GSOC policy, we cannot comment on selection process before April 23rd. We are evaluating all the proposals and might ask some clarifications if required. There are no set

Re: Mirror size & completeness of binaries

2018-04-06 Thread Mojca Miklavec
On 2 April 2018 at 17:15, Ryan Schmidt wrote: > On Apr 2, 2018, at 08:11, Arno Hautala wrote: >> On Fri, Mar 30, 2018 at 5:20 PM, Rainer Müller wrote: >>> >>> For example, in a future archive_sites.conf: >>> >>> name macports >>> platform darwin 18 >>> urls https://packages.macports.o

problem with font DejaVuSansMono

2018-04-06 Thread macports
I'm working on a munin 2.x port. The server part uses rrdtool to produce graphs. The graphs are unuseable due to 1) font too small 2) font not monospaced. In munin 1.4.7 with rrdtool < 1.3 the font is explicitly defined as DejaVuSansMono.ttf, but starting with rrdtool 1.3 (uses pango) this is ch

Re: Gsoc 18 Project | Collect build statistics

2018-04-06 Thread Vishnu
Yes i wanted to get some feedback on the updated demo project. And what should i do now? Thanks On Fri, Apr 6, 2018, 10:27 PM Jackson Isaac wrote: > Hi Vishnu, > > > On Fri 6 Apr, 2018, 22:19 Vishnu, wrote: > >> Could i get a reply please. >> > > Was there any question or query that I might hav

Re: py36 sub-ports fail to build

2018-04-06 Thread Bjarne D Mathiesen
@Rainer Thank you for the hints and tips :-) I've been using MacPorts since 10.5 and am still learning ;-) As for the 'diff' thingy, I made it into a script I'm calling 'diffPorts' so I don't have to retype it again-and-again ! I just wrote the whole thing out in order to be explicit about what I

Re: Gsoc 18 Project | Collect build statistics

2018-04-06 Thread Jackson Isaac
Hi Vishnu, On Fri 6 Apr, 2018, 22:19 Vishnu, wrote: > Could i get a reply please. > Was there any question or query that I might have missed ? On Thu, Apr 5, 2018, 11:23 PM Vishnu wrote: > >> Hello >> >> Here is the git repository i made and am working on for demo project. >> https://github

Re: Gsoc 18 Project | Collect build statistics

2018-04-06 Thread Vishnu
Could i get a reply please. On Thu, Apr 5, 2018, 11:23 PM Vishnu wrote: > Hello > > Here is the git repository i made and am working on for demo project. > https://github.com/VishnuM-sopho/demo-macports > > Thanks > > On 5 April 2018 at 21:31, Vishnu wrote: > >> Hello Jackson >> >> >> I am sorr

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Rainer Müller
On 2018-04-06 14:34, Michael Dickens wrote: > The issue being that if a port's configure checks for the build type (e.g., > {{{ > if(${CMAKE_BUILD_TYPE} STREQUAL "Release") then > ... > elseif > }}} > and so forth, and if "MacPorts" is not in BUILD_TYPEs list -- no matter > whether it has setting

Re: port & root

2018-04-06 Thread Rainer Müller
On 2018-04-05 19:39, Joshua Root wrote: > On 2018-4-6 03:25 , Rainer Müller wrote: >> On 2018-04-05 19:14, Joshua Root wrote: >>> My guess is that this is a bug in Tcl's file command. Deleting a >>> nonexistent file is not supposed to be considered an error. But by >>> starting two instances of por

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Michael Dickens
Agreed! I thought the design was very clever; used some CMake features I never knew about. I works for the vast majority of ports ... but not 100% & hence the need to options such as the cmake 1.0 PG. - MLD On Fri, Apr 6, 2018, at 8:36 AM, Ryan Schmidt wrote: > Ok, I understand. The person who d

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Ryan Schmidt
On Apr 6, 2018, at 07:34, Michael Dickens wrote: > On Fri, Apr 6, 2018, at 8:21 AM, Ryan Schmidt wrote: >> The fact that the cmake 1.1 portgroup uses build type "MacPorts", not >> "Release", is meant to be a feature, not a bug: >> >> https://trac.macports.org/ticket/52699#comment:1 >> >>> • use

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Michael Dickens
The issue being that if a port's configure checks for the build type (e.g., {{{ if(${CMAKE_BUILD_TYPE} STREQUAL "Release") then ... elseif }}} and so forth, and if "MacPorts" is not in BUILD_TYPEs list -- no matter whether it has settings available for use by CMake already --, then cmake errors ou

Re: [macports-ports] branch master updated: gnuradio*: rev-bump for updated Jack ABI.

2018-04-06 Thread Michael Dickens
If you use otool for the self-id on the resulting libraries you'll see that the old jack ("0.124.1_2") produced: {{{ /opt/local/lib/libjack.0.dylib (compatibility version 1.0.0, current version 1.28.0) }}} while the new one ("1.9.12_0") shows: {{{ /opt/local/lib/libjack.0.dylib (c

Re: [MacPorts] ProblemHotlist modified

2018-04-06 Thread Ryan Schmidt
On Apr 6, 2018, at 07:15, Rainer Müller wrote: > On 2018-04-06 07:54, Ryan Schmidt wrote: > >> On Apr 5, 2018, at 20:54, MacPorts Wiki wrote: >> >>> Page "ProblemHotlist" was changed by raimue >>> Diff URL: >>> >>> Revisio

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Ryan Schmidt
The fact that the cmake 1.1 portgroup uses build type "MacPorts", not "Release", is meant to be a feature, not a bug: https://trac.macports.org/ticket/52699#comment:1 > • use CMAKE_BUILD_TYPE=MacPorts. Inspired by Debian's own build type, this > allows us to specify all compiler settings via th

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Michael Dickens
My primary reason for not moving to cmake 1.1 in the various GR & other ports I use is that it sets the default build type to "MacPorts", which has no real meaning & actually conflicts with some of my ports' cmake scripts & so I have to work around that (which isn't difficult; just takes time an

Re: [MacPorts] ProblemHotlist modified

2018-04-06 Thread Rainer Müller
On 2018-04-06 07:54, Ryan Schmidt wrote: > > On Apr 5, 2018, at 20:54, MacPorts Wiki wrote: > >> Page "ProblemHotlist" was changed by raimue >> Diff URL: >> >> Revision 138 >> Comment: No longer hot, have not even heard of t

Re: [macports-ports] branch master updated: gnuradio*: rev-bump for updated Jack ABI.

2018-04-06 Thread Ryan Schmidt
On Apr 6, 2018, at 06:49, Michael Dickens wrote: > Michael Dickens (michaelld) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/398bdaad2d3e7c6f0af1cf92658f6d06f9e33971 > > The following commit(s) were added to refs/heads/

Re: port & root

2018-04-06 Thread Zero King
On Thu, Apr 05, 2018 at 07:25:10PM +0200, Rainer Müller wrote: On 2018-04-05 19:14, Joshua Root wrote: My guess is that this is a bug in Tcl's file command. Deleting a nonexistent file is not supposed to be considered an error. But by starting two instances of port(1) at the same time, a race co

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Ryan Schmidt
On Apr 6, 2018, at 02:48, Clemens Lang wrote: > On 6 Apr, 2018, at 08:03, Ryan Schmidt wrote: > >> jack conflicts with jack? > > Thanks, remnant from my attempts to package jack and jack2 in separate ports. > Fixed in 678e0100a4c07d55750e6dc667492dc26cdab208. > >> On Apr 5, 2018, at 18:18, Cle

Re: [macports-ports] 01/04: aften: An A/52 audio encoder

2018-04-06 Thread Clemens Lang
- On 6 Apr, 2018, at 08:03, Ryan Schmidt ryandes...@macports.org wrote: > jack conflicts with jack? Thanks, remnant from my attempts to package jack and jack2 in separate ports. Fixed in 678e0100a4c07d55750e6dc667492dc26cdab208. > On Apr 5, 2018, at 18:18, Clemens Lang wrote: >> +PortGroup