Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2005 13:50:16 +0100
From:      Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To:        Panagiotis Astithas <past@ebs.gr>
Cc:        Loren James Rittle <rittle@latour.waar.labs.mot.com>, freebsd-eclipse@freebsd.org
Subject:   Re: [Fwd: Required patch after -r1.6 files/eclipse.in]
Message-ID:  <20051030125016.GA91020@arabica.esil.univ-mrs.fr>
In-Reply-To: <4364B574.5000904@ebs.gr>
References:  <4364B574.5000904@ebs.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Panagiotis,

On Sun, Oct 30, 2005 at 01:58:44PM +0200, Panagiotis Astithas wrote:
> I'm not sure if you monitor freebsd-eclipse, so I wanted to let you know.

Indeed I do not monitor freebsd-eclipse so thanks for notifying me.

So Loren is right, %%JAVA_VERSION%% and %%JAVA_OS%% should be part of
the substitutions. Actually, given the suffix of eclipse.in, I thought
the substitutions were performed through SUB_FILES, which supports
JAVA_VERSION an JAVA_OS natively.

Anyway, I just commited the patch.

Herve

> Date: Fri, 28 Oct 2005 10:17:25 -0500 (CDT)
> From: Loren James Rittle <rittle@latour.waar.labs.mot.com>
> Subject: Required patch after -r1.6 files/eclipse.in
> To: freebsd-eclipse@freebsd.org, rittle@latour.waar.labs.mot.com
> Cc: 
> 
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/java/eclipse/Makefile,v
> retrieving revision 1.41
> diff -c -r1.41 Makefile
> *** Makefile	9 Oct 2005 14:54:20 -0000	1.41
> --- Makefile	28 Oct 2005 15:17:24 -0000
> ***************
> *** 123,128 ****
> --- 123,130 ----
>   	  -e "s+%%PREFIX%%+${PREFIX}+g" \
>   	  -e "s+%%X11BASE%%+${X11BASE}+g" \
>   	  -e "s+%%BROWSER%%+${BROWSER}+g" \
> + 	  -e "s,%%JAVA_VERSION%%,${JAVA_VERSION},g" \
> + 	  -e "s+%%JAVA_OS%%+${JAVA_OS}+g" \
>   	${FILESDIR}/eclipse.in > ${WRKSRC}/eclipse.tmp
>   	${INSTALL_SCRIPT} ${WRKSRC}/eclipse.tmp ${PREFIX}/bin/eclipse
>   	@${SED} \



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