Please review and merge pull request

2021-01-04 Thread Davide Liessi
Dear developers, can anyone please review and merge PR #9543? https://github.com/macports/macports-ports/pull/9543 Thanks and best wishes. Davide

Re: Trigger builds of qt5*-qtwebengine

2021-01-01 Thread Davide Liessi
Il giorno sab 2 gen 2021 alle ore 02:07 Joshua Root ha scritto: > "Excluding qt57-qtwebengine because it is known to fail" > "Excluding qt56-qtwebengine because it is known to fail" Sorry, I should have checked the Portfiles more carefully. Thanks for trying. This means that prior to 10.9 the de

Trigger builds of qt5*-qtwebengine

2021-01-01 Thread Davide Liessi
Hi. Can anyone please trigger a build of qt57-qtwebengine on the 10.8 buildbot and qt56-qtwebengine on the 10.7 buildbot? The corresponding qt5*-qtbase ports have been built correctly on those systems (they are available in packages.macports.org) and I want to check whether qtwebengine still fail

pstoedit, trace mode and TeX dependencies

2020-07-17 Thread Davide Liessi
The port pstoedit needs the files cm-super-ts1.enc and texfonts.map to compile a TeX file during the build. The ports providing them (respectively texlive-fonts-recommended and texlive-plain-generic) are not declared as dependencies, so the port fails to build in trace mode. The port has bin-type d

Re: Cannot find the error in this main.log

2020-05-23 Thread Davide Liessi
Il giorno sab 23 mag 2020 alle ore 10:39 Davide Liessi ha scritto: > The build phase currently fails, but in the main.log file (attached) I > cannot find the source of the error. Found it: I was searching the file only for "error" and not also for "Error". Sorry f

Cannot find the error in this main.log

2020-05-23 Thread Davide Liessi
Dear all, I'm writing a Portfile for a new port. The build phase currently fails, but in the main.log file (attached) I cannot find the source of the error. Do you have any hints? This main.log is from a build with trace mode on, but I get the same with trace mode off. Thanks and best wishes. Dav

Please merge PR #6864

2020-04-19 Thread Davide Liessi
Dear all, can anyone please merge PR #6864? https://github.com/macports/macports-ports/pull/6864 Thanks. Davide

Schedule a build of qt5-qtwebengine

2020-03-31 Thread Davide Liessi
Dear all, now that librsvg builds again, can anyone please schedule a build of qt5*-qtwebengine on the buildbots for macOS <= 10.13? Thanks. Davide

Re: Possible bug in comparing architectures?

2017-12-05 Thread Davide Liessi
2017-12-05 22:06 GMT+01:00 Mojca Miklavec : > I would say that it's a total mission-impossible to get Qt5 working on > PPC anyway, but with some "cleanup" one could probably get an older > version of Qt5 working on 10.9 for example (I know that some older > version of Qt 5 worked on 10.7). It might

Possible bug in comparing architectures?

2017-12-05 Thread Davide Liessi
Dear developers, in the log [1] I read Error: Cannot install py27-poppler-qt5 for the arch 'powerpc' because Error: its dependency python27 does not build for the required arch by default Error: and the configured universal_archs 'i386 ppc' are not sufficient. Error: mportdepends py-poppler-qt5 ac

Request for manual builds

2017-05-01 Thread Davide Liessi
Hi all. Due to the libarchive bug in March, many ports were not built on the Snow Leopard builders. Some of them are compilers, which take a long building time. Could anyone please trigger a manual build of llvm-{4.0,devel}, clang-{4.0,devel}, lldb-{4.0,devel}? Thanks. Best wishes. Davide

Re: Unintentional double commits

2016-12-23 Thread Davide Liessi
2016-12-21 20:44 GMT+01:00 Marko Käning : > I agree with Mojca, it looks messy now! > We better fix it fast. > Someone with admin access to the repo should be able to fix this if we don’t > wait too long. +1

tk not building on 10.6.8: #ifdef question in ticket 52090

2016-12-05 Thread Davide Liessi
Dear all, could anyone please have a look at https://trac.macports.org/ticket/52090 ? There's a question about "an appropriate guard for a #ifdef" in order to solve the problem. Thanks, and best wishes! Davide

Re: `git describe`

2016-11-29 Thread Davide Liessi
2016-11-29 14:49 GMT+01:00 René J.V. Bertin : > On Tuesday November 29 2016 13:28:27 Clemens Lang wrote: >> You can just use >> [vercmp $macports_version 2.3.4] > 0 >>to check whether a bugfix you need is available. > > Which will always succeed if you're using a MacPorts base built from master,

Re: Working with git: git equivalent of "svn up -r..."

2016-11-25 Thread Davide Liessi
2016-11-25 15:27 GMT+01:00 Davide Liessi : > Try in the directory > git checkout 72164060176afd82227b03e05aede0ce292f093f . > or even > git checkout 72164060176afd82227b03e05aede0ce292f093f > > The last argument can be any path to file or directory in the repository. I&#

Re: Working with git: git equivalent of "svn up -r..."

2016-11-25 Thread Davide Liessi
2016-11-25 15:05 GMT+01:00 Ryan Schmidt : > cd $(port dir lighttpd) > git checkout 72164060176afd82227b03e05aede0ce292f093f Try in the directory git checkout 72164060176afd82227b03e05aede0ce292f093f . or even git checkout 72164060176afd82227b03e05aede0ce292f093f The last argument can be any path