cvs commit: ports/java/netbeans Makefile ports/java/netbeans/files bin_runide.sh.diff patch-bin_runide.sh

Jimmy Olgeni olgeni at FreeBSD.org
Sat Jun 7 12:55:13 PDT 2003


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)


More information about the cvs-ports mailing list