Re: RFR: JDK-8062661 Do not perform X11 checks in configure when X11 is not needed

2014-11-04 Thread Tim Bell
Magnus: Configure has been testing for X11 even though it was not needed (on macosx and windows). This never caused any failures (since we ignore any results indicating that X11 is missing), but it looks silly. Bug: https://bugs.openjdk.java.net/browse/JDK-8062661 WebRev: http://cr.openjdk.j

Re: RFR: JDK-8062816 Configure fails to detect freetype on macosx Yosemite

2014-11-04 Thread Tim Bell
Hi Magnus: Beginning with macosx Yosemite, changes has been made to freetype which causes the build to fail in configure, even though freetype is present. Bug: https://bugs.openjdk.java.net/browse/JDK-8062816 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8062816-fix-freetype-on-yosemite/webre

Re: RFR: JDK-8062806 Remove unused build/make files

2014-11-04 Thread Tim Bell
Hi Magnus: Some files have been left in the build system, even though they are not used (anymore). common/bin/boot_cycle.sh common/bin/compare-objects.sh is not needed anymore. The first was a crude replacement for the bootcycle-images target, and the second was only at use while the modern b

RFR: JDK-8062661 Do not perform X11 checks in configure when X11 is not needed

2014-11-04 Thread Magnus Ihse Bursie
Configure has been testing for X11 even though it was not needed (on macosx and windows). This never caused any failures (since we ignore any results indicating that X11 is missing), but it looks silly. Bug: https://bugs.openjdk.java.net/browse/JDK-8062661 WebRev: http://cr.openjdk.java.net/~i

RFR: JDK-8062816 Configure fails to detect freetype on macosx Yosemite

2014-11-04 Thread Magnus Ihse Bursie
Beginning with macosx Yosemite, changes has been made to freetype which causes the build to fail in configure, even though freetype is present. Bug: https://bugs.openjdk.java.net/browse/JDK-8062816 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8062816-fix-freetype-on-yosemite/webrev.01 /Magnus

Re: Yosemite problems with FreeType

2014-11-04 Thread Magnus Ihse Bursie
On 2014-11-04 14:10, Magnus Ihse Bursie wrote: On 2014-10-22 19:50, Dan Smith wrote: Well, I take that back. Tried installing 2.7.5 just in case, and now it works fine. Summary: - Yosemite installer breaks XQuartz configuration (probably something trivial like removing a symbolic link) The

Re: Yosemite problems with FreeType

2014-11-04 Thread Magnus Ihse Bursie
On 2014-10-22 19:50, Dan Smith wrote: Well, I take that back. Tried installing 2.7.5 just in case, and now it works fine. Summary: - Yosemite installer breaks XQuartz configuration (probably something trivial like removing a symbolic link) There does indeed seem to be a missing symbolic lin

Re: RFR: JDK-8062806 Remove unused build/make files

2014-11-04 Thread Magnus Ihse Bursie
On 2014-11-04 11:09, Magnus Ihse Bursie wrote: Some files have been left in the build system, even though they are not used (anymore). common/bin/boot_cycle.sh common/bin/compare-objects.sh is not needed anymore. The first was a crude replacement for the bootcycle-images target, and the secon

RFR: JDK-8062806 Remove unused build/make files

2014-11-04 Thread Magnus Ihse Bursie
Some files have been left in the build system, even though they are not used (anymore). common/bin/boot_cycle.sh common/bin/compare-objects.sh is not needed anymore. The first was a crude replacement for the bootcycle-images target, and the second was only at use while the modern build system