ports/173603: java/icedtea-web starts javaws incorrectly

Steve Wills swills at FreeBSD.org
Fri Jan 24 19:54:23 UTC 2014


Of course, I forgot the attachment.

Steve

On Fri, Jan 24, 2014 at 07:53:08PM +0000, Steve Wills wrote:
> Hi,
> 
> This bug still seems to exist and the fix seems pretty simple. I just ran into
> it and the attached patch fixes it. Anyone have objections to committing this?
> 
> Thanks,
> Steve
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 340872)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	icedtea-web
 PORTVERSION=	1.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	java www
 MASTER_SITES=	http://icedtea.wildebeest.org/download/source/ \
 		http://icedtea.classpath.org/download/source/
Index: files/patch-launcher-javaws.in
===================================================================
--- files/patch-launcher-javaws.in	(revision 340872)
+++ files/patch-launcher-javaws.in	(working copy)
@@ -14,6 +14,6 @@
  done
  
 -exec -a "javaws" "${COMMAND[@]}"
-+exec -a "itweb-javaws" "${COMMAND[@]}"
++exec "${COMMAND[@]}"
  
  exit $?


More information about the freebsd-java mailing list