CVS log for ports/lang/egcs/files/Attic/freebsd.h
Up to [FreeBSD] / ports / lang / egcs / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9
Tue Dec 12 16:06:37 2006 UTC (5 years, 2 months ago) by vd
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.8: +0 -0 lines
Remove expired ports: 2006-12-01 print/latex-beamer: is already included in the teTeX distribution 2006-12-01 print/latex-bibtopic: is already included in the teTeX distribution 2006-12-01 print/latex-bibunits: is already included in the teTeX distribution 2006-12-01 print/latex-booktabs: is already included in the teTeX distribution 2006-12-01 print/latex-index: is already included in the teTeX distribution 2006-12-01 print/latex-layouts: is already included in the teTeX distribution 2006-12-01 print/latex-pgf: is already included in the teTeX distribution 2006-12-01 print/latex-subfig: is already included in the teTeX distribution 2006-12-01 print/latex-xcolor: is already included in the teTeX distribution 2006-12-01 print/latex-lineno: is already included in the teTeX distribution 2006-12-01 print/latex-pict2e: is already included in the teTeX distribution 2007-05-31 multimedia/gstreamer-plugins-mpeg2enc80: Obsolete version, use gstreamer 0.10 instead 2006-12-01 lang/gcc30: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead." 2006-12-01 lang/egcs: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release of gcc instead" 2006-12-01 graphics/php4-ming: doesn't work with new version of ming library 2006-12-01 graphics/dvipng: is already included in the teTeX distribution
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 30 11:39:26 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +20 -45 lines
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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 30 12:01:02 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: gcc_2_95_2, gcc_2_95_1, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 18 23:58:21 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: gcc_2_95
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Don't assign __FreeBSD__ a value here. (pulled too much in from src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 16 00:12:21 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Make -pthread work again -- pulled too much in from src/contrib/egcs/
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 5 16:05:58 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +43 -20 lines
Update to GCC-2.95 (what would have been EGCS-1.2).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 28 09:52:43 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: egcs_1_1_2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +17 -17 lines
Define "OBSTACK_CHUNK_SIZE" as getpagesize(). Our malloc can allocte pagesized blocks efficiently and the EGCS default size of 4072 bytes is not optimal. Protect #define's and other minor syncing with src/contrib/egcs/gcc/config/freebsd.h OBSTACK_CHUNK_SIZE Submitted by: Hidetoshi Shimokawa
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 28 09:07:17 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -37 lines
Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 22 01:35:36 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_2_0
* Add support for ``-pthead''
* Add Alpha support
Obtained from: Alpha bits taken from Hidetoshi Shimokawa's
<simokawa@FreeBSD.ORG> work
