summaryrefslogtreecommitdiff
path: root/lang/kaffe/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2007-07-10Enable NLS.minskim1-1/+2
This addresses unregistered .mo files in PR 36622. Bump PKGREVISION due to PLIST changes. OK'ed by Antoine Reilles.
2006-10-05Added a patch for check_jni_methods.sh.rillig1-1/+2
2006-05-29Use the installed version of libkaffevm and be a bit less aggressivejoerg1-1/+2
in kaffe-x11 when not building parts of the tree. Fixes build issues on DragonFly, but doesn't affect the binary package.
2006-05-16Fix build with recent kaffe changes:joerg1-1/+3
- some header files are not used and don't even exist - classlib is not shipped anymore.
2006-05-12Fix path to fastjar, bump revision.joerg1-1/+2
2006-05-10Update lang/kaffe{-x11,-esound} to 1.1.7tonio1-14/+4
What's New In Kaffe 1.1.7 ------------------------------------------------------ * Many cleanups, warning fixes and bug fixes. * Removed support for class library profiles, since --with-glibj-zip offers a more convenient replacement. * Updated to boehm-gc 6.6 * Updated to gjdoc 0.7.7 * Merged in fastjar. * Merged in zlib. There is a new configure option, --with-system-zlib to allow the use of the system zlib, instead of the merged in one. * Merged in GNU Classpath completely. Updated to version 0.90, with additional fixes. * Merged in port to DROPS. * Merged in port to Blackfin CPU. * Support for DragonFly BSD. * Ported to ia64-freebsd and alpha-freebsd. * Ported to powerpc-openbsd. * Improved support for Cygwin and sparc64-openbsd. * Improved stack handling for pthreads on openbsd. * Added simple direct threading interpreter implementation. The patches have been removes, since they were either included upstram or are no more necessary
2006-02-20Get rid og @CLASSPATH_MODULE@, it was not used (an artefact of classpathtonio1-1/+3
import), and caused build failure with recent libtool
2005-12-07Add patch-ah to fix build under netbsd alpha for PR 32113tonio1-1/+2
Thanks riz@ for the testing machine Take maintainership
2005-11-04Integrate patches from kaffe'cvs to fix thread signal handling on netbsdtonio1-2/+4
Thanks guilhem_at_kaffe.org for those patches (Now kaffe passes 100% of the regression tests under netbsd -current (at least i386)) bump PKGREVISION
2005-10-15Add a patch from the freebsd kaffe port maintainer (anholt) to fix kaffetonio1-1/+2
under freebsd x86_64
2005-10-11Update lang/kaffe to 1.1.6tonio1-9/+8
This release contains many improvements, including the merge with gnu classpath 0.18 Also, patches from PR 30585 have been integrated upstream. Thanks joerg for testing it under dragonfly
2005-10-10Use FreeBSD modus for DragonFly as well.joerg1-1/+2
2005-09-06Update lang/kaffe to 1.1.5tonio1-7/+8
regenerate buildlink3 approved by wiz@
2005-02-24Add RMD160 digestsagc1-1/+2
2004-04-06err add NetBSD RCSIDxtraeme1-2/+2
2004-04-06err forgot to add patch-ac.xtraeme1-1/+2
2004-04-06Update to 1.1.4 (latest development version) based on the patches sentxtraeme1-8/+3
by M.Negovanovic PRs pkg/24507, pkg/24508, also add a new Makefile.common which will be used for the upcoming kaffe-nox11 package and finally bl3ify. Changes: * Support for security policy files * AttachCurrentThread jni function for posix threads * Bug fixes: * jar tool and jar file fixes * URL context handling * EUC-JP support rewritten to use libiconv * HTTP fixes * MulticastSocket * DNSJava binding * ARM jit * ServerSocket.bind * java.math.BigDecimal - fix rounding operations * JNI fixes * FTP handler from GNU Inetlib * SHA1PRNG randomness fixes (can use /dev/urandom if available) * java.security.SecureClassLoader fix * GNU Classpath merges and updates: * Object serialization * almost all of java.io from Classpath * java.nio, java.net * java.util, java.util.regex * java.math, javax.naming * java.text, java.beans * java.net.protocol.file.Handler * java.util.Random * java.awt.GridBadLayout * java.awt.geom * javax.swing.event.EventListenerList * javax.swing.text.AttributeSet * Updated sound code from Tritonus.org * Updated javax.net.ssl/javax.security code from Jessie * kjc bug fixes: * .this expressions * extra generated <clinit> methods * static initializers fixed. Circular definitions of fields are now supported. * Build fixes: * m68k atomic compare and exchange * m68k-netbsd * ALSA 1.0 * mipsel-linux / jit3 * Cygwin * FreeBSD networking * parisc and HP-UX And more... http://www.kaffe.org/pipermail/kaffe-announce/2004/000023.html
2003-09-22Update lang/kaffe to 1.1.0, using patches provided in PR pkg/22155 byjschauma1-10/+6
M.Negovanovic. While this version is actually a ``development'' version, it has been reported to be much more usable than the stable 1.0.7 version. Changes to 1.0.7 are far too numerous to list here, see http://www.kaffe.org and/or the ChangeLog in the tarball.
2003-09-16Fix build with gcc3. From Jonathan Perkin in PR pkg/22437.jmmv1-1/+9
2003-01-29Note that some of the installed files are config files and usejlam1-1/+2
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/kaffe to 1.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma1-5/+5
subdirectories under ${PREFIX}/java/ -- Change I of many. Thus, for consistency, also install kaffe into ${PREFIX}/java/kaffe rather than ${PREFIX}/java While we're at it, update kaffe to version 1.0.7. Changes since 1.0.6: - New version of KJC - New encoding converters based on iconv(). - Lots of bug fixes Furthermore, the website says that 1.0.7 has added support for Darwin, ia64 GNU/Linux, s390 GNU/Linux, PA-RISC GNU/Linux, Alpha for Compaq Tru64 GNU/Linux and support of PowerPC without libffi. People with access to any of these platforms are encouraged to test this version, so we can possibly adjust ONLY_FOR_PLATFORMS etc.
2002-02-27Let's try this again, since cvs appears to be completely losing some filestv1-2/+2
in commits: Buildlinkify, and make the gmp detection work.
2001-04-24Use LTCONFIG_OVERRIDE instead of post-configure stuff.skrll1-1/+3
Don't look for moddi3 in libgcc - its not there. The configure script still found it there though. Add a test target. Remove the preempt test as the test target will get stuck. Some tests fail.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo