| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
actually works.
|
| |
|
| |
|
|
|
|
| |
not ${.CURDIR}. Also remove HAS_CONFIGURE (GNU_CONFIGURE implies that).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
one of the supplied tests to fail.
Located-on-radar-by: Josh Gilliam -- soil@quick.net
|
|
|
|
|
| |
have time to properly maintain. This will cause the position to
revert to ports.
|
| |
|
|
|
|
| |
by pkg_add (if it weren't buggy).
|
| |
|
|
|
|
|
|
| |
Embedded Perl 5 for HTML, a server-side scripting language
Reviewed by: andreas
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
|
| |
|
|
|
|
| |
Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
|
|
|
|
|
|
| |
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by: max
Submitted by: cracauer@cons.org "Martin Cracauer"
|
|
|
|
| |
Change MAINTAINER from jkh to tg. OK'd by: Jordan.
|
|
|
|
|
|
| |
our ports collection will have to come up with a solution for this.
Requested by: Satoshi
|
|
|
|
|
|
| |
one appears to have gone.
Submitted by: pgiffuni@fps.biblos.unal.edu.co ( Pedro Giffuni S.)
|
|
|
|
|
|
|
| |
files from cluttering up the port's source directory.
Complained about by: peter
Use NO_CHECKSUM instead of a do-nothing "checksum" target.
|
|
|
|
| |
Caught by: Satoshi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`A Retargetable C Compiler: Design and Implementation'
(Addison-Wesley, 1995, ISBN 0-8053-1670-1).
lcc is a production compiler with a hand crafted lexical analyzer and a
hand-coded recursive decent parser. The lexer and parser code is well
written and very easy to read (and learn from :-)).
lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it
does not under stand FreeBSD's "long long" data type.
Contributions by: Soren Schmidt
|
| |
|
|
|
|
|
|
|
|
|
| |
mythical MIX computer, defined in:
Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental
Algorithms_. Addison-Wesley, 1973 (2nd ed.)
Some of us were playing with it at school... so I made a port of it.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
want higher optimization levels result in unsafer binaries).
Fix bug, that causes core dumps when using higher optimization levels
than -O2.
Results with dhrystone 2.1 (1000000 loops):
stock cc (2.7.2.1 from current) : 136k (136xxx)
pgcc-current with -O2 : 138k
pgcc-current with -O6 : 172k
And no coredump anymore. Reason for coredump:
With -O3 cc1 does an register-to-register-copy optimization and it tries
to write some debugging information about what it is doing into a file
that does not exist unless you have instructed cc1 to dump all its
information about its internal state. (From: Sascha Blank)
BTW: PLIST is really coming soon, it's on my todo list ;-)
BTW2: Is Sascha already in the contributors list ? Have to go to work now.
Submitted by: Sascha Blank <blank@sliphost37.uni-trier.de>
|
|
|
|
| |
Forgetten-despite-my-repeated-warnings-by: andreas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
optimizations. The motivation to make a separate pgcc port is, to
provide two versions, an official release, which is missing the
leading edge of developement and an interesting current version,
which fixes some things and might breake (or not) others.
Fact is, that one is able to compile and run a complete FreeBSD-current
kernel without trouble and so closes 2 PR's.
>Number: 1221
>Category: bino
and possibly
>Number: 1222
>Category: ports (should be tested by the submitter.
|
|
|
|
| |
required" field in the makefile comments.
|
|
|
|
|
| |
Note: this depends on the tclConfig changes, which had probably better go
into 2.2.
|
| |
|
| |
|
|
|
|
| |
Reported by: markm
|
|
|
|
|
| |
RESTRICTED or BROKEN.
Pointed-out by: asami
|
| |
|
| |
|
|
|
|
| |
{CP} -> ${CP} ;)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Closes-PR: ports/2069
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
|
| |
|
|
|
|
|
| |
will be executed before any other scripts that depend on it (such as an
anticipated "cvsupd.sh").
|