summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.13.vanilla2000-12-104-4/+4
|
* Update to 1.0a6kevlo2000-12-092-3/+3
| | | | | PR: 23396 Submitted by: Ports Fury
* Fix typo in kldload command.obrien2000-12-081-1/+1
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Replace pre-defined "linux" symbol with "FreeBSD".obrien2000-12-082-2/+6
|
* Update MASTER_SITESjmz2000-12-081-3/+3
|
* * Remove the Linux -dynamic-linker specification from the `ld' execution.obrien2000-12-084-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 isobrien2000-12-086-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.tg2000-12-0713-13/+26
| | | | Submitted by: sobomax
* New patch for version 0.4patrick2000-12-071-0/+8
|
* Update to version 0.4patrick2000-12-074-27/+34
|
* Change name of programs from e<program_name> to g<program_name>, sinceobrien2000-12-0536-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 easiestobrien2000-12-052-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.obrien2000-12-0519-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 easiestobrien2000-12-052-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.obrien2000-12-051-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.1kevlo2000-12-057-276/+447
| | | | | | | | - Switch maintainer to ports@FreeBSD.org PR: 23276 Submitted by: Ports Fury Approved by: MAINTAINER
* Update to 0.13.3.sobomax2000-12-054-4/+4
|
* Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler wayobrien2000-12-0413-24/+659
| | | | back when... that is all but a.out support.
* Upgrade to version 7.5.11kevlo2000-12-024-10/+27
| | | | | PR: 23225 Submitted by: Ports Fury
* Update to version 2.3.4kevlo2000-12-025-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.obrien2000-12-021-19/+20
|
* MF contrib/gcc/c-common.c rev 1.12:obrien2000-12-021-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.16ade2000-11-303-2/+4
|
* This should take this port back to the last version of it for EGCS-1.1.2.obrien2000-11-3024-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).obrien2000-11-301-0/+1
|
* Upgrade to 0.20.mph2000-11-292-2/+2
| | | | Submitted by: kris
* Install Demo/ dir to $PREFIX/share/examples/python.tg2000-11-2926-39/+4225
|
* First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.obrien2000-11-2818-0/+1152
|
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.obrien2000-11-28162-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 forobrien2000-11-277-50/+410
| | | | | | | auditing purposes. Submitted by: kris Obtained from: NetBSD
* Update to 0.30.27patrick2000-11-258-4/+48
|
* Add missing patch files.patrick2000-11-245-0/+217
|
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-225-0/+5
|
* Add $FreeBSD$'s which help me in problem reports.obrien2000-11-221-0/+1
|
* Allow slave ports to override MAINTAINER. This fixes the MAINTAINERknu2000-11-191-1/+1
| | | | | | of japanese/ruby-man. Submitted by: sanpei
* Update to 1.6.2-preview3. As always, Matz has prepared a previewknu2000-11-162-2/+2
| | | | snapshot right before the freeze for the new FreeBSD release. :)
* WRKDIR of lang/gcc28 should be accessed through ${.CURDIR}/../../lang/gcc28,asami2000-11-141-1/+1
| | | | | | not ${PORTSDIR}/lang/gcc28, since ${PORTSDIR} might be a symlink. Submitted by: bento
* Fix compilation on FreeBSD-3.x.tg2000-11-1313-0/+78
| | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU>
* BYACC builds this just fine, so drop the USE_BISON.obrien2000-11-111-1/+0
|
* Update to pgcc 2.95.3.obrien2000-11-114-9/+10
| | | | | PR: 20122 Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net>
* Don't hardcode the arch symbols.obrien2000-11-102-3/+4
|
* /usr/libexec/cpp is now a cpp designed for use by the compilersobrien2000-11-101-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.obrien2000-11-101-7/+1
| | | | | PR: 16882 Submitted by: Bly Hostetler <hostetlb@agcs.com>
* Add in the bounds checking patch from XXX Haj Ten Brugge ifobrien2000-11-102-0/+6
| | | | "WANT_BOUNDS_CHECKING" is defined.
* Update NQC port to version 2.2.r2kbyanc2000-11-093-9/+40
| | | | | PR: 22638 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Update to 0.13.2.sobomax2000-11-094-4/+4
|
* Add WWW.sobomax2000-11-092-2/+6
|
* Respect CFLAGS, thanks to obrien.keith2000-11-061-1/+1
|
* New port: mmix, a RISC computer designed by Donald E. Knuthkeith2000-11-067-0/+138
|
* Update to 0.0.15ade2000-11-053-2/+4
|
OpenPOWER on IntegriCloud