| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=5088
|
|
|
|
| |
Notes:
svn path=/head/; revision=5075
|
|
|
|
| |
Notes:
svn path=/head/; revision=5058
|
|
|
|
| |
Notes:
svn path=/head/; revision=5053
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=5046
|
|
|
|
|
|
|
| |
Forgetten-despite-my-repeated-warnings-by: andreas
Notes:
svn path=/head/; revision=5027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=5024
|
|
|
|
|
|
|
| |
required" field in the makefile comments.
Notes:
svn path=/head/; revision=4985
|
|
|
|
|
|
|
|
| |
Note: this depends on the tclConfig changes, which had probably better go
into 2.2.
Notes:
svn path=/head/; revision=4984
|
|
|
|
| |
Notes:
svn path=/head/; revision=4928
|
|
|
|
| |
Notes:
svn path=/head/; revision=4924
|
|
|
|
|
|
|
| |
Reported by: markm
Notes:
svn path=/head/; revision=4913
|
|
|
|
|
|
|
|
| |
RESTRICTED or BROKEN.
Pointed-out by: asami
Notes:
svn path=/head/; revision=4884
|
|
|
|
| |
Notes:
svn path=/head/; revision=4877
|
|
|
|
| |
Notes:
svn path=/head/; revision=4876
|
|
|
|
|
|
|
| |
{CP} -> ${CP} ;)
Notes:
svn path=/head/; revision=4875
|
|
|
|
| |
Notes:
svn path=/head/; revision=4873
|
|
|
|
| |
Notes:
svn path=/head/; revision=4872
|
|
|
|
| |
Notes:
svn path=/head/; revision=4868
|
|
|
|
| |
Notes:
svn path=/head/; revision=4793
|
|
|
|
| |
Notes:
svn path=/head/; revision=4792
|
|
|
|
|
|
|
|
| |
Closes-PR: ports/2069
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Notes:
svn path=/head/; revision=4791
|
|
|
|
| |
Notes:
svn path=/head/; revision=4763
|
|
|
|
|
|
|
|
| |
will be executed before any other scripts that depend on it (such as an
anticipated "cvsupd.sh").
Notes:
svn path=/head/; revision=4714
|
|
|
|
| |
Notes:
svn path=/head/; revision=4691
|
|
|
|
|
|
|
|
| |
(which is what we try to fetch). The others have 1.08 and 1.1.
I'll update this port in two-three weeks.
Notes:
svn path=/head/; revision=4657
|
|
|
|
| |
Notes:
svn path=/head/; revision=4620
|
|
|
|
|
|
|
| |
Found by: make index
Notes:
svn path=/head/; revision=4580
|
|
|
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes:
svn path=/head/; revision=4578
|
|
|
|
| |
Notes:
svn path=/head/; revision=4571
|
|
|
|
| |
Notes:
svn path=/head/; revision=4570
|
|
|
|
| |
Notes:
svn path=/head/; revision=4533
|
|
|
|
| |
Notes:
svn path=/head/; revision=4522
|
|
|
|
| |
Notes:
svn path=/head/; revision=4494
|
|
|
|
|
|
|
| |
changing a "cpio" to "${CP}". This commit undoes that change.
Notes:
svn path=/head/; revision=4461
|
|
|
|
|
|
|
| |
compile.
Notes:
svn path=/head/; revision=4450
|
|
|
|
|
|
|
|
| |
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes:
svn path=/head/; revision=4440
|
|
|
|
|
|
|
| |
Reviewed by: chuckr
Notes:
svn path=/head/; revision=4432
|
|
|
|
|
|
|
| |
from -LNONE/lib to -L/usr/local/lib.
Notes:
svn path=/head/; revision=4429
|
|
|
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes:
svn path=/head/; revision=4416
|
|
|
|
| |
Notes:
svn path=/head/; revision=4358
|
|
|
|
|
|
|
| |
Submitted by: Mats Lofkvist <mal@algonet.se> (minor changes by tg)
Notes:
svn path=/head/; revision=4344
|
|
|
|
| |
Notes:
svn path=/head/; revision=4300
|
|
|
|
|
|
|
| |
Submitted by: S-Pork (?) (sorry, forgot your e-mail)
Notes:
svn path=/head/; revision=4296
|
|
|
|
| |
Notes:
svn path=/head/; revision=4265
|
|
|
|
|
|
|
| |
Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes:
svn path=/head/; revision=4263
|
|
|
|
|
|
|
|
|
|
| |
names, e.g., "m3build-4" and "m3build-4.0". This makes it possible for
ports that depend on this one to require a specific version. Since the
shared libraries have been moved into a separate port, their version
numbers can no longer be used for that purpose.
Notes:
svn path=/head/; revision=4245
|
|
|
|
|
|
|
|
| |
hints file for future releases. This will be submitted to the Perl
maintainers.
Notes:
svn path=/head/; revision=4241
|
|
|
|
| |
Notes:
svn path=/head/; revision=4226
|
|
|
|
|
|
|
|
|
|
|
|
| |
will be used to support SOCKS operation in the soon-to-be-released next
version of CVSup.
A tip of the hat to: Darryl Okahata, who developed the patches
necessary to make the SOCKS library work with Modula-3's multithreaded
I/O system.
Notes:
svn path=/head/; revision=4225
|