summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 5.1.1ijliao2006-07-293-248/+16
|
* - Added post-extract on Makefiles.units. It remove the svn directories fromacm2006-07-294-1/+7
| | | | | | | | | | | some fpc ports. - Added PORTREVISION for each port - Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports - Fixed the gtk, glib and gdk libraries linking for fpc-gtk - Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD} - Removed post-extract from fpc-fcl. I just added it to makefiles.units file Approved by: garga (mentor)
* - Update to 0.24rafan2006-07-296-191/+116
| | | | | | | - Pass maintainership to submitter PR: ports/100929 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* - Remove the ancient pkg-plist: this port does not install f2c, and itthierry2006-07-282-12/+8
| | | | | | | | may be confusing; - Use PLIST_FILES; - Switch PREFIX / LOCALBASE.
* - Forgot to bump PORTREVISION because of the changes in the last commit.alepulver2006-07-281-0/+1
|
* - Fix building on FreeBSD 7.x [1].alepulver2006-07-283-67/+142
| | | | | | | | | | - Install GCC utilities needed by GPC (doesn't work if base system GCC isn't the same as the one used to build GPC) [2]. - Don' change the default GCC installation directory hierarchy, but avoid possible conflicts with other GCC compilers by prepending a "gpc" directory after ${PREFIX}. Reported by: linimon [1], "L. S. Colby" <ls.colby@gwirynybyd.com> [2]
* - Update to 3.2.7rafan2006-07-283-28/+27
| | | | | | | - Pass maintainership to submitter PR: ports/100925 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Add a missing run dependence on ocamlfind.thierry2006-07-271-0/+1
|
* Update to 0.9.15itetcu2006-07-272-7/+7
| | | | | PR: ports/100907 Submitted by: NIIMI Satoshi (maintainer)
* Upgrade to 0.7.1.vanilla2006-07-273-5/+7
|
* Mark as broken on -current.linimon2006-07-261-1/+7
|
* Mark broken on current.linimon2006-07-261-1/+4
|
* - Update to 1.2.1miwi2006-07-253-13/+16
| | | | | | | | | - Pass maintainership to submitter - BROKEN: Does not build on 4.X PR: ports/100727 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Pass maintainership to submittermiwi2006-07-256-196/+49
| | | | | | | | | - Update to 0.6.2 - Cleanup and optimization PR: ports/100692 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* Upgrade to 1.0.17.thierry2006-07-252-4/+4
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Adding port lang/abcl. Armed Bear Common Lisp, an implementation ofaaron2006-07-256-0/+100
| | | | | | | Common Lisp in Java. PR: ports/96232 Submitted by: Frank Fischer <fischer.frank@gmail.com>
* Update to v351.jkoshy2006-07-254-84/+145
| | | | | | | | | | | Upstream changes include: - bug-fixes, - improved 3m performance, - HtDC libraries have been reorganized into four packages, - improvements to the 'Debug' button, including persistent breakpoints, - expressiveness improvements and a 2x performance boost for tight loops that do a lot of contract checking.
* Upgrade to latest version.vanilla2006-07-242-4/+4
|
* - Fix portname (use PKGNAMEPREFIX)clsung2006-07-242-39/+8
| | | | | | | | | - Add mirror - Use PORTDOCS feature - Take maintainership PR: ports/100630 Submitted by: Stanislav Sedov <ssedov@mbsd dot msk dot ru>
* - Use PORTDOCS featureclsung2006-07-242-162/+7
| | | | | | | | | | - Speedup install (no need to double-copy) - Set correct permissions on installed files - Fix install without ruby - Take maintainership PR: ports/100626 Submitted by: Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru>
* - Removed lang/fpc-demoacm2006-07-246-569/+0
| | | | Approved by: garga (mentor)
* - The big change on ports of freepascal, now all ports are compiledacm2006-07-2412-324/+295
| | | | | | - Adding entry for lang/fpc-utils Approved by: garga (mentor)
* New port: lang/fpc-utilsacm2006-07-242-0/+69
| | | | | | | | Free Pascal Compiler utils WWW: http://www.freepascal.org/ Approved by: garga (mentor)
* Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistentlinimon2006-07-231-1/+1
| | | | across different OSVERSION scans.
* Remove extraneous trailing slash from MASTERDIR.gerald2006-07-231-1/+1
| | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Update to the 20060722 snapshot of GCC 4.2.0.gerald2006-07-2316-168/+160
| | | | | | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now. Be more friendly for additional patches. Submitted by: maho (implicitly)
* Introducing one more kludge so that buildable with 20060721maho2006-07-232-0/+38
| | | | snapshot. Hope libtool in gcc41 will be updated soon.
* Actually make the second change indicated in the previous commit:gerald2006-07-221-1/+0
| | | | No longer generate ${PREFIX}/libdata/ldconfig.
* Update to the 20060721 snapshot of GCC 4.1.2.gerald2006-07-222-19/+19
| | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now.
* Update to the 20060720 snapshot of GCC 4.0.4.gerald2006-07-212-14/+13
| | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now.
* Dirty workaround for libtoolmaho2006-07-214-0/+146
| | | | Hint by: Bartosz Fabianowski <freebsd@chillt.de>
* Be more friendly for additional patchesmaho2006-07-211-1/+1
| | | | Approved by: gerald (implicit)
* - update to 1.20clsung2006-07-212-5/+5
| | | | - I'd like to maintain it.
* - Fix PORTNAME (use PKGNAMEPREFIX)clsung2006-07-211-3/+5
| | | | | | | | - Add mirror - Take maintainership PR: ports/100631 Submitted by: Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru>
* - Pass maintainership to submitterrafan2006-07-212-352/+2
| | | | | | | - use PORTDOCS, no more pkg-plist PR: ports/100632 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Fix configuremaho2006-07-212-8/+8
| | | | Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
* Unbreak.thierry2006-07-192-2/+13
| | | | | PR: ports/100557 Submitted by: Simun Mikecin <numisemis (at) yahoo.com> (maintainer)
* - Chase ocaml upgrade by upgrading to 0.4.0 and unbreak;thierry2006-07-192-16/+16
| | | | | | | - Disable ocurl by default and since I don't know how to fix it mark broken if enabled. Changelog at <http://www.cduce.org/CHANGES>.
* - Fix typo in pkg-descrvanilla2006-07-191-1/+1
| | | | | PR: ports/100492 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Update to 0.9.6.novel2006-07-192-4/+4
|
* Update to 4.108erwin2006-07-182-4/+4
| | | | | PR: 100489 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Update to 1.19erwin2006-07-183-9/+6
| | | | | PR: 100456 Submitted by: tjs <tjs@cdpa.nsysu.edu.tw>
* Update to the 20060715 snapshot of GCC 4.2.0.gerald2006-07-1716-152/+152
|
* Update to 20060717:novel2006-07-173-4/+56
| | | | | | | | | | | - Changed core language (see README) - Added KANREN-like logic programming extensions (examples/amk) - Added M-expression compiler (examples/mexprc) - Added loads of example programs (examples/misc) - Looking up default image in $PREFIX now rather than in /usr/local PR: 100440 Submitted by: Nils M Holm (maintainer)
* Mark broken: fails to fetch.linimon2006-07-161-0/+2
|
* Mark as broken: fail to install.linimon2006-07-162-0/+4
|
* Mark broken: fails to deinstall cleanly.linimon2006-07-161-0/+2
|
* Mark broken on 4.X/5.X: fails to compile.linimon2006-07-161-1/+7
|
* Mark broken: fails to install cleanly.linimon2006-07-157-0/+14
|
* Update to the 20060714 snapshot of GCC 4.1.2.gerald2006-07-152-19/+19
|
OpenPOWER on IntegriCloud