From owner-freebsd-java@FreeBSD.ORG Mon Jan 3 11:02:02 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4587016A4CF for ; Mon, 3 Jan 2005 11:02:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 334BD43D1D for ; Mon, 3 Jan 2005 11:02:02 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j03B22op006129 for ; Mon, 3 Jan 2005 11:02:02 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j03B21qR006119 for freebsd-java@freebsd.org; Mon, 3 Jan 2005 11:02:01 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 3 Jan 2005 11:02:01 GMT Message-Id: <200501031102.j03B21qR006119@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 11:02:02 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/10/20] ports/72902 java Make of /usr/ports/java/jdk14 fails with o [2004/12/06] ports/74760 java javavmwrapper messes up amavisd-new o [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/08/11] java/70292 java jdk14 compile problem f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2004/12/30] ports/75642 java gnomespeech fails to build if a jdk is in 4 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Jan 4 04:50:43 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 946A816A4CE; Tue, 4 Jan 2005 04:50:43 +0000 (GMT) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.60.174.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F44B43D31; Tue, 4 Jan 2005 04:50:40 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from compass.straycat.dhs.org (compass.straycat.dhs.org [192.168.1.32]) by straycat.dhs.org (8.13.0/8.13.0) with ESMTP id j044ooOS025058; Mon, 3 Jan 2005 23:50:51 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.4.1 X-GNATS-Notify: Date: Mon, 3 Jan 2005 23:51:19 -0500 From: "Tom McLaughlin" Message-Id: <1104814279.0@compass.straycat.dhs.org> To: "FreeBSD gnats submit" cc: java@freebsd.org Subject: java/eclipse-cdt: Unbreak port or update (2 patches) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 04:50:43 -0000 >Submitter-Id: current-users >Originator: Tom McLaughlin >Organization: >Confidential: no >Synopsis: java/eclipse-cdt: Unbreak port or update (2 patches) >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 5.3-RELEASE-p2 i386 >Environment: System: FreeBSD 5.3-RELEASE-p2 #0: Thu Dec 23 20:10:57 EST 2004 root@compass.straycat.dhs.org:/usr/obj/usr/src/sys/COMPASS-debug >Description: Attached are two patches for the eclipse-cdt port which is currently marked as broken. The first patch simply unbreaks the port by fixing the distfile's location. The second patch updats the port to 2.1.0 released last month. Due to the ports freeze I'll let whoever takes this PR decide on which patch is appropriate. Maintainer mailing list is CC'ed on PR. >How-To-Repeat: >Fix: --- eclipse-cdt_unbreak.diff begins here --- diff -Nur eclipse-cdt.orig/Makefile eclipse-cdt/Makefile --- eclipse-cdt.orig/Makefile Sun Jan 2 04:13:32 2005 +++ eclipse-cdt/Makefile Mon Jan 3 22:40:52 2005 @@ -9,7 +9,7 @@ PORTVERSION= 2.0.2 PORTREVISION= 1 CATEGORIES= java devel -MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/new/zips/ +MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/new/zips/${PORTVERSION}/ PKGNAMEPREFIX= eclipse- DISTNAME= org.eclipse.cdt-${PORTVERSION}-linux.${ECLIPSE_ARCH} DIST_SUBDIR= eclipse @@ -18,8 +18,6 @@ COMMENT= C/C++ IDE for Eclipse RUN_DEPENDS= ${LOCALBASE}/eclipse:${PORTSDIR}/java/eclipse - -BROKEN= Unfetchable NO_WRKSUBDIR= yes NO_BUILD= yes --- eclipse-cdt_unbreak.diff ends here --- --- eclipse-cdt_2.1.0-update.diff begins here --- diff -Nur eclipse-cdt.orig/Makefile eclipse-cdt/Makefile --- eclipse-cdt.orig/Makefile Sun Jan 2 04:13:32 2005 +++ eclipse-cdt/Makefile Mon Jan 3 22:48:56 2005 @@ -6,10 +6,9 @@ # PORTNAME= cdt -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= java devel -MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/new/zips/ +MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/new/zips/${PORTVERSION}/ PKGNAMEPREFIX= eclipse- DISTNAME= org.eclipse.cdt-${PORTVERSION}-linux.${ECLIPSE_ARCH} DIST_SUBDIR= eclipse @@ -18,8 +17,6 @@ COMMENT= C/C++ IDE for Eclipse RUN_DEPENDS= ${LOCALBASE}/eclipse:${PORTSDIR}/java/eclipse - -BROKEN= Unfetchable NO_WRKSUBDIR= yes NO_BUILD= yes diff -Nur eclipse-cdt.orig/distinfo eclipse-cdt/distinfo --- eclipse-cdt.orig/distinfo Sun Nov 14 23:19:28 2004 +++ eclipse-cdt/distinfo Mon Jan 3 23:13:43 2005 @@ -1,2 +1,2 @@ -MD5 (eclipse/org.eclipse.cdt-2.0.2-linux.x86.zip) = c6e3c5f74fddae54a8ff242b42de4ade -SIZE (eclipse/org.eclipse.cdt-2.0.2-linux.x86.zip) = 8486704 +MD5 (eclipse/org.eclipse.cdt-2.1.0-linux.x86.zip) = 1542dee90e6c4451d51a8135f2860f41 +SIZE (eclipse/org.eclipse.cdt-2.1.0-linux.x86.zip) = 9743409 diff -Nur eclipse-cdt.orig/pkg-plist eclipse-cdt/pkg-plist --- eclipse-cdt.orig/pkg-plist Sun Nov 14 23:19:30 2004 +++ eclipse-cdt/pkg-plist Mon Jan 3 23:12:09 2005 @@ -5,6 +5,8 @@ eclipse/features/org.eclipse.cdt_%%RELEASEVERSION%%/license.html eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/cdt_linux.jar eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/fragment.xml +eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/ia64/libpty.so +eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/ia64/libspawner.so eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/ppc/libpty.so eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/ppc/libspawner.so eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/x86/libpty.so @@ -145,7 +147,9 @@ eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/readwrite_obj.gif eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/readwrite_obj_disabled.gif eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/register_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/registerd_obj.gif eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/registergroup_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/registergroupd_obj.gif eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/showpaths_obj.gif eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/signal_obj.gif eclipse/plugins/org.eclipse.cdt.debug.ui_%%RELEASEVERSION%%/icons/full/obj16/var_aggr.gif @@ -220,7 +224,6 @@ eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/ctool16/alphab_sort_co.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/ctool16/convert-normal.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/ctool16/make.gif -eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/ctool16/makefile.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/ctool16/newc_app.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/ctool16/newcc_app.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/ctool16/segment_edit.gif @@ -247,6 +250,7 @@ eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/obj16/include_obj.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/obj16/irule_obj.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/obj16/macro_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/obj16/makefile.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/obj16/relation_obj.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/obj16/target_obj.gif eclipse/plugins/org.eclipse.cdt.make.ui_%%RELEASEVERSION%%/icons/obj16/trule_obj.gif @@ -301,7 +305,11 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/alphab_sort_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/clear_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/collapseall.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/definingtype_sort_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/fields_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/history_list.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/impl_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/inher_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/lock_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/metharg_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/open_incl.gif @@ -312,16 +320,26 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/shift_l_edit.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/shift_r_edit.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/static_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/sub_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/super_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/synced.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/th_automatic.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/th_horizontal.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/th_showqualified.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/th_single.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/clcl16/th_vertical.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/convert-normal.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newc_app.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newc_lib.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newcc_app.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newcc_lib.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newcfile_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newclass_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newcprj_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newfile_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newfolder_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newhfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/newsrcfldr_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/next_error_nav.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/prev_error_nav.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ctool16/prj_obj.gif @@ -333,7 +351,11 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/alphab_sort_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/clear_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/collapseall.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/definingtype_sort_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/fields_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/history_list.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/impl_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/inher_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/lock_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/metharg_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/open_incl.gif @@ -343,16 +365,32 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/shift_l_edit.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/shift_r_edit.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/static_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/sub_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/super_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/synced.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/th_automatic.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/th_horizontal.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/th_showqualified.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/th_single.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dlcl16/th_vertical.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/newcfile_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/newclass_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/newcprj_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/newfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/newfolder_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/newhfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/newsrcfldr_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/next_error_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/opentype.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/dtool16/prev_error_nav.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/alphab_sort_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/clear_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/collapseall.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/definingtype_sort_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/fields_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/history_list.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/impl_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/inher_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/lock_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/metharg_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/open_incl.gif @@ -362,15 +400,29 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/shift_l_edit.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/shift_r_edit.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/static_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/sub_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/super_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/synced.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/th_automatic.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/th_horizontal.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/th_showqualified.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/th_single.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/elcl16/th_vertical.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/newcfile_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/newclass_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/newcprj_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/newfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/newfolder_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/newhfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/newsrcfldr_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/next_error_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/opentype.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16/prev_error_nav.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/buildconsole.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/c_pers.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/cbrowsing_pers.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/chierch_pers.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/class_hi.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/cprojects.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/members.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16/namespaces.gif @@ -411,6 +463,7 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/function_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/h_file_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/hfolder_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/incc_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/include_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/includes_container.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/info_obj.gif @@ -438,13 +491,14 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/union_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/unknown_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/unknown_type_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/using_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/var_declaration_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/variable_local_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/variable_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16/warning_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/opentype16/opentype.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ovr16/c_ovr.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ovr16/error_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ovr16/focus_ovr.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ovr16/path_inherit_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ovr16/static_co.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ovr16/template_co.gif @@ -454,10 +508,15 @@ eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/c_app_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/fieldrefact_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/methrefact_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newcfile_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newclass_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newcprj_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newfolder_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newhfile_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newmngc_app.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newmngcc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/newsrcfldr_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/prj_obj.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban/typerefact_wiz.gif eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/plugin.properties @@ -482,8 +541,6 @@ eclipse/plugins/org.eclipse.cdt_%%RELEASEVERSION%%/samplesExtensionContent.xml eclipse/plugins/org.eclipse.cdt_%%RELEASEVERSION%%/tutorialsExtensionContent.xml eclipse/plugins/org.eclipse.cdt_%%RELEASEVERSION%%/whatsNewExtensionContent.xml -share/nls/POSIX -share/nls/en_US.US-ASCII @dirrm eclipse/plugins/org.eclipse.cdt_%%RELEASEVERSION%%/css/graphics/obj_48 @dirrm eclipse/plugins/org.eclipse.cdt_%%RELEASEVERSION%%/css/graphics @dirrm eclipse/plugins/org.eclipse.cdt_%%RELEASEVERSION%%/css @@ -491,7 +548,6 @@ @dirrm eclipse/plugins/org.eclipse.cdt_%%RELEASEVERSION%% @dirrm eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/wizban @dirrm eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/ovr16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/opentype16 @dirrm eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/obj16 @dirrm eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/eview16 @dirrm eclipse/plugins/org.eclipse.cdt.ui_%%RELEASEVERSION%%/icons/full/etool16 @@ -554,6 +610,7 @@ @dirrm eclipse/plugins/org.eclipse.cdt.core_%%RELEASEVERSION%% @dirrm eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/x86 @dirrm eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/ppc +@dirrm eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux/ia64 @dirrm eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os/linux @dirrm eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%%/os @dirrm eclipse/plugins/org.eclipse.cdt.core.linux_%%RELEASEVERSION%% --- eclipse-cdt_2.1.0-update.diff ends here --- From owner-freebsd-java@FreeBSD.ORG Wed Jan 5 02:14:36 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B1216A4CE; Wed, 5 Jan 2005 02:14:36 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A7E43D48; Wed, 5 Jan 2005 02:14:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 98EE251814; Tue, 4 Jan 2005 18:14:58 -0800 (PST) Date: Tue, 4 Jan 2005 18:14:58 -0800 From: Kris Kennaway To: phantom@FreeBSD.org, java@FreeBSD.org Message-ID: <20050105021458.GB37134@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [ports-i386@FreeBSD.org: jdk-1.4.2p7 pkg-plist errors on i386 6] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 02:14:36 -0000 --qlTNgmc+xy1dBmNv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear port maintainer, The following port has an incomplete pkg-plist, or other errors in the files installed by the port. This may mean that the package is incomplete or non-functional; at the very least, your port does not leave the filesystem in the same state it was before the port was installed. Can you please investigate? In the near future, this condition will be treated as an error on the package cluster, which means that the package will not be made available on the ftp site. Thanks, Kris "Ports Janitor" Kennaway ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Tue, 4 Jan 2005 01:28:35 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: jdk-1.4.2p7 pkg-plist errors on i386 6 X-UIDL: E&(!!d=3D!#!")N!!C9a!! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.92.8 building jdk-1.4.2p7 on gohan22.freebsd.org in directory /x/tmp/6/chroot/33133 maintained by: phantom@FreeBSD.org port directory: /usr/ports/java/jdk14 For the full build log, see http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.6.2005010200/jdk-= 1.4.2p7.log list of files present before this port was installed but missing after it w= as deinstalled) =2E/usr/local/share/doc/java missing ----- End forwarded message ----- --qlTNgmc+xy1dBmNv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB202iWry0BWjoQKURArBcAKC3dH7rALUeJ2hYPR7UXq/fy9afBwCcD+ce 6S5AOE437+U9OFY4xL2ZNt0= =PWmt -----END PGP SIGNATURE----- --qlTNgmc+xy1dBmNv-- From owner-freebsd-java@FreeBSD.ORG Wed Jan 5 17:43:33 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9763516A4CF; Wed, 5 Jan 2005 17:43:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B03DE43D45; Wed, 5 Jan 2005 17:43:31 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j05HhVbM063626; Wed, 5 Jan 2005 17:43:31 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j05HhV5h063622; Wed, 5 Jan 2005 17:43:31 GMT (envelope-from thierry) Date: Wed, 5 Jan 2005 17:43:31 GMT From: Thierry Thomas Message-Id: <200501051743.j05HhV5h063622@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, java@FreeBSD.org Subject: Re: ports/75852: [patch] Make java/linux-sun-jdk14 install on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 17:43:33 -0000 Synopsis: [patch] Make java/linux-sun-jdk14 install on amd64 Responsible-Changed-From-To: freebsd-ports-bugs->java Responsible-Changed-By: thierry Responsible-Changed-When: Wed Jan 5 17:43:02 GMT 2005 Responsible-Changed-Why: Assign to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=75852 From owner-freebsd-java@FreeBSD.ORG Wed Jan 5 20:28:13 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F9716A4CE for ; Wed, 5 Jan 2005 20:28:13 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265F843D31 for ; Wed, 5 Jan 2005 20:28:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j05KSCj29742 for ; Wed, 5 Jan 2005 12:28:13 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: Date: Wed, 5 Jan 2005 12:28:12 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 20:28:13 -0000 Hi All, One of you guys might want to fill him in a bit. Paul_Krill@infoworld.com Ted > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Paul Krill > Sent: Wednesday, January 05, 2005 10:53 AM > To: freebsd-questions@freebsd.org; glewis@freebsd.org > Subject: Sun revokes FreeBSD license for Java > > > This is Paul Krill of Infoworld magazine. I would like to speak with > someone at FreeBSD regarding issues with Sun. I am at 415-978-3228 or > email me with a number where I can call you. Thanks. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-java@FreeBSD.ORG Wed Jan 5 20:47:18 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D0DC16A4CE for ; Wed, 5 Jan 2005 20:47:18 +0000 (GMT) Received: from turing.morons.org (turing.morons.org [209.237.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D48AC43D39 for ; Wed, 5 Jan 2005 20:47:17 +0000 (GMT) (envelope-from freebsd@spatula.net) Received: by turing.morons.org (Postfix, from userid 1001) id B8717A959; Wed, 5 Jan 2005 12:47:17 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id B7726A956; Wed, 5 Jan 2005 12:47:17 -0800 (PST) Date: Wed, 5 Jan 2005 12:47:17 -0800 (PST) From: Nick Johnson X-X-Sender: spatula@turing.morons.org To: Ted Mittelstaedt In-Reply-To: Message-ID: <20050105123526.A6652@turing.morons.org> References: X-what-happen: someone set up us the bomb X-Message-Flags: Spatula Precedence: special-delivery MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Paul_Krill@infoworld.com cc: freebsd-java@freebsd.org Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 20:47:18 -0000 Ugh. It looks like a case of something being blown completely out of proportion. http://www.freebsdfoundation.org/press/20041221-newsletter.shtml says "The latest blow to our efforts was the recent notification of Sun's desire to revoke and renegotiate the FreeBSD Foundation's SCSL [Sun Community Source Licensing] license. From what we can determine, Sun is re-negotiating all SCSL licenses to standardize their Java revenue model...For now, it is safe to assume that the Foundation will engage in another lengthy, and potentially costly, licensing negotiation before our binary distributions can continue." So this bonehead posts this: http://blogs.cocoondev.org/dims/archives/002628.html And of course all the blogheads pick up the headline "SUN revokes FreeBSD's SCSL License" as though it were the whole and complete gospel truth. What said bonehead fails to mention is that this affects only binary distributions, that Sun wants to renegotiate the license, and that most people who are using Java on FreeBSD now are probably not using a binary distribution anyway, since they're likely building Java 1.4, not using the Java 1.3 binary. In any case, the Java port continues, life goes on, the license will eventually be renegotiated, and this bonehead will still be a bonehead. Nick On Wed, 5 Jan 2005, Ted Mittelstaedt wrote: > Hi All, > > One of you guys might want to fill him in a bit. > Paul_Krill@infoworld.com > > Ted > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Paul Krill > > Sent: Wednesday, January 05, 2005 10:53 AM > > To: freebsd-questions@freebsd.org; glewis@freebsd.org > > Subject: Sun revokes FreeBSD license for Java > > > > > > This is Paul Krill of Infoworld magazine. I would like to speak with > > someone at FreeBSD regarding issues with Sun. I am at 415-978-3228 or > > email me with a number where I can call you. Thanks. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- "The aptly-named morons.org is an obscenity-laced screed..." -- Robert P. Lockwood, Catholic League director of research Nick Johnson, version 2.1 http://web.morons.org/ From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 07:41:21 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1646F16A4CE for ; Fri, 7 Jan 2005 07:41:21 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B54443D2D for ; Fri, 7 Jan 2005 07:41:20 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j078G5T5016874 for ; Fri, 7 Jan 2005 10:16:05 +0200 Received: from localhost (achill@localhost)j078G5BR016870 for ; Fri, 7 Jan 2005 10:16:05 +0200 Date: Fri, 7 Jan 2005 10:16:05 +0200 (EET) From: Achilleus Mantzios To: java@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 07:41:21 -0000 First off, Good Year to anyone. I'd like to share my thoughts on the FreeBSD binary java distribution and the FreeBSD Foundation issue. I pretty much acklowledge the efforts of the FBSDF, as well as that the diablo jdk13 is the only one achievement of the FBSDF, at least as it presented in their site. Also ,the funding of Alexey's work was essential in the viability of the jdk14 port. However, as another person said, freebsd users only use the port and not the binary. And taking into account the many areas of need in the rest of the system in its current status (5-STABLE, CURRENT), i think it would make sense to save the money that was supposed to go to SUN, for funding development of other areas in the system. Most users are quite happy with jdk14 i suppose. -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 08:15:16 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA02B16A4CE for ; Fri, 7 Jan 2005 08:15:16 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A86A43D2D for ; Fri, 7 Jan 2005 08:15:15 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j078FCLc016190; Fri, 7 Jan 2005 10:15:12 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j078F7rB012629; Fri, 7 Jan 2005 10:15:09 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.6.9]); Fri, 07 Jan 2005 10:15:00 +0200 Message-ID: <41DE4504.5040300@ebs.gr> Date: Fri, 07 Jan 2005 10:15:00 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 08:15:16 -0000 Achilleus Mantzios wrote: > First off, Good Year to anyone. > > I'd like to share my thoughts on the FreeBSD binary java distribution > and the FreeBSD Foundation issue. > > I pretty much acklowledge the efforts of the FBSDF, as well as > that the diablo jdk13 is the only one achievement of the FBSDF, at least > as it presented > in their site. Also ,the funding of Alexey's work was essential > in the viability of the jdk14 port. > > However, as another person said, freebsd users > only use the port and not the binary. > And taking into account the many areas of need in the rest of > the system in its current status (5-STABLE, CURRENT), > i think it would make sense to save the money that was supposed > to go to SUN, for funding development of other areas in the system. > > Most users are quite happy with jdk14 i suppose. Although I am one of those users happily using the jdk14 port, I can't say that I find the situation satisfying. When I am trying to pitch a Java solution on FreeBSD to a customer I have to ask them to have the jdk preinstalled for me, since I can't legally redistribute it. Clients who don't have an existing FreeBSD installation or don't care about the solution's underlying OS (which is why they usually pick Java in the first place), wonder why on earth they should not go with Linux instead. For developer's like myself the port is fine. For managers (either selling or bying products) it is a nightmare. Personally, I consider Alexey's financial support and the binary distribution license as the most important thing that the FreeBSD Foundation has ever done for the future of the community. Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 08:34:14 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C253C16A4CE for ; Fri, 7 Jan 2005 08:34:14 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F4543D46 for ; Fri, 7 Jan 2005 08:34:13 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j0798vT5016962; Fri, 7 Jan 2005 11:08:57 +0200 Received: from localhost (achill@localhost)j0798vOH016958; Fri, 7 Jan 2005 11:08:57 +0200 Date: Fri, 7 Jan 2005 11:08:57 +0200 (EET) From: Achilleus Mantzios To: Panagiotis Astithas In-Reply-To: <41DE4504.5040300@ebs.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: java@freebsd.org Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 08:34:14 -0000 O Panagiotis Astithas έγραψε στις Jan 7, 2005 : > Achilleus Mantzios wrote: > > First off, Good Year to anyone. > > > > I'd like to share my thoughts on the FreeBSD binary java distribution > > and the FreeBSD Foundation issue. > > > > I pretty much acklowledge the efforts of the FBSDF, as well as > > that the diablo jdk13 is the only one achievement of the FBSDF, at least > > as it presented > > in their site. Also ,the funding of Alexey's work was essential > > in the viability of the jdk14 port. > > > > However, as another person said, freebsd users > > only use the port and not the binary. > > And taking into account the many areas of need in the rest of > > the system in its current status (5-STABLE, CURRENT), > > i think it would make sense to save the money that was supposed > > to go to SUN, for funding development of other areas in the system. > > > > Most users are quite happy with jdk14 i suppose. > > Although I am one of those users happily using the jdk14 port, I can't > say that I find the situation satisfying. When I am trying to pitch a > Java solution on FreeBSD to a customer I have to ask them to have the > jdk preinstalled for me, since I can't legally redistribute it. Clients > who don't have an existing FreeBSD installation or don't care about the > solution's underlying OS (which is why they usually pick Java in the > first place), wonder why on earth they should not go with Linux instead. If they dont already have an existing FreeBSD installation, then probably it makes zero sense to have one just for deploying a java app. And to go further, If they dont already have an existing linux installation, the analogy still holds. It depends on the nature of the application. Lets say, If its a large system and the particular customer is a FreeBSD user already, then it wouldn't cost too much to have their admin (or you) spend 2 hours building jdk14. Otherwise if the customer has decided to go with his/her (other) OS of choice, then he/she is totally enitled to live with it. > > For developer's like myself the port is fine. For managers (either > selling or bying products) it is a nightmare. Personally, I consider > Alexey's financial support and the binary distribution license as the > most important thing that the FreeBSD Foundation has ever done for the > future of the community. > > Cheers, > Panagiotis > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 09:14:18 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C89716A4CE for ; Fri, 7 Jan 2005 09:14:18 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85D843D31 for ; Fri, 7 Jan 2005 09:14:16 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j079EFLc016345; Fri, 7 Jan 2005 11:14:15 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j079EBS4013172; Fri, 7 Jan 2005 11:14:13 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.6.9]); Fri, 07 Jan 2005 11:14:04 +0200 Message-ID: <41DE52DC.6010601@ebs.gr> Date: Fri, 07 Jan 2005 11:14:04 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 8bit cc: java@freebsd.org Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 09:14:18 -0000 Achilleus Mantzios wrote: > O Panagiotis Astithas έγραψε στις Jan 7, 2005 : > > >>Achilleus Mantzios wrote: >> >>>First off, Good Year to anyone. >>> >>>I'd like to share my thoughts on the FreeBSD binary java distribution >>>and the FreeBSD Foundation issue. >>> >>>I pretty much acklowledge the efforts of the FBSDF, as well as >>>that the diablo jdk13 is the only one achievement of the FBSDF, at least >>>as it presented >>>in their site. Also ,the funding of Alexey's work was essential >>>in the viability of the jdk14 port. >>> >>>However, as another person said, freebsd users >>>only use the port and not the binary. >>>And taking into account the many areas of need in the rest of >>>the system in its current status (5-STABLE, CURRENT), >>>i think it would make sense to save the money that was supposed >>>to go to SUN, for funding development of other areas in the system. >>> >>>Most users are quite happy with jdk14 i suppose. >> >>Although I am one of those users happily using the jdk14 port, I can't >>say that I find the situation satisfying. When I am trying to pitch a >>Java solution on FreeBSD to a customer I have to ask them to have the >>jdk preinstalled for me, since I can't legally redistribute it. Clients >>who don't have an existing FreeBSD installation or don't care about the >>solution's underlying OS (which is why they usually pick Java in the >>first place), wonder why on earth they should not go with Linux instead. > > > If they dont already have an existing FreeBSD installation, then > probably it makes zero sense to have one just for deploying a java app. > And to go further, If they dont already have an existing linux > installation, the analogy still holds. > It depends on the nature of the application. Well, I understand and partly agree with your point, but the reason Linux or FreeBSD is picked for server applications is mostly cost. So if a company is buying a new system (hardware+software+services) and its RFP is evidently cost-sensitive, they may well pick a Linux/FreeBSD box to host a Java solution (and they do tend to ask for Java these days, nothing more, nothing less). What I am saying is that the current situation as it holds favors Linux, unfortunately. > Lets say, If its a large system and the particular customer > is a FreeBSD user already, then it wouldn't cost too much > to have their admin (or you) spend 2 hours building jdk14. > Otherwise if the customer has decided to go with his/her > (other) OS of choice, then he/she is totally enitled to live > with it. In this case certainly. But I am thinking of a different scenario, as I tried to explain above. New systems that perform new tasks and are not necessarily going to be hosted together with existing infrastructue. Or even cases where an aging system is being retired and one looks for a modern replacement. Modernity is mostly perception. Java is modern enough. Linux is modern enough. If FreeBSD can tug along, it could steal some of that modern aura. Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 10:09:08 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4664C16A4CE for ; Fri, 7 Jan 2005 10:09:08 +0000 (GMT) Received: from a.mx.aegisnet.de (a.mx.aegisnet.de [213.238.36.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4046043D2F for ; Fri, 7 Jan 2005 10:09:07 +0000 (GMT) (envelope-from cz@aegisnet.biz) Received: (qmail 26562 invoked from network); 7 Jan 2005 10:09:26 -0000 Received: from unknown (HELO www.aegisnet.biz) ([213.238.36.211]) (envelope-sender ) by a.mx.aegisnet.de (qmail-ldap-1.03) with SMTP for ; 7 Jan 2005 10:09:26 -0000 Received: from 213.39.192.6 (SquirrelMail authenticated user cz@aegisnet.biz) by www.aegisnet.biz with HTTP; Fri, 7 Jan 2005 11:09:26 +0100 (CET) Message-ID: <2469.213.39.192.6.1105092566.squirrel@www.aegisnet.biz> In-Reply-To: <41DE4504.5040300@ebs.gr> References: <41DE4504.5040300@ebs.gr> Date: Fri, 7 Jan 2005 11:09:26 +0100 (CET) From: "Carsten Zimmermann" To: java@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 10:09:08 -0000 Panagiotis Astithas sagte: >> However, as another person said, freebsd users >> only use the port and not the binary. >> And taking into account the many areas of need in the rest of >> the system in its current status (5-STABLE, CURRENT), >> i think it would make sense to save the money that was supposed >> to go to SUN, for funding development of other areas in the system. >> >> Most users are quite happy with jdk14 i suppose. > > Although I am one of those users happily using the jdk14 port, I can't > say that I find the situation satisfying. When I am trying to pitch a > Java solution on FreeBSD to a customer I have to ask them to have the > jdk preinstalled for me, since I can't legally redistribute it. Clients > who don't have an existing FreeBSD installation or don't care about the > solution's underlying OS (which is why they usually pick Java in the > first place), wonder why on earth they should not go with Linux instead. > Hello - to me, the point is the compatability certification Sun gives for a binary distribution (or am I wrong here?). I agree that building a port for a customer's admin that maybe eats 2 hours of paid worktime shouldn't be the point. But it is third party webhosters or software developers who are in great need of a 100% compatible Java for _productive_ environments! You can't offer a managed server (or whatever) based on FreeBSD for Java apps and I wouldn't even think of letting my bought in business application run on a "please-don't-use-the-jdk14-port-on-productive-servers" FreeBSD Java port. I must admin I don't have a glimpse about what it costs to have Sun distibute Java binaries but it is definately nessecary for FreeBSD to become more professional. Cheers, Carsten -- Carsten Zimmermann mailto:cz@aegisnet.biz Aegis:Net IT-Dienstleistungen Postfach 620371 22403 Hamburg http://www.aegisnet.biz Info: +49-(0)700-AEGISNET Fax: +49-(0)40-98760547 From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 12:10:33 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9A316A4CE for ; Fri, 7 Jan 2005 12:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F2443D54 for ; Fri, 7 Jan 2005 12:10:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j07CAXvs035569 for ; Fri, 7 Jan 2005 12:10:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j07CAXn0035568; Fri, 7 Jan 2005 12:10:33 GMT (envelope-from gnats) Date: Fri, 7 Jan 2005 12:10:33 GMT Message-Id: <200501071210.j07CAXn0035568@freefall.freebsd.org> To: java@FreeBSD.org From: Francois Tigeot Subject: Re: ports/75852: [patch] Make java/linux-sun-jdk14 install on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Francois Tigeot List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 12:10:33 -0000 The following reply was made to PR ports/75852; it has been noted by GNATS. From: Francois Tigeot To: freebsd-gnats-submit@FreeBSD.org Cc: Francois Tigeot Subject: Re: ports/75852: [patch] Make java/linux-sun-jdk14 install on amd64 Date: Fri, 7 Jan 2005 13:03:24 +0100 This is really a ports issue, not a java one. The patch I included just modifies some ports Makefiles and does not even touch directly java/linux-sun-jdk14. The ports modified are: x11-toolkits/linux-gtk textproc/linux-expat x11-fonts/linux-fontconfig They are in the installation path since the linux_base-8 mega-commit; it is mainly a matter of adding amd64 in the ONLY_FOR_ARCHS= line of their Makefiles. print/acroread also suffers from the same installation problem. -- Francois Tigeot From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 15:38:20 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3173D16A4CE for ; Fri, 7 Jan 2005 15:38:20 +0000 (GMT) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB6A43D39 for ; Fri, 7 Jan 2005 15:38:19 +0000 (GMT) (envelope-from truk@optonline.net) Received: from focus (ool-182e24b7.dyn.optonline.net [24.46.36.183]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0I9Y00AGIE3QQI@mta3.srv.hcvlny.cv.net> for java@freebsd.org; Fri, 07 Jan 2005 10:38:14 -0500 (EST) Date: Fri, 07 Jan 2005 10:38:15 -0500 From: Kurt Miller To: java@freebsd.org Message-id: <065001c4f4ce$e7bb0410$1d0110ac@focus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <41DE4504.5040300@ebs.gr> Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 15:38:20 -0000 From: "Panagiotis Astithas" > Achilleus Mantzios wrote: > > Most users are quite happy with jdk14 i suppose. > > Although I am one of those users happily using the jdk14 port, I can't > say that I find the situation satisfying. When I am trying to pitch a > Java solution on FreeBSD to a customer I have to ask them to have the > jdk preinstalled for me, since I can't legally redistribute it. Clients > who don't have an existing FreeBSD installation or don't care about the > solution's underlying OS (which is why they usually pick Java in the > first place), wonder why on earth they should not go with Linux instead. > > For developer's like myself the port is fine. For managers (either > selling or bying products) it is a nightmare. Personally, I consider > Alexey's financial support and the binary distribution license as the > most important thing that the FreeBSD Foundation has ever done for the > future of the community. I completely agree. However I think that the lack of a binary distribution is far more important then many people realize. The SCSL doesn't only restrict the distribution of the jdk's built from ports, it also restricts the use of them too. IANAL, but as I understand the SCSL it contains three licenses; Research Use, Internal Deployment Use and Commercial Use. Research Use allow an individual to use the jdk and modify the source of the jdk. It also allows for personal and individual use of the binaries via the Research Use definition. Once you want to use the binaries for anything other then that, you fall into the other licenses and they require the TCK's be run (see Attachment C, 2.1). Having the Foundation distribute the compliant binaries means businesses can use the jdk's. The alternatives are not good. Each business would need to contact Sun and license the TCK's if they want to use the jdk's. I would be delighted if someone could find another interpretation of the SCSL that allows a business to use the jdk's without the TCK's being run. In fact I hope I'm wrong. -Kurt From owner-freebsd-java@FreeBSD.ORG Fri Jan 7 16:06:49 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21F8A16A4CE for ; Fri, 7 Jan 2005 16:06:49 +0000 (GMT) Received: from prosporo.hedron.org (hedron.org [66.11.182.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B3843D58 for ; Fri, 7 Jan 2005 16:06:48 +0000 (GMT) (envelope-from ean@hedron.org) Received: from www.hedron.org (localhost.hedron.org [127.0.0.1]) by prosporo.hedron.org (Postfix) with ESMTP id BE138C0D4 for ; Fri, 7 Jan 2005 11:06:45 -0500 (EST) Received: from 216.220.59.169 (SquirrelMail authenticated user ean); by www.hedron.org with HTTP; Fri, 7 Jan 2005 11:06:45 -0500 (EST) Message-ID: <2569.216.220.59.169.1105114005.squirrel@216.220.59.169> In-Reply-To: <41DE4504.5040300@ebs.gr> References: <41DE4504.5040300@ebs.gr> Date: Fri, 7 Jan 2005 11:06:45 -0500 (EST) From: "Ean Kingston" To: java@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: FW: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 16:06:49 -0000 > Achilleus Mantzios wrote: >> First off, Good Year to anyone. >> >> I'd like to share my thoughts on the FreeBSD binary java distribution >> and the FreeBSD Foundation issue. >> >> I pretty much acklowledge the efforts of the FBSDF, as well as >> that the diablo jdk13 is the only one achievement of the FBSDF, at least >> as it presented >> in their site. Also ,the funding of Alexey's work was essential >> in the viability of the jdk14 port. >> >> However, as another person said, freebsd users >> only use the port and not the binary. >> And taking into account the many areas of need in the rest of >> the system in its current status (5-STABLE, CURRENT), >> i think it would make sense to save the money that was supposed >> to go to SUN, for funding development of other areas in the system. >> >> Most users are quite happy with jdk14 i suppose. > > Although I am one of those users happily using the jdk14 port, I can't > say that I find the situation satisfying. When I am trying to pitch a > Java solution on FreeBSD to a customer I have to ask them to have the > jdk preinstalled for me, since I can't legally redistribute it. Clients > who don't have an existing FreeBSD installation or don't care about the > solution's underlying OS (which is why they usually pick Java in the > first place), wonder why on earth they should not go with Linux instead. > > For developer's like myself the port is fine. For managers (either > selling or bying products) it is a nightmare. Personally, I consider > Alexey's financial support and the binary distribution license as the > most important thing that the FreeBSD Foundation has ever done for the > future of the community. I have to agree with Achilleus on all his points. The company I work for was making a similar decision a couple of years ago and not having a binary distribution of Java took FreeBSD right out of the running. Management takes the stance that if they can't get a binary for production use then the product is not sufficiently supported. So, I run SUN systems at work now. From owner-freebsd-java@FreeBSD.ORG Sat Jan 8 01:13:24 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2241E16A4CE for ; Sat, 8 Jan 2005 01:13:24 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CAF43D2D for ; Sat, 8 Jan 2005 01:13:23 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.64.9]) by mta10.adelphia.netESMTP <20050108011323.KZBH25543.mta10.adelphia.net@default.chvlva.adelphia.net> for ; Fri, 7 Jan 2005 20:13:23 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 2A269B519; Fri, 7 Jan 2005 20:13:02 -0500 (EST) Date: Fri, 7 Jan 2005 20:13:01 -0500 From: Parv To: f-java Message-ID: <20050108011301.GA93273@holestein.holy.cow> Mail-Followup-To: f-java Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline Subject: Download URL change for java/jdk14-doc (j2sdk-1_4_2-doc.zip) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 01:13:24 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline There is a new URL to download jdk14-doc (that takes to the license agreement) ... http://javashoplm.sun.com/ECom/docs/Welcome.jsp?SiteId=JSC&TransactionId=noreg&StoreId=22&PartDetailId=7502-j2sdk-1.4.2-doc-oth-JPR ...which seems to have replaced ... http://java.sun.com/webapps/download/Display?BundleId=8602 Patch is included. - Parv -- --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-url --- Makefile.old Fri Jan 7 20:04:16 2005 +++ Makefile Fri Jan 7 20:09:10 2005 @@ -23,8 +23,10 @@ JDK_VERSION= 1.4.2 JDK_MAJOR_VER= ${JDK_VERSION:R} JDK_CONCAT_VER= ${JDK_MAJOR_VER:S/.//g} -SUN_BUNDLE_ID= 8602 -DOWNLOAD_URL= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID} +SUN_STORE_ID= 22 +SUN_PART_DETAIL_ID= 7502-j2sdk-1.4.2-doc-oth-JPR +DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?SiteId=JSC&TransactionId=noreg&StoreId=${SUN_STORE_ID}&PartDetailId=${SUN_PART_DETAIL_ID} + NO_BUILD= yes USE_ZIP= yes --W/nzBZO5zC0uMSeA-- From owner-freebsd-java@FreeBSD.ORG Sat Jan 8 08:19:23 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D6B616A4CE for ; Sat, 8 Jan 2005 08:19:23 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6900943D49 for ; Sat, 8 Jan 2005 08:19:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A78D251266; Sat, 8 Jan 2005 00:19:22 -0800 (PST) Date: Sat, 8 Jan 2005 00:19:22 -0800 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20050108081922.GA90937@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [ports-i386@FreeBSD.org: azureus-2.1.0.4_3 pkg-plist errors on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 08:19:23 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear port maintainer, The following port has an incomplete pkg-plist, or other errors in the files installed by the port. This may mean that the package is incomplete or non-functional; at the very least, your port does not leave the filesystem in the same state it was before the port was installed. Can you please investigate? In the near future, this condition will be treated as an error on the package cluster, which means that the package will not be made available on the ftp site. Thanks, Kris "Ports Janitor" Kennaway ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Fri, 7 Jan 2005 21:08:20 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: azureus-2.1.0.4_3 pkg-plist errors on i386 5 X-UIDL: 1#_!!]h6"!a/`"!-L~"! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.92.8 building azureus-2.1.0.4_3 on gohan28.freebsd.org in directory /x/tmp/5/chroot/98979 maintained by: ports@FreeBSD.org port directory: /usr/ports/net/azureus For the full build log, see http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.5.2004121802/azur= eus-2.1.0.4_3.log list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 386728 8 drwxr-xr-x 2 root wheel 512 = Jan 7 21:05 usr/local/share/java/azureus ----- End forwarded message ----- --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB35eKWry0BWjoQKURApYSAKCToAX+D9APlp+I6lzL20nfIziA/wCfXwNP 5V6Y1NBYE5kVC43MSTwYoGU= =H0P+ -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-java@FreeBSD.ORG Sat Jan 8 21:26:50 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559EF16A4D0 for ; Sat, 8 Jan 2005 21:26:50 +0000 (GMT) Received: from smtp.golden.net (smtp.golden.net [199.166.210.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E551343D53 for ; Sat, 8 Jan 2005 21:26:49 +0000 (GMT) (envelope-from gldisater@gto.net) Received: from 180-88.speede.golden.net ([216.75.180.88]) by smtp.golden.net with esmtp (Exim 4.22) id 1CnO6j-0007rQ-8Z for java@freebsd.org; Sat, 08 Jan 2005 16:26:49 -0500 Message-ID: <41E050F7.3090005@gto.net> Date: Sat, 08 Jan 2005 16:30:31 -0500 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 1.0 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org References: <20050108081922.GA90937@xor.obsecurity.org> In-Reply-To: <20050108081922.GA90937@xor.obsecurity.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------060905070703020409030408" Subject: Re: [ports-i386@FreeBSD.org: azureus-2.1.0.4_3 pkg-plist errors on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gldisater@gto.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 21:26:50 -0000 This is a multi-part message in MIME format. --------------060905070703020409030408 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Kris Kennaway wrote: > Dear port maintainer, > > The following port has an incomplete pkg-plist, or other errors in the > files installed by the port. This may mean that the package is > incomplete or non-functional; at the very least, your port does not > leave the filesystem in the same state it was before the port was > installed. Can you please investigate? In the near future, this > condition will be treated as an error on the package cluster, which > means that the package will not be made available on the ftp site. > > Thanks, > > Kris "Ports Janitor" Kennaway > > ----- Forwarded message from User Ports-i386 ----- > > list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) > 386728 8 drwxr-xr-x 2 root wheel 512 Jan 7 21:05 usr/local/share/java/azureus > > > ----- End forwarded message ----- Patch attached. -- Jeremy Faulkner --------------060905070703020409030408 Content-Type: text/plain; name="azureus.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="azureus.diff" diff -ur /usr/ports/net/azureus/Makefile azureus/Makefile --- /usr/ports/net/azureus/Makefile Tue Jan 4 06:05:14 2005 +++ azureus/Makefile Sat Jan 8 16:27:42 2005 @@ -32,6 +32,7 @@ JARFILE= Azureus2.jar PLIST_FILES= %%DATADIR%%/${JARFILE} bin/${PORTNAME} +PLIST_DIRS= %%DATADIR%% do-configure: ${SED} -e "s+%%PREFIX%%+${PREFIX}+" -e "s+%%LOCALBASE%%+${LOCALBASE}+" \ --------------060905070703020409030408--