aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mozart
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* Use WANT_AUTOCONF_VER so we don't automagically execute autoconf when wealane2002-11-281-1/+1
| | | | | | | | | | don't want to. Unfortunately, I still can't get it to build because it appears not to link against libgmp. Kris, if you think this is my problem to solve, I will attempt to do so. Otherwise, I have kde 3.1 things to take care of, and a cups upgrade to pull together. If I can get the cups upgrade done, I'd like to get it in. Approved by: kris
* Fix autoconf usage. Port is still broken, though. It's missing linking inalane2002-11-271-3/+7
| | | | | | whatever has all the mpz_ functions (libgmp?). But that's not autoconf's fault. Approved by: kris
* Add parallel to CATEGORIES.knu2002-11-241-1/+1
| | | | | PR: ports/39094 Submitted by: trevor
* Forgot to remove this one...olgeni2002-10-101-12/+0
|
* Update to version 1.2.4.olgeni2002-10-102-5/+4
|
* Set proper ownership and permissions in ${PREFIX}/lib/oz (UID and GID inolgeni2002-08-161-0/+6
| | | | doc/ were bogus).
* Shorten comment to make portlint happy.olgeni2002-07-191-1/+1
|
* Update port to version 1.2.3, setting emacs21 as the default IDE.olgeni2002-07-193-8/+23
| | | | Unbreak build using an aclocal patch.
* BROKEN: Does not detect bison correctlykris2002-05-171-0/+2
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-7/+7
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Update port to version 1.2.1 (20010816).olgeni2001-09-092-8/+9
|
* Update port to version 1.2.0.olgeni2001-05-288-2580/+25
| | | | | | | Patches are no longer needed, and part of pkg-plist is automatically generated (code "borrowed" from O'Brien's vim5 port :). I also moved the xemacs21 dependency to emacs20.
* Add documentation (optional with NOPORTDOCS support), and a couple ofolgeni2001-02-095-33/+2180
| | | | | | | | whitespace changes. Maintainer: timed out (hope he is happy with the docs) PR: 19854 (modified)
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-17/+17
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Adding mozart version 1.1.0.20000207.steve2000-07-1012-0/+532
A concurrent, object-oriented, distributed language with constraint-based inference. PR: 19476 Submitted by: Mathias Picker <mathiasp@virtual-earth.de>