From owner-freebsd-java@FreeBSD.ORG Mon Nov 29 16:17:33 2010 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E565D106566B; Mon, 29 Nov 2010 16:17:33 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 954948FC15; Mon, 29 Nov 2010 16:17:33 +0000 (UTC) Received: by gwj21 with SMTP id 21so2244821gwj.13 for ; Mon, 29 Nov 2010 08:17:33 -0800 (PST) Received: by 10.150.216.3 with SMTP id o3mr10648387ybg.281.1291047451719; Mon, 29 Nov 2010 08:17:31 -0800 (PST) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id y29sm3317649yhc.0.2010.11.29.08.17.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Nov 2010 08:17:30 -0800 (PST) Sender: Sunpoet Hsieh Received: by sunpoet.net (Postfix, from userid 1000) id A10002AEC8C0; Tue, 30 Nov 2010 00:17:23 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101129161723.A10002AEC8C0@sunpoet.net> Date: Tue, 30 Nov 2010 00:17:23 +0800 (CST) Cc: java@FreeBSD.org Subject: [PATCH] java/openjdk6: use apache-ant 1.8.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 16:17:34 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] java/openjdk6: use apache-ant 1.8.1 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.1-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Nov 23 00:07:29 CST 2010 >Description: - Use apache-ant 1.8.1 while devel/apache-ant was updated - Pet portlint: use tab instead of space Port maintainer (java@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- openjdk6-b20_5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/java/openjdk6/Makefile,v retrieving revision 1.34 diff -u -u -r1.34 Makefile --- Makefile 24 Nov 2010 23:35:31 -0000 1.34 +++ Makefile 29 Nov 2010 16:15:42 -0000 @@ -70,7 +70,7 @@ # do not depend on devel/apache-ant to avoid circular dependency, but # use .tar.bz2 distfile to avoid duplicated downloads -ANTVERSION= 1.7.1 +ANTVERSION= 1.8.1 ANTFILE= apache-ant-${ANTVERSION}-bin.tar.bz2 # rely on bsdtar ability to extract .gz, .bz2 and .zip archives @@ -148,7 +148,7 @@ DISTFILES+= ${ICEDTEAFILE}:icedtea EXTRACT_ONLY+= ${ICEDTEAFILE} EXTRA_PATCHES+= ${FILESDIR}/icedtea.patch ${FILESDIR}/plugin.patch -BUILD_DEPENDS+= ${LOCALBASE}/bin/pkg-config:${PORTSDIR}/devel/pkg-config \ +BUILD_DEPENDS+= ${LOCALBASE}/bin/pkg-config:${PORTSDIR}/devel/pkg-config \ ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 \ ${LOCALBASE}/libdata/pkgconfig/gtk+-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 \ ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/libxul Index: distinfo =================================================================== RCS file: /home/ncvs/ports/java/openjdk6/distinfo,v retrieving revision 1.14 diff -u -u -r1.14 distinfo --- distinfo 24 Nov 2010 23:35:32 -0000 1.14 +++ distinfo 29 Nov 2010 16:15:42 -0000 @@ -6,8 +6,8 @@ SIZE (jdk6-jaxws-b20.zip) = 5513069 SHA256 (jdk6-jaf-b20.zip) = 78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 SIZE (jdk6-jaf-b20.zip) = 71243 -SHA256 (apache-ant-1.7.1-bin.tar.bz2) = 24e54c9d90b81d1b7342695a8285a969393fd883e99ffbbc04203c106d9c2f97 -SIZE (apache-ant-1.7.1-bin.tar.bz2) = 7641928 +SHA256 (apache-ant-1.8.1-bin.tar.bz2) = e0c4e1133b0cb80dc4b29fc48f11b8f57e845e16474472f2749625be5cc66ca9 +SIZE (apache-ant-1.8.1-bin.tar.bz2) = 6702817 SHA256 (icedtea6-1.9.2.tar.gz) = abed4d2258fd6f047b08926fa9dbde86bdf7f47b08c82c195abb7244163cf99b SIZE (icedtea6-1.9.2.tar.gz) = 6438043 SHA256 (jtreg-4_0-bin-b03-31_mar_2009.zip) = 919b3da574a8bfb96a53d9550a0cb2482dc08df6ce3e7042235e0e9067c832e6 --- openjdk6-b20_5.patch ends here ---