Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > So I made the following changes: > > * build “ant” with the new “gcj” package instead of “icedtea6” > * replace “ant-bootstrap” (the ugly binary version of “ant”) with the > regular “ant” as it no longer results in a circular dependency. > (Since “icedtea7” inherits from “icedtea6” I had to make a minor > change to that package as well.) > * update “icedtea6” to latest version (overdue security update; sorry)
OK. > From f7900bd2a3f999d18742c59ec58d7748c8c051dd Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> > Date: Mon, 12 Oct 2015 14:21:15 +0200 > Subject: [PATCH 1/3] gnu: ant: Build with GCJ. > > * gnu/packages/java.scm (ant)[native-inputs]: Replace "icedtea6" with > "gcj". OK. (I’m surprised it builds with GCJ without modifications; that’s good news.) > From 47a52495617510a7298beba9be06aa61397a2004 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> > Date: Mon, 12 Oct 2015 14:24:03 +0200 > Subject: [PATCH 2/3] gnu: icedtea6: Replace "ant-bootstrap" with "ant". > > * gnu/packages/java.scm (icedtea6)[native-inputs]: Replace > "ant-bootstrap" with "ant". > [arguments]: Remove steps to unpack and use "ant-bootstrap". > (icedtea7)[native-inputs]: Remove explicit references to > "ant-bootstrap" and "ant". OK. > From 2a2a4e366b827138e171653aa694e605ebd75db3 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> > Date: Mon, 12 Oct 2015 14:29:06 +0200 > Subject: [PATCH 3/3] gnu: icedtea6: Update to 1.13.8. > > * gnu/packages/java.scm (icedtea6): Update to 1.13.8. OK. The patch that updates GCJ at the beginning of this thread also LGTM. Thanks! Ludo’.