This is an upstream bug. I'm not sure it's even really a bug. I also have a
trackpad. I would like to help George Nachman with it if I could reproduce
it, but as I also do not have a mouse, I cannot.
https://trac.macports.org/ticket/52078 should be closed as wontfix.
—Mark
__
Hi, checking after facts I realise I got had by a funny, sorry for the
previous message you got from my email address. Kindly, Thomas.
Le sam. 26 nov. 2016 21:16, Marko Käning a écrit :
> Dear Ryan,
>
> On 25 Nov 2016, at 04:26 , Ryan Schmidt wrote:
>
> > Today, Americans celebrate Thanksgiving
Hello fellow MacPorters!
>From December 13th to 15th, I attended the 2016 edition of the
reproducible builds world summit [1] to represent MacPorts. This was
this year's follow-up event to the first summit in December 2015 in
Athens (which I have previously covered in [2]).
The number of attendee
> On Dec 23, 2016, at 09:58, René J.V. Bertin wrote:
>
> On Friday December 23 2016 09:35:23 Ryan Schmidt wrote:
>
>> I'm sure the server administrator did it intentionally, but I consider it an
>> error for the server administrator to have done so.
>
> The administrator probably disagrees.
On Friday December 23 2016 09:35:23 Ryan Schmidt wrote:
>I'm sure the server administrator did it intentionally, but I consider it an
>error for the server administrator to have done so.
The administrator probably disagrees. Or the organisation s/he depends on.
Is there any text that states site
> On Dec 23, 2016, at 05:31, René J.V. Bertin wrote:
>
> On Friday December 23 2016 05:06:14 Ryan Schmidt wrote:
>
>
>> You don't need foreach loops to install multiple files; you can replace each
>> foreach loop with a single xinstall:
> ...
>> xinstall -m 644 {*}[glob -nocomplain "${worksrc
On Friday December 23 2016 15:58:12 Clemens Lang wrote:
> This becomes simpler with the interactivity code that's currently on
> master and scheduled for 2.4. If you run 'port uninstall $port' and you
> have multiple versions installed, you'll get a list and a prompt to
> select which versions to
Hi,
On Fri, Dec 23, 2016 at 11:11:57AM +0100, René J.V. Bertin wrote:
> It's probably overkill to support a universal filter that could
> theoretically catch all possible selections of inactive versions to
> prune and not to prune. There is however one useful case that might
> not be so hard: keep
On 2016-12-23 13:14, Mojca Miklavec wrote:
> On 23 December 2016 at 11:54, Rainer Müller wrote:
>> On 2016-12-23 08:42, Mojca Miklavec wrote:
>>> (was: Build Failure: cctools, libmacho, libmacho-headers)
>>>
>>> On 21 December 2016 at 12:42, Rainer Müller wrote:
On 2016-12-21 04:20, Jeremy Hud
Hello all,
It seems there is a single commit different at the fork: 7b98c6f57a
It looks like someone has pushed a rebase on already published commit.
As there are already commited changes after the fork and the merge,
the branch is published as is and has already been fetched by other person,
I st
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
On 23 December 2016 at 11:54, Rainer Müller wrote:
> On 2016-12-23 08:42, Mojca Miklavec wrote:
>> (was: Build Failure: cctools, libmacho, libmacho-headers)
>>
>> On 21 December 2016 at 12:42, Rainer Müller wrote:
>>> On 2016-12-21 04:20, Jeremy Huddleston Sequoia wrote:
Can we please configur
On Friday December 23 2016 05:06:14 Ryan Schmidt wrote:
> You don't need foreach loops to install multiple files; you can replace each
> foreach loop with a single xinstall:
...
> xinstall -m 644 {*}[glob -nocomplain "${worksrcpath}/demo MIDIs/*"] ${dir}
Good to know for future reference, esp.
> On Dec 22, 2016, at 03:31, Vincent wrote:
>
> Vincent (Veence) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/45b2e591b885eba86e4dc85d19f0608a35fa9520
>
> The following commit(s) were added to refs/heads/master by thi
> On Dec 22, 2016, at 06:38, Mojca Miklavec wrote:
>
> Mojca Miklavec (mojca) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/576258835b3977f7573c20a84b2a746e63354b06
>
> The following commit(s) were added to refs/heads/
On 2016-12-23 08:42, Mojca Miklavec wrote:
> (was: Build Failure: cctools, libmacho, libmacho-headers)
>
> On 21 December 2016 at 12:42, Rainer Müller wrote:
>> On 2016-12-21 04:20, Jeremy Huddleston Sequoia wrote:
>>> Can we please configure base on these older builders to use MacPorts'
>>> libc
> On Dec 22, 2016, at 12:40, Leo Singer wrote:
>
> Leo Singer (lpsinger) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/b6e9ef6699007c6712a991826870e7b2e158a765
>
> The following commit(s) were added to refs/heads/maste
On 2016-12-22 23:25, Bradley Giesbrecht wrote:
> I have forked my macports-user repo
> (macports/macports-user-pixilla).
>
> How would I remove my user repo from the macports account?
>
> If I do not have access rights to remove this repo then I will ask
> for someone with the rights to please re
On 2016-12-23 20:07 , Mojca Miklavec wrote:
Hi,
I would like to know the best way to add arch flags and stdlib to
ports with exotic build systems (like scons) where this is not handled
automatically by the base.
I'm currently using:
build.args \
CCFLAGS="[get_canonical_archflags cc] -stdlib=${
Hi,
I often long for a possibility to uninstall part of the inactive versions of a
port when I upgrade it, but not all. It's probably overkill to support a
universal filter that could theoretically catch all possible selections of
inactive versions to prune and not to prune. There is however on
Hi,
I would like to know the best way to add arch flags and stdlib to
ports with exotic build systems (like scons) where this is not handled
automatically by the base.
I'm currently using:
build.args \
CCFLAGS="[get_canonical_archflags cc] -stdlib=${configure.cxx_stdlib}" \
LINKFLAGS="[get_canon
21 matches
Mail list logo