From owner-freebsd-java@FreeBSD.ORG Tue Jul 12 17:30:12 2011 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 694861065670 for ; Tue, 12 Jul 2011 17:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 597BE8FC0C for ; Tue, 12 Jul 2011 17:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6CHUCY5098776 for ; Tue, 12 Jul 2011 17:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6CHUCJv098771; Tue, 12 Jul 2011 17:30:12 GMT (envelope-from gnats) Date: Tue, 12 Jul 2011 17:30:12 GMT Message-Id: <201107121730.p6CHUCJv098771@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Jung-uk Kim Cc: Subject: Re: ports/158826: Can't install java/icedtea-web X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jung-uk Kim List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2011 17:30:12 -0000 The following reply was made to PR ports/158826; it has been noted by GNATS. From: Jung-uk Kim To: freebsd-java@freebsd.org, Greg Lewis Cc: bug-followup@FreeBSD.org Subject: Re: ports/158826: Can't install java/icedtea-web Date: Tue, 12 Jul 2011 13:26:41 -0400 On Tuesday 12 July 2011 11:30 am, Greg Lewis wrote: > The following reply was made to PR ports/158826; it has been noted > by GNATS. > > From: Greg Lewis > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: ports/158826: Can't install java/icedtea-web > Date: Tue, 12 Jul 2011 08:03:25 -0700 > > On Tue, Jul 12, 2011 at 11:00:22AM +0000, Guido Falsi wrote: > > The port is trying to strip shell scripts, which fails. > > > > Attached patch fixes this by patching the Makefie not to strip > > shell scripts. > > It's worse than just that. It's going to overwrite the symlink > for javaws the javavm port creates in ${LOCALBASE}/bin if you have > a port (e.g. jdk16) which actually does install javaws installed. > > This didn't happen previously since the IcedTea javaws was > installed in ${LOCALBASE}/openjdk6/bin and could be chosen by > javavm just like any other alternative. Yeah, you're right. I forgot the symlinks. :-( I am going to rename it to itweb-javaws with other fixes. Jung-uk Kim