Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 1.13. | vanilla | 2000-12-10 | 4 | -4/+4 |
| | |||||
* | Update to 1.0a6 | kevlo | 2000-12-09 | 2 | -3/+3 |
| | | | | | PR: 23396 Submitted by: Ports Fury | ||||
* | Fix typo in kldload command. | obrien | 2000-12-08 | 1 | -1/+1 |
| | | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu> | ||||
* | Replace pre-defined "linux" symbol with "FreeBSD". | obrien | 2000-12-08 | 2 | -2/+6 |
| | |||||
* | Update MASTER_SITES | jmz | 2000-12-08 | 1 | -3/+3 |
| | |||||
* | * Remove the Linux -dynamic-linker specification from the `ld' execution. | obrien | 2000-12-08 | 4 | -6/+104 |
| | | | | | | | | | | | Luckly our `ld' knows the name of our dynamic linker and DTRT. * Remove the DECpaq shared libs from the standard search dir as linking with them gives unresolved symbols. Thus we'll use the .a's for now. * Add the symbols __errno_location, __ieee_get_fp_control, and __ieee_set_fp_control (mapped to native interfaces) to the static Compaq Portable Math Library. Thus all symbols are resolved. This allows `CC=ccc' to build fully native FreeBSD Alpha binaries. | ||||
* | Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is | obrien | 2000-12-08 | 6 | -0/+270 |
| | | | | | | | | | | available on the Compaq Tru64 UNIX platform. The compiler produces excellent optimized code for the Alpha architecture, particularly for floating-point intensive applications. I was able to compile simple test programs by: ccc -c foo.c cc -o foo foo.o | ||||
* | MASTER_SITE changed. | tg | 2000-12-07 | 13 | -13/+26 |
| | | | | Submitted by: sobomax | ||||
* | New patch for version 0.4 | patrick | 2000-12-07 | 1 | -0/+8 |
| | |||||
* | Update to version 0.4 | patrick | 2000-12-07 | 4 | -27/+34 |
| | |||||
* | Change name of programs from e<program_name> to g<program_name>, since | obrien | 2000-12-05 | 36 | -324/+306 |
| | | | | | | | | e<program_name> conflicts with the egcs port. I'm open to a better nameing scheme. Also change the shared libs configuring logic a little bit due to changed way of doing it on libstdc++-v3, which this snapshot uses by default. | ||||
* | Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest | obrien | 2000-12-05 | 2 | -185/+13 |
| | | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. | ||||
* | Change the libstdc++.so version number to be more like the stock one. | obrien | 2000-12-05 | 19 | -19/+19 |
| | | | | | This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. | ||||
* | Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest | obrien | 2000-12-05 | 2 | -229/+13 |
| | | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. | ||||
* | Change the libstdc++.so version number to be more like the stock one. | obrien | 2000-12-05 | 1 | -1/+1 |
| | | | | | This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. | ||||
* | - Update to version 4.0.1 | kevlo | 2000-12-05 | 7 | -276/+447 |
| | | | | | | | | - Switch maintainer to ports@FreeBSD.org PR: 23276 Submitted by: Ports Fury Approved by: MAINTAINER | ||||
* | Update to 0.13.3. | sobomax | 2000-12-05 | 4 | -4/+4 |
| | |||||
* | Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way | obrien | 2000-12-04 | 13 | -24/+659 |
| | | | | back when... that is all but a.out support. | ||||
* | Upgrade to version 7.5.11 | kevlo | 2000-12-02 | 4 | -10/+27 |
| | | | | | PR: 23225 Submitted by: Ports Fury | ||||
* | Update to version 2.3.4 | kevlo | 2000-12-02 | 5 | -115/+152 |
| | | | | | | | Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes PR: 23218 Submitted by: MAINTAINER | ||||
* | Commit the right version of this file. | obrien | 2000-12-02 | 1 | -19/+20 |
| | |||||
* | MF contrib/gcc/c-common.c rev 1.12: | obrien | 2000-12-02 | 1 | -15/+15 |
| | | | | | Move our `null_format_ok' addition to the end of record_function_format() and it's uses. This makes it easier to see our changes to the virgin source. | ||||
* | Update to 0.0.16 | ade | 2000-11-30 | 3 | -2/+4 |
| | |||||
* | This should take this port back to the last version of it for EGCS-1.1.2. | obrien | 2000-11-30 | 24 | -686/+489 |
| | | | | | | | | The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295. GCC 2.95.2 does not work for some people's code. GCC 3.0 will be even worse. So it looks like we'll have to keep a port for each version of GCC we've ever used. | ||||
* | Add gcc295 (after repo copy from egcs). | obrien | 2000-11-30 | 1 | -0/+1 |
| | |||||
* | Upgrade to 0.20. | mph | 2000-11-29 | 2 | -2/+2 |
| | | | | Submitted by: kris | ||||
* | Install Demo/ dir to $PREFIX/share/examples/python. | tg | 2000-11-29 | 26 | -39/+4225 |
| | |||||
* | First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM. | obrien | 2000-11-28 | 18 | -0/+1152 |
| | |||||
* | Upgrade to the 2000-11-20 GCC 2.97 development snapshot. | obrien | 2000-11-28 | 162 | -4986/+1548 |
| | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. | ||||
* | Add "-Wnon-const-format" which checks for non-constant format strings for | obrien | 2000-11-27 | 7 | -50/+410 |
| | | | | | | | auditing purposes. Submitted by: kris Obtained from: NetBSD | ||||
* | Update to 0.30.27 | patrick | 2000-11-25 | 8 | -4/+48 |
| | |||||
* | Add missing patch files. | patrick | 2000-11-24 | 5 | -0/+217 |
| | |||||
* | Add $FreeBSD$, which help me in problem reports. | obrien | 2000-11-22 | 5 | -0/+5 |
| | |||||
* | Add $FreeBSD$'s which help me in problem reports. | obrien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Allow slave ports to override MAINTAINER. This fixes the MAINTAINER | knu | 2000-11-19 | 1 | -1/+1 |
| | | | | | | of japanese/ruby-man. Submitted by: sanpei | ||||
* | Update to 1.6.2-preview3. As always, Matz has prepared a preview | knu | 2000-11-16 | 2 | -2/+2 |
| | | | | snapshot right before the freeze for the new FreeBSD release. :) | ||||
* | WRKDIR of lang/gcc28 should be accessed through ${.CURDIR}/../../lang/gcc28, | asami | 2000-11-14 | 1 | -1/+1 |
| | | | | | | not ${PORTSDIR}/lang/gcc28, since ${PORTSDIR} might be a symlink. Submitted by: bento | ||||
* | Fix compilation on FreeBSD-3.x. | tg | 2000-11-13 | 13 | -0/+78 |
| | | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU> | ||||
* | BYACC builds this just fine, so drop the USE_BISON. | obrien | 2000-11-11 | 1 | -1/+0 |
| | |||||
* | Update to pgcc 2.95.3. | obrien | 2000-11-11 | 4 | -9/+10 |
| | | | | | PR: 20122 Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net> | ||||
* | Don't hardcode the arch symbols. | obrien | 2000-11-10 | 2 | -3/+4 |
| | |||||
* | /usr/libexec/cpp is now a cpp designed for use by the compilers | obrien | 2000-11-10 | 1 | -1/+1 |
| | | | | | | | (vs. userland) and has no need for (nor supports) the "-undef" flag. PR: 20707 Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca> | ||||
* | Don't define "ASM_WEAKEN_LABEL" in the a.out case. | obrien | 2000-11-10 | 1 | -7/+1 |
| | | | | | PR: 16882 Submitted by: Bly Hostetler <hostetlb@agcs.com> | ||||
* | Add in the bounds checking patch from XXX Haj Ten Brugge if | obrien | 2000-11-10 | 2 | -0/+6 |
| | | | | "WANT_BOUNDS_CHECKING" is defined. | ||||
* | Update NQC port to version 2.2.r2 | kbyanc | 2000-11-09 | 3 | -9/+40 |
| | | | | | PR: 22638 Submitted by: Stephen J. Roznowski <sjr@home.net> | ||||
* | Update to 0.13.2. | sobomax | 2000-11-09 | 4 | -4/+4 |
| | |||||
* | Add WWW. | sobomax | 2000-11-09 | 2 | -2/+6 |
| | |||||
* | Respect CFLAGS, thanks to obrien. | keith | 2000-11-06 | 1 | -1/+1 |
| | |||||
* | New port: mmix, a RISC computer designed by Donald E. Knuth | keith | 2000-11-06 | 7 | -0/+138 |
| | |||||
* | Update to 0.0.15 | ade | 2000-11-05 | 3 | -2/+4 |
| |