summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
...
* Put back USE_GCC=2.95:arved2003-05-191-0/+1
| | | | | | | | | | | | | There are some problems with lang/clisp when it's compiled with GCC 3: - The foreign function interface (i.e. loading C libraries) doesn't work. This breaks devel/meta-cvs, among other things - A readline-related issue makes CLISP crash when a user hits TAB under some circumstances PR: 52407 Submitted by: maintainer
* Update to 1.9 and Fix build on alpha.nork2003-05-193-4/+13
| | | | | PR: ports/52008 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* - update to 2.1.2petef2003-05-194-72/+161
| | | | | | | - also install the smalltalk site-lisp PR: 52051 Submitted by: Ports Fury
* Require at least JDK 1.3arved2003-05-181-1/+1
| | | | | Reported by: bento Approved by: maintainer
* Back out previous commit, it overlapped with an update that fixed the port.kris2003-05-181-4/+0
|
* Reset bouncing maintainer addresskris2003-05-181-1/+1
|
* BROKEN on 5.1: does not compilekris2003-05-181-0/+4
|
* BROKEN: Does not buildkris2003-05-181-0/+2
|
* BROKEN on 5.1: does not buildkris2003-05-181-1/+7
|
* BROKEN on 5.1: does not compilekris2003-05-182-0/+8
|
* BROKEN on 5.1: does not buildkris2003-05-181-0/+4
|
* BROKEN on 5.1: does not buildkris2003-05-181-0/+4
|
* BROKEN on 5.1: does not compilekris2003-05-182-1/+11
|
* BROKEN on 5.1: does not compilekris2003-05-183-2/+18
|
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
|
* BROKEN on 5.1: does not installkris2003-05-181-1/+7
|
* Update to 2.722.petef2003-05-182-2/+2
| | | | | PR: 51231 Submitted by: Ports Fury
* - update to 4.4.3petef2003-05-183-5/+5
| | | | | | | - switch to bz2 distfile PR: 51229 Submitted by: Ports Fury
* A minor improvement to allow using another Tcl version. 8.3 remains themi2003-05-171-1/+1
| | | | default.
* Update to the official release of GCC 3.3. On the way, somewhat restructuregerald2003-05-1542-336/+280
| | | | | | the port so that switching between snapshots and releases will amount to fewer changes in the future. Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1.
* Place the core file in ${PREFIX}/lib/sbcl, where sbcl expects to find it.des2003-05-152-2/+5
| | | | Submitted by: Joseph Frazee <frazee.23@osu.edu>
* Update to 8.0.1kevlo2003-05-153-78/+76
| | | | | PR: 52247 Submitted by: MAINTAINER
* Update to 1.14jmz2003-05-148-16/+18
| | | | | | | Add WWW PR: ports/52245 Submitted by: Mathieu Arnold <m@absolight.net>
* Seems someone forgot to update this dependency line when updatingknu2003-05-141-1/+1
| | | | | | lang/lua to the latest version, which API is incompatible with 4.0. Submitted by: kris
* - use configures --includedirdinoex2003-05-132-9/+10
| | | | | - TCL_INCLUDE_SPEC is now set in tclConfig.sh - cleanup makefile
* - Update to 18e.mich2003-05-134-22/+26
| | | | | | | | - Fix spaces -> tabs, so portlint doesn't complain. PR: ports/51260 Submitted by: maintainer Approved by: roberto(mentor)
* Update maintainer's email addressperky2003-05-133-6/+6
| | | | Submitted by: maintainer
* - use configures --includedirdinoex2003-05-132-5/+4
| | | | - cleanup makefile
* - cleanup makefiledinoex2003-05-131-5/+5
|
* Update to 1.7.9arved2003-05-122-3/+3
| | | | | PR: 52040 Submitted by: maintainer
* Correct ftp address for optional packages.cracauer2003-05-121-1/+1
|
* unbreak by upgrading to 2.3.10ijliao2003-05-124-80/+84
| | | | | PR: 51929 Submitted by: maintainer
* - Remove the obsolete WWW url. [1]perky2003-05-102-1/+1
| | | | | | | - Set LATEST_LINK to lua4 in favor of lang/lua. PR: 50654 [1] Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> [1]
* Upgrade to 5.0 and keep 4.0 as lang/lua4perky2003-05-1013-112/+71
|
* The port is still BROKEN, but the distfile is fetchable now.petef2003-05-101-1/+1
| | | | Noticed by: fenner's portsurvey
* Update to the second prerelease of GCC 3.3. Add support for the coregerald2003-05-0928-84/+224
| | | | languages testsuites (similar to the lang/gcc32 port).
* Update MD5 after the file changed on the server (IA64 license-check binarynetchild2003-05-092-2/+2
| | | | | | changed, we don't use it). Noticed by: Marius Strobl <marius@alchemy.franken.de>
* These older compilers don't support amd64, sparc64, and ia64.obrien2003-05-095-0/+5
|
* Maintainer update: lang/pexts to pike 7.2.492edwin2003-05-081-6/+6
| | | | | PR: ports/50937 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* Version up to 7.1.016maho2003-05-084-12/+12
| | | | Submitted by: Sumit Shah <shah@ucla.edu>
* I now made .bz2 sources available on gcc.gnu.org, so again use these insteadgerald2003-05-0814-42/+14
| | | | | of .gz sources. Remove a makeinfo related hack for CONFIGURE_ENV which is not needed any longer.
* Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC.marcus2003-05-071-12/+0
|
* Remove support for bounds checking (which used to be enabled by settinggerald2003-05-071-5/+0
| | | | | | | | | WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the author of these patches, removed them from their web-site, saying that they contain bugs fixed in later versions and strongly suggested to use current versions of GCC. PR: 51738
* Unbreak patching. The recent change to gcc28 (to make gcc28 work indeischen2003-05-071-9/+0
| | | | | | -current) broke one of the patches here. PR: 51740
* Upgrade to latest Mono (0.24 release), which includes most notablyjmallett2003-05-073-7/+26
| | | | | | a newer and much better JIT. Approved by: marcus (mentor)
* Reset bouncing maintainer address.kris2003-05-071-1/+1
|
* BROKEN: Does not compilekris2003-05-073-0/+6
|
* BROKEN: Broken dependencykris2003-05-061-0/+2
|
* Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.gerald2003-05-0642-532/+280
| | | | Adjust COMMENT and remove NO_CDROM. Reenable man pages.
* BROKEN: Does not compilekris2003-05-061-0/+2
|
OpenPOWER on IntegriCloud