summaryrefslogtreecommitdiff
path: root/lang/gcc45 (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-28Update to the 20041226 snapshot of GCC 4.0.0.Gerald Pfeifer2-13/+13
Notes: svn path=/head/; revision=125332
2004-12-25Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.Gerald Pfeifer2-13/+14
Notes: svn path=/head/; revision=125133
2004-12-16Adding knob WITH_FORTRAN.Maho Nakata3-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
2004-12-06Update to the 20041205 snapshot of GCC 4.0.0.Gerald Pfeifer2-11/+11
Notes: svn path=/head/; revision=123328
2004-11-30Update to the 20041128 snapshot of GCC 4.0.0.Gerald Pfeifer2-11/+11
Notes: svn path=/head/; revision=122812
2004-11-22Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of theGerald Pfeifer2-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
2004-11-14Update to the 20041114 snapshot of GCC 4.0.0.Gerald Pfeifer2-11/+11
Notes: svn path=/head/; revision=121608
2004-11-09Adjust the names of the individual frontends to GCC 4.0.Gerald Pfeifer1-3/+3
PR: 73581 Notes: svn path=/head/; revision=121235
2004-11-08Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-Gerald Pfeifer3-26/+11
related fixes I had submitted upstream. Notes: svn path=/head/; revision=121130
2004-11-07Revert those changes from the prevision commit (revision 1.181) that wereGerald Pfeifer1-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
2004-11-05Catch the 'cklatest' target up to changes on the MASTER_SITES.David E. O'Brien1-5/+13
Notes: svn path=/head/; revision=120910
2004-11-05Autogenerate the libexec portion of PLIST.David E. O'Brien2-21/+8
Remove unused .la files. Reviewed by: gerald Notes: svn path=/head/; revision=120909
2004-10-31Complete the repo-copy of gcc34 to gcc40 and update to the 20041024Gerald Pfeifer5-62/+63
snapshot of GCC 4.0.0. PR: 71696. Notes: svn path=/head/; revision=120512
2004-10-21Update to the 20041015 snapshot of GCC 3.4.3.Gerald Pfeifer2-14/+14
Notes: svn path=/head/; revision=119910
2004-09-03Update to the 20040827 snapshot of GCC 3.4.2.Gerald Pfeifer2-13/+13
Notes: svn path=/head/; revision=118103
2004-09-03Fix location of pkgconfig-dataVolker Stolz2-2/+12
Approved by: gerald Notes: svn path=/head/; revision=118059
2004-08-12Update to the 20040806 snapshot off GCC 3.4.Gerald Pfeifer2-13/+13
Notes: svn path=/head/; revision=116035
2004-07-25Update to the 2004-07-23 snapshot of GCC 3.4.2.Gerald Pfeifer2-13/+13
Notes: svn path=/head/; revision=114652
2004-07-10Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).Gerald Pfeifer2-14/+14
Notes: svn path=/head/; revision=113348
2004-07-04Update to the 20040702 snapshot. Optimize that SNAPDATE variable away onGerald Pfeifer2-17/+16
the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1] Notes: svn path=/head/; revision=112909
2004-06-17Use ${ECHO} instead of echo.Gerald Pfeifer1-3/+3
Notes: svn path=/head/; revision=111694
2004-06-16Update to the 2004-06-11 snapshot of GCC 3.4.1.Gerald Pfeifer2-13/+13
Notes: svn path=/head/; revision=111613
2004-06-06Update to the 2004-06-04 snapshot of GCC 3.4.1.Gerald Pfeifer2-15/+15
On the way, note that libgcj is not built on amd64. Notes: svn path=/head/; revision=110926
2004-04-17Update to the 2004-04-14 snapshot, which should be nearly identical to theGerald Pfeifer2-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
2004-03-22I give up, gerald wants the cruft back in.David E. O'Brien1-0/+2
Notes: svn path=/head/; revision=104960
2004-03-22Use a different method to remove possibly shared directory, so we canDavid E. O'Brien1-2/+2
fail silently. Submitted by: kris Notes: svn path=/head/; revision=104894
2004-03-21Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist.David E. O'Brien1-2/+0
Notes: svn path=/head/; revision=104853
2004-03-20Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete.David E. O'Brien1-0/+2
Notes: svn path=/head/; revision=104769
2004-03-17Try to fix breakage of non-amd64 platforms introduced by 1.165 andGerald Pfeifer1-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
2004-03-17Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk hasDavid E. O'Brien1-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
2004-03-14Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus savesGerald Pfeifer3-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
2004-02-19Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.Gerald Pfeifer2-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
2004-02-12Update to the 2004-02-11 snapshot of GCC 3.4.Gerald Pfeifer2-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
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2) Notes: svn path=/head/; revision=99920
2004-01-28Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26Gerald Pfeifer3-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
2004-01-22Update to the 2004-01-14 snapshot of GCC 3.4.Gerald Pfeifer4-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
2004-01-22Use the SORT macro from bsd.port.mk.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=98788
2004-01-22Use PAX macro.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=98754
2004-01-10Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05Gerald Pfeifer3-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
2004-01-09Fix packaging which was quite broken. On the way, update PORTVERSION toGerald Pfeifer2-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
2004-01-06Update to the 2003-12-31 snapshot.David E. O'Brien2-7/+7
Notes: svn path=/head/; revision=97492
2003-12-26Update to the 2003-12-24 snapshot.David E. O'Brien4-19/+10
Notes: svn path=/head/; revision=96627
2003-12-15Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in theDavid E. O'Brien1-1/+1
manpage fake out. Spotted by: gerald Notes: svn path=/head/; revision=95856
2003-12-15* Deal with GCC's configurary's assumption that /usr/local/{include,lib}David E. O'Brien3-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
2003-12-14Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (atGerald Pfeifer3-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
2003-12-04Really mark as broken.Gerald Pfeifer1-1/+1
Pointy hat to: self Notes: svn path=/head/; revision=95024
2003-12-04Update to the 2003-11-26 snapshot and fix several packaging issues.Gerald Pfeifer3-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
2003-11-14Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.Gerald Pfeifer8-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
2003-09-27- ECHO -> ECHO_MSGEdwin Groothuis1-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
2003-07-11Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifyGerald Pfeifer1-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