summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Better support for local $CFLAGS.tg1999-05-1915-45/+45
|
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theobrien1999-05-1872-522/+450
| | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95.
* Minor cleanup - remove Xlib dependency, as it's already there through tk.asami1999-05-121-3/+2
| | | | Submitted by: maintainer
* Depend on tk, not tcl (which is pulled in from tk anyway).asami1999-05-121-2/+2
|
* Fix ELF build. Change maintainer's mail address.asami1999-05-122-3/+23
| | | | Submitted by: maintainer, of course
* Remove missing file.asami1999-05-121-1/+0
|
* Don't write to ${PKGDIR}/PLIST.asami1999-05-111-7/+5
|
* Rename all pwrite()s to deal with this change:asami1999-05-101-0/+53
| | | | | | | | 1.24.2.1 Wed May 5 23:19:59 1999 UTC by dt Branch: RELENG_3 Diffs to 1.24 ; Diffs to 1.26 MFC: pread() and pwrite().
* Add a patch for 4.0current.vanilla1999-05-102-0/+40
|
* New port gnustep. GNUstep is a set of general-purpose Objective-C librariestg1999-05-1015-0/+3030
| | | | base on the OpenStep standard developed by NeXT (now Apple) Inc.
* Add '%D' so we get the whole path for the '@unexec rm's.steve1999-05-097-7/+14
| | | | | PR: 7848 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* This port needs X11 libs.steve1999-05-091-1/+3
| | | | | PR: 11522 Submitted by: maintainer
* Fix profiling on ELF systems.steve1999-05-092-6/+38
| | | | | PR: 11566 Submitted by: Ronald Kuehn <rk@ronald.org>
* Update 2.3 -> 2.4nectar1999-05-098-56/+16
|
* Fix MASTER_SITES:nectar1999-05-092-10/+6
| | | | | * alix.inria.fr has been inaccessible for a couple of weeks * path on ftp.cs.uni-magdeburg.de was wrong
* Use MLINKS and friends (rather than PLIST literals) to stipulate man pages & ↵cwt1999-05-062-406/+150
| | | | links
* Fix build breakage.jkoshy1999-05-061-1/+2
| | | | Detected by: PW's automated build tools.
* Don't try running mkLinks (since it doesn't do anything anyway)fenner1999-05-046-15/+927
| | | | Use MLINKS= to accomplish what mkLinks wanted to do.
* Fix the script that makes the long-name man page links, and add thefenner1999-05-042-1/+250
| | | | | | | | long-name man pages to PLIST. Note that instead of including a 54k patch, there's a post-patch: target in the Makefile that uses sed. PR: ports/9786 and ports/9787
* Yet more WWW: additionsmharo1999-05-0335-41/+48
|
* Use new set of diffs from author and make this compile on the Alpha.steve1999-05-033-3/+14
| | | | | PR: 11417 Inspired by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* Added otcl and jdk-tutorialtaoka1999-04-301-1/+3
|
* MIT Object Tcltaoka1999-04-305-0/+50
| | | | | PR: 11338 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
* Tcl 8.0.5. Fenner's MLINK PR TBA RSNcwt1999-04-304-23/+18
|
* Update to 990416 version.kris1999-04-303-35/+29
| | | | | | | | | | | | Some commentary from Mr. bwk: Mar 5, 1999: after hearing from yet another innocent victim, changed isnumber to is_number to avoid the problem caused by freeBSD gratuitously and incorrectly including the name isnumber in the standard header file ctype.h. Prompted by: bento
* activate SIODjkoshy1999-04-281-1/+2
|
* Scheme in one Day/Defun, a small footprint implementation of Scheme withjkoshy1999-04-288-0/+204
| | | | | | some database, unix programming and cgi scripting extensions. Requested by: Philippe Laliberte <arsphl@oeil.qc.ca> on -ports
* a Ruby interface to Tcl/Tk librariestaoka1999-04-279-0/+199
| | | | | PR: 10907 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
* add f2c & f77obrien1999-04-241-1/+3
|
* driver utility for f2c and gccobrien1999-04-245-0/+59
| | | | | PR: ports/11220 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* f2c FORTRAN "compiler" port'ified from src/contrib/obrien1999-04-246-0/+277
| | | | | PR: ports/11220 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Unbreak for ELF.jkoshy1999-04-221-6/+2
|
* Add some master sites.nectar1999-04-221-3/+12
|
* Sync up with some diffs I sent to Cygnus.obrien1999-04-2254-270/+306
|
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-2256-84/+84
|
* Remove ``NO_LATEST_LINK''nectar1999-04-2115-30/+15
| | | | Approved by: Maintainer <tg@FreeBSD.ORG>
* turnon egcs-develobrien1999-04-211-1/+2
|
* I give you the latest and greatest of the EGCS snapshot series.obrien1999-04-21252-2628/+9144
| | | | | | | | This is their bleeding edge offering. This will enable us to better track the direction EGCS is going for future upgrades of /usr/contrib/egcs/. Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and* a native Java compiler.
* Update from 2.0 to 2.2mharo1999-04-217-3781/+145
| | | | | | | | | | | | Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my k6-2 333 can compile this port. It was *NOT* fun to test this port. Maybe someone else (with a super fast computer) could make sure everything works. This port does pass the make install deinstall reinstall package deinstall test though so I assume everything is fine. PR: 11242 Submitted by: maintainer with fixes by me
* * Update python 1.5.1 -> 1.5.2nectar1999-04-2165-1317/+1628
| | | | * Remove python-beta
* Upgrade to 3.2.5.max1999-04-204-89/+109
| | | | | | PR: 10801 Submitted by: Dan Cross <tenser@hurricane.phys.psu.edu> Minor tweaks by: max
* Update to version 1.2.5.steve1999-04-199-144/+303
| | | | | PR: 10906 Submitted by: maintainer
* Fix the CPP_PREDEFINES so it properly gets the "global" definition too.obrien1999-04-182-2/+2
|
* Upgrade to v2.1.1jkoshy1999-04-134-14/+65
| | | | Ok'ed by: Maintainer.
* Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.asami1999-04-1318-18/+54
|
* Real URLs that reference directories end in '/'billf1999-04-082-4/+4
|
* Proper URLs that reference directories end in '/'billf1999-04-0823-46/+46
|
* Create lib/python1.5/site-packages directory on installation.nectar1999-04-0830-15/+60
|
* Upgrade to itcl 3.0.1jseger1999-04-058-619/+273
| | | | | Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk> PR: ports/10960
* Add Central European Summer time zonejseger1999-04-031-0/+10
| | | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> PR: ports/9666
OpenPOWER on IntegriCloud