Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2005 18:29:29 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/jdk15/files patch-j2se::nio::genCharsetProvider.sh
Message-ID:  <200504081829.j38ITTrg068158@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504081829.j38ITTrg068158>