From owner-freebsd-java@FreeBSD.ORG Thu Jul 10 03:31:08 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE6037B401 for ; Thu, 10 Jul 2003 03:31:08 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB1543F3F for ; Thu, 10 Jul 2003 03:31:01 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h6ADXwih092861 for ; Thu, 10 Jul 2003 13:33:59 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h6AAcLiC014346; Thu, 10 Jul 2003 13:38:21 +0300 (EEST) (envelope-from ml) Date: Thu, 10 Jul 2003 13:38:21 +0300 From: Alexey Zelkin To: freebsd-java@freebsd.org Message-ID: <20030710133821.A14320@phantom.cris.net> References: <20030710093553.GA73474@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030710093553.GA73474@chihiro.leafy.idv.tw>; from leafy@leafy.idv.tw on Thu, Jul 10, 2003 at 05:35:53PM +0800 X-Operating-System: FreeBSD 4.7-STABLE i386 Subject: Re: [PATCH] jdk14/Makefile to include src.zip X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 10:31:08 -0000 hi, It will not do a trick. src.zip removal was intentional because it's not generated correctly in -p3. I'd suggest to take a src.zip from linux distribution (1.4.1) and use instead (at least until -p4). Unfortunatelly I did not hit my plan for release -p4 at begining of July because of some reasons (awt testing and bughunting is much more complicated problem than I expected). But in -p4 src.zip issue will be corrected believe me :) On Thu, Jul 10, 2003 at 05:35:53PM +0800, leafy wrote: > --- Makefile.orig Thu Jul 10 14:48:18 2003 > +++ Makefile Thu Jul 10 17:33:54 2003 > @@ -137,6 +137,8 @@ > @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to" > @${ECHO_MSG} "install libraries and binaries with debugging support." > @${ECHO_MSG} > + @${ECHO_MSG} "Please use \`make WITH_SRC=yes' if you want src.zip in" > + @${ECHO_MSG} "the install directory > > pre-patch: > @cd ${WRKDIR} && \ > @@ -173,8 +175,10 @@ > post-build: > @# XXX make sure that SwingSet2/resources does not exists > @${RM} -rf ${JDKIMAGEDIR}/demo/jfc/SwingSet2/resources > +.if !defined(WITH_SRC) > @# This file serves no purpose (in case of port) > @${RM} -f ${JDKIMAGEDIR}/src.zip > +.endif > > .if !defined(NODEBUG) > pre-install: > > > To install src.zip into the install directory, please use WITH_SRC=yes to > the make argument. > > Cheers, > > Jiawei > -- > "Without the userland, the kernel is useless." > --inspired by The Tao of Programming > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"