[cp-patches] [patch] modernize freetype includes

2013-11-29 Thread Matthias Klose
At least on Debian/Ubuntu freetype 2.5.1 doesn't install the header files in a freetype subdirectory anymore. According to [1] this isn't supported anymore after freetype 2.1, and the macros are available since prehistoric 2.0.1 (released in 2000). Now using the recommended inclusion schema. Ok

[cp-patches] [patch] search for a triplet-pkg-config

2013-06-19 Thread Matthias Klose
2013-06-19 Matthias Klose d...@ubuntu.com * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config. * classpath/m4/pkg.m4 (PKG_CHECK_MODULES): Likewise. * configure: Regenerate. Index: pkg.m4

Re: [cp-patches] [patch] let gjavah accept -source 1.[567]

2013-01-06 Thread Matthias Klose
Am 19.12.2012 18:37, schrieb Mark Wielaard: On Wed, Dec 19, 2012 at 02:01:10PM +0100, Matthias Klose wrote: Currently gjavah only accepts -source 1.4 and lower, and errors out for any other value. Would it be reasonable to accept higher versions too? I think that should be fine for gjavah, I

[cp-patches] [patch] let gjavah accept -source 1.[567]

2012-12-19 Thread Matthias Klose
Currently gjavah only accepts -source 1.4 and lower, and errors out for any other value. Would it be reasonable to accept higher versions too? Matthias Index: classpath/tools/gnu/classpath/tools/gjdoc/Main.java === ---

Re: [cp-patches] tagging classpath for GCC import

2012-12-02 Thread Matthias Klose
Am 02.12.2012 22:20, schrieb Mark Wielaard: Hi, Matthias wanted to import the latest classpath from git into libgcj so I have pushed a tag (libgcj-import-20121202) for current HEAD. (Note for future reference, to push a tag one uses git push --tags, with just git push the tag stays local.)

Re: [cp-patches] tagging classpath for GCC import

2012-12-02 Thread Matthias Klose
Am 03.12.2012 02:15, schrieb Matthias Klose: Further, it looks like classpath did bump the requirement on autoconf to 2.69, and didn't even bother to document that (m4/iconv.m4 requires macros only found in 2.69). classpath itself pretends to require 2.63. GCC has 2.64, and won't change

Re: [cp-patches] [patch] use the classpath version for gjdoc as well

2009-06-14 Thread Matthias Klose
Mark Wielaard schrieb: Hi Matthias, On Sat, 2009-06-13 at 10:12 -0400, Matthias Klose wrote: $ gjdoc-4.4 --version java.lang.NullPointerException at java.io.InputStreamReader.read(InputStreamReader.java:244) at java.io.BufferedReader.fill(BufferedReader.java:370

[cp-patches] [patch] check for xulrunner-1.9

2008-02-12 Thread Matthias Klose
This patch checks for a build using xulrunner-1.9. Ok to checkin? (please commit it to classpath as well). Matthias libjava/classpath/ChangeLog: 2008-02-12 Alexander Sack [EMAIL PROTECTED] * configure.ac: Check for xulrunner-1.9. * configure: regenerate. ---

[cp-patches] [patch] complete the JNINativeInterface renaming

2007-07-28 Thread Matthias Klose
Please commit this (as obvious). Thanks, Matthias 2007-07-28 Matthias Klose [EMAIL PROTECTED] * include/jvmti.h(jniNativeInterface): Rename type. Index: classpath/include/jvmti.h === --- classpath/include/jvmti.h

[cp-patches] [patch] Add gcjh documentation

2007-03-18 Thread Matthias Klose
Add documentation for gcjh, and build a gcjh(1) man page. Looking for somebody to check this in into the classpath repository. Thanks, Matthias 2007-03-19 Matthias Klose [EMAIL PROTECTED] * doc/Makefile.am: Build a gcjh(1) man page. * doc/Makefile.in: Regenerate. * doc

[cp-patches] [patch] fix configure for building the plugin

2007-03-03 Thread Matthias Klose
/plugin/nsIPluginInstance.h:10:25: error: nsISupports.h: No such file or directory which is installed in /usr/include/firefox Got the answer that firefox-plugin will not depend on firefox-xpcom in the future. Matthias libjava/classpath/ChangeLog.gcj: 2007-03-03 Matthias Klose [EMAIL