summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Work around what I believe to be a broken implementation of isfinite()marcus2003-04-042-1/+23
| | | | | | | in -CURRENT that was causing a numerical overflow in apps such as GnuCash. PR: 50089
* Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.gerald2003-04-031-11/+10
|
* - Fix some problems for other ports when WRKDIRPREFIX= is not set.dinoex2003-04-033-3/+3
| | | | (packages are not affected)
* Finally remove the parts of this patch that date back to 1998 and have nowgerald2003-04-0215-360/+0
| | | | been commented for more than a year.
* Remove special alpha optimization warning. alpha support now should begerald2003-04-0214-280/+0
| | | | sufficiently stable.
* The new version of icc adds -I include paths before the standard includenetchild2003-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
* Simplify the shell code used by the pre-patch target.gerald2003-04-011-5/+4
| | | | | Suggested by: obrien Reviewed by: Dan Nelson <dnelson@allantgroup.com>
* - add COMMENT and MAINTAINERdinoex2003-04-011-2/+5
| | | | - make portlint happier
* Add a new `WITH_THREADS' option to build perl with support for threads andsobomax2003-04-0110-10/+100
| | | | | | fix threaded build on 5.x. Approved by: maintainer
* Update to 0.6.8.nork2003-03-312-3/+3
| | | | | PR: ports/50483 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-3114-14/+14
| | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
* LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-311-1/+1
| | | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Approved by: gerald
* loadpath.UNIX as installed is wrongedwin2003-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>
* Add support for the bounds-checking patch by Herman ten Brugge (whichgerald2003-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>
* Distfiles moved. (www.ruby-lang.org site reorg.)knu2003-03-302-2/+2
|
* - Unbreak for 5-CURRENTjkoshy2003-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]
* Make this port build on 5-CURRENT.jkoshy2003-03-302-3/+40
|
* Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.obrien2003-03-2942-252/+840
|
* Fix build by linking with libutil.arved2003-03-291-0/+1
| | | | | | PR: 50335 Submitted by: Nate Eldredge <neldredge@hmc.edu> Approved by: Jerry A! <jerry@thehutt.org> (maintainer)
* New patch to unbreak the build (configure step runs thread program thatschweikh2003-03-291-0/+15
| | | | | | | never terminates and hogs the CPU). Approved by: MAINTAINER timeout PR: ports/45233
* - add INSTALLS_SHLIB and LDCONFIG_DIRS sodinoex2003-03-291-1/+3
| | | | | LIB_DEPENDS+= objc:${PORTSDIR}/lang/gnustep-objc can work on a clean system.
* Update to the Mar 14, 2003 version:obrien2003-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.
* Add support for the base language test suites.gerald2003-03-282-0/+10
| | | | Submitted by: Loren James Rittle <rittle@labs.mot.com>
* - replace old port of libobjcdinoex2003-03-284-73/+10
| | | | | this depends now on lang/gcc32 using it as a master port. to build the needed version of libobjc.so
* Update to 5.04.3.olgeni2003-03-286-24/+24
|
* - Update to 7.1.006.netchild2003-03-2812-576/+1370
| | | | | | Submitted by: marius@alchemy.franken.de - Minor cosmetics (FIND) and corrections (COMMENT).
* Upgrade to 5.04.3.obraun2003-03-276-12/+12
| | | | | PR: ports/50354 Submitted by: maintainer
* Enable libgcj (which has actually been building fine since GCC 3.1 ongerald2003-03-263-2/+41
| | | | | | | FreeBSD/i386 and works on FreeBSD/alpha using the hack in files/patch-ub). PR: 47790 Partially Submitted by: Loren James Rittle <rittle@labs.mot.com>
* Remove special alpha optimization warning. alpha support now should begerald2003-03-261-20/+0
| | | | | | | sufficiently stable, and the testsuite output for FreeBSD/alpha shows no extra -O2 failures. Submitted by: Loren James Rittle <rittle@labs.mot.com>
* Assume maintainership of this port.gerald2003-03-261-1/+1
| | | | Approved by: obrien (mentor)
* Tarball has been rerolled. Developer added one tiny extra fix for Cygwinobraun2003-03-254-123/+13
| | | | | | | | | configuration, and removed lots of files that belonged to the Hat project, which are no longer relevant to building nhc98. No functional change, so no need to bump PORTREVISION. Noticed by: Matthew Donadio <m.p.donadio@ieee.org>
* Fix COMMENT and a Makefile comment.gerald2003-03-2415-30/+30
|
* Update to 3.15p: Previous version doesn't compile anymore with the newer GNATroberto2003-03-244-4/+6
| | | | | | | compiler. PR: ports/49058 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
* - fix problem with sed, if no WRKDIRPREFIX is set.dinoex2003-03-243-3/+3
|
* Upgrade to 1.16.obraun2003-03-234-41/+136
|
* - Update to 1.6.0dinoex2003-03-232-2/+2
|
* - Update to 8.4.2dinoex2003-03-233-15/+21
| | | | | - make SOURCE path in tclConfig.sh variable PR: 48574
* - make SOURCE path in tclConfig.sh variabledinoex2003-03-232-1/+12
| | | | PR: 48574
* Update to 3.2-5arved2003-03-234-14/+21
| | | | | PR: 48918, 47096 Submitted by: maintainer
* Update to 0.0.4.knu2003-03-232-2/+2
|
* Remove special USER_H override.gerald2003-03-201-8/+0
| | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> Approved by: kris (portmgr)
* Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.knu2003-03-182-2/+2
| | | | Noted by: kris
* loadabs.c.bak gets created, for some reason, as part of the build process,adamw2003-03-171-0/+1
| | | | | | | and never gets deleted. Let's ${RM} this file before installing the port. Noticed by: kris Approved by: kris (portmgr)
* Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports dependmi2003-03-1110-27/+328
| | | | | | | on this yet, but should be switching now. The lang/tclX82 will go away after the release. Approved by: portmgr timeout (3 requests remain unanswered)
* Change BUILD_DEPENDS to EXTRACT_DEPENDS.knu2003-03-112-2/+2
| | | | Submitted by: bento
* Fixes for supporting compressed postscript documentation.olgeni2003-03-089-30/+30
| | | | Approved by: kris
* Clear moonlight beckons.ade2003-03-07138-69/+69
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-0625-14/+13
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* Fix version number in emacs hint.olgeni2003-03-062-2/+2
|
* Update to 1.11, retire pkg-comment and MANPREFIX.tobez2003-03-053-4/+3
|
OpenPOWER on IntegriCloud