David E. O'Brien
1a5149403c
Upgrade to the 2000-02-21 GCC 2.96 development snapshot.
2000-03-08 02:21:03 +00:00
David E. O'Brien
8aeb263242
Upgrade to the 2000-02-07 GCC 2.96 development snapshot.
2000-02-14 11:39:38 +00:00
David E. O'Brien
19b929d5e3
Upgrade to the 2000-01-10 GCC 2.96 development snapshot.
2000-01-17 12:27:59 +00:00
David E. O'Brien
199334c90f
Update to the 1999-11-10 development snapshot.
1999-11-15 02:02:35 +00:00
David E. O'Brien
128698d192
Update to the 1999-11-02 development snapshot.
1999-11-03 11:41:50 +00:00
David E. O'Brien
a9426f70f2
Update to the 1999-10-25 snapshot.
1999-11-01 07:39:15 +00:00
David E. O'Brien
2078ed00c4
Upgrade to the 1999-10-04 development snapshot.
1999-10-10 23:14:29 +00:00
David E. O'Brien
134508746d
Upgrade to the 1999-09-20 development snapshot.
1999-10-10 20:28:35 +00:00
David E. O'Brien
f0f690adc1
Change Id->FreeBSD.
1999-08-25 06:35:40 +00:00
David E. O'Brien
356cdb7882
Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95
...
snapshot.
Mark BROKEN until the next Cygnus snapshot.
1999-08-05 16:21:08 +00:00
David E. O'Brien
228ed0867b
Update to the 1999-07-18 beta snapshot of GCC-2.95.
1999-07-20 15:30:52 +00:00
David E. O'Brien
dcbfd9ec96
Upgrade to the July 12th GCC-2.95 prerelease.
1999-07-15 11:08:16 +00:00
David E. O'Brien
a5c7dc9572
Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.
1999-07-06 07:29:39 +00:00
Steve Price
aba8e158d0
Correct spelling in a comment.
1999-07-04 21:49:26 +00:00
David E. O'Brien
c10a03a4c2
Minor reorg of the dealing with autoconf' and
autoheader' stuff.
1999-07-04 20:55:43 +00:00
David E. O'Brien
5b92de7d87
Upgrade to the 19990623 GCC 2.95 pre-release snapshot.
1999-06-24 19:11:57 +00:00
David E. O'Brien
34f41f20b2
Update to the 19990616 GCC 2.95-prerelease.
1999-06-21 18:17:56 +00:00
David E. O'Brien
2f3c81d522
Update to the 1999-06-08 (gcc 2.95 prerelease).
1999-06-15 07:31:21 +00:00
Hidetoshi Shimokawa
683d7f1024
Fix for alpha.
...
- sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h
- add patch for mkfixinc.sh
- PLIST kludge
1999-06-10 14:31:10 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
David E. O'Brien
dd0c9cce89
Upgrade to 19990524 gcc-2.95 prerelease.
1999-05-26 10:26:29 +00:00
David E. O'Brien
632eeb3298
Fix "EGCS_REV".
1999-05-24 17:13:47 +00:00
David E. O'Brien
52b78a29b0
Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the
...
upcoming 1.2 release. Which, BTW, will be called GCC-2.95.
1999-05-18 18:15:36 +00:00
Marc G. Fournier
a05c0a07b8
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
1999-04-22 00:17:18 +00:00
David E. O'Brien
ccfd6f92ac
I give you the latest and greatest of the EGCS snapshot series.
...
This is their bleeding edge offering. This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.
Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
1999-04-21 07:48:59 +00:00
Satoshi Asami
73746c7d97
Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.
1999-04-13 05:41:10 +00:00
Bill Fumerola
049b253ab2
Proper URLs that reference directories end in '/'
1999-04-08 19:05:48 +00:00
David E. O'Brien
3d4549d577
Don't fetch alpha suppliment -- the bits are now part of the port.
1999-03-30 02:58:02 +00:00
David E. O'Brien
3dc22c924d
Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.
1999-03-23 18:37:47 +00:00
David E. O'Brien
7b9d7e0720
* Add support for ``-pthead''
...
* Add Alpha support
Obtained from: Alpha bits taken from Hidetoshi Shimokawa's
<simokawa@FreeBSD.ORG> work
1999-03-22 01:35:36 +00:00
David E. O'Brien
b4f4cda51d
Upgrade to 1.1.2 release.
1999-03-17 00:40:26 +00:00
Marc G. Fournier
d5ba786a25
Commit all Y2K/WWW_SITE changes from today...
1999-03-11 21:47:15 +00:00
Satoshi Asami
e244b8bccc
Fix to make ports work with bsd.port.mk rev. 1.306.
...
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
David E. O'Brien
5e26fb9668
Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.
...
Submitted by: dfr
1999-02-28 12:18:36 +00:00
David E. O'Brien
8268f8bd85
Upgrade to egcs-1.1.2 pre-release-2
...
(if you are an EGCS user, please test this port. I would like to get any
feedback before the 1.1.2 release)
1999-02-28 10:50:51 +00:00
David E. O'Brien
7fe3d489b9
* clean up verbosity of Makefile
...
* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
1999-02-09 22:17:21 +00:00
David E. O'Brien
9740802749
GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and
...
"i386-unknown-freebsdaout" for an a.out machine.
1999-02-09 18:24:50 +00:00
Satoshi Asami
5114e2637e
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
...
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
1999-02-03 11:12:01 +00:00
David E. O'Brien
8ce8f1b897
Wasn't in the main dir when I commited this the first time.
...
Noticed by: jdp
1998-12-26 20:10:02 +00:00
David E. O'Brien
d99ea25357
Use the bzip2 version of the distfile. It saves almost 3meg.
1998-12-05 04:00:40 +00:00
David E. O'Brien
acefef6462
EGCS 1.1.1 *Release* is out.
1998-12-05 03:40:17 +00:00
David E. O'Brien
f60d718deb
Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formed
...
GNU description string.
1998-12-04 11:05:05 +00:00
David E. O'Brien
f1e20b513d
"upgrade" to EGCS egcs-1.1.1-prerelease-3.
...
Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs.
the snapshot this is replacing (egcs rev 2.92.x). However people have
reported less problems with 1.1.1-prerel than the current snapshots.
1998-12-02 09:41:28 +00:00
David E. O'Brien
7ee43cf06d
switch to new pre/post bsd.port.mk
1998-11-13 07:34:57 +00:00
David E. O'Brien
9554bec5c6
i386 => ${ARCH}
...
Requested by: imp
1998-11-13 07:32:21 +00:00
David E. O'Brien
7ad180cedf
Allow building and packaging for ELF.
1998-10-01 21:40:03 +00:00
Satoshi Asami
d180c1547c
Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk
...
inclusion order.
1998-09-28 09:47:01 +00:00
David E. O'Brien
1beb04227c
Build properly on ELF systems.
1998-09-27 01:56:14 +00:00
David E. O'Brien
8c737eadca
make fetchable
1998-09-27 00:44:18 +00:00
David E. O'Brien
cd91803be3
back to the snaps w/egcs-19980914
...
Submitted by: jdp
1998-09-26 18:17:13 +00:00