Date: Fri, 24 Jan 2014 19:54:13 +0000 From: Steve Wills <swills@FreeBSD.org> To: bug-followup@FreeBSD.org, c.kworr@gmail.com, freebsd-java@FreeBSD.org Subject: Re: ports/173603: java/icedtea-web starts javaws incorrectly Message-ID: <20140124195413.GA18246@mouf.net> In-Reply-To: <20140124195306.GA13031@mouf.net> References: <20140124195306.GA13031@mouf.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="javaws_patch.txt" 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 $? --9amGYk9869ThD9tj--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140124195413.GA18246>