From owner-freebsd-eclipse@FreeBSD.ORG Fri Oct 28 15:17:27 2005 Return-Path: X-Original-To: freebsd-eclipse@FreeBSD.org Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB08F16A41F for ; Fri, 28 Oct 2005 15:17:27 +0000 (GMT) (envelope-from rittle@latour.waar.labs.mot.com) Received: from motgate8.mot.com (motgate8.mot.com [129.188.136.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5755F43D45 for ; Fri, 28 Oct 2005 15:17:27 +0000 (GMT) (envelope-from rittle@latour.waar.labs.mot.com) Received: from il06exr03.mot.com (il06exr03.mot.com [129.188.137.133]) by motgate8.mot.com (8.12.11/Motgate7) with ESMTP id j9SFTQ3J026422 for ; Fri, 28 Oct 2005 08:29:26 -0700 (MST) Received: from latour.waar.labs.mot.com (latour.waar.labs.mot.com [173.23.133.73]) by il06exr03.mot.com (8.13.1/8.13.0) with ESMTP id j9SFRa6v022569 for ; Fri, 28 Oct 2005 10:27:36 -0500 (CDT) Received: from latour.waar.labs.mot.com (localhost.waar.labs.mot.com [127.0.0.1]) by latour.waar.labs.mot.com (8.13.4/8.13.3) with ESMTP id j9SFHPb3074710; Fri, 28 Oct 2005 10:17:25 -0500 (CDT) (envelope-from rittle@latour.waar.labs.mot.com) Received: (from rittle@localhost) by latour.waar.labs.mot.com (8.13.4/8.13.3/Submit) id j9SFHPKk074709; Fri, 28 Oct 2005 10:17:25 -0500 (CDT) (envelope-from rittle) Date: Fri, 28 Oct 2005 10:17:25 -0500 (CDT) From: Loren James Rittle Message-Id: <200510281517.j9SFHPKk074709@latour.waar.labs.mot.com> To: freebsd-eclipse@FreeBSD.org, rittle@latour.waar.labs.mot.com Cc: Subject: Required patch after -r1.6 files/eclipse.in X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:17:27 -0000 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} \