summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove the two "priming" MASTER_SITEs now that ftp.freebsd.org hasSheldon Hearn1999-07-011-4/+2
| | | | | | | Daniel Eischen's boot-strapping package. Notes: svn path=/head/; revision=19945
* Define "OBSTACK_CHUNK_SIZE" as getpagesize().David E. O'Brien1999-06-282-34/+34
| | | | | | | | | | | | | Our malloc can allocte pagesized blocks efficiently and the EGCS default size of 4072 bytes is not optimal. Protect #define's and other minor syncing with src/contrib/egcs/gcc/config/freebsd.h OBSTACK_CHUNK_SIZE Submitted by: Hidetoshi Shimokawa Notes: svn path=/head/; revision=19867
* Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context.David E. O'Brien1999-06-282-74/+0
| | | | Notes: svn path=/head/; revision=19866
* New ports/{irc,java,x11-servers} categories, Step #2 - update old Makefiles.Bill Fumerola1999-06-281-12/+1
| | | | Notes: svn path=/head/; revision=19851
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19848
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-263-3/+3
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-2678-78/+78
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-263-3/+3
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Upgrade to the 19990623 GCC 2.95 pre-release snapshot.David E. O'Brien1999-06-2454-810/+306
| | | | Notes: svn path=/head/; revision=19752
* Update 3.10p -> 3.11p:Sheldon Hearn1999-06-2418-1703/+2444
| | | | | | | | | | | | | | | | | | | | | | | | * Build requires a GNAT compiler, for which the maintainer has created a package. For now, provide two MASTER_SITEs from which it is available so that it'll find its way into the FreeBSD distfiles. * Uses variables in the PLIST to reduce diff sizes in future. * Doesn't install info files, which are virtually duplicates of the ones we already have. * AOUT support is on its wAy OUT. Do what we can, but don't blow any fuses. * Hand maintainership over to Daniel Eischen, at the request of the previous maintainer. PR: 10093 Submitted by: Daniel Eischen <eischen@vigrid.com> Notes: svn path=/head/; revision=19746
* Activate jsdk.Jun Kuriyama1999-06-231-1/+2
| | | | Notes: svn path=/head/; revision=19720
* Change all permutations in capitalization of "asami@freebsd.org" toSatoshi Asami1999-06-211-2/+2
| | | | | | | "asami@FreeBSD.org". Notes: svn path=/head/; revision=19609
* Update to the 19990616 GCC 2.95-prerelease.David E. O'Brien1999-06-2154-1422/+828
| | | | Notes: svn path=/head/; revision=19607
* Update 3.3 -> 4.6 and add a master site. Patches differ slightly fromSheldon Hearn1999-06-214-34/+480
| | | | | | | | | | those submitted. PR: 10699 Submitted by: Jose Marques <jose@nobody.org> Notes: svn path=/head/; revision=19603
* Upgrade to tcl and tk 8.1.Justin M. Seger1999-06-2016-178/+368
| | | | | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp> Notes: svn path=/head/; revision=19591
* Link some modules against libmytinfo to pick up a working tputs().Thomas Gellekum1999-06-1815-30/+30
| | | | | | | Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de> Notes: svn path=/head/; revision=19544
* Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1999-06-15108-2124/+1476
| | | | Notes: svn path=/head/; revision=19484
* Add the intel2gas port.Steve Price1999-06-111-1/+2
| | | | Notes: svn path=/head/; revision=19417
* Initial import of intel2gas version 1.2.Steve Price1999-06-119-0/+317
| | | | | | | | | | Converts Intel assembly language (nasm) to AT&T syntax (gas). PR: 11672 Submitted by: G. Adam Stanislav <adam@whizkidtech.net> Notes: svn path=/head/; revision=19416
* Activate the shujit port.Steve Price1999-06-101-1/+2
| | | | Notes: svn path=/head/; revision=19411
* Fix for alpha.Hidetoshi Shimokawa1999-06-1036-126/+2214
| | | | | | | | | - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge Notes: svn path=/head/; revision=19406
* Turn on the tya port.Steve Price1999-06-101-1/+2
| | | | Notes: svn path=/head/; revision=19398