rsync server out of date?

2016-12-30 Thread Marcus Calhoun-Lopez
I just ran `port sync`, but the ports are several days behind the GitHub repository. I have never encountered this before and am at a bit of a loss as to how to proceed. Is anyone else having this problem? -Marcus

Re: [macports-ports] 01/01: Merge branch 'seqan_update'

2016-12-30 Thread John Patrick
I think the command your after is. $ git push origin :seqan_update ; read it as git push origin NULL:seqan_update This works for tags as well as branches, assuming the name is unique. It won't delete the local branch. For everyone else if they do the following, it will clean up remote referenc

Re: [macports-ports] 01/01: Merge branch 'seqan_update'

2016-12-30 Thread mf2k
Hi All, I accidentally pushed my local branch for these changes before merging it. So apparently there is now a branch called seqan_update that is on master. How do I delete it? Anyone can also please just delete it for me if you know how. The changes have been applied to master successfully.

Re: installing an older version of a port in the github era -- an answer

2016-12-30 Thread Fred Wright
On Thu, 29 Dec 2016, Joshua Root wrote: > On 2016-12-29 11:53 , Fred Wright wrote: [...] > > It's unfortunate that there isn't a command to give you a simple > > category/port relative path. > > port info --portdir libuv Ah, OK. I'd tried "port dir" but not that. Though for this purpose what yo

Re: Command line switch to say yes to dependencies?

2016-12-30 Thread mf2k
The -N flag works for me. sudo port -N install … Cheers! Frank > On Dec 30, 2016, at 7:49 AM, Sterling Smith wrote: > > Hi, > > So it seems there is a new feature that asks if I want to install all of the > dependencies of a requested port. Is there a command line switch to answer > yes?

Re: port:libressl vs port:openssl, path-style variants and prebuilt binaries

2016-12-30 Thread René J . V . Bertin
On Friday December 30 2016 17:25:20 Mojca Miklavec wrote: > I would agree that it would be helpful to have some "more advanced" > version of dependency specification available. The depspec syntax doesn't necessarily have to be more complicated. Ports that require more advanced functionality could

Re: Guidelines about trac tickets and pull requests

2016-12-30 Thread Ryan Schmidt
On Dec 30, 2016, at 09:57, Arno Hautala wrote: > > you > could always work around that by using a separate GitHub account for > your MacPorts work. That's less than ideal though. It's also prohibited by the GitHub terms of service. Don't do that. A single human user should have only a single Git

Re: port:libressl vs port:openssl, path-style variants and prebuilt binaries

2016-12-30 Thread Mojca Miklavec
On 30 December 2016 at 11:32, René J.V. Bertin wrote: > Hi, > > I'm coming back to this discussion because of something that came up > elsewhere. > > I think we had a consensus a while back that the implementation of the > support for using libressl at user discretion left a bit to desire. I agr

Re: Guidelines about trac tickets and pull requests

2016-12-30 Thread Mojca Miklavec
On 30 December 2016 at 16:57, Arno Hautala wrote: > On Fri, Dec 30, 2016 at 10:43 AM, Mojca Miklavec wrote: >> (a) Press the button to merge the changes, but the disadvantage is >> that committer's email is then "quasi-random" (it cannot be configured >> on per-project basis and I would get my pers

Re: Guidelines about trac tickets and pull requests

2016-12-30 Thread Arno Hautala
On Fri, Dec 30, 2016 at 10:43 AM, Mojca Miklavec wrote: > (a) Press the button to merge the changes, but the disadvantage is > that committer's email is then "quasi-random" (it cannot be configured > on per-project basis and I would get my personal email there instead > of the macports one). Unle

Re: Guidelines about trac tickets and pull requests

2016-12-30 Thread Mojca Miklavec
On 29 December 2016 at 19:30, John Patrick wrote: > From a users point of view, it's not clear what I should be doing and > how Ticket's link with Pull Requests and vs versa? Neither is this entirely clear to us :) :) But I feel that it doesn't make so much sense to have both opened at the same t

Command line switch to say yes to dependencies?

2016-12-30 Thread Sterling Smith
Hi, So it seems there is a new feature that asks if I want to install all of the dependencies of a requested port. Is there a command line switch to answer yes? If not, is there some other programmatic way to answer yes? (This is installing for a non-default prefix from the master branch, so

Re: Best way to fetch/extract sources of a dependency

2016-12-30 Thread Rainer Müller
On 2016-12-30 09:31, Mojca Miklavec wrote: > I don't think it's possible to fetch a file nc.h and store it under a > different name like v4.4.1.1-nc.h for example? That could be done with the ?dummy= workaround: https://trac.macports.org/wiki/PortfileRecipes#fetchwithgetparams Rainer

Re: port:libressl vs port:openssl, path-style variants and prebuilt binaries

2016-12-30 Thread René J . V . Bertin
Hi, I'm coming back to this discussion because of something that came up elsewhere. I think we had a consensus a while back that the implementation of the support for using libressl at user discretion left a bit to desire. There could be a protection against installing binary packages built agai

Best way to fetch/extract sources of a dependency

2016-12-30 Thread Mojca Miklavec
Hi, I was playing with a port for comparing NetCDF https://trac.macports.org/ticket/53118 The software depends on netcdf, but also wants to have access to two headers that are only available in original netcdf sources and not installed anywhere. What's the best way to handle this? I could: