summaryrefslogtreecommitdiff
path: root/lang/kaffe
AgeCommit message (Collapse)AuthorFilesLines
2003-04-14expands with an extra slash by default - incorrectmason1-2/+2
2003-01-29Note that some of the installed files are config files and usejlam4-12/+46
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-11-12Synch MESSAGe with reality. That is, account for ${PREFIX} already containingjschauma1-6/+6
the 'java/kaffe' part. Patch provided by Julio Merino in PR pkg/19021.
2002-10-13Add buildlink2.mk files for use by other package Makefiles. Each JVMjlam1-0/+29
buildlink2.mk file creates a public variable "BUILDLINK_JAVA_PREFIX.<pkg>" that may be used as the JAVA_HOME for that package.
2002-10-13* Use buildlink2.jlam4-113/+111
* 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-08-01s/i386/${MACHINE_ARCH}/, as proposed by Julien T. Letessier in pkg/17795.wiz1-32/+32
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma5-135/+116
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 filestv2-10/+11
in commits: Buildlinkify, and make the gmp detection work.
2002-02-27Buildlinkify, and make the gmp detection work.tv1-3/+16
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-24This was supposed to be added in the last commit.skrll1-0/+12
2001-04-24Use LTCONFIG_OVERRIDE instead of post-configure stuff.skrll4-29/+28
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 distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-20patch-aa was supposed to be deleted for 1.0.6.wennmach1-15/+0
Pointed out by Dan MacMahill.
2001-03-19Update kaffe to 1.0.6.wennmach4-20/+43
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-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-9/+9
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-04Update package list for latest "libtool".tron1-13/+7
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 theagc2-2/+2
package Makefile.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+13
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-09-13Kaffe now builds even if gmp>=3.0.0 is installed; it now depends on gmp.wennmach3-1/+21
Fixes PR 11003 by ... who the hell was that nerd ... ahh: Lex Wennmacher.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-10update kaffe to 1.0.5.drochner4-36/+36
New Java extensions and library changes: Remote Method Invocation - compliant with both JDK 1.1 and JDK 1.2 stubs JDK 1.2 style class loading JDK 1.2 java.util Collections classes JDK 1.2 java.security classes improved appletviewer implementation Improved i18n support Now ships with KJC - a completely Open Source Java compiler VM changes: JIT3 - improves raw execution speed by up to a factor of 3 SuperFast locking scheme Pthread native thread implementation (LinuxThreads only) Faster exception dispatch New ports JITs for MIPS and StrongARM Lots of bug fixes.
1999-10-09* Change to depend on libungif instead of giflib;jlam1-6/+7
* Properly define CONFIGURE_ENV.
1999-09-05add USE_X11=yes so we get the right ./configure args for X11 with xpkgwedgemrg1-1/+3
1999-08-17Make PLIST consistent with both ELF and a.out shared libsdrochner2-10/+16
(problem reported by David Brownlee <abs@anim.dreamworks.com>). Unfortunately this requires an evil hack to avoid bad interactions with the "Automatic ELF shared object handling". (it would delete files and replace by dead links)
1999-08-07update to 1.0b4drochner15-245/+85
1999-07-11Adjust homepage, as pointed out by Webmaster Jim <jspath@bcpl.net>hubertf1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+13
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+2
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-19/+18
pattern match format. Minor pkglint along the way.
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-12-08Update kaffe to 1.0.b3.frueauf4-20/+34
What's New in Kaffe OpenVM 1.0 Beta 3: * New java.awt - now implements old event model (JDK 1.0.2) and will support Swing. * New java.net implementation - fixes many bugs and generally much cleaner. * Initial implementation of Collections API (only Vector and Hashtable currently conform). * Lots of bug fixes.
1998-11-12Some more missing rcs ids.frueauf2-0/+4
1998-11-08jthreads doesn't seem to work on i386, either.mycroft1-0/+12
If it was even vaguely documented, maybe I could fix it...
1998-11-07Enable shared libraries on the ARM.mycroft1-0/+19
1998-10-14Update kaffe to 1.0.b2.frueauf11-32/+131