[OpenJDK 2D-Dev] [PATCH FOR REVIEW] fix for bug 8011693: Remove redundant fontconfig files (original) (raw)

Andrew Hughes gnu.andrew at redhat.com
Thu May 30 13:29:41 UTC 2013


----- Original Message -----

>None of these are touched any more in the current patch, as we don't build >on >these targets.

Right, I noted that in the first sentence of my prior email. > we haven't tested on *BSD. fair enough but the difference is that there is no build line that ever copies this file, so its un-used.

Yes, it was added in:

changeset: 5117:d45bc4307996 user: michaelm date: Tue Mar 06 20:34:38 2012 +0000 summary: 7113349: Initial changeset for Macosx port to jdk

That patch doesn't make any Makefile changes to add it in, but it may still be used by *BSD users as they have other patches not yet upstreamed. I'd rather they made the decision as to whether or not it should be removed.

> From my review of the patch, I think the variables are left empty, not > removed:

Looking at http://jvanek.fedorapeople.org/oracle/jdk8/webrevs/removedFontConfigFiles-linuxOnly/makefiles/GendataFontConfig.gmk.sdiff.html they seem to be removed. I was expecting to see _GENDATAFONTCONFIGSRCDIR := _ 38 $(JDKTOPDIR)/src/solaris/classes/sun/awt/fontconfigs may be left in there and also that it left just GENDATAFONTCONFIGSRCFILES := rather than have it removed completely

Ok I was thinking of the 7 makefile:

-FONTCONFIGS_SRC = $(PLATFORM_SRC)/classes/sun/awt/fontconfigs -_FONTCONFIGS =
- fontconfig.properties
- fontconfig.SuSE.properties
- fontconfig.Ubuntu.properties
- fontconfig.Fedora.properties +FONTCONFIGS_SRC = +_FONTCONFIGS = +

When are these finally going to be removed? It's very confusing.

Andrew :)

Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/) Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07



More information about the 2d-dev mailing list