summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Upgrade to 5.04.3.Oliver Braun2003-03-276-12/+12
| | | | | | | | PR: ports/50354 Submitted by: maintainer Notes: svn path=/head/; revision=77558
* Enable libgcj (which has actually been building fine since GCC 3.1 onGerald Pfeifer2003-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> Notes: svn path=/head/; revision=77491
* Remove special alpha optimization warning. alpha support now should beGerald Pfeifer2003-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> Notes: svn path=/head/; revision=77482
* Assume maintainership of this port.Gerald Pfeifer2003-03-261-1/+1
| | | | | | | Approved by: obrien (mentor) Notes: svn path=/head/; revision=77478
* Tarball has been rerolled. Developer added one tiny extra fix for CygwinOliver Braun2003-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> Notes: svn path=/head/; revision=77460
* Fix COMMENT and a Makefile comment.Gerald Pfeifer2003-03-2415-30/+30
| | | | Notes: svn path=/head/; revision=77402
* Update to 3.15p: Previous version doesn't compile anymore with the newer GNATOllivier Robert2003-03-244-4/+6
| | | | | | | | | | compiler. PR: ports/49058 Submitted by: Samuel Tardieu <sam@inf.enst.fr> Notes: svn path=/head/; revision=77358
* - fix problem with sed, if no WRKDIRPREFIX is set.Dirk Meyer2003-03-243-3/+3
| | | | Notes: svn path=/head/; revision=77347
* Upgrade to 1.16.Oliver Braun2003-03-234-41/+136
| | | | Notes: svn path=/head/; revision=77319
* - Update to 1.6.0Dirk Meyer2003-03-232-2/+2
| | | | Notes: svn path=/head/; revision=77313
* - Update to 8.4.2Dirk Meyer2003-03-233-15/+21
| | | | | | | | - make SOURCE path in tclConfig.sh variable PR: 48574 Notes: svn path=/head/; revision=77309
* - make SOURCE path in tclConfig.sh variableDirk Meyer2003-03-232-1/+12
| | | | | | | PR: 48574 Notes: svn path=/head/; revision=77308
* Update to 3.2-5Tilman Keskinoz2003-03-234-14/+21
| | | | | | | | PR: 48918, 47096 Submitted by: maintainer Notes: svn path=/head/; revision=77290
* Update to 0.0.4.Akinori MUSHA2003-03-232-2/+2
| | | | Notes: svn path=/head/; revision=77212
* Remove special USER_H override.Gerald Pfeifer2003-03-201-8/+0
| | | | | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> Approved by: kris (portmgr) Notes: svn path=/head/; revision=77169
* Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.Akinori MUSHA2003-03-182-2/+2
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=77150
* loadabs.c.bak gets created, for some reason, as part of the build process,Adam Weinberger2003-03-171-0/+1
| | | | | | | | | | and never gets deleted. Let's ${RM} this file before installing the port. Noticed by: kris Approved by: kris (portmgr) Notes: svn path=/head/; revision=77146
* Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports dependMikhail Teterin2003-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) Notes: svn path=/head/; revision=77099
* Change BUILD_DEPENDS to EXTRACT_DEPENDS.Akinori MUSHA2003-03-112-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=77092
* Fixes for supporting compressed postscript documentation.Jimmy Olgeni2003-03-089-30/+30
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=77061
* Clear moonlight beckons.Ade Lovett2003-03-07138-69/+69
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-0625-14/+13
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* Fix version number in emacs hint.Jimmy Olgeni2003-03-062-2/+2
| | | | Notes: svn path=/head/; revision=77028
* Update to 1.11, retire pkg-comment and MANPREFIX.Anton Berezin2003-03-053-4/+3
| | | | Notes: svn path=/head/; revision=76971
* * Make port respect PREFIX, CFLAGS, LDFLAGS.Oliver Braun2003-03-057-120/+78
| | | | | | | | | * Cleanup patches, use REINPLACE were appropriate. Approved by: maintainer Notes: svn path=/head/; revision=76964
* Add hint about OPTIONAL_MANPATH.Jimmy Olgeni2003-03-052-8/+12
| | | | Notes: svn path=/head/; revision=76963
* Update to R9B-1.Jimmy Olgeni2003-03-0522-210/+106
| | | | Notes: svn path=/head/; revision=76962
* Update to 7.0.086.Alexander Leidinger2003-03-054-16/+16
| | | | Notes: svn path=/head/; revision=76960