summaryrefslogtreecommitdiff
path: root/lang/kaffe/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-12-17Bump package revision after JIT-related changes on DragonFly.asau1-2/+2
2010-12-15apply patches from Noud to fix PR/44222 kaffe halts onabs1-2/+2
BufferedReader.readLine (while building wip/jdk15) KAFFE_BUGGY_NETBSD_SIGWAIT is only required in older NetBSD releases, and in fact breaks NetBSD 5 Bump PKGREVISION many thanks
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-12-14Override LIBLTDL explicitly to unbreak build with libtool 2.2.joerg1-2/+2
Fix PLIST. Bump revision.
2009-07-10Set user-destdir, add (unfortunately) partial patch for NetBSD/m68kabs1-2/+2
2007-12-27Remove non-existing config file. Bump revision.joerg1-8/+2
2007-07-10Enable NLS.minskim1-2/+7
This addresses unregistered .mo files in PR 36622. Bump PKGREVISION due to PLIST changes. OK'ed by Antoine Reilles.
2006-05-12Fix path to fastjar, bump revision.joerg1-1/+3
2006-05-10Update lang/kaffe{-x11,-esound} to 1.1.7tonio1-4/+7
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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-11-04Integrate patches from kaffe'cvs to fix thread signal handling on netbsdtonio1-1/+3
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-29Use EXTRACT_USING = pax, to avoir problem under 1.6.2tonio1-2/+2
Silent pkglint warnings
2005-10-11Update lang/kaffe to 1.1.6tonio1-1/+4
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-09-06oups, included "../../mk/pthread.buildlink3.mk" in the wrong filetonio1-2/+1
2005-09-06kaffe uses pthreadtonio1-1/+2
2005-09-06Update lang/kaffe to 1.1.5tonio1-4/+2
regenerate buildlink3 approved by wiz@
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+2
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-01-30Convert the Java related packages to use the alternatives system. To dojmmv1-2/+2
this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives.
2004-10-17Use the installed rather than bundled libltdl.tv1-2/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-29Add more java-env wrappers matching other common JDK tools; bump PKGREVISION.tv1-3/+4
2004-07-04Rework the way the kaffe packages work:jmmv1-8/+18
- Make kaffe the main package, on which others can depend, and which has no support for things like sound nor graphics. Bump its revision to 2. While here, do some cleanup too. - Add a kaffe-x11 package, that installs on top of kaffe, and which provides the library needed for AWT support through X11. - Add a kaffe-esound package, that installs on top of kaffe, and which provides the library needed for sound support through esound (i.e., no more need for the USE_ESOUND variable here). - Remove the kaffe-nox11 package.
2004-05-22Convert kaffe-nox11 and kaffe to use java-env.mk. Also avoid directjmmv1-3/+2
modifications of PREFIX's value. Bump PKGREVISION to 1.
2004-04-06Update to 1.1.4 (latest development version) based on the patches sentxtraeme1-55/+7
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
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-09-23enable on alpha. still fails 3 out of nearly 200 self testsdmcmahill1-2/+7
2003-09-22Update lang/kaffe to 1.1.0, using patches provided in PR pkg/22155 byjschauma1-5/+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-08-23Put these packages into a new pseudo-category called 'java'.jschauma1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+3
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-29Note that some of the installed files are config files and usejlam1-5/+14
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/kaffe to 1.
2003-01-26Rather than worry over the custom "test" target, just set ${TEST_TARGET}.fredb1-4/+2
Suggested by wiz.
2003-01-26You have to build the package before you can test it.fredb1-2/+2
2002-10-13* Use buildlink2.jlam1-7/+7
* Build the kaffe package with PREFIX=${LOCALBASE}/java/kaffe and adjust the PLIST accordingly. This is to make the Java VM packages consistently return JAVA_HOME from `pkg_info -qp <jvm-pkg>'. * License file was wrongly being installed as ${PREFIX}/share. * Separate out last half of DESCR into a more appropriate MESSAGE file.
2002-09-08Converted to use buildlink2, and allow installation on powerpc.zuntum1-9/+8
I'm commiting this change upon schmonz's request, as he can't reach cvs server right now.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma1-6/+6
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-06-23* Properly buildlinkify,jlam1-7/+19
* use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround, * and fix dynamic loading on NetBSD ELF platforms by explicitly linking libc.so into the dynamically loadable modules. This requires bumping the PKGREVISION to 2.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-27Let's try this again, since cvs appears to be completely losing some filestv1-8/+9
in commits: Buildlinkify, and make the gmp detection work.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-24Use LTCONFIG_OVERRIDE instead of post-configure stuff.skrll1-21/+5
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-03-19Update kaffe to 1.0.6.wennmach1-3/+9
1.0.6 fixes a number of bugs, supports libffi, features gcj integration and a new version of kjc. Converted kaffe to use our libtool. Closes PR 10673.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+2
package Makefile.
2000-09-13Kaffe now builds even if gmp>=3.0.0 is installed; it now depends on gmp.wennmach1-1/+3
Fixes PR 11003 by ... who the hell was that nerd ... ahh: Lex Wennmacher.