This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Updating makemake (Was: Importing new classpath)


On Mon, 2005-11-07 at 08:18 -0700, Tom Tromey wrote:
> >>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
> 
> Mark> I tried to quickly import the new GNU Classpath 0.19 release into my
> Mark> libgcj working directory and it seems to build and work almost out of
> Mark> the box. The only patchlet I needed was the following to get the new
> Mark> javax.sound providers linking (they use JNI):
> 
> It is safe to check this in now, before any import.
> Could you do that?

Done as follows:

2005-11-08  Mark Wielaard  <mark@klomp.org>

       * scripts/makemake.tcl: Set package gnu/javax/sound/midi to bc.

So, who is going to do the actual import?
What kind of feedback/extra testing do we need before it can be done?

Cheers,

Mark
Index: scripts/makemake.tcl
===================================================================
--- scripts/makemake.tcl	(revision 106635)
+++ scripts/makemake.tcl	(working copy)
@@ -43,6 +43,7 @@
 set package_map(gnu/java/beans) bc
 set package_map(gnu/java/awt/peer/gtk) bc
 set package_map(gnu/java/awt/peer/qt) bc
+set package_map(gnu/javax/sound/midi) bc
 set package_map(org/xml) bc
 set package_map(org/w3c) bc
 

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]