Re: Java port maintainers: What should be installed on the buildbot workers?

2018-02-24 Thread Aaron Madlon-Kay
> I'm not very familiar with Java open source project best practices, but > maybe it is common practice to specify the -source and -target options > anyway, so that our choice of JDK version wouldn't matter? This is what I was talking about being “frowned upon”. Even if you specify -source and

Re: Oh sh!t git

2018-02-24 Thread Michael
On 2018-02-23, at 9:49 PM, Helmut K. C. Tessarek wrote: > > Just because somebody knows svn, it doesn't mean that they don't have to > learn git. A C programmer also has to learn how to write thread safe > programs. They can't and won't get that concept from the standard

Re: Oh sh!t git

2018-02-24 Thread Sterling P. Smith
+1 - Original Message - > From: "Helmut K. C. Tessarek" > To: "Bradley Giesbrecht" , "Ryan Schmidt" > > Cc: "MacPorts Developers" , "Craig > Treleaven" >

Re: Java port maintainers: What should be installed on the buildbot workers?

2018-02-24 Thread Aaron Madlon-Kay
> Oracle Java 7 and 8 are compatible with Lion and later. Java 8 requires Mountain Lion: http://www.oracle.com/technetwork/java/javase/certconfig-2095354.html > My understanding is that one must choose either Apple's Java 6 or Oracle's > Java 7 or 8; they can't coexist. I’m not aware of any

Re: Java port maintainers: What should be installed on the buildbot workers?

2018-02-24 Thread Clemens Lang
On Fri, Feb 23, 2018 at 06:43:27PM -0600, Ryan Schmidt wrote: > I think I should probably install Oracle's latest Java 8 on the Lion > and later buildbot workers. Does that seem reasonable? I don't know if > our java portgroup is compatible with that. The java portgroup uses

thread_local with clang-5.0 on 10.6 (and lower) -- works , but slight issue with libc++ that I would appreciate some help with.

2018-02-24 Thread Ken Cunningham
thread_local is a c++11 feature that newer software is increasingly using. It is available with gcc 4.8+, and with clang since about clang-3.5. On macOS (darwin) it requires system supports that arrived in 10.7. My goal is to get thread_local with clang-5.0 and newer on 10.6 (and 10.5). Turns

Re: Java port maintainers: What should be installed on the buildbot workers?

2018-02-24 Thread Ryan Schmidt
On Feb 24, 2018, at 06:17, Aaron Madlon-Kay wrote: >> Oracle Java 7 and 8 are compatible with Lion and later. > > Java 8 requires Mountain Lion: > http://www.oracle.com/technetwork/java/javase/certconfig-2095354.html Huh. The system requirements linked from the download page say "Intel-based

need someone with steely git-fu to resolve a minor conflict in PR #740

2018-02-24 Thread Ken Cunningham
I have tried several times to resolve the minor conflict in this PR and I just keep messing it up. It looks super trivial, but ... https://github.com/macports/macports-ports/pull/740 Please, if you do fix it, tell me what you did so I don't have to ask this particular silly question again.

Re: need someone with steely git-fu to resolve a minor conflict in PR #740

2018-02-24 Thread Zero King
On Sun, Feb 25, 2018 at 05:28:26AM +, Zero King wrote: On Sat, Feb 24, 2018 at 08:26:41PM -0800, Ken Cunningham wrote: I have tried several times to resolve the minor conflict in this PR and I just keep messing it up. It looks super trivial, but ...

Re: need someone with steely git-fu to resolve a minor conflict in PR #740

2018-02-24 Thread Zero King
On Sat, Feb 24, 2018 at 08:26:41PM -0800, Ken Cunningham wrote: I have tried several times to resolve the minor conflict in this PR and I just keep messing it up. It looks super trivial, but ... https://github.com/macports/macports-ports/pull/740 Please, if you do fix it, tell me what you did