David E. O'Brien
dc8694e540
Fix typo in kldload command.
...
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
2000-12-08 19:14:31 +00:00
David E. O'Brien
7fba1a1446
Replace pre-defined "linux" symbol with "FreeBSD".
2000-12-08 13:54:04 +00:00
Jean-Marc Zucconi
6c60914e9b
Update MASTER_SITES
2000-12-08 13:52:45 +00:00
David E. O'Brien
6da9f52720
* Remove the Linux -dynamic-linker specification from the `ld' execution.
...
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.
2000-12-08 13:27:29 +00:00
David E. O'Brien
662c4d7168
Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is
...
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
2000-12-08 10:30:23 +00:00
Thomas Gellekum
d1115e3827
MASTER_SITE changed.
...
Submitted by: sobomax
2000-12-07 12:06:30 +00:00
Patrick S. Gardella
918a29027c
New patch for version 0.4
2000-12-07 02:57:02 +00:00
Patrick S. Gardella
0d51f52d7d
Update to version 0.4
2000-12-07 02:56:28 +00:00
David E. O'Brien
76a9878ebc
Change name of programs from e<program_name> to g<program_name>, since
...
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.
2000-12-05 21:36:59 +00:00
David E. O'Brien
3d3c68d7e4
Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest
...
way to deal with the differing results fix-includes gives depending on the
FreeBSD version this port is built on.
2000-12-05 20:58:15 +00:00
David E. O'Brien
932231b1d5
Change the libstdc++.so version number to be more like the stock one.
...
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.
2000-12-05 20:35:40 +00:00
David E. O'Brien
594411bca0
Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest
...
way to deal with the differing results fix-includes gives depending on the
FreeBSD version this port is built on.
2000-12-05 20:31:21 +00:00
David E. O'Brien
bce306a85e
Change the libstdc++.so version number to be more like the stock one.
...
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.
2000-12-05 19:50:32 +00:00
Kevin Lo
0ad2ecf26b
- Update to version 4.0.1
...
- Switch maintainer to ports@FreeBSD.org
PR: 23276
Submitted by: Ports Fury
Approved by: MAINTAINER
2000-12-05 15:34:35 +00:00
Maxim Sobolev
47f9d912bf
Update to 0.13.3.
2000-12-05 13:41:31 +00:00
David E. O'Brien
9edbb8400e
Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way
...
back when... that is all but a.out support.
2000-12-04 22:07:01 +00:00
Kevin Lo
9d1115da80
Upgrade to version 7.5.11
...
PR: 23225
Submitted by: Ports Fury
2000-12-02 16:17:08 +00:00
Kevin Lo
5bc53ad310
Update to version 2.3.4
...
Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes
PR: 23218
Submitted by: MAINTAINER
2000-12-02 15:32:58 +00:00
David E. O'Brien
ceb234111e
Commit the right version of this file.
2000-12-02 14:30:33 +00:00
David E. O'Brien
fc60994c8e
MF contrib/gcc/c-common.c rev 1.12:
...
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.
2000-12-02 11:58:26 +00:00
Ade Lovett
524adabce9
Update to 0.0.16
2000-11-30 18:14:13 +00:00
David E. O'Brien
b3a3e327ec
This should take this port back to the last version of it for EGCS-1.1.2.
...
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.
2000-11-30 11:39:26 +00:00
David E. O'Brien
a626054207
Add gcc295 (after repo copy from egcs).
2000-11-30 11:35:53 +00:00
Matthew Hunt
0be6d1b81b
Upgrade to 0.20.
...
Submitted by: kris
2000-11-29 18:39:54 +00:00
Thomas Gellekum
e3c1c82e91
Install Demo/ dir to $PREFIX/share/examples/python.
2000-11-29 12:35:31 +00:00
David E. O'Brien
c517f4bd29
First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.
2000-11-28 19:54:42 +00:00
David E. O'Brien
52693c37bd
Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
...
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
2000-11-28 18:55:06 +00:00
David E. O'Brien
339e20ffc2
Add "-Wnon-const-format" which checks for non-constant format strings for
...
auditing purposes.
Submitted by: kris
Obtained from: NetBSD
2000-11-27 01:12:33 +00:00
Patrick S. Gardella
6b46d0505d
Update to 0.30.27
2000-11-25 03:08:43 +00:00
Patrick S. Gardella
eeed0d0cf1
Add missing patch files.
2000-11-24 17:19:47 +00:00
David E. O'Brien
2c98c659d1
Add $FreeBSD$, which help me in problem reports.
2000-11-22 00:26:04 +00:00
David E. O'Brien
1ceded9e6e
Add $FreeBSD$'s which help me in problem reports.
2000-11-22 00:17:18 +00:00
Akinori MUSHA
28a0c7a66b
Allow slave ports to override MAINTAINER. This fixes the MAINTAINER
...
of japanese/ruby-man.
Submitted by: sanpei
2000-11-19 10:23:40 +00:00
Akinori MUSHA
a67d45fab1
Update to 1.6.2-preview3. As always, Matz has prepared a preview
...
snapshot right before the freeze for the new FreeBSD release. :)
2000-11-16 17:59:40 +00:00
Satoshi Asami
16c3b2e93c
WRKDIR of lang/gcc28 should be accessed through ${.CURDIR}/../../lang/gcc28,
...
not ${PORTSDIR}/lang/gcc28, since ${PORTSDIR} might be a symlink.
Submitted by: bento
2000-11-14 13:38:38 +00:00
Thomas Gellekum
63f9ef6a35
Fix compilation on FreeBSD-3.x.
...
PR: 22226
Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU>
2000-11-13 13:22:34 +00:00
David E. O'Brien
b108fbc310
BYACC builds this just fine, so drop the USE_BISON.
2000-11-11 06:13:03 +00:00
David E. O'Brien
80b01553ec
Update to pgcc 2.95.3.
...
PR: 20122
Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net>
2000-11-11 05:43:58 +00:00
David E. O'Brien
e4990fe810
Don't hardcode the arch symbols.
2000-11-10 18:18:04 +00:00
David E. O'Brien
9b19195ece
/usr/libexec/cpp is now a cpp designed for use by the compilers
...
(vs. userland) and has no need for (nor supports) the "-undef" flag.
PR: 20707
Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-11-10 18:15:20 +00:00
David E. O'Brien
1d6f1f15a7
Don't define "ASM_WEAKEN_LABEL" in the a.out case.
...
PR: 16882
Submitted by: Bly Hostetler <hostetlb@agcs.com>
2000-11-10 17:47:41 +00:00
David E. O'Brien
d428f0d4c4
Add in the bounds checking patch from XXX Haj Ten Brugge if
...
"WANT_BOUNDS_CHECKING" is defined.
2000-11-10 17:37:13 +00:00
Kelly Yancey
fbd5070643
Update NQC port to version 2.2.r2
...
PR: 22638
Submitted by: Stephen J. Roznowski <sjr@home.net>
2000-11-09 09:57:08 +00:00
Maxim Sobolev
dff9ae1da1
Update to 0.13.2.
2000-11-09 08:57:35 +00:00
Maxim Sobolev
cb1ac4b7b3
Add WWW.
2000-11-09 07:49:09 +00:00
Jing-Tang Keith Jang
b4b37ceff9
Respect CFLAGS, thanks to obrien.
2000-11-06 12:25:21 +00:00
Jing-Tang Keith Jang
784b7d8ad2
New port: mmix, a RISC computer designed by Donald E. Knuth
2000-11-06 07:43:30 +00:00
Ade Lovett
cc6a2e7d9f
Update to 0.0.15
2000-11-05 21:03:38 +00:00
Akinori MUSHA
ba515d932e
Update Ruby to 1.6.2-preview2.
...
The head author of Ruby has prepared this snapshot version for us when
I told him that FreeBSD ports tree was soon to freeze for 4.2-RELEASE!
2000-11-03 15:58:01 +00:00
David E. O'Brien
6998ea7b8c
Tweak master sites.
2000-11-03 10:21:49 +00:00