Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | jamvm: update git url to sourceforge while berlios is gone | Henning Heinold | 2014-04-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | java-test-image: add jamvm, cacao and classpath | Henning Heinold | 2014-04-07 | 1 | -0/+6 | |
| | | | ||||||
| | * | jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719 | Henning Heinold | 2014-04-07 | 2 | -33/+1 | |
| | | | | | | | | | | | | * remove annotations.patch, because it was fixed upstream | |||||
| | * | jamvm: add inherit pkgconfig | Henning Heinold | 2014-04-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | README: update for icedtea version 1.12.8 | Henning Heinold | 2014-04-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | cacao: fix target compilation and packaging | Henning Heinold | 2014-03-05 | 1 | -5/+22 | |
| | | | ||||||
| | * | openjdk-common.inc: fix qemu usage | Henning Heinold | 2014-03-05 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | * compile all binaries, which are executed by qemu, with the static compilerflag, because of a memleak inside qemu * remove lib- and ld-path for qemu usage, because all binaries are compiled static now, openjdk7 seems to compile fine anyway | |||||
| | * | openjdk6: update icedtea 1.12 to version 1.12.8 | Henning Heinold | 2014-03-05 | 6 | -8/+503 | |
| | | | ||||||
| | * | libmatthew: Remove the dummy jar symlink | Khem Raj | 2014-02-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This symlink is made to make the java-library class happy but it makes no sense to package it up in any package since it does not belong anywhere so lets delete it Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
| | * | openjdk-7-release-25b30.inc: add patch to fix hotstop build | Koen Kooi | 2014-02-25 | 2 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | When using --enable-zero=no the build will fail without this patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | |||||
| | * | openjdk-7-release-25b30.inc: move nio patch to main section. | Koen Kooi | 2014-02-25 | 1 | -4/+2 | |
| | | | | | | | | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | |||||
| | * | openjdk-7-25b30: Forward port ppc patches | Khem Raj | 2014-02-25 | 1 | -38/+22 | |
| | | | | | | | | | | | | | | | | | | openjdk-7 update needed this patch to be reworked Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | | | linux-libc-headers: Add support to build the 'native' package | Otavio Salvador | 2014-12-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
* | | | icedtea6-native: Depends on linux-libc-headers-native | Otavio Salvador | 2014-12-16 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | This fixes #74. The error was: ,---- | .../icedtea6-1.8.11/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:2431:60: \ | error: expression cannot be used as a function | vgetcpu_t vgetcpu = (vgetcpu_t)VSYSCALL_ADDR(__NR_vgetcpu); `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
* | | openjdk: fix do_install for out of source builds | Henning Heinold | 2014-06-26 | 2 | -2/+2 | |
| | | ||||||
* | | cacao: switch to autotools-brokensep | Henning Heinold | 2014-06-08 | 1 | -1/+1 | |
| | | ||||||
* | | cacao-initial: switch to autotools-brokensep | Henning Heinold | 2014-06-08 | 1 | -1/+1 | |
| | | ||||||
* | | Added patch to fix build of package classpath-0.99 with the freetype2 library. | Martin Rösch | 2014-06-08 | 2 | -0/+37 | |
| | | ||||||
* | | openjdk: add our renamed libjavanet.so and lib.so to the private libs | Henning Heinold | 2014-04-16 | 2 | -4/+4 | |
| | | ||||||
* | | java-test-image: add jamvm, cacao and classpath | Henning Heinold | 2014-04-16 | 1 | -0/+6 | |
| | | ||||||
* | | jamvm: update git url to sourceforge while berlios is gone | Henning Heinold | 2014-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719 | Henning Heinold | 2014-04-16 | 2 | -33/+1 | |
| | | | | | | | | * remove annotations.patch, because it was fixed upstream | |||||
* | | jamvm: add inherit pkgconfig | Henning Heinold | 2014-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | cacao: fix target compilation and packaging | Henning Heinold | 2014-04-16 | 1 | -5/+22 | |
| | | ||||||
* | | openjdk-common.inc: fix qemu usage | Henning Heinold | 2014-03-05 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | * compile all binaries, which are executed by qemu, with the static compilerflag, because of a memleak inside qemu * remove lib- and ld-path for qemu usage, because all binaries are compiled static now, openjdk7 seems to compile fine anyway | |||||
* | | openjdk6: update icedtea 1.12 to version 1.12.8 | Henning Heinold | 2014-03-05 | 6 | -8/+503 | |
| | | ||||||
* | | libmatthew: Remove the dummy jar symlink | Khem Raj | 2014-02-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | This symlink is made to make the java-library class happy but it makes no sense to package it up in any package since it does not belong anywhere so lets delete it Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | | Merge pull request #55 from koenkooi/hotspot | Henning Heinold | 2014-02-25 | 3 | -42/+39 | |
|\ \ | | | | | | | Hotspot | |||||
| * | | openjdk-7-release-25b30.inc: add patch to fix hotstop build | Koen Kooi | 2014-02-25 | 2 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | When using --enable-zero=no the build will fail without this patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | |||||
| * | | openjdk-7-release-25b30.inc: move nio patch to main section. | Koen Kooi | 2014-02-25 | 1 | -4/+2 | |
| | | | | | | | | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | |||||
| * | | openjdk-7-25b30: Forward port ppc patches | Khem Raj | 2014-02-25 | 1 | -38/+22 | |
| |/ | | | | | | | | | | | openjdk-7 update needed this patch to be reworked Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | | Merge pull request #51 from mindrunner/master | Henning Heinold | 2014-02-09 | 3 | -3/+3 | |
|\ \ | |/ |/| | fixed checksum of LICENSE files | |||||
| * | removed extra white space lines | Lukas Elsner | 2014-01-16 | 1 | -2/+0 | |
| | | ||||||
| * | fixed checksum of LICENSE files | Lukas Elsner | 2014-01-12 | 3 | -3/+5 | |
|/ | ||||||
* | README: add section about bblayers.conf | Henning Heinold | 2014-01-09 | 1 | -0/+8 | |
| | ||||||
* | openjdk6: adjust debug package, fixing QA issue | Henning Heinold | 2014-01-09 | 1 | -1/+2 | |
| | | | | | * add /usr/src dir to debug package * bump INC_PR | |||||
* | openjdk6: fix QA-Issue adding ASSEMBLY_EXCEPTION, THIRD_PARTY_README and ↵ | Henning Heinold | 2014-01-09 | 1 | -0/+3 | |
| | | | | LICENSE files to jdk package | |||||
* | openjdk6: fix slpashscreen and jawt for host include and search path ↵ | Henning Heinold | 2014-01-09 | 1 | -0/+54 | |
| | | | | contamination | |||||
* | openjdk7: use icedtea6-native instead of icedtea7-native | Henning Heinold | 2014-01-09 | 1 | -2/+2 | |
| | | | | | | | * the current icedtea7 seems to have some issues when compiling on recent linux distribution * switch back to icedtea6-native to have a reliable state for building openjdk7 | |||||
* | cacao: add recipe for additional java vm cacao version 1.6.1 | Henning Heinold | 2014-01-09 | 1 | -0/+52 | |
| | ||||||
* | README: update maintainer email-address | Henning Heinold | 2014-01-09 | 1 | -1/+1 | |
| | ||||||
* | README: update build informations for java-initial | Henning Heinold | 2014-01-09 | 1 | -0/+2 | |
| | ||||||
* | cacao-initial: add cacao-initial recipe from oe-classic | Henning Heinold | 2014-01-09 | 3 | -0/+109 | |
| | ||||||
* | openjdk: update download server in all remainings recipes | Henning Heinold | 2013-10-10 | 4 | -14/+14 | |
| | | | | * new server is now icedtea.wildebeest.org | |||||
* | openjdk: fix qa error for bad rpath inside cacao's libjvm.so | Henning Heinold | 2013-10-03 | 6 | -9/+9 | |
| | | | | | | | * --with-libtool-sysroot needs a path, so it filters out wrong rpath settings * using ${ALT_FREETYPE_LIB_PATH} for this inside the icedtea Makefile because we already export it * bump PR manually on all buildable versions | |||||
* | jamvm/java: allow spaces in arguments | Riku Voipio | 2013-10-01 | 1 | -2/+1 | |
| | | | | | | | | | | | | | Current IFS mangling blows up on the face: | configure:2341: javac -classpath .: Test.java | Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b Simpler command line expansion works just as easy. * fixed placeholder path by Henning Heinold Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> | |||||
* | openjdk7: update checksums of jamvm too | Henning Heinold | 2013-10-01 | 1 | -2/+2 | |
| | ||||||
* | jaxp1.3/xml-commons: correct licenses | Henning Heinold | 2013-09-30 | 1 | -1/+1 | |
| | ||||||
* | openjdk7: download and verify the updated version of cacao | Henning Heinold | 2013-09-30 | 1 | -3/+3 | |
| | ||||||
* | README: update the openjdk7 version to 2.3.12 | Henning Heinold | 2013-09-29 | 1 | -1/+1 | |
| |