summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Use libobjc.soDirk Meyer2003-04-131-48/+12
| | | | | | | | | - Cleanup - Use bsd.gnustep.mk PR: 50479 Notes: svn path=/head/; revision=78851
* - Use libobjc.soDirk Meyer2003-04-132-38/+40
| | | | | | | | | | | | - Cleanup - Use bsd.gnustep.mk - build with X11 by default - add Option WITHOUT_X11 - Fix PLIST PR: 50479 Notes: svn path=/head/; revision=78850
* 1) COMMENT can be overrritten by a slave port (suggested by obrien)Dirk Meyer2003-04-131-2/+5
| | | | | | | | | | 2) Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. fix PLIST so critical file libgcc_s.so.1 is included. no response from obrien since 2003-03-31 Approved by: gerald Notes: svn path=/head/; revision=78843
* Fix typo: EXTRACT_SUFFIX -> EXTRACT_SUFX.Pierre Beyssac2003-04-122-2/+2
| | | | Notes: svn path=/head/; revision=78794
* Mark broken. Does not compileTilman Keskinoz2003-04-091-0/+2
| | | | | | | | PR: 50755 Submitted by: brueffer (maintainer) Notes: svn path=/head/; revision=78675
* Fix build on alpha.Norikatsu Shigemura2003-04-091-0/+11
| | | | | | | | Noticed by: bento via kris Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) Notes: svn path=/head/; revision=78668
* Fix build on alpha.Norikatsu Shigemura2003-04-082-3/+1
| | | | | | | | Pointed out by: bento via kris Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) Notes: svn path=/head/; revision=78612
* Upgrade to 1.1.Oliver Braun2003-04-073-7/+5
| | | | Notes: svn path=/head/; revision=78548
* Appease portlint by various whitespace changes. Remove last traces ofGerald Pfeifer2003-04-0614-168/+112
| | | | | | | | PATCH_SITES and PATCHFILES which we haven't used lately as well as of libgcj not building properly. Notes: svn path=/head/; revision=78423
* Remove the BUILD_DEPENDS for gcc28; we don't need gcc28 to be built orDaniel Eischen2003-04-061-2/+0
| | | | | | | installed, we just want the port's patch files. Notes: svn path=/head/; revision=78413
* Add missing filesKris Kennaway2003-04-051-0/+2
| | | | Notes: svn path=/head/; revision=78336
* Install a cookie file per variant in RUBY_ELISPDIR.Akinori MUSHA2003-04-058-8/+8
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=78294
* Sort.Akinori MUSHA2003-04-052-106/+106
| | | | Notes: svn path=/head/; revision=78293
* Add missing fileKris Kennaway2003-04-051-0/+1
| | | | Notes: svn path=/head/; revision=78257
* Remove unnecessary operation in do-install.Norikatsu Shigemura2003-04-041-2/+1
| | | | | | | | | | I forgot to commit in previous. PR: ports/45845 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78221
* Add chicken 1.0, a Scheme-to-C compiler supporting most of theNorikatsu Shigemura2003-04-045-0/+187
| | | | | | | | | | | features as described in the Revised^5 Report on the Algorithmic Language Scheme. PR: ports/50155 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78219
* Update to 1.7.8.Norikatsu Shigemura2003-04-042-2/+2
| | | | | | | | | | I forgot to commit remain PR. PR: ports/50155 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) Notes: svn path=/head/; revision=78218
* Update to 2d5.Norikatsu Shigemura2003-04-044-132/+170
| | | | | | | | | PR: ports/45845 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: maintainer timeout (4 months) Notes: svn path=/head/; revision=78215
* Update to 0.7.3.2.Norikatsu Shigemura2003-04-043-6/+7
| | | | | | | | PR: ports/49089 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78212
* Add sisc 1.7.7, an extensible Java-based Scheme interpreter ofNorikatsu Shigemura2003-04-045-0/+58
| | | | | | | | | | | the algorithmic language Scheme. SISC uses modern interpretation techniques, and handily outperforms all existing Java interpreters. PR: ports/50109 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78210
* Add stklos 0.54, the successor of the STk Scheme interpreter.Norikatsu Shigemura2003-04-045-0/+140
| | | | | | | | | | | STklos is a free Scheme System (nearly) conform to R5RS. The aim of this implementation is to be fast as well as light. PR: ports/50231 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78205
* - add CATEGORIES to amke portlint happier.Dirk Meyer2003-04-041-0/+1
| | | | Notes: svn path=/head/; revision=78189
* Remove PATCH_SITES and PATCHFILES which we haven't used lately and relatedGerald Pfeifer2003-04-041-6/+0
| | | | | | | | | material. Reviewed by: obrien Notes: svn path=/head/; revision=78183
* Update to 0.7.14.Dag-Erling Smørgrav2003-04-043-12/+11
| | | | Notes: svn path=/head/; revision=78164
* Work around what I believe to be a broken implementation of isfinite()Joe Marcus Clarke2003-04-042-1/+23
| | | | | | | | | | in -CURRENT that was causing a numerical overflow in apps such as GnuCash. PR: 50089 Notes: svn path=/head/; revision=78086
* Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.Gerald Pfeifer2003-04-031-11/+10
| | | | Notes: svn path=/head/; revision=78041
* - Fix some problems for other ports when WRKDIRPREFIX= is not set.Dirk Meyer2003-04-033-3/+3
| | | | | | | (packages are not affected) Notes: svn path=/head/; revision=78025
* Finally remove the parts of this patch that date back to 1998 and have nowGerald Pfeifer2003-04-0215-360/+0
| | | | | | | been commented for more than a year. Notes: svn path=/head/; revision=78003
* Remove special alpha optimization warning. alpha support now should beGerald Pfeifer2003-04-0214-280/+0
| | | | | | | sufficiently stable. Notes: svn path=/head/; revision=77965
* The new version of icc adds -I include paths before the standard includeAlexander Leidinger2003-04-026-4/+6
| | | | | | | | | | | | path, thus adding a system path with -I results in not respecting the sunstitute headers. This results in problems because we have some important changes there. Parts of this commit where Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=77956
* Simplify the shell code used by the pre-patch target.Gerald Pfeifer2003-04-011-5/+4
| | | | | | | | Suggested by: obrien Reviewed by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=77928
* - add COMMENT and MAINTAINERDirk Meyer2003-04-011-2/+5
| | | | | | | - make portlint happier Notes: svn path=/head/; revision=77925
* Add a new `WITH_THREADS' option to build perl with support for threads andMaxim Sobolev2003-04-0110-10/+100
| | | | | | | | | fix threaded build on 5.x. Approved by: maintainer Notes: svn path=/head/; revision=77916
* Update to 0.6.8.Norikatsu Shigemura2003-03-312-3/+3
| | | | | | | | PR: ports/50483 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=77840
* LATEST_LINK can now be overwritten by the slave port.Dirk Meyer2003-03-3114-14/+14
| | | | | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Notes: svn path=/head/; revision=77786
* LATEST_LINK can now be overwritten by the slave port.Dirk Meyer2003-03-311-1/+1
| | | | | | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Approved by: gerald Notes: svn path=/head/; revision=77785
* loadpath.UNIX as installed is wrongEdwin Groothuis2003-03-301-12/+24
| | | | | | | | | | | | Eiffel applications that still rely on loadpath to work correctly, will not work with the port as installed. This patch fixes that problem. PR: ports/47988 Submitted by: User & <berend@nederware.nl> Notes: svn path=/head/; revision=77778
* Add support for the bounds-checking patch by Herman ten Brugge (whichGerald Pfeifer2003-03-303-1/+37
| | | | | | | | | | | provides an -fbounds-checking command-line option). This is optional and built only if WITH_BOUNDSCHECKING is defined. PR: 50178 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=77776
* Distfiles moved. (www.ruby-lang.org site reorg.)Akinori MUSHA2003-03-302-2/+2
| | | | Notes: svn path=/head/; revision=77747
* - Unbreak for 5-CURRENTJoseph Koshy2003-03-305-12/+69
| | | | | | | | | | | - calm processor warnings for assembler code on 5-CURRENT - mark the Alpha as currently unsupported - update WWW: link. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER] Notes: svn path=/head/; revision=77709
* Make this port build on 5-CURRENT.Joseph Koshy2003-03-302-3/+40
| | | | Notes: svn path=/head/; revision=77706
* Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-03-2942-252/+840
| | | | Notes: svn path=/head/; revision=77705
* Fix build by linking with libutil.Tilman Keskinoz2003-03-291-0/+1
| | | | | | | | | PR: 50335 Submitted by: Nate Eldredge <neldredge@hmc.edu> Approved by: Jerry A! <jerry@thehutt.org> (maintainer) Notes: svn path=/head/; revision=77700
* New patch to unbreak the build (configure step runs thread program thatJens Schweikhardt2003-03-291-0/+15
| | | | | | | | | | never terminates and hogs the CPU). Approved by: MAINTAINER timeout PR: ports/45233 Notes: svn path=/head/; revision=77680
* - add INSTALLS_SHLIB and LDCONFIG_DIRS soDirk Meyer2003-03-291-1/+3
| | | | | | | | LIB_DEPENDS+= objc:${PORTSDIR}/lang/gnustep-objc can work on a clean system. Notes: svn path=/head/; revision=77675
* Update to the Mar 14, 2003 version:David E. O'Brien2003-03-284-15/+5
| | | | | | | | | | | | | | | | the internationalization changes, somewhat modified, are now reinstated. in theory awk will now do character comparisons and case conversions in national language, but "." will always be the decimal point separator on input and output regardless of national language. isblank(){} has an #ifndef. fixed subtle behavior in field and record splitting: if FS is a single character and RS is not empty, \n is NOT a separator. this tortuous reading is found in the awk book; behavior now matches gawk and mawk. Notes: svn path=/head/; revision=77650
* Add support for the base language test suites.Gerald Pfeifer2003-03-282-0/+10
| | | | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> Notes: svn path=/head/; revision=77648
* - replace old port of libobjcDirk Meyer2003-03-284-73/+10
| | | | | | | | this depends now on lang/gcc32 using it as a master port. to build the needed version of libobjc.so Notes: svn path=/head/; revision=77647
* Update to 5.04.3.Jimmy Olgeni2003-03-286-24/+24
| | | | Notes: svn path=/head/; revision=77640
* - Update to 7.1.006.Alexander Leidinger2003-03-2812-576/+1370
| | | | | | | | | Submitted by: marius@alchemy.franken.de - Minor cosmetics (FIND) and corrections (COMMENT). Notes: svn path=/head/; revision=77613