summaryrefslogtreecommitdiff
path: root/lang/gcc40 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* My manpage creation fake-out broke with 3.1.1. Give up and add a buildDavid E. O'Brien2003-07-111-0/+1
| | | | | | | dependency on perl 5.6. Notes: svn path=/head/; revision=84680
* 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-093-18/+17
| | | | Notes: svn path=/head/; revision=84543
* Add bounds-checking support using Herman ten Brugge's patches.Gerald Pfeifer2003-06-173-1/+36
| | | | | | | | PR: 53395 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=83188
* Don't remove the share/java and share/java/classes system directories.Kris Kennaway2003-06-091-2/+0
| | | | Notes: svn path=/head/; revision=82586
* Update to the official release of GCC 3.3. On the way, somewhat restructureGerald Pfeifer2003-05-153-24/+20
| | | | | | | | | 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-092-6/+16
| | | | | | | languages testsuites (similar to the lang/gcc32 port). Notes: svn path=/head/; revision=80551
* I now made .bz2 sources available on gcc.gnu.org, so again use these insteadGerald Pfeifer2003-05-081-3/+1
| | | | | | | | of .gz sources. Remove a makeinfo related hack for CONFIGURE_ENV which is not needed any longer. Notes: svn path=/head/; revision=80439
* Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.Gerald Pfeifer2003-05-063-38/+20
| | | | | | | Adjust COMMENT and remove NO_CDROM. Reenable man pages. Notes: svn path=/head/; revision=80294
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.Gerald Pfeifer2003-05-061-1/+1
| | | | Notes: svn path=/head/; revision=80260
* Properly add the "[FreeBSD]" marker to the GCC version string also forGerald Pfeifer2003-05-061-1/+1
| | | | | | | prereleases and releases. Notes: svn path=/head/; revision=80255
* G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.David E. O'Brien2003-05-061-1/+1
| | | | Notes: svn path=/head/; revision=80194
* Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-05-042-6/+6
| | | | Notes: svn path=/head/; revision=80096
* Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-04-282-6/+6
| | | | Notes: svn path=/head/; revision=79773
* Merge targets pre-configure and pre-build, simplify them, and removeGerald Pfeifer2003-04-252-20/+2
| | | | | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer). Notes: svn path=/head/; revision=79641
* Make MAINTAINER overrideable by slave ports.Gerald Pfeifer2003-04-251-1/+1
| | | | Notes: svn path=/head/; revision=79618
* Fifty-one months after ELF flag day, and after the system compiler becameGerald Pfeifer2003-04-243-96/+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
* Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 onGerald Pfeifer2003-04-231-3/+1
| | | | | | | i386-unknown-freebsd4.8.) Notes: svn path=/head/; revision=79509
* 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
* merge changes from gcc32 to gcc33 after testingDirk Meyer2003-04-212-7/+36
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=79398
* 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
* Appease portlint by various whitespace changes. Remove last traces ofGerald Pfeifer2003-04-061-12/+8
| | | | | | | | PATCH_SITES and PATCHFILES which we haven't used lately as well as of libgcj not building properly. Notes: svn path=/head/; revision=78423
* 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
* LATEST_LINK can now be overwritten by the slave port.Dirk Meyer2003-03-311-1/+1
| | | | | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Notes: svn path=/head/; revision=77786
* Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-03-293-18/+60
| | | | Notes: svn path=/head/; revision=77705