25 Commits

Author SHA1 Message Date
naddy
e93f9d0ca9 drop RCS Ids 2022-03-11 19:28:46 +00:00
kurt
f9d899e6a0 Bump revision on all 1.8+ ports since now they will build with jdk
1.8 on aarch64 and their run depends will also change. okay ian@
2021-05-19 01:50:29 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
rsadowski
94b41cd4d3 Update kawa to 3.1.1
From Timo Myyrä (maintainer
2020-01-30 07:52:29 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
sthen
f5fdcdbd94 update to kawa-3.0, from Timo Myyrä 2018-05-11 10:37:17 +00:00
sthen
97b6f69dc8 mark BROKEN-i386 again, too many failures in builds 2018-03-18 13:26:46 +00:00
jasper
1cb830f6d2 tidy autocrap handling 2017-09-19 19:23:04 +00:00
sthen
c3ddfeb0b9 remove old BROKEN-i386 from when java wouldn't build reliably 2017-09-18 20:12:19 +00:00
jasper
70f5da62c1 use ${LOCALBASE} as $deity intended 2017-09-18 11:48:57 +00:00
jasper
eb005c2718 update to kawa-2.4
from Timo Myyra
2017-08-31 06:33:05 +00:00
kurt
558715b919 - disconnect devel/jdk/1.7 from the build
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00
jasper
6654268164 update to kawa-2.1 2015-12-06 20:01:33 +00:00
jasper
816ccedeba link to upstream bug 2015-05-11 08:18:39 +00:00
jasper
44705075f1 - update to kawa-2.0, most important change being support for R7RS
http://www.gnu.org/software/kawa/news.html
2015-05-11 07:39:19 +00:00
naddy
d71221286a don't preformat man pages and drop USE_GROFF 2015-02-17 20:19:05 +00:00
kurt
46f312eaef - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports
- Adjust java.port.mk and cmake to use 1.7
- Adjust jdk/1.7 for pkg_add upgrades
okay sthen@, jasper@, ajacoutot@
2014-05-07 15:42:15 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
naddy
725de75f3a move http://www.gnu.org to https 2013-11-09 23:19:01 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
f03f7c0e49 Previous setting of -Xmx to java was good for amd64, but not i386.
Change to passing the flag in via the environment and use different
values for different arch. Definitely builds on amd64/i386 now. ok jasper@
2013-01-16 11:17:18 +00:00
sthen
0f00dc3d53 bump -Xmx, fails to compile swing otherwise. ok jasper@ 2012-12-23 12:06:24 +00:00
jasper
6f1166755e - enable readline support on the REPL 2012-12-21 09:42:28 +00:00
jasper
8b279ba906 import kawa-1.13
Kawa is a programming language for the Java platform. It is an
implementation of Scheme, which, is in the Lisp family of programming
languages. Kawa has many useful features, including convenient
integration with Java. It can be used as a "scripting language", but
includes a compiler and all the benefits of a "real" programming
language, including optional static typing, so Kawa programs can be as
efficient as Java.  Kawa is also a useful framework for implementing
other programming languages on the Java platform. It has has many useful
utility classes.

ok aja@
2012-12-21 08:42:36 +00:00