Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2003 12:55:11 -0700 (PDT)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/netbeans Makefile ports/java/netbeans/files bin_runide.sh.diff patch-bin_runide.sh
Message-ID:  <200306071955.h57JtBxN079960@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
olgeni      2003/06/07 12:55:11 PDT

  FreeBSD ports repository

  Modified files:
    java/netbeans        Makefile 
  Added files:
    java/netbeans/files  bin_runide.sh.diff 
  Removed files:
    java/netbeans/files  patch-bin_runide.sh 
  Log:
  The NetBeans startup script should be patched on -CURRENT only.
  
  The -CURRENT /bin/expr command may get confused when matching regexps
  against strings that begin with "-", because they are interpreted as
  command flags.
  
  Using "--" as the first flag solves this, but it will in turn confuse
  -STABLE expr (syntax error), so it looks like there's no common way to do
  it (that I can think of).
  
  Revision  Changes    Path
  1.4       +5 -0      ports/java/netbeans/Makefile
  1.1       +14 -0     ports/java/netbeans/files/bin_runide.sh.diff (new)
  1.3       +0 -14     ports/java/netbeans/files/patch-bin_runide.sh (dead)



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