aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc-ooo/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix build for 7-CURRENTMaho Nakata2005-08-282-3/+25
| | | | Notes: svn path=/head/; revision=141038
* Fix -pg -pthread issue, and bump PORTREVISION.Norikatsu Shigemura2005-01-081-1/+1
| | | | | | | Submitted by: hrs Notes: svn path=/head/; revision=125856
* Unbreak 'make patch'.David E. O'Brien2005-01-011-2/+2
| | | | | | | Approved by: portmgr(kris) Notes: svn path=/head/; revision=125618
* Support -pthreads for 5.0-5.2.1.David E. O'Brien2004-12-171-5/+14
| | | | Notes: svn path=/head/; revision=124327
* We've ended up with the same patch twice, I guess Maho-san's and myDavid E. O'Brien2004-12-171-13/+0
| | | | | | | emails crossed each other. Notes: svn path=/head/; revision=124321
* Catch -pthread up with the new KSE world order.David E. O'Brien2004-12-171-0/+13
| | | | Notes: svn path=/head/; revision=124320
* (1) a fix to -pthreadMaho Nakata2004-12-171-0/+13
| | | | | | | | | (2) clean up parts from gcc34 we don't need Submitted by: lofi(1) and obrien (1), (2) Notes: svn path=/head/; revision=124292
* gcc-ooo, gcc compiler for OpenOffice.org 2.0 or laterMaho Nakata2004-12-163-23/+20
| | | | | | | | | | | | | | | | | | | | | 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
* Fix location of pkgconfig-dataVolker Stolz2004-09-031-0/+11
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=118059
* Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26Gerald Pfeifer2004-01-281-19/+0
| | | | | | | | 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-0/+19
| | | | | | | | | | | | | | | | | | 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 2003-12-24 snapshot.David E. O'Brien2003-12-262-10/+0
| | | | Notes: svn path=/head/; revision=96627
* * Deal with GCC's configurary's assumption that /usr/local/{include,lib}David E. O'Brien2003-12-152-0/+10
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=95853
* Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.Gerald Pfeifer2003-11-144-224/+0
| | | | | | | | | | 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 bounds-checking support using Herman ten Brugge's patches.Gerald Pfeifer2003-06-171-0/+11
| | | | | | | | PR: 53395 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=83188
* Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.Gerald Pfeifer2003-05-061-17/+0
| | | | | | | Adjust COMMENT and remove NO_CDROM. Reenable man pages. Notes: svn path=/head/; revision=80294
* Merge targets pre-configure and pre-build, simplify them, and removeGerald Pfeifer2003-04-251-12/+0
| | | | | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer). Notes: svn path=/head/; revision=79641
* Fifty-one months after ELF flag day, and after the system compiler becameGerald Pfeifer2003-04-242-92/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=79579
* Allow YACC to be used, rather than Bison, for C/C++.David E. O'Brien2003-04-221-0/+29
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=79462
* Not sure how I missed these patches in my 24-March-2003 GCC 3.3David E. O'Brien2003-04-202-90/+10
| | | | | | | in-development snapshot upgrade. Notes: svn path=/head/; revision=79364
* Remove files/patch-t-freebsd. The underlying problem has been fixed inGerald Pfeifer2003-04-171-10/+0
| | | | | | | | | | | | GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions of FreeBSD should build fine with this patchs, its just another extra difference to pristine FSF sources and may cause subtle header-related bugs for FreeBSD 4.x systems. Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=79139
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallyGerald Pfeifer2003-04-141-11/+0
| | | | | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842 Notes: svn path=/head/; revision=78980
* Finally remove the parts of this patch that date back to 1998 and have nowGerald Pfeifer2003-04-021-24/+0
| | | | | | | been commented for more than a year. Notes: svn path=/head/; revision=78003
* Remove special alpha optimization warning. alpha support now should beGerald Pfeifer2003-04-021-20/+0
| | | | | | | sufficiently stable. Notes: svn path=/head/; revision=77965
* Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.David E. O'Brien2002-10-102-96/+86
| | | | Notes: svn path=/head/; revision=67786
* This is now in the stock FSF sources.David E. O'Brien2002-05-181-64/+0
| | | | Notes: svn path=/head/; revision=59437
* GCC 2.95 and later aren't called egcs (any longer), so remove two patchesGerald Pfeifer2002-04-122-23/+0
| | | | | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57605
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-039-274/+157
| | | | Notes: svn path=/head/; revision=54155
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-02-142-122/+148
| | | | Notes: svn path=/head/; revision=38345
* Upgrade to the 2000-12-11 GCC 2.97 development snapshot.David E. O'Brien2000-12-131-29/+36
| | | | Notes: svn path=/head/; revision=35941
* Change the libstdc++.so version number to be more like the stock one.David E. O'Brien2000-12-051-1/+1
| | | | | | | | This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. Notes: svn path=/head/; revision=35700
* First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.David E. O'Brien2000-11-281-0/+64
| | | | Notes: svn path=/head/; revision=35498
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.David E. O'Brien2000-11-287-263/+66
| | | | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. Notes: svn path=/head/; revision=35497
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.David E. O'Brien2000-10-105-605/+150
| | | | Notes: svn path=/head/; revision=33689
* Upgrade to the 2000-08-28 GCC 2.96 development snapshot.David E. O'Brien2000-09-151-61/+81
| | | | Notes: svn path=/head/; revision=32664
* Upgrade to the 2000-07-17 GCC 2.96 development snapshot.David E. O'Brien2000-09-057-143/+111
| | | | Notes: svn path=/head/; revision=32315
* Upgrade to the 2000-03-13 GCC 2.96 development snapshot.David E. O'Brien2000-03-191-21/+21
| | | | Notes: svn path=/head/; revision=26817
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.David E. O'Brien2000-02-144-59/+67
| | | | Notes: svn path=/head/; revision=25815
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.David E. O'Brien2000-01-175-77/+74
| | | | Notes: svn path=/head/; revision=24793
* Upgrade to the 1999-09-20 development snapshot.David E. O'Brien1999-10-103-28/+42
| | | | Notes: svn path=/head/; revision=22313
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-252-20/+8
| | | | | | | | | | | | when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files. Notes: svn path=/head/; revision=20343
* Update to the 1999-07-18 beta snapshot of GCC-2.95.David E. O'Brien1999-07-201-4/+4
| | | | Notes: svn path=/head/; revision=20285
* Upgrade to the July 12th GCC-2.95 prerelease.David E. O'Brien1999-07-151-1/+1
| | | | Notes: svn path=/head/; revision=20212
* Changes to work with updated files/freebsd.h.David E. O'Brien1999-07-041-12/+29
| | | | Notes: svn path=/head/; revision=20012
* Upgrade to the 19990623 GCC 2.95 pre-release snapshot.David E. O'Brien1999-06-241-37/+9
| | | | Notes: svn path=/head/; revision=19752
* Update to the 19990616 GCC 2.95-prerelease.David E. O'Brien1999-06-211-71/+38
| | | | Notes: svn path=/head/; revision=19607
* Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1999-06-154-109/+74
| | | | Notes: svn path=/head/; revision=19484
* Fix for alpha.Hidetoshi Shimokawa1999-06-101-6/+120
| | | | | | | | | - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge Notes: svn path=/head/; revision=19406
* Upgrade to 19990524 gcc-2.95 prerelease.David E. O'Brien1999-05-261-10/+8
| | | | Notes: svn path=/head/; revision=19010
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theDavid E. O'Brien1999-05-182-20/+16
| | | | | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95. Notes: svn path=/head/; revision=18874