Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2005 18:08:33 +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/javavmwrapper Makefile ports/java/javavmwrapper/src javavmwrapper.sh
Message-ID:  <200506201808.j5KI8XYc060996@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glewis      2005-06-20 18:08:33 UTC

  FreeBSD ports repository

  Modified files:
    java/javavmwrapper   Makefile 
    java/javavmwrapper/src javavmwrapper.sh 
  Log:
  . Check the user can read/write the configuration file and that it exists
    before attempting to sort it when running checkvms.  This prevents a
    double error message for an unprivileged user.
  . When asked to register a VM that is already registered, don't error.
    Print a warning that the VM is already registered and don't add it to
    the configuration file (but do check its links and sort the config
    file still).  This prevents problems with
  
          'make install -DFORCE_PKG_REGISTER'
  
    erroring out during the post-install stage for the JDK ports.
    Bump PORTREVISION for this change since it affects the various JDK
    ports. [2]
  
  Reported by:    anholt, via hq [2]
  
  Revision  Changes    Path
  1.21      +1 -1      ports/java/javavmwrapper/Makefile
  1.12      +11 -8     ports/java/javavmwrapper/src/javavmwrapper.sh



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