summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 5.30Chris Piazza1999-08-194-35/+25
| | | | | | | | PR: 13242 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20807
* Upgrade to version 2.95.1.David E. O'Brien1999-08-194-16/+16
| | | | Notes: svn path=/head/; revision=20803
* Use a better sed(1) pattern in case I break __FreeBSD__ again.David E. O'Brien1999-08-182-4/+4
| | | | Notes: svn path=/head/; revision=20800
* Don't assign __FreeBSD__ a value here. (pulled too much in fromDavid E. O'Brien1999-08-182-4/+4
| | | | | | | | | | src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp Notes: svn path=/head/; revision=20799
* Key off the DISTNAME more, so that upgrading requires less editing.David E. O'Brien1999-08-182-48/+48
| | | | Notes: svn path=/head/; revision=20787
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-173-12/+12
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* As in the i386, `tm.h' includes headers for us.David E. O'Brien1999-08-162-8/+0
| | | | Notes: svn path=/head/; revision=20749
* alpha-freebsd-elf.h should have gone away in the gcc-2.95 upgrade.David E. O'Brien1999-08-161-61/+0
| | | | Notes: svn path=/head/; revision=20748
* Include the proper arch header for a.out systems.David E. O'Brien1999-08-162-2/+2
| | | | Notes: svn path=/head/; revision=20747
* More EGCS->GCC transition.David E. O'Brien1999-08-164-36/+36
| | | | | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU} Notes: svn path=/head/; revision=20741
* Make -pthread work again -- pulled too much in from src/contrib/egcs/David E. O'Brien1999-08-162-4/+8
| | | | Notes: svn path=/head/; revision=20740
* Activate nqcChris Piazza1999-08-141-1/+2
| | | | Notes: svn path=/head/; revision=20727
* Import of nqc,Chris Piazza1999-08-146-0/+75
| | | | | | | | | | | | | | | | A compiler for a simple language for programming the LEGO RCX or CyberMaster controllers. The language itself is "Not Quite C" and includes preprocessor and control structures very similar to the C language, but with restrictions imposed by the limitations of the RCX hardware/firmware itself. Besides compiling, nqc also provides functions for downloading the RCX firmware as well as uploading programs to and downloading from the RCX. PR: 13081 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=20726
* Tweak a German master site.David E. O'Brien1999-08-092-4/+4
| | | | | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org> Notes: svn path=/head/; revision=20630
* BROKEN='waiting for new patches against gcc-2.95'David E. O'Brien1999-08-051-1/+3
| | | | Notes: svn path=/head/; revision=20545
* "egcs-devel" --> "gcc-devel"David E. O'Brien1999-08-051-2/+2
| | | | Notes: svn path=/head/; revision=20543
* Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95David E. O'Brien1999-08-0536-450/+522
| | | | | | | | snapshot. Mark BROKEN until the next Cygnus snapshot. Notes: svn path=/head/; revision=20542
* Add "java" to categories list. GCC-2.95 now has parts of a Java compilerDavid E. O'Brien1999-08-052-4/+4
| | | | | | | bunded in. Notes: svn path=/head/; revision=20541
* Update to GCC-2.95 (what would have been EGCS-1.2).David E. O'Brien1999-08-0540-612/+1048
| | | | Notes: svn path=/head/; revision=20540
* Upgrade to 3.2.9.Masafumi Max NAKANE1999-08-052-5/+5
| | | | Notes: svn path=/head/; revision=20536
* Add version number to package name.Thomas Gellekum1999-08-041-2/+2
| | | | | | | | PR: 12954 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=20522
* Fix WWW: typosBill Fenner1999-08-011-1/+1
| | | | | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
* Upgrade to 1.1.0.Thomas Gellekum1999-07-292-7/+7
| | | | Notes: svn path=/head/; revision=20380
* Add the SHA module to the build.Thomas Gellekum1999-07-2830-15/+120
| | | | Notes: svn path=/head/; revision=20371
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-2536-360/+144
| | | | | | | | | | | | when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files. Notes: svn path=/head/; revision=20343
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-211-2/+2
| | | | Notes: svn path=/head/; revision=20299
* Update to the 1999-07-18 beta snapshot of GCC-2.95.David E. O'Brien1999-07-2054-234/+234
| | | | Notes: svn path=/head/; revision=20285
* BROKEN= "Hardcoded FreeBSD release numbers in PLIST"Chris Piazza1999-07-183-3/+9
| | | | | | | I'll fix this in a little while. Notes: svn path=/head/; revision=20260
* Give this port a USE_XLIB so it'll link. Also move the CC=egccChris Piazza1999-07-183-6/+12
| | | | | | | | into the ${OSVERSION} check so it'll actually compile on -current with egcs. Notes: svn path=/head/; revision=20259
* ${WRKDIRPREFIX}/symlink ${PORTSDIR} fix. Don't watch if you just had lunch.Satoshi Asami1999-07-151-2/+2
| | | | | | | Submitted by: maintainer (no, really!) Notes: svn path=/head/; revision=20219
* Fix package building when you're leaving out optional parts, like Tk.Thomas Gellekum1999-07-1560-3105/+3165
| | | | | | | PR: 12648 Notes: svn path=/head/; revision=20214
* Don't waste CDROM real estate on a soon to be OBE version.David E. O'Brien1999-07-152-2/+6
| | | | Notes: svn path=/head/; revision=20213
* Upgrade to the July 12th GCC-2.95 prerelease.David E. O'Brien1999-07-1554-162/+162
| | | | Notes: svn path=/head/; revision=20212
* Fix a typo I introduced.Chris Piazza1999-07-131-1/+1
| | | | Notes: svn path=/head/; revision=20179
* Activate irbChris Piazza1999-07-131-1/+2
| | | | Notes: svn path=/head/; revision=20178
* irb: Interactive Ruby. A tool to input and evaulate expressionsChris Piazza1999-07-135-0/+65
| | | | | | | | | | of Ruby from standard input. PR: 12125 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp> Notes: svn path=/head/; revision=20177
* Upgrade to 3.2.8.Masafumi Max NAKANE1999-07-083-6/+6
| | | | Notes: svn path=/head/; revision=20121
* Install a few missing libraries and headers.Chris Piazza1999-07-086-3/+51
| | | | | | | | PR: 12544 Submitted by: maintainer Notes: svn path=/head/; revision=20116
* If at first you don't succeed, try (try) again.Tim Vanderhoek1999-07-071-2/+4
| | | | | | | | | | | | | This should fix TenDRA installation. I did test it this time, and it failed with chown: hoek: illegal group name *** Error code 1 but that's not my problem. Notes: svn path=/head/; revision=20111
* Don't use ${OSREL} and %%OSREL%% here. We need the full `uname -r`.Tim Vanderhoek1999-07-072-159/+161
| | | | | | | This should fix the install (untested). Notes: svn path=/head/; revision=20102
* Install the contents of the Tools directory by default. This can beThomas Gellekum1999-07-0630-15/+3225
| | | | | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436 Notes: svn path=/head/; revision=20096
* Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.David E. O'Brien1999-07-0636-198/+198
| | | | Notes: svn path=/head/; revision=20095
* Activate lua.Chris Piazza1999-07-061-1/+2
| | | | Notes: svn path=/head/; revision=20091
* Lua:Chris Piazza1999-07-0618-0/+240
| | | | | | | | | | | | | A programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. PR: 12459 Submitted by: Richard Kiss <richard@homemail.com> Notes: svn path=/head/; revision=20090
* Correct spelling in a comment.Steve Price1999-07-0418-36/+36
| | | | Notes: svn path=/head/; revision=20059
* Mark this port only for i386.Steve Price1999-07-041-1/+3
| | | | Notes: svn path=/head/; revision=20019
* The number of things this port installs has grown.David E. O'Brien1999-07-0418-18/+684
| | | | | | | (mostly junk in PREFIX/lib/gcc-lib/.../include) Notes: svn path=/head/; revision=20014
* Changes to work with updated files/freebsd.h.David E. O'Brien1999-07-0418-216/+522
| | | | Notes: svn path=/head/; revision=20012
* Minor reorg of the dealing with `autoconf' and `autoheader' stuff.David E. O'Brien1999-07-0418-90/+90
| | | | Notes: svn path=/head/; revision=20011
* Use the PLIST_SUB capabilities of bsd.port.mk to substitute OSREL inSteve Price1999-07-042-159/+158
| | | | | | | pkg/PLIST. Also mark this for i386 only. Notes: svn path=/head/; revision=20006