Re: [macports-ports] 02/03: python34: backport patch from #44288. Part of #51939. Maintainer timeout.

2016-12-19 Thread Ryan Schmidt
> On Dec 17, 2016, at 06:12, Mihai Moldovan wrote: > > Mihai Moldovan (Ionic) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/3685fbde7a2c25d2d4caed7d1e281ddefb45 > > commit 3685fbde7a2c25d2d4caed7d1e281ddefb45 >

Re: [macports-ports] branch master updated: hidapi-devel: new port, version 0.8.0-20160920

2016-12-19 Thread Ryan Schmidt
> On Dec 19, 2016, at 7:41 AM, Rainer Müller wrote: > > Rainer Müller (raimue) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/aa798fc4244895c46159cdd054769c73da3fa271 > > The following commit(s) were added to refs/heads

Re: Tickets affecting multiple ports and committers & "annoying" commits

2016-12-19 Thread Ryan Schmidt
> On Dec 11, 2016, at 12:13 PM, Mojca Miklavec wrote: > > Hi, > > After some cool features have been enabled on Trac, in particular the > "See:" and "Closes:" syntax that automatically adds a comment, I > wonder what to do with tickets that affect many ports and maintainers. I would prefer to

Re: py-pyqt4: fix for the depends_lib reset caused by the Python PortGroup

2016-12-19 Thread Joshua Root
Doesn't even parse here: Failed to parse file python/py-pyqt5/Portfile: can't read "python.version": no such variable On 2016-12-20 12:35 , Marko Käning wrote: Turns out there is a double dep on qt5-qtbase now: --- $ port deps py\*-pyqt5 Full Name: py-pyqt5 @5.6_3 Build Dependencies: pkgcon

Re: py-pyqt4: fix for the depends_lib reset caused by the Python PortGroup

2016-12-19 Thread Marko Käning
Turns out there is a double dep on qt5-qtbase now: --- $ port deps py\*-pyqt5 Full Name: py-pyqt5 @5.6_3 Build Dependencies: pkgconfig Library Dependencies: py27-pyqt5, qt5-qtbase -- Full Name: py27-pyqt5 @5.6_3 Build Dependencies: pkgconfig Library Dependencies: qt5-qtbase, python27, qt5-qtbas

Re: Requiring a specific variant in depends_lib

2016-12-19 Thread Mojca Miklavec
On 18 December 2016 at 02:28, Ryan Schmidt wrote: > On Dec 17, 2016, at 09:06, Akim Demaille wrote: >> >> So my question is: how can I specify that requirement in the Portfile? >> Currently it reads: >> >> depends_lib port:boost \ >> path:bin/ccache:ccache \ >>