cvs commit: ports/java/jdk15/files patch-j2se::nio::genCharsetProvider.sh

Greg Lewis glewis at FreeBSD.org
Fri Apr 8 11:29:30 PDT 2005


glewis      2005-04-08 18:29:29 UTC

  FreeBSD ports repository

  Added files:
    java/jdk15/files     patch-j2se::nio::genCharsetProvider.sh 
  Log:
  . When linprocfs is not mounted the Linux JDK will output a warning message,
    unfortunately sending it to stdout.  When using such a JDK to bootstrap
    this line ends up at the head of generated classes, leaving them
    uncompilable.  Add a filter to the class generation to strip out such
    lines with egrep.
  
    A similar patch is present in the jdk14 port and prevents a semi-common
    class of error reports.
  
  Approved by:    phantom (maintainer)
  
  Revision  Changes    Path
  1.1       +17 -0     ports/java/jdk15/files/patch-j2se::nio::genCharsetProvider.sh (new)


More information about the cvs-all mailing list