CVS log for ports/lang/gcc34/Makefile
Up to [FreeBSD] / ports / lang / gcc34
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.256: download - view: text, markup, annotated - select for diffs
Sun Nov 6 10:18:46 2011 UTC (3 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.255: preferred, colored
Changes since revision 1.255: +1 -2 lines
Remove support for Objective C. None of the dependencies left needs it.
Revision 1.255: download - view: text, markup, annotated - select for diffs
Sun Nov 6 10:01:19 2011 UTC (3 months ago) by gerald
Branches: MAIN
Diff to: previous 1.254: preferred, colored
Changes since revision 1.254: +1 -1 lines
Refer to GCC 4.6 as replacement instead of GCC 4.5.
Revision 1.254: download - view: text, markup, annotated - select for diffs
Sat Aug 27 23:34:34 2011 UTC (5 months, 2 weeks ago) by gerald
Branches: MAIN
Diff to: previous 1.253: preferred, colored
Changes since revision 1.253: +2 -0 lines
Mark DEPRECATED. This is really only used for three obsolete and practically unmaintained ports.
Revision 1.253: download - view: text, markup, annotated - select for diffs
Thu Dec 31 09:11:33 2009 UTC (2 years, 1 month ago) by gerald
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.252: preferred, colored
Changes since revision 1.252: +1 -2 lines
Remove NO_MANCOMPRESS which is not necessary on relevant versions of FreeBSD any more. Sort pkg-plist consistently.
Revision 1.252: download - view: text, markup, annotated - select for diffs
Tue Dec 29 10:25:51 2009 UTC (2 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.251: preferred, colored
Changes since revision 1.251: +1 -1 lines
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run
Revision 1.251: download - view: text, markup, annotated - select for diffs
Sun Mar 29 21:48:30 2009 UTC (2 years, 10 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.250: preferred, colored
Changes since revision 1.250: +1 -0 lines
Set MAKE_JOBS_SAFE to allow for parallel builds. PR: 133062 Submitted by: mm
Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri Mar 13 21:36:53 2009 UTC (2 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.249: preferred, colored
Changes since revision 1.249: +0 -5 lines
Remove obsolete code to create (empty) man pages in case regular man pages cannot be created.
Revision 1.249: download - view: text, markup, annotated - select for diffs
Sun Feb 1 13:17:26 2009 UTC (3 years ago) by gerald
Branches: MAIN
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +1 -10 lines
Remove gcc-testsuite from DISTFILES, along with the post-build and check targets. This reduces disk and bandwidth consumptions for a feature (apparently) never used.
Revision 1.248: download - view: text, markup, annotated - select for diffs
Sun Feb 1 00:33:29 2009 UTC (3 years ago) by gerald
Branches: MAIN
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +3 -3 lines
Set MAINTAINER, COMMENT and LATEST_LINK unconditionally as opposed to using ?=.
Revision 1.247: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:34:27 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.246: preferred, colored
Changes since revision 1.246: +0 -4 lines
- Remove USE_GCC where it can be satisfied with base compiler on following FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Revision 1.246: download - view: text, markup, annotated - select for diffs
Tue Feb 26 19:28:41 2008 UTC (3 years, 11 months ago) by marius
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +1 -1 lines
Add the local changes of src/contrib/gcc/config/sparc/freebsd.h, mainly in order to let the preprocessor define things like __sparc64__ which in turn is required by some system headers. Approved by: gerald
Revision 1.245: download - view: text, markup, annotated - select for diffs
Wed Oct 17 10:12:41 2007 UTC (4 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +2 -2 lines
Migration from bison 1.x to 2.x PR: 117086 Tested by: -exp runs
Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu Oct 4 01:25:16 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +0 -3 lines
Remove always-false/true conditions based on OSVERSION 500000
Revision 1.243: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:03 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +1 -2 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
Revision 1.242: download - view: text, markup, annotated - select for diffs
Thu Feb 15 12:21:38 2007 UTC (4 years, 11 months ago) by gerald
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +1 -0 lines
Account for the removal of /usr/bin/objformat on 7-CURRENT and default to elf instead of aout in this case. Bump PORTREVISION.
Revision 1.241: download - view: text, markup, annotated - select for diffs
Sun Jan 28 00:32:50 2007 UTC (5 years ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +1 -0 lines
Add USE_ICONV=yes since we explicitly configure --with-libiconv-prefix. Reported by: deischen, rafan
Revision 1.240: download - view: text, markup, annotated - select for diffs
Mon Sep 18 16:23:57 2006 UTC (5 years, 4 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +1 -8 lines
Remove the hack we had used to rename man pages to match the actual names of binaries (back when GCCs configure mechanism failed to do so).
Revision 1.239: download - view: text, markup, annotated - select for diffs
Sat Jun 17 15:47:42 2006 UTC (5 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +2 -8 lines
Make CONFIGURE_ARGS additive, for the sake of child ports and to bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40)
Revision 1.238: download - view: text, markup, annotated - select for diffs
Sun Mar 26 18:08:14 2006 UTC (5 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +7 -22 lines
Update to the GCC 3.4.6 release, which concludes the GCC 3.4 release series. Move from tracking snapshots to the official release sources, which requires an EPOCH bump, unfortunately. Remove the cklatest target which we just do not need any longer. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Fix handling of shared libraries via rc.d for non-default prefixes and move the rc.d script from PLIST_FILES to pkg-plist. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK.
Revision 1.237: download - view: text, markup, annotated - select for diffs
Sat Mar 25 18:30:26 2006 UTC (5 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +7 -0 lines
- add RC_D_SH to keep shared libs working after reboot Approved by: gerald
Revision 1.236: download - view: text, markup, annotated - select for diffs
Wed Feb 22 21:52:33 2006 UTC (5 years, 11 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +1 -1 lines
Update to the 20060221 snapshot of GCC 3.4.6.
Revision 1.235: download - view: text, markup, annotated - select for diffs
Wed Feb 15 13:49:45 2006 UTC (5 years, 11 months ago) by gerald
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +1 -2 lines
Update to the 20060214 snapshot of GCC 3.4.6. Remove USE_REINPLACE= as advised by new portlint.
Revision 1.234: download - view: text, markup, annotated - select for diffs
Sat Feb 11 23:23:18 2006 UTC (5 years, 11 months ago) by gerald
Branches: MAIN
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +1 -1 lines
Update to the 20060207 snapshot of GCC 3.4.6.
Revision 1.233: download - view: text, markup, annotated - select for diffs
Thu Jan 26 23:03:15 2006 UTC (6 years ago) by gerald
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +1 -1 lines
Update to the 20060124 snapshot of GCC 3.4.6.
Revision 1.232: download - view: text, markup, annotated - select for diffs
Wed Jan 11 17:06:29 2006 UTC (6 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +1 -1 lines
Update to the 20060110 snapshot of GCC 3.4.6.
Revision 1.231: download - view: text, markup, annotated - select for diffs
Thu Jan 5 10:53:43 2006 UTC (6 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +1 -1 lines
Update to the 20060103 snapshot of GCC 3.4.6.
Revision 1.230: download - view: text, markup, annotated - select for diffs
Thu Dec 29 00:02:13 2005 UTC (6 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +1 -1 lines
Update to the 20051227 snapshot of GCC 3.4.6. Remove broken removal of the info/gcc34 directory; this has to be handled by Mk/bsd.ports.mk.
Revision 1.229: download - view: text, markup, annotated - select for diffs
Wed Dec 21 22:38:26 2005 UTC (6 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +12 -7 lines
Update to the 20051220 snapshot of GCC 3.4.6. Install the .info files of the lang/gcc34 port in a port-specific subdirectory, which allows us to remove the conflicts with lang/gcc40 and lang/gcc41 and also removes the hidden conflict with lang/gcc33. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 34.
Revision 1.228: download - view: text, markup, annotated - select for diffs
Wed Dec 21 21:14:08 2005 UTC (6 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +1 -1 lines
Install the .info files of the lang/gcc42 port in a port-specific subdirectory, which allows us to remove the conflicts with lang/gcc33 and lang/gcc34. Dedicated to: obrien
Revision 1.227: download - view: text, markup, annotated - select for diffs
Sun Dec 11 22:49:56 2005 UTC (6 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +1 -1 lines
Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210 snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253
Revision 1.226: download - view: text, markup, annotated - select for diffs
Thu Dec 8 17:22:09 2005 UTC (6 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +2 -2 lines
Update to the 20051206 snapshot of GCC 3.4.6.
Revision 1.225: download - view: text, markup, annotated - select for diffs
Mon Nov 28 17:11:41 2005 UTC (6 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +1 -1 lines
Update to the 20051122 snapshot of GCC 3.4.5.
Revision 1.224: download - view: text, markup, annotated - select for diffs
Tue Nov 15 23:35:55 2005 UTC (6 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +1 -1 lines
Update to the 20051115 snapshot of GCC 3.4.5.
Revision 1.223: download - view: text, markup, annotated - select for diffs
Tue Nov 8 23:27:47 2005 UTC (6 years, 3 months ago) by gerald
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +1 -1 lines
Update to the 20051108 snapshot of GCC 3.4.5.
Revision 1.222: download - view: text, markup, annotated - select for diffs
Thu Sep 22 08:49:58 2005 UTC (6 years, 4 months ago) by gerald
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +1 -1 lines
Update to the 20050920 snapshot of GCC 3.4.5.
Revision 1.221: download - view: text, markup, annotated - select for diffs
Wed Sep 14 08:56:27 2005 UTC (6 years, 4 months ago) by gerald
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +1 -1 lines
Update to the 20050913 snapshot of GCC 3.4.5. This already contains the patch for static declarations from 2005/09/07.
Revision 1.220: download - view: text, markup, annotated - select for diffs
Sun Sep 11 10:15:00 2005 UTC (6 years, 5 months ago) by gerald
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +1 -1 lines
Update to the 20050906 snapshot of GCC 3.4.5.
Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Sep 1 13:46:13 2005 UTC (6 years, 5 months ago) by gerald
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +1 -0 lines
Prevent running ranlib during installation to unbreak user mode installations which now install libraries with permissions 444.
Revision 1.218: download - view: text, markup, annotated - select for diffs
Wed Aug 31 15:18:20 2005 UTC (6 years, 5 months ago) by gerald
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +1 -1 lines
Update to the 20050830 snapshot of GCC 3.4.5.
Revision 1.217: download - view: text, markup, annotated - select for diffs
Mon Aug 29 11:20:38 2005 UTC (6 years, 5 months ago) by gerald
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +1 -1 lines
Update to the 20050823 snapshot of GCC 3.4.5.
Revision 1.216: download - view: text, markup, annotated - select for diffs
Wed Jul 27 09:34:21 2005 UTC (6 years, 6 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +1 -1 lines
Update to the 20050726 snapshot of GCC 3.4.5.
Revision 1.215: download - view: text, markup, annotated - select for diffs
Thu Jul 21 09:02:25 2005 UTC (6 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +1 -1 lines
Update to the 20050719 snapshot of GCC 3.4.5. Should now work on FreeBSD 7.
Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Jul 19 15:07:33 2005 UTC (6 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +1 -1 lines
We no longer install any libraries to $PREFIX/lib, so remove this from LDCONFIG_DIRS.
Revision 1.213: download - view: text, markup, annotated - select for diffs
Thu Jul 14 14:03:12 2005 UTC (6 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +4 -4 lines
Update to the 20050712 snapshot of GCC 3.4.5. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1]
Revision 1.212: download - view: text, markup, annotated - select for diffs
Tue Jul 5 21:20:42 2005 UTC (6 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +3 -8 lines
Update to the 20050628 snapshot of GCC 3.4.5. Directly install libraries into a port-specific location instead of moving them there after the original installation. This is simpler and also avoids the problem where the port would overwrite/remove an existing copy of libiberty.a, which boils down to a true conflict.
Revision 1.211: download - view: text, markup, annotated - select for diffs
Tue Jul 5 20:10:57 2005 UTC (6 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +5 -29 lines
Remove support for Java, not the least because libjava only builds on i386, Java in GCC 4.x is so much better, and this reduces build time and download bandwidth required for this "legacy" port whose main purpose is to support package building on FreeBSD 4.x quite a bit. Submitted by: obrien
Revision 1.210: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:48:02 2005 UTC (6 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +1 -1 lines
Update to the 20050607 snapshot GCC 3.4.5.
Revision 1.209: download - view: text, markup, annotated - select for diffs
Wed Jun 1 22:01:33 2005 UTC (6 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +1 -1 lines
Update to the 20050531 snapshot of GCC 3.4.5.
Revision 1.208: download - view: text, markup, annotated - select for diffs
Thu May 26 00:11:58 2005 UTC (6 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +1 -1 lines
Update to the 20050524 snapshot of GCC 3.4.5.
Revision 1.207: download - view: text, markup, annotated - select for diffs
Sun May 22 19:11:39 2005 UTC (6 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +1 -1 lines
Fix the handling of man pages on systems with an old version of Perl, once and for all and forever.
Revision 1.206: download - view: text, markup, annotated - select for diffs
Sun May 22 02:02:57 2005 UTC (6 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +9 -11 lines
Update to the 20050520 snapshot of 3.4.5. Simplify the handling of man pages on old systems with Perl 5.0.
Revision 1.205: download - view: text, markup, annotated - select for diffs
Mon May 16 16:18:01 2005 UTC (6 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +14 -21 lines
Update to the 20050513 snapshot of GCC 3.4.4. Clean up MASTER_SITES. Add conflicts with the gcc40 and gcc41 ports. Simplify the handling of libraries which are not installed in all configurations and put the libgcj libraries in the same directory as all others, getting rid of the libtool .la archives on the way. No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from the post-install target, and simplify generation of the dynamic parts of the packaging list.
Revision 1.204: download - view: text, markup, annotated - select for diffs
Sun May 8 18:21:37 2005 UTC (6 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +3 -3 lines
Update to the 20050506 snapshot of GCC 3.4.4. Fix some portlint warnings as well as the list of FTP sites to check on the way.
Revision 1.203: download - view: text, markup, annotated - select for diffs
Fri May 6 18:39:54 2005 UTC (6 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +3 -0 lines
Add -fPIC to CXXFLAGS for static builds on alpha for 4.x. Should not be necessary in theory, but is, apparently. Submitted by: Idar Tollefsen <idart@performancedesign.no>
Revision 1.202: download - view: text, markup, annotated - select for diffs
Sat Apr 30 19:19:37 2005 UTC (6 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +1 -1 lines
Update to the 20050429 snapshot of GCC 3.4.4.
Revision 1.201: download - view: text, markup, annotated - select for diffs
Sun Apr 24 17:28:50 2005 UTC (6 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +1 -1 lines
Update to the 20050422 snapshot of GCC 3.4.4.
Revision 1.200: download - view: text, markup, annotated - select for diffs
Sun Apr 17 18:19:58 2005 UTC (6 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +1 -1 lines
Update to the 20050415 snapshot of GCC 3.4.4.
Revision 1.199: download - view: text, markup, annotated - select for diffs
Sun Apr 10 20:12:45 2005 UTC (6 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +1 -1 lines
Update to the 20050408 snapshot of GCC 3.4.4.
Revision 1.198: download - view: text, markup, annotated - select for diffs
Sun Apr 3 18:57:30 2005 UTC (6 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +4 -0 lines
On alpha, we need at least GCC 3.3 to bootstrap GCC 3.4 or well'll get a compiler error. Submitted by: Idar Tollefsen <idart@performancedesign.no> Reviewed by: kris
Revision 1.197: download - view: text, markup, annotated - select for diffs
Sat Apr 2 19:07:51 2005 UTC (6 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +1 -1 lines
Update to the 20050401 snapshot of GCC 3.4.4.
Revision 1.196: download - view: text, markup, annotated - select for diffs
Tue Mar 15 18:31:49 2005 UTC (6 years, 10 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +1 -1 lines
Update to the 20050311 snapshot of GCC 3.4.4.
Revision 1.195: download - view: text, markup, annotated - select for diffs
Sun Feb 13 12:34:54 2005 UTC (6 years, 11 months ago) by gerald
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +1 -1 lines
Update to the 20050211 snapshot of GCC 3.4.4.
Revision 1.194: download - view: text, markup, annotated - select for diffs
Sat Jan 29 12:28:49 2005 UTC (7 years ago) by gerald
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +1 -1 lines
Update to the 20050128 snapshot of GCC 3.4.4.
Revision 1.193: download - view: text, markup, annotated - select for diffs
Sun Jan 16 20:26:31 2005 UTC (7 years ago) by gerald
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +1 -1 lines
Update to the 20050114 snapshot of GCC 3.4.4.
Revision 1.192: download - view: text, markup, annotated - select for diffs
Sun Jan 9 22:49:39 2005 UTC (7 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +1 -1 lines
Update to the 20050107 snapshot of GCC 3.4.4.
Revision 1.191: download - view: text, markup, annotated - select for diffs
Sat Dec 25 13:41:58 2004 UTC (7 years, 1 month ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +1 -1 lines
Update to the 20041224 snapshot of GCC 3.4.4.
Revision 1.190: download - view: text, markup, annotated - select for diffs
Sun Dec 19 23:45:14 2004 UTC (7 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +1 -1 lines
Update to the 20041217 snapshot of GCC 3.4.4. On the way, properly remove the libdata/pkgconfig directory.[1] Pointed out by: pointyhat/kris[1]
Revision 1.189: download - view: text, markup, annotated - select for diffs
Thu Dec 16 10:11:30 2004 UTC (7 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +42 -27 lines
Back out to original. Maho (myself) committed at different place. Pointy hat to: maho Submitted by: pav
Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Dec 16 09:16:23 2004 UTC (7 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +27 -42 lines
gcc-ooo, gcc compiler for OpenOffice.org 2.0 or later compilation. This version of gcc is as same as which Hamburg team use to develop OpenOffice.org, applying following fixes: o visiblity fix http://www.nedprod.com/programs/gccvisibility.html o emum fix http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html For detail, see the announce: http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280 Many thanks to: Pavel Janik <Pavel at Janik.cz>
Revision 1.187: download - view: text, markup, annotated - select for diffs
Wed Dec 15 22:27:01 2004 UTC (7 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +1 -1 lines
Update to the 20041210 snapshot of GCC 3.4.4.
Revision 1.186: download - view: text, markup, annotated - select for diffs
Fri Dec 10 10:53:43 2004 UTC (7 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +1 -1 lines
Add missing quote in post-build target (which is a real bug, but had not triggered any problem before). PR: 74901 Submitted by: Pasi Hirvonen <psh@iki.fi>
Revision 1.185: download - view: text, markup, annotated - select for diffs
Mon Dec 6 21:33:33 2004 UTC (7 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +1 -1 lines
Update to the 20041203 snapshot of GCC 3.4.4.
Revision 1.184: download - view: text, markup, annotated - select for diffs
Tue Nov 30 15:37:05 2004 UTC (7 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +1 -1 lines
Update to the 20041126 snapshot of GCC 3.4.4.
Revision 1.183: download - view: text, markup, annotated - select for diffs
Mon Nov 22 09:54:34 2004 UTC (7 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +1 -1 lines
Update to the 20041119 snapshot of GCC 3.4.4.
Revision 1.182: download - view: text, markup, annotated - select for diffs
Sun Nov 14 00:53:57 2004 UTC (7 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +2 -2 lines
Update to the 20041112 snapshot, the first of 3.4.4.
Revision 1.181: download - view: text, markup, annotated - select for diffs
Mon Nov 8 15:07:46 2004 UTC (7 years, 3 months ago) by gerald
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +1 -1 lines
Update to the 20041105 snapshot.
Revision 1.180: download - view: text, markup, annotated - select for diffs
Fri Nov 5 19:53:25 2004 UTC (7 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +1 -1 lines
Catch the 'cklatest' target up to changes on the MASTER_SITES.
Revision 1.179: download - view: text, markup, annotated - select for diffs
Sat Oct 30 17:07:02 2004 UTC (7 years, 3 months ago) by gerald
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +1 -1 lines
Update to the 20041029 snapshot of GCC 3.4.3.
Revision 1.178: download - view: text, markup, annotated - select for diffs
Thu Oct 21 17:18:47 2004 UTC (7 years, 3 months ago) by gerald
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2 lines
Update to the 20041015 snapshot of GCC 3.4.3.
Revision 1.177: download - view: text, markup, annotated - select for diffs
Fri Sep 3 22:24:26 2004 UTC (7 years, 5 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +1 -1 lines
Update to the 20040827 snapshot of GCC 3.4.2.
Revision 1.176: download - view: text, markup, annotated - select for diffs
Thu Aug 12 14:17:13 2004 UTC (7 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +1 -1 lines
Update to the 20040806 snapshot off GCC 3.4.
Revision 1.175: download - view: text, markup, annotated - select for diffs
Sun Jul 25 13:20:47 2004 UTC (7 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +1 -1 lines
Update to the 2004-07-23 snapshot of GCC 3.4.2.
Revision 1.174: download - view: text, markup, annotated - select for diffs
Sat Jul 10 21:01:57 2004 UTC (7 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +2 -2 lines
Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).
Revision 1.173: download - view: text, markup, annotated - select for diffs
Sun Jul 4 14:39:45 2004 UTC (7 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +4 -5 lines
Update to the 20040702 snapshot. Optimize that SNAPDATE variable away on
the way and use ${ECHO_MSG} instead of ${ECHO} [1].
Spotted by: eik [1]
Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Jun 17 21:39:17 2004 UTC (7 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +3 -3 lines
Use ${ECHO} instead of echo.
Revision 1.171: download - view: text, markup, annotated - select for diffs
Wed Jun 16 18:16:26 2004 UTC (7 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +1 -1 lines
Update to the 2004-06-11 snapshot of GCC 3.4.1.
Revision 1.170: download - view: text, markup, annotated - select for diffs
Sun Jun 6 03:57:54 2004 UTC (7 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +3 -3 lines
Update to the 2004-06-04 snapshot of GCC 3.4.1. On the way, note that libgcj is not built on amd64.
Revision 1.169: download - view: text, markup, annotated - select for diffs
Sat Apr 17 16:40:30 2004 UTC (7 years, 9 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +5 -2 lines
Update to the 2004-04-14 snapshot, which should be nearly identical to the GCC 3.4.0 release. Tweak the pre-everything message, plus display a note when libgcj is not built.
Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Mar 22 17:13:33 2004 UTC (7 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +2 -0 lines
I give up, gerald wants the cruft back in.
Revision 1.167: download - view: text, markup, annotated - select for diffs
Sun Mar 21 17:02:53 2004 UTC (7 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +0 -2 lines
Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist.
Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Mar 17 14:21:58 2004 UTC (7 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +3 -13 lines
Try to fix breakage of non-amd64 platforms introduced by 1.165 and remove inflamatory comment. Remove BROKEN from sparc64 and simplify special case handling of libgcj on ia64 and sparc64. USE_SIZE is now the default, no need to specify it explicitly. Remove WANT_THREADS_SUPPORT knob, which should be a no-op by now.
Revision 1.165: download - view: text, markup, annotated - select for diffs
Wed Mar 17 08:18:15 2004 UTC (7 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +2 -3 lines
Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk has finally caught up with newer autoconf's requirements. Allow to build on AMD64 by lying with CONFIGURE_TARGET.
Revision 1.164: download - view: text, markup, annotated - select for diffs
Sun Mar 14 21:33:56 2004 UTC (7 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +17 -4 lines
Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus saves quite some build time and also disk. Make this the default on sparc64 and ia64 where libgcj has not been ported to and thus fix long-standing packaging issues on these two platforms. On the way, update to the 20040310 snapshot of GCC 3.4.0. PR: 63427 (mostly)
Revision 1.163: download - view: text, markup, annotated - select for diffs
Thu Feb 19 22:12:30 2004 UTC (7 years, 11 months ago) by gerald
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +6 -33 lines
Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4. Given that I am now responsible for snapshot generation on gcc.gnu.org, remove the feature to obtain sources from GCC CVS. Mark broken on amd64 (which used to be called x86_64).
Revision 1.162: download - view: text, markup, annotated - select for diffs
Thu Feb 12 20:40:06 2004 UTC (7 years, 11 months ago) by gerald
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +12 -10 lines
Update to the 2004-02-11 snapshot of GCC 3.4. Port the following two fixes from the lang/gcc33 port: 2004/02/08: Fix build on systems without a decent version of Perl. 2004/01/30: The Fortran frontend binary is called g77, not f77.
Revision 1.161: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:36 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.160: download - view: text, markup, annotated - select for diffs
Wed Jan 28 22:15:03 2004 UTC (8 years ago) by gerald
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +26 -14 lines
Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26 change to the gcc33 port and introduce a new make variable SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
Revision 1.159: download - view: text, markup, annotated - select for diffs
Thu Jan 22 11:58:14 2004 UTC (8 years ago) by gerald
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +24 -29 lines
Update to the 2004-01-14 snapshot of GCC 3.4. Merge in my 2004/01/17 change to the gcc33 port to configure with --program-suffix and related and further simplifications. Merge in my 2004/01/13 change to the gcc33 port to make the automatic generation of the package list for libraries and include files more failure tolerant, so that at least `make install` now works on sparc64. Merge in my 2004/01/05 change to the gcc33 port to combine and simplify the post-install handling of target libraries and GCJ include files. libgcj still is not supported and packaging is broken on sparc64; mark BROKEN on that platform.
Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Jan 22 11:05:59 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +1 -1 lines
Use the SORT macro from bsd.port.mk.
Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu Jan 22 08:05:23 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +1 -1 lines
Use PAX macro.
Revision 1.156: download - view: text, markup, annotated - select for diffs
Sat Jan 10 12:20:00 2004 UTC (8 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +7 -19 lines
Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05 changes which combine and simplify the post-install handling of target libraries and GCJ include files and my 2003-12-14 change which simplifies handling of .info files from the lang/gcc33 port.
Revision 1.155: download - view: text, markup, annotated - select for diffs
Fri Jan 9 22:04:51 2004 UTC (8 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +5 -6 lines
Fix packaging which was quite broken. On the way, update PORTVERSION to match the new versioning scheme in GCC-land and adjust the renaming of gccbug to the scheme used by the other programs installed by this port.
Revision 1.154: download - view: text, markup, annotated - select for diffs
Tue Jan 6 18:50:41 2004 UTC (8 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +1 -1 lines
Update to the 2003-12-31 snapshot.
Revision 1.153: download - view: text, markup, annotated - select for diffs
Fri Dec 26 15:56:36 2003 UTC (8 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +4 -3 lines
Update to the 2003-12-24 snapshot.
Revision 1.152: download - view: text, markup, annotated - select for diffs
Mon Dec 15 07:49:17 2003 UTC (8 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +1 -1 lines
Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in the manpage fake out. Spotted by: gerald
Revision 1.151: download - view: text, markup, annotated - select for diffs
Mon Dec 15 07:45:53 2003 UTC (8 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +4 -0 lines
* Deal with GCC's configurary's assumption that /usr/local/{include,lib}
are searched automatically by the compiler by using --with-libiconv-prefix.
W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header.
During the make, neither will be found; a lot of inconsistency here...
* Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due
not actually passing the found header path to CFLAGS in any way.
Revision 1.150: download - view: text, markup, annotated - select for diffs
Sun Dec 14 02:35:52 2003 UTC (8 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +11 -13 lines
Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (at least) two FreeBSD-related problems I had reported against the previous snapshot. Make some final adjustments to track changes in directory layout between GCC 3.3 and 3.4, make some simplifications, and remove the BROKEN tag.
Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Dec 4 16:21:49 2003 UTC (8 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -1 lines
Really mark as broken. Pointy hat to: self
Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Dec 4 16:20:50 2003 UTC (8 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +12 -39 lines
Update to the 2003-11-26 snapshot and fix several packaging issues. Import significant simplifications of the post-install handling of GCJ include files from the gcc33 port. Use the new INFO= facility. The port is still (marked) broken, but should essentially work out of the box once the remaining upstream bugs have been fixed.
Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri Nov 14 22:01:12 2003 UTC (8 years, 2 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +19 -43 lines
Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4. There is no bounds-checking patch for GCC 3.4 yet, extended printf format checking for FreeBSD has not been ported yet, and the port is BROKEN due to weird libjava build failures which occur if and only if building from within the FreeBSD ports system.
Revision 1.146: download - view: text, markup, annotated - select for diffs
Sat Sep 27 00:50:08 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +3 -3 lines
- ECHO -> ECHO_MSG for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.145: download - view: text, markup, annotated - select for diffs
Fri Jul 11 20:35:45 2003 UTC (8 years, 7 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +16 -17 lines
Use ${STRIP_CMD} instead of strip. Strip some additional files and simplify
the machinery so that we do not need to maintain duplicate lists of binaries.
Rename loop variables from $file to $f to avoid warnings by future versions
of portlint.
Fix a post-build comment.
Reviewed by: obrien
Revision 1.144: download - view: text, markup, annotated - select for diffs
Fri Jul 11 17:10:13 2003 UTC (8 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +1 -0 lines
My manpage creation fake-out broke with 3.1.1. Give up and add a build dependency on perl 5.6.
Revision 1.143: download - view: text, markup, annotated - select for diffs
Wed Jul 9 21:20:55 2003 UTC (8 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +8 -8 lines
Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.
Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Jun 17 21:17:12 2003 UTC (8 years, 7 months ago) by gerald
Branches: MAIN
CVS tags: old_gcc_33
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +24 -1 lines
Add bounds-checking support using Herman ten Brugge's patches. PR: 53395 Submitted by: Dan Nelson <dnelson@allantgroup.com>
Revision 1.141: download - view: text, markup, annotated - select for diffs
Thu May 15 12:56:34 2003 UTC (8 years, 8 months ago) by gerald
Branches: MAIN
CVS tags: old_RELEASE_5_1_0
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +14 -15 lines
Update to the official release of GCC 3.3. On the way, somewhat restructure the port so that switching between snapshots and releases will amount to fewer changes in the future. Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1.
Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri May 9 14:47:00 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +10 -1 lines
Update to the second prerelease of GCC 3.3. Add support for the core languages testsuites (similar to the lang/gcc32 port).
Revision 1.139: download - view: text, markup, annotated - select for diffs
Thu May 8 11:32:06 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +1 -3 lines
I now made .bz2 sources available on gcc.gnu.org, so again use these instead of .gz sources. Remove a makeinfo related hack for CONFIGURE_ENV which is not needed any longer.
Revision 1.138: download - view: text, markup, annotated - select for diffs
Tue May 6 22:14:54 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +15 -16 lines
Update to the first prerelease of GCC 3.3, which is only available as .tar.gz. Adjust COMMENT and remove NO_CDROM. Reenable man pages.
Revision 1.137: download - view: text, markup, annotated - select for diffs
Tue May 6 11:45:22 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +1 -1 lines
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Revision 1.136: download - view: text, markup, annotated - select for diffs
Tue May 6 11:19:17 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -1 lines
Properly add the "[FreeBSD]" marker to the GCC version string also for prereleases and releases.
Revision 1.135: download - view: text, markup, annotated - select for diffs
Tue May 6 00:44:10 2003 UTC (8 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +1 -1 lines
G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.
Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun May 4 02:52:49 2003 UTC (8 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +1 -1 lines
Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.
Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon Apr 28 02:23:49 2003 UTC (8 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -1 lines
Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.
Revision 1.132: download - view: text, markup, annotated - select for diffs
Fri Apr 25 17:06:46 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -8 lines
Merge targets pre-configure and pre-build, simplify them, and remove patch-va. All of these dealt with us patching generated files (which we don't do any longer).
Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Apr 25 06:40:43 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +1 -1 lines
Make MAINTAINER overrideable by slave ports.
Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Apr 24 10:37:23 2003 UTC (8 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +0 -4 lines
Fifty-one months after ELF flag day, and after the system compiler became ELF-only as well, remove support for aout from the next generation of GCC. Suggested by: Loren James Rittle <rittle@labs.mot.com> Discussed with: obrien
Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon Apr 21 07:59:03 2003 UTC (8 years, 9 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +11 -7 lines
merge changes from gcc32 to gcc33 after testing - Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. - fix PLIST so critical file libgcc_s.so.1 is included. - complete PLIST - COMMENT can be overrritten by a slave port - uncomment MANPAGES, as they are currently not installed.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sun Apr 6 14:30:41 2003 UTC (8 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +8 -12 lines
Appease portlint by various whitespace changes. Remove last traces of PATCH_SITES and PATCHFILES which we haven't used lately as well as of libgcj not building properly.
Revision 1.127: download - view: text, markup, annotated - select for diffs
Mon Mar 31 01:19:14 2003 UTC (8 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -1 lines
LATEST_LINK can now be overwritten by the slave port.
added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
Revision 1.126: download - view: text, markup, annotated - select for diffs
Sat Mar 29 23:14:33 2003 UTC (8 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +43 -11 lines
Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.
Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Mar 24 16:03:14 2003 UTC (8 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2 lines
Fix COMMENT and a Makefile comment.
Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:37:58 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -0 lines
De-pkg-comment.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Tue Dec 3 23:21:14 2002 UTC (9 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: old_RELEASE_5_0_0
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +1 -1 lines
Use the most modern spelling of egcs.cygnus.com.
Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Nov 5 03:10:08 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -1 lines
The effort to maintain these for FreeBSD just isn't worth it with the lack of reward.
Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Oct 19 18:55:52 2002 UTC (9 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -3 lines
Use MASTER_SITES_GCC. Approved by: obrien (maintainer)
Revision 1.120: download - view: text, markup, annotated - select for diffs
Fri Oct 18 04:14:28 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -3 lines
Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot.
Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Oct 10 23:19:05 2002 UTC (9 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +51 -30 lines
Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.
Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Jul 31 12:34:31 2002 UTC (9 years, 6 months ago) by gerald
Branches: MAIN
CVS tags: old_gcc_32_20021007, old_RELEASE_4_7_0
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +0 -1 lines
ftp://ftp.netwinder.org/ is no longer a MASTER_SITE. Approved by: obrien (maintainer+mentor)
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sat May 18 10:16:53 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: old_old_RELEASE_4_6_1, old_old_RELEASE_4_6_0
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +15 -15 lines
Upgrade to a 18-May-2002 GCC 3.2 in-development checkout.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Sun Apr 7 10:48:11 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +5 -5 lines
Upgrade to a 06-April-2002 GCC 3.2 in-development checkout.
Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Mar 29 00:58:14 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_DP1
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +16 -12 lines
Upgrade to a 27-March-2002 GCC 3.2 in-development checkout.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Mar 13 07:50:44 2002 UTC (9 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
Upgrade to a 12-March-2002 GCC 3.2 in-development checkout.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Mar 13 05:08:26 2002 UTC (9 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +46 -36 lines
Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot. Due to the lack of a real snapshot distfile, this has to use CVS as the fetch method.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Sat Mar 9 21:23:05 2002 UTC (9 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -0 lines
Mark broken while I find a suitable snapshot.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon Mar 4 21:08:06 2002 UTC (9 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +19 -19 lines
Sync with gcc30's style. This includes changing the name from g<BINARY> to <BINARY>31, using a single .info file rather than the mirage of them, and switch to using the .bz2 distfiles.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Sat Mar 2 18:53:57 2002 UTC (9 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +5 -4 lines
Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.
Revision 1.109: download - view: text, markup, annotated - select for diffs
Sun Feb 10 11:16:51 2002 UTC (10 years ago) by obrien
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -1 lines
Update to the 2002-02-04 snapshot. This port still does not install properly (still has some old cruft in it). But incase someone wants to work on a patch to help me out...
Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Feb 5 02:54:52 2002 UTC (10 years ago) by obrien
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +5 -2 lines
This allows the port to build, but it still has install problems.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun Feb 3 07:15:29 2002 UTC (10 years ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20020128
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +40 -18 lines
Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.
Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:24:07 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: old_old_old_egcs_20010430
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +7 -7 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat Oct 27 18:33:05 2001 UTC (10 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_5_0
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -5 lines
Utilize the PATCH_WRKDIR knob now that it exists.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Aug 15 16:54:42 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_4_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +18 -28 lines
Major overhall and style clean up.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri May 4 08:50:08 2001 UTC (10 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +5 -3 lines
Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot. [and a sad day in history]
Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Mar 24 01:40:08 2001 UTC (10 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_3_0
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -2 lines
Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot. [a nice friend's b-day at that :-)]
Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Mar 11 04:46:54 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 lines
Fix version number.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Mar 6 23:55:37 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Mar 2 10:09:40 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20010205
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +9 -5 lines
Fix nits in the auto lib-gcc PLIST generation.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Feb 14 20:52:38 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +5 -4 lines
Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Feb 14 20:19:39 2001 UTC (10 years, 11 months ago) by lioux
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
typo clean up police: \s -> \t
Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Dec 27 02:22:16 2000 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20001225
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2 lines
Upgrade to the Christmas edition GCC 2.97 development snapshot.
Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Dec 21 23:50:36 2000 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20001218
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +25 -29 lines
Upgrade to the 2000-12-18 GCC 2.97 development snapshot.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Dec 13 18:54:40 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20001211
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
Forgot to commit the bits that rm's the new libjava as it breaks the GCC bootstrap.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Dec 13 02:26:23 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Upgrade to the 2000-12-11 GCC 2.97 development snapshot.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Dec 5 21:36:59 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +14 -15 lines
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.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Nov 28 18:55:05 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20001120
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +16 -10 lines
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.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Oct 10 23:32:32 2000 UTC (11 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20001002, old_old_old_RELEASE_4_2_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +19 -14 lines
Upgrade to the 2000-10-02 GCC 2.97 development snapshot.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Sep 15 23:43:47 2000 UTC (11 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20000828, old_old_old_RELEASE_4_1_1
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +4 -4 lines
Upgrade to the 2000-08-28 GCC 2.96 development snapshot.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Sep 5 16:59:09 2000 UTC (11 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20000717
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +36 -19 lines
Upgrade to the 2000-07-17 GCC 2.96 development snapshot.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat May 6 22:47:08 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20000501, old_old_old_RELEASE_4_1_0, old_old_old_RELEASE_3_5_0
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +4 -4 lines
Upgrade to the 2000-05-01 GCC 2.96 development snapshot.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Apr 14 17:15:19 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
Upgrade to the 2000-04-10 GCC 2.96 development snapshot.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:18:32 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -4 lines
Convert to the PORTNAME - PORTVERSION syntax.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:26:53 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1 lines
Restore useless version required comments.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:36:26 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -2 lines
Remove the "version required" line.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Mar 19 08:43:50 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20000313
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Upgrade to the 2000-03-13 GCC 2.96 development snapshot.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Mar 8 19:01:14 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20000306, old_old_old_RELEASE_4_0_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -3 lines
Upgrade to the 2000-03-06 GCC 2.96 development snapshot.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Mar 8 02:20:59 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20000221
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -3 lines
Upgrade to the 2000-02-21 GCC 2.96 development snapshot.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Feb 14 11:39:30 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_20000207
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Upgrade to the 2000-02-07 GCC 2.96 development snapshot.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Jan 17 12:27:54 2000 UTC (12 years ago) by obrien
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +4 -5 lines
Upgrade to the 2000-01-10 GCC 2.96 development snapshot.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Nov 15 02:02:34 1999 UTC (12 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_991110, old_old_old_RELEASE_3_4_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Update to the 1999-11-10 development snapshot.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Nov 3 11:41:47 1999 UTC (12 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_991102
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
Update to the 1999-11-02 development snapshot.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Nov 1 07:39:11 1999 UTC (12 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_991025
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +6 -7 lines
Update to the 1999-10-25 snapshot.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Oct 10 23:14:28 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
Upgrade to the 1999-10-04 development snapshot.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Oct 10 20:28:31 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_990920
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +10 -10 lines
Upgrade to the 1999-09-20 development snapshot.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:34:35 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_RELEASE_3_3_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
Change Id->FreeBSD.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Aug 5 16:21:08 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +26 -23 lines
Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95 snapshot. Mark BROKEN until the next Cygnus snapshot.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Jul 20 15:30:50 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_990718
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -3 lines
Update to the 1999-07-18 beta snapshot of GCC-2.95.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Jul 15 11:08:13 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_990712
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Upgrade to the July 12th GCC-2.95 prerelease.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jul 6 07:29:37 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_990629
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +5 -5 lines
Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Jul 4 21:49:26 1999 UTC (12 years, 7 months ago) by steve
Branches: MAIN
CVS tags: old_old_old_egcs_990623
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
Correct spelling in a comment.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Jul 4 20:55:43 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +5 -5 lines
Minor reorg of the dealing with `autoconf' and `autoheader' stuff.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Jun 24 19:11:49 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
Upgrade to the 19990623 GCC 2.95 pre-release snapshot.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Jun 21 18:17:51 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_990616
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Update to the 19990616 GCC 2.95-prerelease.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Jun 15 07:31:08 1999 UTC (12 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -3 lines
Update to the 1999-06-08 (gcc 2.95 prerelease).
Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Jun 10 14:31:08 1999 UTC (12 years, 8 months ago) by simokawa
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -1 lines
Fix for alpha. - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:30:28 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -4 lines
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.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed May 26 10:26:19 1999 UTC (12 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_990524
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3 lines
Upgrade to 19990524 gcc-2.95 prerelease.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon May 24 17:13:47 1999 UTC (12 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +6 -2 lines
Fix "EGCS_REV".
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue May 18 18:15:33 1999 UTC (12 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
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.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Apr 22 00:17:01 1999 UTC (12 years, 9 months ago) by scrappy
Branches: MAIN
CVS tags: old_old_old_egcs_990418, old_old_old_RELEASE_3_2_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -3 lines
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Apr 21 07:48:57 1999 UTC (12 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +37 -31 lines
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.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Apr 13 05:41:10 1999 UTC (12 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -1 lines
Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Apr 8 19:05:43 1999 UTC (12 years, 10 months ago) by billf
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Proper URLs that reference directories end in '/'
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Mar 30 02:58:02 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -4 lines
Don't fetch alpha suppliment -- the bits are now part of the port.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Mar 23 18:37:47 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -2 lines
Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.
Revision 1.51: 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
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +7 -8 lines
* Add support for ``-pthead''
* Add Alpha support
Obtained from: Alpha bits taken from Hidetoshi Shimokawa's
<simokawa@FreeBSD.ORG> work
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Mar 17 00:40:25 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_1_1_2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +30 -26 lines
Upgrade to 1.1.2 release.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Mar 11 21:47:12 1999 UTC (12 years, 11 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -1 lines
Commit all Y2K/WWW_SITE changes from today...
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 8 07:28:27 1999 UTC (12 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
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. :)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Feb 28 12:18:36 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +8 -1 lines
Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined. Submitted by: dfr
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Feb 28 10:50:50 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -11 lines
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)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Feb 9 22:17:21 1999 UTC (13 years ago) by obrien
Branches: MAIN
CVS tags: old_old_old_RELEASE_3_1_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -9 lines
* clean up verbosity of Makefile
* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Feb 9 18:24:50 1999 UTC (13 years ago) by obrien
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +20 -7 lines
GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and "i386-unknown-freebsdaout" for an a.out machine.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Feb 3 11:11:52 1999 UTC (13 years ago) by asami
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -6 lines
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.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Dec 26 20:10:02 1998 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -1 lines
Wasn't in the main dir when I commited this the first time. Noticed by: jdp
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 5 04:00:40 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +10 -4 lines
Use the bzip2 version of the distfile. It saves almost 3meg.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Dec 5 03:40:17 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_1_1_1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +12 -10 lines
EGCS 1.1.1 *Release* is out.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Dec 4 11:05:05 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formed
GNU description string.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Dec 2 09:41:27 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +9 -8 lines
"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.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Nov 13 07:34:57 1998 UTC (13 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_RELEASE_2_2_8
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -4 lines
switch to new pre/post bsd.port.mk
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 13 07:32:21 1998 UTC (13 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4 lines
i386 => ${ARCH}
Requested by: imp
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Oct 1 21:40:03 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_RELEASE_3_0_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -8 lines
Allow building and packaging for ELF.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Sep 28 09:47:01 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -1 lines
Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk inclusion order.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Sep 27 01:56:14 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980914
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -1 lines
Build properly on ELF systems.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Sep 27 00:44:18 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
make fetchable
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Sep 26 18:17:13 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -7 lines
back to the snaps w/egcs-19980914 Submitted by: jdp
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 10 04:05:26 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_1_1b
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -6 lines
Upgrade to 1.1b. Since there has been announced a to-be ver 1.1.1, change my versioning to a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 4 18:56:55 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_1_1a
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1a directory. Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 3 08:49:10 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +7 -6 lines
egcs 1.1 HAS BEEN RELEASED!! (I will probably not be tracking the snapshots as closely now. I'd like to see if 1.1 isn't stable enough to stay with for a while) Cygnus calls this 1.1a (not Alpha, but a second rolling because a few G77 files were left out). I'm naming this version 1.1.1 so people won't think it is an alpha version.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Aug 26 09:51:15 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -6 lines
* upgrade to 19980816 snapshot * reduce maintance costs, advantage PLIST_SUB
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Aug 12 04:39:10 1998 UTC (13 years, 6 months ago) by jdp
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fix Version-required comment.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Aug 11 08:22:45 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980803
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -10 lines
Upgrade to the 19980803 snapshot.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 7 22:49:30 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and
1.227.2.43.
Note gcc28 is hopelessly broken, it uses an undefined variable
${GNUOSREL} and thus has an empty string wherever ${OSREL} should
be. However, it's consistent with its own PLIST at the current state
so I haven't "fixed" it yet.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 26 23:43:34 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980721
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -6 lines
Upgrade to the 19980721 snap.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jul 16 06:23:40 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980715, old_old_old_RELEASE_2_2_7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -9 lines
upgrade to the July 15th (19980715) snapshot
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 6 10:17:09 1998 UTC (13 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980628
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -12 lines
Upgrade to the 19980628 snapshot. (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 10 05:29:12 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980608
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6 lines
upgrade to 19980608 snapshot
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 20 08:59:30 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980508_civil
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +29 -18 lines
+ Remove the MANUAL_PACKAGE_BUILD. + The C++ includes and gcc specific libs now live under gcc-lib/..... + don't install ``c++'' + make links egcc and eg++ + c++filt --> g++filt to non conflict with stock version + clean up package dirs on ``pkg_delete''
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 19 22:33:41 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980508
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -11 lines
Upgrade to 1998-05-08 snapshot version.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue May 5 06:34:46 1998 UTC (13 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980502
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +14 -13 lines
Upgrade to the May 2nd 1998 snapshot version.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 14 10:17:27 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980406
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +13 -13 lines
Upgrade to 980406 snapshot Reviewed by: my PITA ecs240 project
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 11 01:32:19 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Used to build for me, now doesn't. Bombs in making the stage2 compiler. For now, use ``cvs co -regcs_102 egcs'' if you want a working version before the next upgrade.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 7 01:18:07 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_980315
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +10 -10 lines
Upgrade to the 980315 snapshot.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 7 01:14:25 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: old_old_old_egcs_102
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +13 -12 lines
Upgrade to version 1.0.2 release.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 17 21:10:40 1998 UTC (13 years, 10 months ago) by jdp
Branches: MAIN
CVS tags: old_old_old_egcs_980221, old_old_old_RELEASE_2_2_6
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Fix the "Version required" comment.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 10 06:23:50 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
The private copy of float.h seems to have gone away.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 8 12:54:00 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +12 -12 lines
Fix things so it packages. Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 23 01:52:52 1998 UTC (13 years, 11 months ago) by jdp
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Master site changed.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Feb 17 00:04:51 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Forgot to submit PLIST diff. Noticed by: Satoshi
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 16 09:18:13 1998 UTC (13 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Mark this port broken, doesn't package.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 14 04:18:22 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +19 -13 lines
Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. Including linking with the STL vector class.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 3 07:48:35 1998 UTC (14 years ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in /usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 23 17:49:35 1998 UTC (14 years ago) by jdp
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 14 07:24:54 1998 UTC (14 years ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -1 lines
Strip the binaries.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 13 05:18:16 1998 UTC (14 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
sed -> ${SED}.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Jan 10 21:40:09 1998 UTC (14 years, 1 month ago) by jdp
Branches: old_old_old_JDP
CVS tags: old_old_old_jdp_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
This is a new port for egcs, which probably stands for something like "enhanced GNU compiler suite." It contains updated versions of gcc, g++, and g77 with many bugfixes and some new optimizations. The C++ compiler in particular is vastly improved over gcc-2.7.2.1.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 10 21:40:09 1998 UTC (14 years, 1 month ago) by jdp
Branches: MAIN
Initial revision
