Re: Addressing Port submission failures on Travis

2017-12-19 Thread Andrew L. Moore
I’m thinking that rebasing against my GitHub fork of MacPorts is what sent my pull request into a tail spin (second question below). If so, then it appears that I need to maintain two MacPorts clones: a private one for rebasing that only I see, and another on GitHub for submitting pull

Re: Addressing Port submission failures on Travis

2017-12-19 Thread Joshua Root
On 2017-12-20 18:22 , Andrew L. Moore wrote: > Hi, > A couple weeks ago, I made a couple Port submissions (devel/libwebsockets and > net/mosquitto). Travis is reporting build failures for Xcode 7 and 8. I > don’t, unfortunately, have the resources to easily test on other systems, and > the

Re: I did something stupid and now can't uninstall a port

2017-12-19 Thread Ken Cunningham
No luck with either -- thanks for suggestion. K On 2017-12-19, at 6:32 PM, Jeremy Lavergne wrote: > Just a couple shell things to try: > > Have you tried using single quotes around the portname? > > How about using a double hyphen before portname e.g. `-- portname`? > > On 12/19/2017 08:24

Re: I did something stupid and now can't uninstall a port

2017-12-19 Thread Joshua Root
On 2017-12-20 12:24 , Ken Cunningham wrote: > I have a port I'm working on, with a gui subport: > > sheepshaver > sheepshaver-gui > > I accidentally made a typo installing the subport, and I typed this: > > sudo port -v install subport=sheepshaver=gui > > > now I have a port installed like

Re: I did something stupid and now can't uninstall a port

2017-12-19 Thread Jeremy Lavergne
Just a couple shell things to try: Have you tried using single quotes around the portname? How about using a double hyphen before portname e.g. `-- portname`? On 12/19/2017 08:24 PM, Ken Cunningham wrote: > I have a port I'm working on, with a gui subport: > > sheepshaver > sheepshaver-gui >

I did something stupid and now can't uninstall a port

2017-12-19 Thread Ken Cunningham
I have a port I'm working on, with a gui subport: sheepshaver sheepshaver-gui I accidentally made a typo installing the subport, and I typed this: sudo port -v install subport=sheepshaver=gui now I have a port installed like this: $ port -v installed | grep sheep sheepshaver=gui

Patch to upgrade TAO CORBA package

2017-12-19 Thread Thomas G Lockhart
Hi all. Could someone take a look at issue #55466 to do a significant bump in version number for the TAO port? The patch is there and should be good to go (though if someone wants to give advice on the daemondo startup scheme that would be welcome). The previous version in the port had

Re: ansible replacement by py-ansible

2017-12-19 Thread db
Is it possible to use pip with git? I couldn't find a portfile using, for example, git+https. https://pip.readthedocs.io/en/latest/reference/pip_install/#vcs-support

Re: How often does the ports web page get rebuilt...

2017-12-19 Thread Ryan Schmidt
On Dec 19, 2017, at 08:20, Rainer Müller wrote: > On 2017-12-19 04:39, Perry E. Metzger wrote: >> I've noticed >> https://www.macports.org/ports.php >> doesn't yet reflect some changes I made a few days ago. How often >> does it get rebuilt? > > At the moment, it is only updated when I run the

Re: trace mode fails with sh: /usr/bin/tar: No such file or directory

2017-12-19 Thread Joshua Root
On 2017-12-20 01:09 , Rainer Müller wrote: > On 2017-12-18 00:20, Clemens Lang wrote: >> We debugged this on IRC recently. Turns out the culprit is >> >> https://github.com/macports/macports-base/commit/3d4c9b342d28abd0b7aaf7eb70fa4862e898542c#diff-94a7b4a6e8f8c93116146f83a92a7f44 >> >>

Re: How often does the ports web page get rebuilt...

2017-12-19 Thread Rainer Müller
On 2017-12-19 04:39, Perry E. Metzger wrote: > I've noticed > https://www.macports.org/ports.php > doesn't yet reflect some changes I made a few days ago. How often > does it get rebuilt? At the moment, it is only updated when I run the buildbot job manually on my local machine from time to time.

Re: how to install php composer?

2017-12-19 Thread Ryan Schmidt
> On Dec 16, 2017, at 11:45, macpo...@parvis.nl wrote: > > > without macports, it should be something like this: > > curl -sS https://getcomposer.org/installer | php > sudo mv composer.phar /usr/local/bin/composer > > but i am afraid that this way interfers with macports. > > - > > then

Re: [macports-ports] 02/02: fix maintainer line

2017-12-19 Thread Rainer Müller
On 2017-12-17 01:55, Perry E. Metzger wrote: > On Sat, 16 Dec 2017 18:19:39 -0600 Ryan Schmidt > wrote: >>> -maintainers {@pmetzger piermont.com:perry} openmaintainer >>> +maintainers pmetzger openmaintainer >> >> We want maintainers to list both their

Re: trace mode fails with sh: /usr/bin/tar: No such file or directory

2017-12-19 Thread Rainer Müller
On 2017-12-18 00:20, Clemens Lang wrote: > We debugged this on IRC recently. Turns out the culprit is > > https://github.com/macports/macports-base/commit/3d4c9b342d28abd0b7aaf7eb70fa4862e898542c#diff-94a7b4a6e8f8c93116146f83a92a7f44 > > /usr/bin/tar is a symlink to bsdtar. copyfile(3) copies

Re: Installing a Python wheel (whl) file using a port - Tensorflow

2017-12-19 Thread Joshua Root
On 2017-12-19 09:16 , Enrico Maria Crisostomo wrote: > Ah ok, I saw this. If I understand it correctly it's a subset of it. > I've also tried to build it from source but I'm not sure at all I would > solve the primary issue: according to the official documentation, the > output of the build is the

Re: Adding dependencies using qt5 portgroup

2017-12-19 Thread Ryan Schmidt
On Dec 14, 2017, at 19:02, Ryan Schmidt wrote: > I understand that when I'm using the qt5 portgroup and I want to add a > library dependency on a Qt component, I should use qt5.depends_component > instead of depends_lib-append, and that when I want to add a build dependency > I should use

Re: New ocaml category?

2017-12-19 Thread Ryan Schmidt
On Dec 16, 2017, at 19:36, Perry E. Metzger wrote: > There are currently over 300 ocaml packages in devel/ > > I would like to create a new "ocaml" category and move them all into > a top level "ocaml" directory. > > Questions: > > 0) If I am not mistaken, all that needs to be done to create

Re: help needed with figuring out an odd github source URL

2017-12-19 Thread Ryan Schmidt
On Dec 16, 2017, at 18:05, Perry E. Metzger wrote: > Coq has moved to github for releases, and the form of the release > url I need to produce is: > > https://github.com/coq/coq/archive/V8.7.1.tar.gz > > What "github.setup" magic do I need for this? > > If I do > > github.setup