aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc-ooo/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/gcc-ooo which is no longer used by the OpenOffice ports andGerald Pfeifer2009-07-181-12/+0
| | | | | | | superseded by lang/gcc43 and later. Notes: svn path=/head/; revision=238030
* SHA256ifyEdwin Groothuis2006-01-221-0/+4
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* gcc-ooo, gcc compiler for OpenOffice.org 2.0 or laterMaho Nakata2004-12-161-12/+8
| | | | | | | | | | | | | | | | | | | | | 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> PR: 74937 Notes: svn path=/head/; revision=124199
* Update to the 20041203 snapshot of GCC 3.4.4.Gerald Pfeifer2004-12-061-12/+12
| | | | Notes: svn path=/head/; revision=123338
* Update to the 20041126 snapshot of GCC 3.4.4.Gerald Pfeifer2004-11-301-12/+12
| | | | Notes: svn path=/head/; revision=122820
* Update to the 20041119 snapshot of GCC 3.4.4.Gerald Pfeifer2004-11-221-12/+12
| | | | Notes: svn path=/head/; revision=122126
* Update to the 20041112 snapshot, the first of 3.4.4.Gerald Pfeifer2004-11-141-12/+12
| | | | Notes: svn path=/head/; revision=121531
* Update to the 20041105 snapshot.Gerald Pfeifer2004-11-081-12/+12
| | | | Notes: svn path=/head/; revision=121126
* Update to the 20041029 snapshot of GCC 3.4.3.Gerald Pfeifer2004-10-301-12/+12
| | | | Notes: svn path=/head/; revision=120498
* Update to the 20041015 snapshot of GCC 3.4.3.Gerald Pfeifer2004-10-211-12/+12
| | | | Notes: svn path=/head/; revision=119910
* Update to the 20040827 snapshot of GCC 3.4.2.Gerald Pfeifer2004-09-031-12/+12
| | | | Notes: svn path=/head/; revision=118103
* Update to the 20040806 snapshot off GCC 3.4.Gerald Pfeifer2004-08-121-12/+12
| | | | Notes: svn path=/head/; revision=116035
* Update to the 2004-07-23 snapshot of GCC 3.4.2.Gerald Pfeifer2004-07-251-12/+12
| | | | Notes: svn path=/head/; revision=114652
* Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).Gerald Pfeifer2004-07-101-12/+12
| | | | Notes: svn path=/head/; revision=113348
* Update to the 20040702 snapshot. Optimize that SNAPDATE variable away onGerald Pfeifer2004-07-041-12/+12
| | | | | | | | | the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1] Notes: svn path=/head/; revision=112909
* Update to the 2004-06-11 snapshot of GCC 3.4.1.Gerald Pfeifer2004-06-161-12/+12
| | | | Notes: svn path=/head/; revision=111613
* Update to the 2004-06-04 snapshot of GCC 3.4.1.Gerald Pfeifer2004-06-061-12/+12
| | | | | | | On the way, note that libgcj is not built on amd64. Notes: svn path=/head/; revision=110926
* Update to the 2004-04-14 snapshot, which should be nearly identical to theGerald Pfeifer2004-04-171-12/+12
| | | | | | | | GCC 3.4.0 release. Tweak the pre-everything message, plus display a note when libgcj is not built. Notes: svn path=/head/; revision=107365
* Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus savesGerald Pfeifer2004-03-141-12/+12
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=104016
* Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.Gerald Pfeifer2004-02-191-12/+12
| | | | | | | | | 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). Notes: svn path=/head/; revision=101421
* Update to the 2004-02-11 snapshot of GCC 3.4.Gerald Pfeifer2004-02-121-12/+12
| | | | | | | | | 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. Notes: svn path=/head/; revision=100789
* Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26Gerald Pfeifer2004-01-281-6/+12
| | | | | | | | change to the gcc33 port and introduce a new make variable SUFFIX to avoid hardcoding the version number and reorder USE_ variables. Notes: svn path=/head/; revision=99348
* Update to the 2004-01-14 snapshot of GCC 3.4.Gerald Pfeifer2004-01-221-6/+6
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=98790
* Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05Gerald Pfeifer2004-01-101-6/+6
| | | | | | | | | 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. Notes: svn path=/head/; revision=97870
* Update to the 2003-12-31 snapshot.David E. O'Brien2004-01-061-6/+6
| | | | Notes: svn path=/head/; revision=97492
* Update to the 2003-12-24 snapshot.David E. O'Brien2003-12-261-6/+6
| | | | Notes: svn path=/head/; revision=96627
* Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (atGerald Pfeifer2003-12-141-6/+6
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=95766
* Update to the 2003-11-26 snapshot and fix several packaging issues.Gerald Pfeifer2003-12-041-6/+6
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=95022
* Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.Gerald Pfeifer2003-11-141-7/+6
| | | | | | | | | | 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. Notes: svn path=/head/; revision=93976
* Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.Gerald Pfeifer2003-07-091-0/+1
| | | | Notes: svn path=/head/; revision=84546
* Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.David E. O'Brien2003-07-091-7/+6
| | | | Notes: svn path=/head/; revision=84543
* Add bounds-checking support using Herman ten Brugge's patches.Gerald Pfeifer2003-06-171-0/+1
| | | | | | | | PR: 53395 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=83188
* Update to the official release of GCC 3.3. On the way, somewhat restructureGerald Pfeifer2003-05-151-6/+6
| | | | | | | | | 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. Notes: svn path=/head/; revision=81031
* Update to the second prerelease of GCC 3.3. Add support for the coreGerald Pfeifer2003-05-091-5/+6
| | | | | | | languages testsuites (similar to the lang/gcc32 port). Notes: svn path=/head/; revision=80551
* Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.Gerald Pfeifer2003-05-061-5/+5
| | | | | | | Adjust COMMENT and remove NO_CDROM. Reenable man pages. Notes: svn path=/head/; revision=80294
* Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-05-041-5/+5
| | | | Notes: svn path=/head/; revision=80096
* Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-04-281-5/+5
| | | | Notes: svn path=/head/; revision=79773
* Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-03-291-6/+5
| | | | Notes: svn path=/head/; revision=77705
* Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot.David E. O'Brien2002-10-181-6/+6
| | | | Notes: svn path=/head/; revision=68241
* Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.David E. O'Brien2002-10-101-0/+6
| | | | Notes: svn path=/head/; revision=67786
* Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.David E. O'Brien2002-03-131-5/+0
| | | | | | | | Due to the lack of a real snapshot distfile, this has to use CVS as the fetch method. Notes: svn path=/head/; revision=55985
* Sync with gcc30's style.David E. O'Brien2002-03-041-5/+5
| | | | | | | | | 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. Notes: svn path=/head/; revision=55533
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-021-5/+5
| | | | Notes: svn path=/head/; revision=55407
* Update to the 2002-02-04 snapshot.David E. O'Brien2002-02-101-5/+5
| | | | | | | | 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... Notes: svn path=/head/; revision=54484
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-031-5/+5
| | | | Notes: svn path=/head/; revision=54155
* Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-05-041-5/+5
| | | | | | | [and a sad day in history] Notes: svn path=/head/; revision=42241
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-241-5/+5
| | | | | | | [a nice friend's b-day at that :-)] Notes: svn path=/head/; revision=40302
* Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-061-5/+5
| | | | Notes: svn path=/head/; revision=39155
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-02-141-5/+5
| | | | Notes: svn path=/head/; revision=38345
* Upgrade to the Christmas edition GCC 2.97 development snapshot.David E. O'Brien2000-12-271-5/+5
| | | | Notes: svn path=/head/; revision=36396