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 <lists at intricatesoftware.com> [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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"