| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 13242
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=20807
|
|
|
|
| |
Notes:
svn path=/head/; revision=20803
|
|
|
|
| |
Notes:
svn path=/head/; revision=20800
|
|
|
|
|
|
|
|
|
|
| |
src/contrib/egcs/ again)
PR: 13224
Submitted by: imura@cs.titech.ac.jp
Notes:
svn path=/head/; revision=20799
|
|
|
|
| |
Notes:
svn path=/head/; revision=20787
|
|
|
|
|
|
|
|
|
|
| |
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=20765
|
|
|
|
| |
Notes:
svn path=/head/; revision=20749
|
|
|
|
| |
Notes:
svn path=/head/; revision=20748
|
|
|
|
| |
Notes:
svn path=/head/; revision=20747
|
|
|
|
|
|
|
|
| |
* binaries/manpages are now gcc295 / g++295 / g77
* use {MASTER_SITE_GNU}
Notes:
svn path=/head/; revision=20741
|
|
|
|
| |
Notes:
svn path=/head/; revision=20740
|
|
|
|
| |
Notes:
svn path=/head/; revision=20727
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: Dirk Froemberg <dirk@FreeBSD.org>
Notes:
svn path=/head/; revision=20630
|
|
|
|
| |
Notes:
svn path=/head/; revision=20545
|
|
|
|
| |
Notes:
svn path=/head/; revision=20543
|
|
|
|
|
|
|
|
| |
snapshot.
Mark BROKEN until the next Cygnus snapshot.
Notes:
svn path=/head/; revision=20542
|
|
|
|
|
|
|
| |
bunded in.
Notes:
svn path=/head/; revision=20541
|
|
|
|
| |
Notes:
svn path=/head/; revision=20540
|
|
|
|
| |
Notes:
svn path=/head/; revision=20536
|
|
|
|
|
|
|
|
| |
PR: 12954
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Notes:
svn path=/head/; revision=20522
|
|
|
|
|
|
|
|
| |
Found by: not-yet-completed addition to port distfile checker
suggested by Tim Vanderhoek
Notes:
svn path=/head/; revision=20462
|
|
|
|
| |
Notes:
svn path=/head/; revision=20380
|
|
|
|
| |
Notes:
svn path=/head/; revision=20371
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=20299
|
|
|
|
| |
Notes:
svn path=/head/; revision=20285
|
|
|
|
|
|
|
| |
I'll fix this in a little while.
Notes:
svn path=/head/; revision=20260
|
|
|
|
|
|
|
|
| |
into the ${OSVERSION} check so it'll actually compile on
-current with egcs.
Notes:
svn path=/head/; revision=20259
|
|
|
|
|
|
|
| |
Submitted by: maintainer (no, really!)
Notes:
svn path=/head/; revision=20219
|
|
|
|
|
|
|
| |
PR: 12648
Notes:
svn path=/head/; revision=20214
|
|
|
|
| |
Notes:
svn path=/head/; revision=20213
|
|
|
|
| |
Notes:
svn path=/head/; revision=20212
|
|
|
|
| |
Notes:
svn path=/head/; revision=20179
|
|
|
|
| |
Notes:
svn path=/head/; revision=20178
|
|
|
|
|
|
|
|
|
|
| |
of Ruby from standard input.
PR: 12125
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
Notes:
svn path=/head/; revision=20177
|
|
|
|
| |
Notes:
svn path=/head/; revision=20121
|
|
|
|
|
|
|
|
| |
PR: 12544
Submitted by: maintainer
Notes:
svn path=/head/; revision=20116
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This should fix the install (untested).
Notes:
svn path=/head/; revision=20102
|
|
|
|
|
|
|
|
|
| |
turned off by specifying `WITH_TOOLS=NO' when building.
PR: 12436
Notes:
svn path=/head/; revision=20096
|
|
|
|
| |
Notes:
svn path=/head/; revision=20095
|
|
|
|
| |
Notes:
svn path=/head/; revision=20091
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=20059
|
|
|
|
| |
Notes:
svn path=/head/; revision=20019
|
|
|
|
|
|
|
| |
(mostly junk in PREFIX/lib/gcc-lib/.../include)
Notes:
svn path=/head/; revision=20014
|
|
|
|
| |
Notes:
svn path=/head/; revision=20012
|
|
|
|
| |
Notes:
svn path=/head/; revision=20011
|
|
|
|
|
|
|
| |
pkg/PLIST. Also mark this for i386 only.
Notes:
svn path=/head/; revision=20006
|