head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.01.08.16.18.57;	author glarkin;	state dead;
branches;
next	1.1;

1.1
date	2009.12.30.23.53.20;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Moved fetching of ecj.jar from the post-patch target using the
  contrib/download_ecj script to the fetch phase using extra MASTER_SITES
  and DISTFILES. Pointyhat does not allow fetching outside of the
  fetch phase, and the size and checksums of ecj.jar need to be recorded
  in distinfo.

Reported by:	pointyhat (pav)
Approved by:	gerald (via private email)
@
text
@--- ./contrib/download_ecj.orig	2009-12-10 13:52:02.000000000 -0500
+++ ./contrib/download_ecj	2009-12-10 13:52:02.000000000 -0500
@@@@ -0,0 +1,25 @@@@
+#! /bin/sh
+
+#
+# Download the ecj jar file needed by gcj.
+# Run this from the top level of the gcc source tree and the libjava
+# build will do the right thing.
+#
+# (C) 2006 Free Software Foundation
+#
+# This script is Free Software, and it can be copied, distributed and
+# modified as defined in the GNU General Public License.  A copy of
+# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
+#
+
+ftp -n sourceware.org << EOF
+verbose
+hash
+user ftp ''
+cd /pub/java
+binary
+get ecj-latest.jar
+EOF
+
+mv ecj-latest.jar ecj.jar
+
@


1.1
log
@- Re-enabled the Java (gcj) frontend to support print/pdftk
- Added support for gcj on amd64
- Added call to contrib/download_ecj so gcj executable doesn't die with
  a "file not found" error after it's built

Submitted by:	glarkin
Approved by:	gerald (via email)
@
text
@@

