summaryrefslogtreecommitdiff
path: root/lang/kawa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | lang)
* Mark job unsafeBaptiste Daroussin2013-07-101-1/+2
|
* - Fix build on pointyhat by making the regression-test targetPietro Cerutti2013-04-031-1/+1
| | | | | | | | depend on build, instead of install. This avoids having PREFIX populated prior to install target. Reported by: miwi Approved by: portmgr
* - Update to 1.13Pietro Cerutti2012-12-132-8/+10
| | | | | | Changes: http://www.gnu.org/software/kawa/news.html - Add LICENSE (MIT) - Add regression-test target
* - Update to 1.12Pietro Cerutti2012-06-142-4/+4
| | | | Release notes: http://www.gnu.org/software/kawa/news.html
* - Update to 1.11Pietro Cerutti2010-12-202-4/+3
| | | | Changes: http://www.gnu.org/software/kawa/news.html
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* - Update to 1.10Pietro Cerutti2010-08-262-9/+7
|
* - Update to 1.9.90Pietro Cerutti2009-08-183-23/+23
|
* - Update to 1.9.1Pietro Cerutti2008-08-284-28/+9
| | | | - Take maintainship
* Return laszlof's ports to the pool due to lack of time.Mark Linimon2008-08-191-1/+1
| | | | Hat: portmgr
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | Approved by: flz (mentor)
* Update to bsd.java.mk 2.0Herve Quiroz2006-06-281-2/+2
| | | | | | PR: 99591 Submitted by: hq Approved by: maintainer
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
|
* Fix build on 4.xVolker Stolz2005-11-232-4/+15
| | | | Approved by: maintainer via barner@
* - Mark IGNORE on 4.xSimon Barner2005-11-231-1/+7
| | | | | PR: ports/89317 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
* - Add SHA256 to all ports submitter maintainRenato Botelho2005-11-101-0/+1
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Update to 1.8Tilman Keskinoz2005-11-013-6/+7
| | | | | | | Pass Maintainerhip to submitter PR: 88297 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Dump perl(1) for ${REINPLACE_CMD}.Alexey Dokuchaev2005-10-111-8/+8
|
* Clean up Makefile.Alexey Dokuchaev2005-10-111-14/+13
|
* Undeprecate by updating to 1.7.Alexey Dokuchaev2005-10-113-10/+6
|
* Mark BROKEN because the distfile is stale and mark for deprecation. A newerMark Linimon2005-10-091-0/+4
| | | | one is available at the listed site if anyone is interested.
* - Really fix plistPav Lucistnik2005-01-311-1/+1
| | | | | Reported by: krismail No cookie for: Florent Thoumie
* - Correct plistPav Lucistnik2005-01-192-4/+5
| | | | | | | - Portlint PR: ports/76417 Submitted by: Florent Thoumie <flz@xbsd.org>
* Reset bouncing maintainer address:Kris Kennaway2005-01-011-1/+1
| | | | | | | <zach@neurosoft.org>: Host or domain name not found. Name service error for name=neurosoft.org type=A: Host not found Approved by: portmgr (self)
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
|
* Use the virtual category "scheme" (part ii)Edwin Groothuis2003-08-281-1/+1
| | | | | | | | | Add the virtual category "scheme" to the maintained ports (except sxm). I guess no maintainer would deny this trivial change. PR: ports/56052 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Unbroken. Set USE_JAVA to 1.2+ i.s.o. 1.1+.Ernst de Haan2002-05-211-4/+2
| | | | | | Allowing Jikes as a Java compiler. Bumped PORTREVISION.
* BROKEN: Does not buildKris Kennaway2002-05-201-0/+2
|
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 1.Ernst de Haan2002-04-261-0/+1
| | | | | | | | | | | | The NEED_JAVAC knob has been discussed on the freebsd-java mailing list. It is documented at: http://www.metaverse.nl/~ernst/writing.html The second stage is the actual changing of bsd.java.mk. Reviewed by: java@FreeBSD.org Approved by: zach@neurosoft.org, joshua@roughtrade.net, lioux
* Add kawa. Kawa is a Java-based Scheme implementation.Ernst de Haan2002-04-135-0/+45
PR: 34214 Submitted by: Zach Garner <zach@neurosoft.org>