summaryrefslogtreecommitdiff
path: root/lang/gcc45 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20041226 snapshot of GCC 4.0.0.Gerald Pfeifer2004-12-282-13/+13
| | | | Notes: svn path=/head/; revision=125332
* Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.Gerald Pfeifer2004-12-252-13/+14
| | | | Notes: svn path=/head/; revision=125133
* Adding knob WITH_FORTRAN.Maho Nakata2004-12-163-1/+20
| | | | | | | | | | | Now we have GNU Fortran 90/95 compiler with this knob. PR: 74187 Approved by: gerald (maintainer) Notes: svn path=/head/; revision=124194
* Update to the 20041205 snapshot of GCC 4.0.0.Gerald Pfeifer2004-12-062-11/+11
| | | | Notes: svn path=/head/; revision=123328
* Update to the 20041128 snapshot of GCC 4.0.0.Gerald Pfeifer2004-11-302-11/+11
| | | | Notes: svn path=/head/; revision=122812
* Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of theGerald Pfeifer2004-11-222-13/+12
| | | | | | | | old bounds checker). This includes quite a couple of SPARC fixes and should fix the bootstrap failure there. Notes: svn path=/head/; revision=122142
* Update to the 20041114 snapshot of GCC 4.0.0.Gerald Pfeifer2004-11-142-11/+11
| | | | Notes: svn path=/head/; revision=121608
* Adjust the names of the individual frontends to GCC 4.0.Gerald Pfeifer2004-11-091-3/+3
| | | | | | | PR: 73581 Notes: svn path=/head/; revision=121235
* Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-Gerald Pfeifer2004-11-083-26/+11
| | | | | | | related fixes I had submitted upstream. Notes: svn path=/head/; revision=121130
* Revert those changes from the prevision commit (revision 1.181) that wereGerald Pfeifer2004-11-071-12/+4
| | | | | | | | | accidental, considering obrien's log entry and the breakage caused. Spotted by: kris (on behalf of pointyhat) Notes: svn path=/head/; revision=121037
* Catch the 'cklatest' target up to changes on the MASTER_SITES.David E. O'Brien2004-11-051-5/+13
| | | | Notes: svn path=/head/; revision=120910
* Autogenerate the libexec portion of PLIST.David E. O'Brien2004-11-052-21/+8
| | | | | | | | | Remove unused .la files. Reviewed by: gerald Notes: svn path=/head/; revision=120909
* Complete the repo-copy of gcc34 to gcc40 and update to the 20041024Gerald Pfeifer2004-10-315-62/+63
| | | | | | | | | snapshot of GCC 4.0.0. PR: 71696. Notes: svn path=/head/; revision=120512
* Update to the 20041015 snapshot of GCC 3.4.3.Gerald Pfeifer2004-10-212-14/+14
| | | | Notes: svn path=/head/; revision=119910
* Update to the 20040827 snapshot of GCC 3.4.2.Gerald Pfeifer2004-09-032-13/+13
| | | | Notes: svn path=/head/; revision=118103
* Fix location of pkgconfig-dataVolker Stolz2004-09-032-2/+12
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=118059
* Update to the 20040806 snapshot off GCC 3.4.Gerald Pfeifer2004-08-122-13/+13
| | | | Notes: svn path=/head/; revision=116035
* Update to the 2004-07-23 snapshot of GCC 3.4.2.Gerald Pfeifer2004-07-252-13/+13
| | | | Notes: svn path=/head/; revision=114652
* Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).Gerald Pfeifer2004-07-102-14/+14
| | | | Notes: svn path=/head/; revision=113348
* Update to the 20040702 snapshot. Optimize that SNAPDATE variable away onGerald Pfeifer2004-07-042-17/+16
| | | | | | | | | the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1] Notes: svn path=/head/; revision=112909
* Use ${ECHO} instead of echo.Gerald Pfeifer2004-06-171-3/+3
| | | | Notes: svn path=/head/; revision=111694
* Update to the 2004-06-11 snapshot of GCC 3.4.1.Gerald Pfeifer2004-06-162-13/+13
| | | | Notes: svn path=/head/; revision=111613
* Update to the 2004-06-04 snapshot of GCC 3.4.1.Gerald Pfeifer2004-06-062-15/+15
| | | | | | | 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-172-14/+17
| | | | | | | | 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
* I give up, gerald wants the cruft back in.David E. O'Brien2004-03-221-0/+2
| | | | Notes: svn path=/head/; revision=104960
* Use a different method to remove possibly shared directory, so we canDavid E. O'Brien2004-03-221-2/+2
| | | | | | | | | fail silently. Submitted by: kris Notes: svn path=/head/; revision=104894
* Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist.David E. O'Brien2004-03-211-2/+0
| | | | Notes: svn path=/head/; revision=104853
* Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete.David E. O'Brien2004-03-201-0/+2
| | | | Notes: svn path=/head/; revision=104769
* Try to fix breakage of non-amd64 platforms introduced by 1.165 andGerald Pfeifer2004-03-171-13/+3
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=104297
* Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk hasDavid E. O'Brien2004-03-171-3/+2
| | | | | | | | finally caught up with newer autoconf's requirements. Allow to build on AMD64 by lying with CONFIGURE_TARGET. Notes: svn path=/head/; revision=104261
* Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus savesGerald Pfeifer2004-03-143-37/+50
| | | | | | | | | | | | 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-192-45/+18
| | | | | | | | | 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-122-22/+24
| | | | | | | | | 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26Gerald Pfeifer2004-01-283-39/+38
| | | | | | | | 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-224-38/+54
| | | | | | | | | | | | | | | | | | 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
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98788
* Use PAX macro.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98754
* Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05Gerald Pfeifer2004-01-103-28/+13
| | | | | | | | | 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
* Fix packaging which was quite broken. On the way, update PORTVERSION toGerald Pfeifer2004-01-092-7/+6
| | | | | | | | 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. Notes: svn path=/head/; revision=97810
* Update to the 2003-12-31 snapshot.David E. O'Brien2004-01-062-7/+7
| | | | Notes: svn path=/head/; revision=97492
* Update to the 2003-12-24 snapshot.David E. O'Brien2003-12-264-19/+10
| | | | Notes: svn path=/head/; revision=96627
* Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in theDavid E. O'Brien2003-12-151-1/+1
| | | | | | | | | manpage fake out. Spotted by: gerald Notes: svn path=/head/; revision=95856
* * Deal with GCC's configurary's assumption that /usr/local/{include,lib}David E. O'Brien2003-12-153-0/+14
| | | | | | | | | | | 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 to the 2003-12-10 mainline snapshot of GCC which has fixes for (atGerald Pfeifer2003-12-143-22/+36
| | | | | | | | | | | 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
* Really mark as broken.Gerald Pfeifer2003-12-041-1/+1
| | | | | | | Pointy hat to: self Notes: svn path=/head/; revision=95024
* Update to the 2003-11-26 snapshot and fix several packaging issues.Gerald Pfeifer2003-12-043-67/+17
| | | | | | | | | | | 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-148-295/+45
| | | | | | | | | | 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
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-3/+3
| | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491
* Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifyGerald Pfeifer2003-07-111-17/+16
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=84717