Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2003 11:56:08 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        freebsd-java@freebsd.org
Subject:   Re: [PATCH] jdk14/Makefile to include src.zip
Message-ID:  <20030710095608.GG758@starjuice.net>
In-Reply-To: <20030710093553.GA73474@chihiro.leafy.idv.tw>
References:  <20030710093553.GA73474@chihiro.leafy.idv.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
On (2003/07/10 17:35), leafy wrote:

> @@ -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:

This patch doesn't seem to update the pkg-plist, which it should.

Ciao,
Sheldon.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030710095608.GG758>