From owner-cvs-all@FreeBSD.ORG Wed Jan 3 18:13:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74E5D16A415; Wed, 3 Jan 2007 18:13:56 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6206C13C459; Wed, 3 Jan 2007 18:13:56 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l03IDurp037259; Wed, 3 Jan 2007 18:13:56 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l03IDuoY037256; Wed, 3 Jan 2007 18:13:56 GMT (envelope-from tmclaugh) Message-Id: <200701031813.l03IDuoY037256@repoman.freebsd.org> From: Tom McLaughlin Date: Wed, 3 Jan 2007 18:13:55 +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 ports/java/eclipse/files eclipse.in patch-plugins-swt-amd64-build.xml post-patch-plugins-swt-gtk-build.sh post-patch-plugins-swt-gtk-make_freebsd.mak post-patch-plugins-swt-mozilla-Browser.java post-patch-plugins-swt-mozilla-XPCOM.java post-patch-plugins-swt-mozilla-XPCOM.properties post-patch-plugins-swt-mozilla-XPCOM_PROFILE.properties ... 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: Wed, 03 Jan 2007 18:13:56 -0000 tmclaugh 2007-01-03 18:13:55 UTC FreeBSD ports repository Modified files: java/eclipse Makefile distinfo java/eclipse/files eclipse.in post-patch-plugins-swt-gtk-build.sh post-patch-plugins-swt-gtk-make_freebsd.mak java/eclipse/scripts pre-patch Added files: java/eclipse/files patch-plugins-swt-amd64-build.xml post-patch-plugins-swt-mozilla-Browser.java post-patch-plugins-swt-mozilla-XPCOM.java post-patch-plugins-swt-mozilla-XPCOM.properties post-patch-plugins-swt-mozilla-XPCOM_PROFILE.properties post-patch-plugins-swt-mozilla-xpcom.cpp post-patch-plugins-swt-mozilla-xpcom.h post-patch-plugins-swt-mozilla-xpcom_profile.h post-patch-plugins-swt-mozilla-xpcom_stats.cpp post-patch-plugins-swt-mozilla-xpcom_stats.h Log: - Fixes for internal web browser [1] - Fixes for internal web browser on amd64 [2] - Convert to USE_GECKO [3] Note: Port defaults to xulrunner as the preffered gecko port because it is the only port which allows the internal web browser to work but eclipse will build using other gecko ports (ie. firefox, mozilla, seamonkey) though it will lack a working internal web browser. An argument can be made that xulrunner should be the only available gecko but maybe 5 people have xulrunner installed and it's another 45 minute mozilla dependency on even my speedy machine. The maintainer mentioned working on getting the internal web browser to work with firefox so I'm leaving well enough alone. When eclipse fully works with firefox the USE_GECKO ordering should probably be revistited. PR: 105581 Submitted by: Maintainer [1], Kurt Miller [2], me [3] Revision Changes Path 1.51 +36 -21 ports/java/eclipse/Makefile 1.13 +0 -1 ports/java/eclipse/distinfo 1.9 +3 -2 ports/java/eclipse/files/eclipse.in 1.1 +45 -0 ports/java/eclipse/files/patch-plugins-swt-amd64-build.xml (new) 1.2 +3 -3 ports/java/eclipse/files/post-patch-plugins-swt-gtk-build.sh 1.3 +43 -5 ports/java/eclipse/files/post-patch-plugins-swt-gtk-make_freebsd.mak 1.1 +186 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-Browser.java (new) 1.1 +21 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java (new) 1.1 +25 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.properties (new) 1.1 +25 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM_PROFILE.properties (new) 1.1 +143 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom.cpp (new) 1.1 +12 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom.h (new) 1.1 +11 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom_profile.h (new) 1.1 +21 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom_stats.cpp (new) 1.1 +13 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom_stats.h (new) 1.4 +0 -0 ports/java/eclipse/scripts/pre-patch