[PATCH] jdk14/Makefile to include src.zip

Alexey Zelkin phantom at FreeBSD.org.ua
Thu Jul 10 03:31:08 PDT 2003


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"


More information about the freebsd-java mailing list