summaryrefslogtreecommitdiff
path: root/lang/mozart (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Mark as broken with gcc4.2.Mark Linimon2007-10-041-1/+5
| | | | Notes: svn path=/head/; revision=200824
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+2
| | | | Notes: svn path=/head/; revision=161929
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 1.3.1.20040616Pav Lucistnik2005-09-1635-18/+1047
| | | | | | | | | | | - Incorporate debian patches to fix build with gcc3 PR: ports/86058 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Approved by: Mathis Picker <Mathias.Picker@gmx.de> (maintainer) Notes: svn path=/head/; revision=142918
* - Fix build on FreeBSD 5Pav Lucistnik2005-01-291-1/+1
| | | | | | | | | | | gcc 3.x makes new assumptions on private c++ data gcc 2.95 compiles mozart with no problems PR: ports/76798 Submitted by: Paolo Veronelli <paolo_veronelli@yahoo.it> Notes: svn path=/head/; revision=127670
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-191-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118274
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+1
| | | | Notes: svn path=/head/; revision=110841
* Needs autoconf213 already at patch-time -> PATCH_DEPENDS.Volker Stolz2004-05-121-0/+1
| | | | | | | Noticed by: cluster-of-the-day Notes: svn path=/head/; revision=108997
* - Update to 1.3.0.20040413Pav Lucistnik2004-04-183-9/+7
| | | | | | | | PR: ports/65660 Submitted by: Mathias Picker <mathiasp@mp.virtual-earth.de> (maintainer) Notes: svn path=/head/; revision=107479
* Remove duplicate listing of ${MOZART_DOCS} in ${DISTFILES} to unbreak theKris Kennaway2004-04-112-3/+1
| | | | | | | checksum listing and fix fetching. Notes: svn path=/head/; revision=106745
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+4
| | | | Notes: svn path=/head/; revision=105747
* Move the ancient emacs 19.x port from editors/emacs toKris Kennaway2004-03-211-1/+1
| | | | | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983 Notes: svn path=/head/; revision=104813
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-1/+1
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* BROKEN on !i386: Does not compileKris Kennaway2004-02-261-1/+7
| | | | Notes: svn path=/head/; revision=102174
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-2/+2
| | | | Notes: svn path=/head/; revision=98788
* Remove extra file.Jimmy Olgeni2003-10-251-1/+0
| | | | Notes: svn path=/head/; revision=92116
* update moazart to 1.2.5.20030212Oliver Lehmann2003-10-054-11/+24
| | | | | | | | | PR: 54792 Submitted By: Andy Hauser <andy-freebsd@splashground.de> Approved By: maintainer timeout (41 days) Notes: svn path=/head/; revision=90271
* BROKEN: Does not compileKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80292
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* Use WANT_AUTOCONF_VER so we don't automagically execute autoconf when weAlan Eldridge2002-11-271-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 Notes: svn path=/head/; revision=71166
* Fix autoconf usage. Port is still broken, though. It's missing linking inAlan Eldridge2002-11-271-3/+7
| | | | | | | | | whatever has all the mpz_ functions (libgmp?). But that's not autoconf's fault. Approved by: kris Notes: svn path=/head/; revision=71159
* Add parallel to CATEGORIES.Akinori MUSHA2002-11-241-1/+1
| | | | | | | | PR: ports/39094 Submitted by: trevor Notes: svn path=/head/; revision=71007
* Forgot to remove this one...Jimmy Olgeni2002-10-091-12/+0
| | | | Notes: svn path=/head/; revision=67713
* Update to version 1.2.4.Jimmy Olgeni2002-10-092-5/+4
| | | | Notes: svn path=/head/; revision=67710
* Set proper ownership and permissions in ${PREFIX}/lib/oz (UID and GID inJimmy Olgeni2002-08-161-0/+6
| | | | | | | doc/ were bogus). Notes: svn path=/head/; revision=64581
* Shorten comment to make portlint happy.Jimmy Olgeni2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=63218
* Update port to version 1.2.3, setting emacs21 as the default IDE.Jimmy Olgeni2002-07-183-8/+23
| | | | | | | Unbreak build using an aclocal patch. Notes: svn path=/head/; revision=63217
* BROKEN: Does not detect bison correctlyKris Kennaway2002-05-171-0/+2
| | | | Notes: svn path=/head/; revision=59326
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53957
* Update port to version 1.2.1 (20010816).Jimmy Olgeni2001-09-082-8/+9
| | | | Notes: svn path=/head/; revision=47548
* Update port to version 1.2.0.Jimmy 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. Notes: svn path=/head/; revision=43201
* Add documentation (optional with NOPORTDOCS support), and a couple ofJimmy Olgeni2001-02-085-33/+2180
| | | | | | | | | | | whitespace changes. Maintainer: timed out (hope he is happy with the docs) PR: 19854 (modified) Notes: svn path=/head/; revision=38111
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-17/+17
| | | | Notes: svn path=/head/; revision=37252
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* Adding mozart version 1.1.0.20000207.Steve Price2000-07-1012-0/+532
A concurrent, object-oriented, distributed language with constraint-based inference. PR: 19476 Submitted by: Mathias Picker <mathiasp@virtual-earth.de> Notes: svn path=/head/; revision=30413