From owner-cvs-all@FreeBSD.ORG Sun Jul 31 05:26:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0279516A41F; Sun, 31 Jul 2005 05:26:17 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CDF43D45; Sun, 31 Jul 2005 05:26:16 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6V5QGCK035773; Sun, 31 Jul 2005 05:26:16 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6V5QGev035772; Sun, 31 Jul 2005 05:26:16 GMT (envelope-from nork) Message-Id: <200507310526.j6V5QGev035772@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 31 Jul 2005 05:26:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse Makefile distinfo pkg-plist ports/java/eclipse/files Makefile assemble.org.eclipse.sdk.freebsd.gtk.x86.xml assemble.org.eclipse.sdk.freebsd.motif.x86.xml build.sh eclipse.in make_freebsd.mak make_gtk.mak make_gtk.xml make_motif.xml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2005 05:26:17 -0000 nork 2005-07-31 05:26:16 UTC FreeBSD ports repository Modified files: java/eclipse Makefile distinfo java/eclipse/files eclipse.in patch-build java/eclipse-devel Makefile Added files: java/eclipse/files manualpatch-plugins-swt-gtk-build.sh manualpatch-plugins-swt-gtk-make_freebsd.mak manualpatch-plugins-swt-gtk-os_custom.h manualpatch-plugins-swt-motif-build.sh manualpatch-plugins-swt-motif-make_freebsd.mak patch-assemble patch-build.bat patch-build.xml patch-features-jdt-build.xml patch-features-jdt-source-build.xml patch-features-launchers-gtk-build.sh patch-features-launchers-gtk-make_freebsd.mak patch-features-launchers-library-eclipseShm.c patch-features-launchers-motif-build.sh patch-features-pde-build.xml patch-features-pde-source-build.xml patch-features-platform-build.xml patch-features-platform-source-build.xml patch-features-platform-source-feature.xml patch-features-rcp-build.xml patch-features-rcp-source-build.xml patch-features-sdk-build.xml patch-plugins-core-build.xml patch-plugins-update-src-build.xml patch-plugins-update-src-update.c java/eclipse/scripts pre-patch Removed files: java/eclipse pkg-plist java/eclipse/files Makefile assemble.org.eclipse.sdk.freebsd.gtk.x86.xml assemble.org.eclipse.sdk.freebsd.motif.x86.xml build.sh make_freebsd.mak make_gtk.mak make_gtk.xml make_motif.xml patch-assemble-all patch-eclipseShm patch-features-jdt-build patch-features-jdt-source-build patch-features-pde-build patch-features-pde-source-build patch-features-platform-build patch-features-platform-source-build patch-features-platform-source-feature patch-features-sdk-build patch-launcher-gtk-build.csh patch-launcher-make_gtk.mak patch-launcher-motif-build.csh patch-launcher-motif-make_linux.mak patch-plugins-swt-gtk-build patch-plugins-swt-motif-build patch-update.c swt-motif-build.sh update-build.xml java/eclipse/scripts configure Log: Update to 3.1. o java/eclipse-devel is IGNOREd now until 3.2+. o change MAINTAINERship to java@ on java/eclipse-devel. [1] PR: ports/84252 Submitted by: Panagiotis Astithas Requested by: devel/eclipse-devel's maintainer [1] Tested by: java@ Revision Changes Path 1.3 +4 -2 ports/java/eclipse-devel/Makefile 1.34 +70 -30 ports/java/eclipse/Makefile 1.8 +2 -2 ports/java/eclipse/distinfo 1.8 +0 -87 ports/java/eclipse/files/Makefile (dead) 1.3 +0 -319 ports/java/eclipse/files/assemble.org.eclipse.sdk.freebsd.gtk.x86.xml (dead) 1.3 +0 -319 ports/java/eclipse/files/assemble.org.eclipse.sdk.freebsd.motif.x86.xml (dead) 1.2 +0 -16 ports/java/eclipse/files/build.sh (dead) 1.3 +3 -1 ports/java/eclipse/files/eclipse.in 1.3 +0 -121 ports/java/eclipse/files/make_freebsd.mak (dead) 1.6 +0 -188 ports/java/eclipse/files/make_gtk.mak (dead) 1.2 +0 -31 ports/java/eclipse/files/make_gtk.xml (dead) 1.2 +0 -113 ports/java/eclipse/files/make_motif.xml (dead) 1.1 +42 -0 ports/java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh (new) 1.1 +23 -0 ports/java/eclipse/files/manualpatch-plugins-swt-gtk-make_freebsd.mak (new) 1.1 +59 -0 ports/java/eclipse/files/manualpatch-plugins-swt-gtk-os_custom.h (new) 1.1 +28 -0 ports/java/eclipse/files/manualpatch-plugins-swt-motif-build.sh (new) 1.1 +44 -0 ports/java/eclipse/files/manualpatch-plugins-swt-motif-make_freebsd.mak (new) 1.1 +39 -0 ports/java/eclipse/files/patch-assemble (new) 1.3 +0 -15 ports/java/eclipse/files/patch-assemble-all (dead) 1.3 +7 -18 ports/java/eclipse/files/patch-build 1.1 +12 -0 ports/java/eclipse/files/patch-build.bat (new) 1.4 +30 -0 ports/java/eclipse/files/patch-build.xml (new) 1.2 +0 -15 ports/java/eclipse/files/patch-eclipseShm (dead) 1.3 +0 -21 ports/java/eclipse/files/patch-features-jdt-build (dead) 1.1 +27 -0 ports/java/eclipse/files/patch-features-jdt-build.xml (new) 1.3 +0 -13 ports/java/eclipse/files/patch-features-jdt-source-build (dead) 1.1 +15 -0 ports/java/eclipse/files/patch-features-jdt-source-build.xml (new) 1.1 +41 -0 ports/java/eclipse/files/patch-features-launchers-gtk-build.sh (new) 1.1 +11 -0 ports/java/eclipse/files/patch-features-launchers-gtk-make_freebsd.mak (new) 1.1 +17 -0 ports/java/eclipse/files/patch-features-launchers-library-eclipseShm.c (new) 1.1 +33 -0 ports/java/eclipse/files/patch-features-launchers-motif-build.sh (new) 1.3 +0 -13 ports/java/eclipse/files/patch-features-pde-build (dead) 1.1 +15 -0 ports/java/eclipse/files/patch-features-pde-build.xml (new) 1.3 +0 -13 ports/java/eclipse/files/patch-features-pde-source-build (dead) 1.1 +15 -0 ports/java/eclipse/files/patch-features-pde-source-build.xml (new) 1.3 +0 -183 ports/java/eclipse/files/patch-features-platform-build (dead) 1.1 +97 -0 ports/java/eclipse/files/patch-features-platform-build.xml (new) 1.3 +0 -54 ports/java/eclipse/files/patch-features-platform-source-build (dead) 1.1 +66 -0 ports/java/eclipse/files/patch-features-platform-source-build.xml (new) 1.3 +0 -9 ports/java/eclipse/files/patch-features-platform-source-feature (dead) 1.1 +15 -0 ports/java/eclipse/files/patch-features-platform-source-feature.xml (new) 1.1 +108 -0 ports/java/eclipse/files/patch-features-rcp-build.xml (new) 1.1 +66 -0 ports/java/eclipse/files/patch-features-rcp-source-build.xml (new) 1.2 +0 -29 ports/java/eclipse/files/patch-features-sdk-build (dead) 1.1 +15 -0 ports/java/eclipse/files/patch-features-sdk-build.xml (new) 1.2 +0 -17 ports/java/eclipse/files/patch-launcher-gtk-build.csh (dead) 1.2 +0 -11 ports/java/eclipse/files/patch-launcher-make_gtk.mak (dead) 1.2 +0 -31 ports/java/eclipse/files/patch-launcher-motif-build.csh (dead) 1.2 +0 -11 ports/java/eclipse/files/patch-launcher-motif-make_linux.mak (dead) 1.1 +53 -0 ports/java/eclipse/files/patch-plugins-core-build.xml (new) 1.2 +0 -18 ports/java/eclipse/files/patch-plugins-swt-gtk-build (dead) 1.2 +0 -18 ports/java/eclipse/files/patch-plugins-swt-motif-build (dead) 1.1 +31 -0 ports/java/eclipse/files/patch-plugins-update-src-build.xml (new) 1.1 +15 -0 ports/java/eclipse/files/patch-plugins-update-src-update.c (new) 1.2 +0 -17 ports/java/eclipse/files/patch-update.c (dead) 1.3 +0 -105 ports/java/eclipse/files/swt-motif-build.sh (dead) 1.3 +0 -70 ports/java/eclipse/files/update-build.xml (dead) 1.12 +0 -3366 ports/java/eclipse/pkg-plist (dead) 1.3 +0 -104 ports/java/eclipse/scripts/configure (dead) 1.1 +104 -0 ports/java/eclipse/scripts/pre-patch (new)