From owner-cvs-all@FreeBSD.ORG Mon Aug 6 17:23:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAF8916A418; Mon, 6 Aug 2007 17:23:31 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D385B13C45E; Mon, 6 Aug 2007 17:23:31 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l76HNVmk031586; Mon, 6 Aug 2007 17:23:31 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l76HNVsO031585; Mon, 6 Aug 2007 17:23:31 GMT (envelope-from glewis) Message-Id: <200708061723.l76HNVsO031585@repoman.freebsd.org> From: Greg Lewis Date: Mon, 6 Aug 2007 17:23:31 +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/jdk16 Makefile ports/java/jdk16/files patch-deploy-applications-sun-java.desktop patch-deploy-applications-sun-javaws.desktop patch-deploy-controlpanel-sun_java.desktop patch-hotspot-vm-os_bsd.cpp 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: Mon, 06 Aug 2007 17:23:32 -0000 glewis 2007-08-06 17:23:31 UTC FreeBSD ports repository Modified files: java/jdk16 Makefile Added files: java/jdk16/files patch-deploy-applications-sun-java.desktop patch-deploy-applications-sun-javaws.desktop patch-deploy-controlpanel-sun_java.desktop patch-hotspot-vm-os_bsd.cpp Log: . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2] . Add some more make environment variables to control the build of the debug versions. [1] . Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1] . Install more of the Gnome desktop files, and provide them with the correct path for the installation. [1] . Add ${LOCALBASE}/lib to the default library path in HotSpot. [1] . Backwards compatibility in time zone updates. [1] . Bump PORTREVISION. Submitted by: jkim [1] Inspired by: scf [2] Revision Changes Path 1.135 +39 -13 ports/java/jdk16/Makefile 1.1 +15 -0 ports/java/jdk16/files/patch-deploy-applications-sun-java.desktop (new) 1.1 +15 -0 ports/java/jdk16/files/patch-deploy-applications-sun-javaws.desktop (new) 1.1 +15 -0 ports/java/jdk16/files/patch-deploy-controlpanel-sun_java.desktop (new) 1.1 +13 -0 ports/java/jdk16/files/patch-hotspot-vm-os_bsd.cpp (new)