Commit graph

40 commits

Author SHA1 Message Date
wennmach
c2c3247b8e Kaffe now builds even if gmp>=3.0.0 is installed; it now depends on gmp.
Fixes PR 11003 by ... who the hell was that nerd ... ahh: Lex Wennmacher.
2000-09-13 16:53:56 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
drochner
66752c3439 update kaffe to 1.0.5.
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-11-10 18:03:25 +00:00
jlam
d69542b95b * Change to depend on libungif instead of giflib;
* Properly define CONFIGURE_ENV.
1999-10-09 20:15:48 +00:00
mrg
c3c0a41256 add USE_X11=yes so we get the right ./configure args for X11 with xpkgwedge 1999-09-05 13:45:27 +00:00
drochner
4ca420e8c3 Make PLIST consistent with both ELF and a.out shared libs
(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-17 18:09:43 +00:00
drochner
03f02d836c update to 1.0b4 1999-08-07 10:23:52 +00:00
hubertf
d3f8b4af50 Adjust homepage, as pointed out by Webmaster Jim <jspath@bcpl.net> 1999-07-11 23:05:31 +00:00
agc
7bfb5c4758 Add package patch checksum files. 1999-07-09 13:54:06 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
7666d62a02 Update dependence for "png" package. 1999-03-04 14:59:23 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
0a107c0392 Update kaffe to 1.0.b3.
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-12-08 23:19:49 +00:00
frueauf
00edf93868 Some more missing rcs ids. 1998-11-12 23:37:59 +00:00
mycroft
99987d17e1 jthreads doesn't seem to work on i386, either.
If it was even vaguely documented, maybe I could fix it...
1998-11-08 23:42:22 +00:00
mycroft
123470b024 Enable shared libraries on the ARM. 1998-11-07 19:32:05 +00:00
frueauf
9b99cce302 Update kaffe to 1.0.b2. 1998-10-14 21:34:41 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tv
be6f4e5204 Add glob-style wildcards to ONLY_FOR_ARCHS. 1998-07-26 22:20:22 +00:00
frueauf
2f95952eb7 Update kaffe to the first release of "Kaffe OpenVM" version 1.0.b1.
This version does no longer use any code from Javasoft(tm).

XXX although the authors claim it works on several NetBSD architektures
XXX I suspect it currently only works on i386, because they insist on
XXX having a trampoline.c which is only present for i386.
XXX I did set "ONLY_FOR_ARCHS=i386 sparc alpha m68k mips arm32" to give
XXX people a try to feedback if it works or not.
1998-07-16 13:02:34 +00:00
agc
66efb70e07 Use automatic shared object handling 1998-07-15 11:46:32 +00:00
agc
daa3dd519a Update package Makefiles for automatic manual page handling. 1998-06-22 12:44:29 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
912425d97a By redefining the stack pointer offset to 2, 0.9.2/jit now passes all
its tests on /i386.
1998-02-03 15:03:01 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
hubertf
ed0d0fa182 portlint: fix/add ldconfig 1998-02-01 02:05:16 +00:00
hubertf
ec44f387c5 portlint: fix/add ldconfig 1998-02-01 01:58:08 +00:00
agc
8453d8a276 The class files are installed in ${PREFIX}/share/kaffe. This patch
modified the ENVIRONMENT file to look in ${PREFIX}/share/java.  As
nothing else was changed to install any files in the modified
location, just keep everything simple and sane, and standardise on
${PREFIX}/share/kaffe.

If we change this in the future, all occurrences should be changed.
1998-01-28 13:13:28 +00:00
agc
e87b84f1df Make the pathnames right for NetBSD in the section describing
environment variables necessary to run kaffe.  i.e.  don't assume
/usr/local, but generalise it to ${PREFIX}
1998-01-28 11:04:33 +00:00
agc
a81f31d695 Add NetBSD RCS Id. 1998-01-28 10:56:00 +00:00
agc
9639905f10 Add NetBSD RCS Id.
Add restriction on mirroring of distfile via MIRROR_DISTFILE.

Add ONLY_FOR_ARCHS=i386, as that's the only architecture on which this
package has been tested. When I get success reports from people on other
platforms, this restriction can be relaxed.
1998-01-28 10:55:19 +00:00
agc
687ec87c14 Initial import of kaffe 0.9.2 (a Java interpreter/JIT compiler) into
the NetBSD packages collection, from the FreeBSD port.
1998-01-28 10:48:58 +00:00