Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to the 20140626 snapshot of GCC 4.8.4. | gerald | 2014-06-28 | 2 | -3/+3 |
| | |||||
* | Fix build on system built WITHOUT_INFO | bapt | 2014-06-25 | 1 | -1/+1 |
| | | | | With hat: portmgr | ||||
* | Convert GMAKE to MAKE_CMD | bapt | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr | ||||
* | Update to the 20140619 snapshot of GCC 4.8.4 | gerald | 2014-06-25 | 2 | -3/+3 |
| | |||||
* | Update to the 20140605 snapshot of GCC 4.8.4. | gerald | 2014-06-10 | 6 | -3/+386 |
| | | | | | | | | | | | | | | | Add support for "-fstack-protector-strong". This extends the WITH_SSP_PORTS Makefile option in FreeBSD which adds "-fstack-protector" and "-fstack-protector-all" command-line options that add extra code to check for buffer overflows to ports built that way, cf. https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gcc/Optimize-Options.html While this was a good first step, those switches offer too little protection or too much overhead and so Google contributed a balanced "-fstack-protector-strong". [1] PR: 186852 [1] Submitted by: software-freebsd@interfasys.ch [1] | ||||
* | Update to the 20140522 snapshot of GCC 4.8.4 which is pretty much the | gerald | 2014-05-26 | 2 | -3/+3 |
| | | | | GCC 4.8.3 release. | ||||
* | Update to the 20140508 snapshot of GCC 4.8.3. | gerald | 2014-05-12 | 2 | -3/+3 |
| | |||||
* | Convert all :U to :tu and :L to :tl | bapt | 2014-05-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr | ||||
* | Update to the 20140424 snapshot of GCC 4.8.3. | gerald | 2014-04-29 | 2 | -3/+3 |
| | |||||
* | Add USES=fortran as another case where the run-time library path is | gerald | 2014-04-13 | 1 | -1/+2 |
| | | | | | | set transparently. Reported by: Dmitry Sivachenko <trtrmitya@gmail.com> | ||||
* | Update to the 20140410 snapshot of GCC 4.8.3. | gerald | 2014-04-13 | 3 | -3/+11 |
| | | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1] | ||||
* | Update to the 20140320 snapshot of GCC 4.8.3. | gerald | 2014-04-08 | 3 | -8/+8 |
| | | | | | | | | | Replace USE_BZIP2 by USES=tar:bzip2. No longer install rebuild-gcj-db48 (which requires bash among others) and its man page. Extend full-regression-test by running contrib/test_summary. | ||||
* | Update to the 20140220 snapshot of GCC 4.8.3. | gerald | 2014-02-22 | 2 | -3/+6 |
| | | | | | Set the license to a combination of GPLv3 (for the compiler itself) and GPLv3 with GCC Runtime Library Exception (for the runtime). | ||||
* | Add missing hunk for --enable-gnu-indirect-function for previous commit. | gerald | 2014-02-15 | 1 | -0/+1 |
| | |||||
* | Update to the 20140213 snapshot of GCC 4.8.3. | gerald | 2014-02-15 | 2 | -3/+4 |
| | | | | | | | | | | | Configure with --enable-gnu-indirect-function to enable the "ifunc" attribute, a GCC extension. [1] Remove the man7 pages, which we are not packaging, from the staging area to silence some warnings some are concerned about. [2] Submitted by: jmg [1], miwi [2] Discussed with: kib [1], antoine [2] | ||||
* | Really commit | gerald | 2014-02-13 | 1 | -3/+0 |
| | | | | | | | | No longer run ccache-update-links as part of post-install which, in the world of staging, no longer is what it used to be. Rely on the existing @exec and @unexec in pkg-plist instead. [3] which should have been in the last revision. | ||||
* | Remove references to long unsupported alpha. | danfe | 2014-01-29 | 1 | -2/+2 |
| | |||||
* | Fix properties on pkg-plist | bapt | 2014-01-22 | 1 | -1/+0 |
| | |||||
* | Update to the 20140116 snapshot of GCC 4.8.3. | gerald | 2014-01-20 | 2 | -3/+3 |
| | |||||
* | Update to the 20131212 snapshot of GCC 4.8.3. | gerald | 2013-12-16 | 2 | -3/+3 |
| | |||||
* | Update to the 20131121 snapshot of GCC 4.8.3. | gerald | 2013-12-02 | 2 | -4/+3 |
| | | | | | | | | | No longer add -I${LOCALBASE}/include to CFLAGS. Since we now configure with --with-gmp=${LOCALBASE} this is no longer necessary, and due to bugs in binutils (which should not install ansidecl.h into ${PREFIX}/include) and GCC (which should search its own include directories with higher priority) can lead to build failures. | ||||
* | Change PORTNAME from gcc to gcc48 to match the actual name of this | gerald | 2013-11-25 | 2 | -5/+5 |
| | | | | | | | port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131121 snapshot of GCC 4.8.3. | ||||
* | Update to the 20131114 snapshot of GCC 4.8.3. | gerald | 2013-11-18 | 2 | -4/+3 |
| | |||||
* | Update to the 20131024 snapshot of GCC 4.8.3, which pretty much | gerald | 2013-10-27 | 3 | -36/+33 |
| | | | | | | | | | | coincides with the release of GCC 4.8.2. Remove a (long) obsolete dependency on bison. [1] STAGEify. Reported by: marino [1] | ||||
* | Update to libmpc version 1.0.1 which brings the following fixes: | gerald | 2013-10-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) | ||||
* | Update to the 20131010 snapshot of GCC 4.8.2. [1] | gerald | 2013-10-14 | 2 | -6/+6 |
| | | | | | | Migrate to the new LIB_DEPENDS standard. Reported by: portscout [1] | ||||
* | Update to the 20130919 snapshot of GCC 4.8.2. | gerald | 2013-09-24 | 2 | -3/+3 |
| | |||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | bapt | 2013-09-21 | 1 | -0/+1 |
| | | | | lang) | ||||
* | SSP support has been added to ports with WITH_SSP for i386 and amd64 | bdrewery | 2013-09-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 | ||||
* | Convert to new perl framework | bapt | 2013-09-17 | 1 | -2/+2 |
| | | | | Convert from USE_GMAKE to USES=gmake | ||||
* | lang/gcc*: define CONFIGURE_TARGET genericly (8 ports) | marino | 2013-09-12 | 1 | -2/+2 |
| | | | | | | | | Instead of hardcoding the compiler target as FreeBSD, use the OPSYS variable to it. This makes no practical difference for FreeBSD, but it helps DragonFly get properly configured. Approved by: gerald | ||||
* | Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk. | bsam | 2013-09-05 | 1 | -1/+1 |
| | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) | ||||
* | Introduce a new option BOOTSTRAP that allows switching between a | gerald | 2013-08-25 | 2 | -4/+11 |
| | | | | | | | | | | | full bootstrap of GCC and just running a simple build. Bootstrapping is the default upstream, and for very stable and old flavors of GCC we disable this by default since that is a huge win in terms of build time of the port. No change in default behavior for this port -- for the time being we continue to bootstrap. Update to the 20130822 snapshot of GCC 4.8.2. | ||||
* | Replace USE_GMAKE by USES=gmake. | gerald | 2013-08-18 | 2 | -5/+4 |
| | | | | Update to the 20130815 snapshot of GCC 4.8.2. | ||||
* | - Remove MAKE_JOBS_SAFE variable | ak | 2013-08-15 | 1 | -1/+0 |
| | | | | Approved by: portmgr (bdrewery) | ||||
* | Upgrade to the 20130808 snapshot of GCC 4.8.2. | gerald | 2013-08-11 | 2 | -10/+11 |
| | | | | | | | | | | | | Adjust the scheme used for PORTVERSION such that snapshots compare less than the actual release (and no EPOCH bump becomes necessary at end of life of a release series). [1] Rename VERSIONSTRING to the standard DISTVERSION. [2] Add more notes on the various variables carrying version information. Suggested by: tijl [1], crees [2] | ||||
* | - Convert USE_ICONV=yes to USES=iconv | mva | 2013-04-27 | 1 | -2/+1 |
| | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising | ||||
* | Remove unnecessary MAN3 settings in the case of Java being enabled. | gerald | 2013-04-20 | 1 | -4/+0 |
| | | | | Feature safe: yes | ||||
* | Update to the 20130418 snapshot of GCC 4.8.1. This no longer installs | gerald | 2013-04-20 | 2 | -5/+4 |
| | | | | | | | libffi and its info and man pages which was always meant to remain for internal use only. Feature safe: yes | ||||
* | Update to the 20130328 snapshot of GCC 4.8.1, first backport fixes | gerald | 2013-03-30 | 2 | -3/+3 |
| | | | | from mainline. | ||||
* | Update to the 20130321 snapshot of GCC 4.8.0, which basically | gerald | 2013-03-24 | 2 | -3/+3 |
| | | | | | | coincides with that release. Details can be found at http://gcc.gnu.org/gcc-4.8/changes.html . | ||||
* | Update to the 20130310 snapshot of GCC 4.8.0, approaching release branch. | gerald | 2013-03-13 | 2 | -3/+3 |
| | |||||
* | Convert USE_BISON to USES= bison | bapt | 2013-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix | ||||
* | Update to the 20130303 snapshot of GCC 4.8.0. This should now build | gerald | 2013-03-06 | 2 | -3/+3 |
| | | | | with texinfo 5.0 just fine. | ||||
* | Update to the 20130217 snapshot of GCC 4.8.0. Lots of release | gerald | 2013-03-02 | 2 | -3/+3 |
| | | | | stabilization fixes. | ||||
* | Replace the use of DISTFILES by DISTNAME, since we are now down to | gerald | 2013-02-17 | 2 | -4/+4 |
| | | | | | | one in all cases. On the way, update to the 20130210 snapshot of GCC 4.8.0. | ||||
* | Update to the 20130203 snapshot of GCC 4.8.0. | gerald | 2013-02-10 | 2 | -3/+3 |
| | |||||
* | Use the new lang/gcc-ecj45 port when building the Java frontend | gerald | 2013-01-21 | 3 | -16/+8 |
| | | | | | | | | | instead of including a pre-built version of the Eclipse Java Compiler (ECJ) ourselves. [1] On the way, update to the 20130113 snapshot of GCC 4.8.0. PR: 175072 | ||||
* | Update to the 20130106 snapshot of GCC 4.8.0. | gerald | 2013-01-11 | 2 | -5/+7 |
| | | | | | This brings a new merge with upstream libffi and a new info document (libffi.info) as well as a new man page. | ||||
* | Reintroduce, adjusted to current upstream changes, my hack to get | gerald | 2012-12-18 | 3 | -3/+23 |
| | | | | | | | | to the unwinder interface to get FreeBSD/ia64 build. [1] Update to the 20121216 snapshot of GCC 4.8.0. Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> [1] | ||||
* | Make binutils a build dependency as well (not just a run-time dependency). | gerald | 2012-12-13 | 2 | -3/+4 |
| | | | | | | Without this, the libiberty build fails locating ar. Also update to the 20121209 snapshot of 4.8.0. | ||||
* | Update to the 20121125 snapshot of GCC 4.8.0. | gerald | 2012-12-05 | 2 | -3/+3 |
| | | | | | | | This enables support for libbacktrace and thus nicer backtraces should the compiler fail on FreeBSD. Feature safe: yes | ||||
* | Forward port inclusion and use of the Eclipse Java compiler. [1] | gerald | 2012-11-02 | 3 | -4/+16 |
| | | | | | | | Update to the 20121014 snapshot of GCC 4.8.0. Submitted by: jkim [1] Feature safe: yes | ||||
* | Forward port revision 282369 [1] which carried the following description: | gerald | 2012-10-01 | 3 | -17/+20 |
| | | | | | | | | | | On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. On the way, update to the 20120930 snapshot of GCC 4.8.0. Submitted by: jkim [1] | ||||
* | Update to the 20120909 snapshot of GCC 4.8.0. (Later versions have | gerald | 2012-09-29 | 2 | -12/+8 |
| | | | | | | | | | | | | | | an issue that is being in the works right now.) Cut down the comments at the top of Makefile per recent guidance. Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1] | ||||
* | Update to the 20120902 snapshot of GCC 4.8.0 (where I committed | gerald | 2012-09-05 | 2 | -3/+3 |
| | | | | | support for OpenBSD/x86_64 if anyone is interested in building for that). | ||||
* | Update to the 20120826 snapshot of GCC 4.8.0. | gerald | 2012-08-27 | 2 | -3/+3 |
| | |||||
* | Update to the 20120819 snapshot of GCC 4.8.0. | gerald | 2012-08-21 | 1 | -2/+2 |
| | |||||
* | Update to the 20120819 snapshot of GCC 4.8.0. | gerald | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | Update to the 20120805 snapshot of GCC 4.8.0. | gerald | 2012-08-09 | 2 | -3/+3 |
| | |||||
* | Convert to the new options framework. | gerald | 2012-07-30 | 2 | -9/+8 |
| | | | | On the way update to the 20120729 snapshot of GCC 4.8.0. | ||||
* | Update to the 20120722 snapshot of GCC 4.8.0. | gerald | 2012-07-25 | 2 | -6/+6 |
| | | | | Remove ABI version numbers for all library dependencies. | ||||
* | Update to the 20120715 snapshot of GCC 4.8.0. | gerald | 2012-07-16 | 2 | -3/+3 |
| | |||||
* | Update to the 20120708 snapshot of GCC 4.8.0. | gerald | 2012-07-12 | 2 | -3/+3 |
| | |||||
* | Update to the 20120701 snapshot of GCC 4.8.0. | gerald | 2012-07-03 | 2 | -4/+4 |
| | | | | Address a minor formatting issue introduced with revision 1.536. | ||||
* | Update to the 20120617 snapshot of GCC 4.8.0. | gerald | 2012-06-20 | 2 | -3/+3 |
| | |||||
* | Add powerpc64 support. | andreast | 2012-06-16 | 1 | -1/+5 |
| | | | | Approved by: gerald | ||||
* | Update to the 20120603 snapshot of GCC 4.8.0. | gerald | 2012-06-04 | 2 | -3/+3 |
| | |||||
* | Update to the 20120527 snapshot of GCC 4.8.0. | gerald | 2012-05-28 | 2 | -3/+3 |
| | |||||
* | Update to the 20120513 snapshot of GCC 4.8.0. | gerald | 2012-05-17 | 2 | -3/+3 |
| | |||||
* | Update to the 20120506 snapshot of GCC 4.8.0. | gerald | 2012-05-08 | 2 | -3/+3 |
| | |||||
* | Update to the 20120429 snapshot of GCC 4.8.0. | gerald | 2012-05-01 | 2 | -3/+3 |
| | |||||
* | Update to the 20120415 snapshot of GCC 4.8.0. | gerald | 2012-04-16 | 2 | -3/+3 |
| | |||||
* | Update to the 20120408 snapshot of GCC 4.8.0. | gerald | 2012-04-09 | 2 | -3/+3 |
| | | | | Feature safe: yes | ||||
* | Update to the 20120401 snapshot of GCC 4.8.0. | gerald | 2012-04-04 | 2 | -3/+3 |
| | | | | Feature safe: yes | ||||
* | Welcome GCC 4.8! For the next couple of months this is going to be | gerald | 2012-03-17 | 4 | -9/+9 |
| | | | | | | | | a rougher ride, as this release series -- just branched off GCC 4.7 -- is going to see a lot of active and often invasive development. This port is for early exposure and not production use at all. Feature safe: yes | ||||
* | Update to the 20120225 snapshot of GCC 4.7.0. | gerald | 2012-02-27 | 2 | -3/+3 |
| | |||||
* | Update to the 20120204 snapshot of GCC 4.7.0. | gerald | 2012-02-12 | 2 | -3/+3 |
| | |||||
* | Update to the 20120128 snapshot of GCC 4.7.0. This fixes | gerald | 2012-02-04 | 2 | -3/+3 |
| | | | | -fstack-protector-all on FreeBSD (thanks to tijl). | ||||
* | Update to the 20120121 snapshot of GCC 4.7.0. | gerald | 2012-01-22 | 2 | -3/+3 |
| | | | | | This fixes a bootstrap comparison failure rearing its ugly head in some cases, plus GNU/kFreeBSD. | ||||
* | Update to the 20120114 snapshot of GCC 4.7.0. Re-enable the Objective-C | gerald | 2012-01-16 | 2 | -5/+5 |
| | | | | front end and accordingly also the run-time. | ||||
* | Update to the 20120107 snapshot of GCC 4.7.0. | gerald | 2012-01-14 | 2 | -3/+3 |
| | |||||
* | Update to the 20111231 snapshot of GCC 4.7.0. | gerald | 2012-01-07 | 2 | -3/+3 |
| | |||||
* | Update to the 20111217 snapshot of GCC 4.7.0. | gerald | 2011-12-19 | 2 | -3/+3 |
| | |||||
* | Update to the 20111210 snapshot of GCC 4.7.0. | gerald | 2011-12-13 | 2 | -3/+3 |
| | | | | Feature safe: yes | ||||
* | Update to the 20111203 snapshot of GCC 4.7.0. This addresses an | gerald | 2011-12-05 | 2 | -3/+3 |
| | | | | | | | incorrectly named library (libjavamath.so.0.0) introduced by the fixes for FreeBSD 10 support. Feature safe: yes | ||||
* | Update to the 20111126 snapshot of GCC 4.7.0. This now builds on | gerald | 2011-11-27 | 2 | -3/+3 |
| | | | | | | FreeBSD 10 without problems and any additional tweaks. Feature safe: yes | ||||
* | Update to the 20111119 snapshot of GCC 4.7.0 which brings support | gerald | 2011-11-27 | 2 | -5/+6 |
| | | | | | | | | | | for transactional memory on i386, amd64 and alpha. We handle the corresponding info file inclusively by listing all supported architecture and move the libquadmath info file to the same schema. Feature safe: yes | ||||
* | Remove ia64 from the list of supported platforms. It's broken and | gerald | 2011-11-15 | 1 | -1/+1 |
| | | | | | | now developer, only a sole user, ever cared for the last many years. Feature safe: yes | ||||
* | Update to the 20111105 snapshot of GCC 4.7.0. This allows us to remove | gerald | 2011-11-10 | 3 | -22/+3 |
| | | | | | | a hack of mine for libgcc on ia64. Feature safe: yes | ||||
* | Update to the 20111029 snapshot of GCC 4.7.0. | gerald | 2011-10-30 | 3 | -3/+9 |
| | | | | This adds new programs gcc-ar47, gcc-nm47, and gcc-ranlib47. | ||||
* | Update to the 20111022 snapshot of GCC 4.7.0. | gerald | 2011-10-24 | 2 | -3/+3 |
| | |||||
* | Update to the 20111015 snapshot of GCC 4.7.0. | gerald | 2011-10-16 | 2 | -3/+3 |
| | |||||
* | Update to the 20111008 snapshot of GCC 4.7.0. | gerald | 2011-10-10 | 2 | -3/+3 |
| | |||||
* | Update to the 20111001 snapshot of GCC 4.7.0. | gerald | 2011-10-02 | 3 | -3/+22 |
| | |||||
* | Update to the 20110924 snapshot of GCC 4.7.0. | gerald | 2011-09-25 | 2 | -3/+3 |
| | |||||
* | Update to the 20110917 snapshot of GCC 4.7.0. | gerald | 2011-09-18 | 2 | -3/+3 |
| | |||||
* | Update to the 20110910 snapshot of GCC 4.7.0. | gerald | 2011-09-11 | 2 | -3/+3 |
| | |||||
* | Update to the 20110903 snapshot of GCC 4.7. | gerald | 2011-09-11 | 3 | -3/+8 |
| | | | | | | | | On the way update ccache links (when appropriate) when installing and deinstalling this port/package. [1] PR: 155568 [1] Submitted by: ehaupt [1] | ||||
* | Update to the 20110827 snapshot of GCC 4.7.0 (which apparently requires | gerald | 2011-09-05 | 3 | -22/+3 |
| | | | | | | | the newer version of binutils that we are using). Remove a patch for ia64 that was not accepted upstream and where the are in question was restructured recently. | ||||
* | Update to the 20110730 snapshot of GCC 4.7.0. | gerald | 2011-08-01 | 2 | -3/+3 |
| | |||||
* | Update to the 20110723 snapshot of GCC 4.7.0, which addresses bootstrap | gerald | 2011-07-24 | 2 | -3/+3 |
| | | | | issues on ia64. | ||||
* | Update to the 20110716 snapshot of GCC 4.7.0. | gerald | 2011-07-20 | 2 | -3/+3 |
| | |||||
* | Update to the 20110709 snapshot of GCC 4.7.0. | gerald | 2011-07-11 | 2 | -3/+3 |
| | |||||
* | Update to the 20110702 snapshot of GCC 4.7.0. | gerald | 2011-07-04 | 2 | -3/+3 |
| | |||||
* | Update to the 20110611 snapshot of GCC 4.7.0. | gerald | 2011-06-12 | 2 | -3/+3 |
| | |||||
* | Update to the 20110604 snapshot of GCC 4.7.0. Upstream now only provides | gerald | 2011-06-06 | 2 | -16/+6 |
| | | | | | | | | | a single tarball and this update brings a number of changes around that. Enable c, c++, and fortran (and only these) explicitly by default, and Java when/where available. [1] Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1] | ||||
* | Update to the 20110521 snapshot of GCC 4.7.0. | gerald | 2011-05-22 | 2 | -11/+11 |
| | |||||
* | Update to the 20110514 snapshot of GCC 4.7.0. | gerald | 2011-05-16 | 2 | -11/+11 |
| | |||||
* | Update to the 20110507 snapshot of GCC 4.7.0. | gerald | 2011-05-08 | 2 | -11/+11 |
| | |||||
* | Update to the 20110430 snapshot of GCC 4.7.0. | gerald | 2011-05-06 | 2 | -11/+11 |
| | |||||
* | Update to the 20110423 snapshot of GCC 4.7.0. | gerald | 2011-04-27 | 2 | -15/+12 |
| | | | | | | | Replace the, now dysfunctional, post-patch target with a configure option that marks this build of GCC as "FreeBSD Ports Collection". [1] Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de> [1] | ||||
* | Update to the 20110416 alpha snapshot of GCC 4.7.0. | gerald | 2011-04-17 | 2 | -11/+11 |
| | |||||
* | Update to the 20110409 alpha snapshot of GCC 4.6.0. | gerald | 2011-04-16 | 2 | -11/+11 |
| | |||||
* | Update to the 20110326 snapshot of GCC 4.7.0. | gerald | 2011-03-27 | 2 | -11/+11 |
| | | | | | | On SPARC the target CPU type may now be set via -mcpu instead of being limited to the hardcoded equivalent of -mcpu=ultrasparc and TLS support is enabled if available. | ||||
* | Add support for 32-bit powerpc. | gerald | 2011-03-23 | 1 | -2/+2 |
| | | | | Submitted by: andreast | ||||
* | Welcome the GCC 4.7 series which at this point is just a few days after | gerald | 2011-03-21 | 4 | -17/+17 |
| | | | | | | | the GCC 4.6 branch has been carved, thus quite similar to that. Over the next months this will see a lot of active and partially invasive development. Accordingly this port is for early exposure and not yet production use. | ||||
* | Update to the 20110318 snapshot of GCC 4.6.0. | gerald | 2011-03-19 | 2 | -11/+13 |
| | | | | | | Make the full-regression-test target conditional on MAINTAINER_MODE. [1] Reported by: andreast, marius [1] | ||||
* | Update to the 20110312 snapshot of GCC 4.6.0. On the way, remove the | gerald | 2011-03-19 | 2 | -19/+12 |
| | | | | | LTO option. This is now the default, without any drawbacks or extra dependencies. | ||||
* | Update to the 20110305 snapshot of GCC 4.6.0. Remove the dependency | gerald | 2011-03-14 | 2 | -14/+12 |
| | | | | | on libelf when building with link-time optimization (LTO) support which is not needed any more. | ||||
* | Update to the 20110226 snapshot of GCC 4.6.0. The change for code | gerald | 2011-02-27 | 3 | -36/+11 |
| | | | | | generation on i386 to default to i486 on FreeBSD 6 and above is now upstream, too, so we can shed our specific patch. | ||||
* | Update to the 20110219 snapshot of GCC 4.6.0. | gerald | 2011-02-23 | 1 | -0/+25 |
| | | | | | | | | | | | | | This addresses the pollution of common namespace by share/python/aotcompile.py and share/python/classfile.py which are now saved in version-specific directories. By means of an extra patch default code generation on i386 now defaults to i486 on FreeBSD 6 and above. [1] Submitted by: tijl [1] Reported by: Yuri Karaban <tech@askold.net> [1] PR: 154364 [1] | ||||
* | Update to the 20110219 snapshot of GCC 4.6.0. | gerald | 2011-02-23 | 3 | -14/+14 |
| | | | | | | | | | | | | | This addresses the pollution of common namespace by share/python/aotcompile.py and share/python/classfile.py which now go into version-specific directories. By means of an extra patch default code generation on i386 defaults to i486 on FreeBSD 6 and above. [1] Submitted by: tijl [1] Reported by: Yuri Karaban <tech@askold.net> [1] PR: 154364 [1] | ||||
* | Update to the 20110212 snapshot of GCC 4.6.0. | gerald | 2011-02-15 | 2 | -11/+11 |
| | |||||
* | Omit the libquadmath info file on sparc64 and ia64. | gerald | 2011-02-10 | 1 | -2/+4 |
| | | | | Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> | ||||
* | Update to the 20110205 snapshot of GCC 4.6.0. This finally addresses | gerald | 2011-02-06 | 2 | -14/+11 |
| | | | | | | | | a long standing issue around libgcj that's been hitting us and allows me to remove the stop gap I had put in place years ago. [1] PR: 81788 [1] Feature safe: yes | ||||
* | Update to the 20110129 snapshot of GCC 4.6.0. | gerald | 2011-01-30 | 2 | -11/+11 |
| | | | | Feature safe: yes | ||||
* | Update to the 20110122 snapshot of GCC 4.6.0. Among others, this | gerald | 2011-01-24 | 2 | -11/+11 |
| | | | | | | | improves GOMP support on FreeBSD with a patch of mine to resolve linking issues. Feature safe: yes | ||||
* | Update to the 20110115 snapshot of GCC 4.6.0. | gerald | 2011-01-17 | 2 | -13/+13 |
| | | | | | | Provide more background on the need to use --disable-rpath as a workaround. Feature safe: yes | ||||
* | Update to the 20110108 snapshot of GCC 4.6.0. | gerald | 2011-01-15 | 2 | -11/+11 |
| | | | | Feature safe: yes | ||||
* | Update to the 20110101 snapshot of GCC 4.6.0. | gerald | 2011-01-02 | 2 | -11/+11 |
| | |||||
* | Update to the 20101225 snapshot of GCC 4.6.0. This addresses the | gerald | 2010-12-27 | 3 | -14/+13 |
| | | | | | original pollution of include file namespace around libquadmath and adds a GNU info file for libquadmath. | ||||
* | Update to the 20101127 snapshot of GCC 4.6.0. | gerald | 2010-11-29 | 2 | -11/+11 |
| | |||||
* | Update to the 20101120 snapshot of GCC 4.6.0. This brings libquadmath | gerald | 2010-11-22 | 3 | -11/+13 |
| | | | | | | (better support for 128 bit floating point types, which for now poisons global include file namespace though this won't be an issue before GCC 4.7 and I have reported it upstream). | ||||
* | Update to the 20101113 snapshot of GCC 4.6.0. | gerald | 2010-11-15 | 2 | -11/+11 |
| | |||||
* | Update to the 20101106 snapshot of GCC 4.6.0. | gerald | 2010-11-07 | 2 | -11/+11 |
| | |||||
* | Update to the 20101030 snapshot of GCC 4.6.0. | gerald | 2010-10-31 | 2 | -16/+11 |
| | | | | Look ma', no more MD5 distinfo. | ||||
* | Update to the 20101023 snapshot of GCC 4.6.0. This removes the gccbug | gerald | 2010-10-24 | 3 | -17/+16 |
| | | | | script which had allowed submitting bugs like send-pr in FreeBSD. | ||||
* | Update to the 20101016 snapshot of GCC 4.6.0. | gerald | 2010-10-17 | 2 | -16/+16 |
| | |||||
* | Update to the 20101009 snapshot of GCC 4.6.0. | gerald | 2010-10-11 | 2 | -16/+16 |
| | |||||
* | Replace the explicit build dependency on devel/binutils by USE_BINUTILS. | gerald | 2010-09-28 | 1 | -1/+1 |
| | | | | Submitted by: bf | ||||
* | Fix a small whitespace issue in OPTIONS. | gerald | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | Update to the 20100925 snapshot of GCC 4.6.0. | gerald | 2010-09-26 | 2 | -16/+16 |
| | |||||
* | Update to the 20100918 snapshot of GCC 4.6.0 which now defaults to i486 | gerald | 2010-09-19 | 2 | -16/+16 |
| | | | | architecture support on i386 thanks to a patch by tijl. | ||||
* | Update to the 20100911 snapshot of GCC 4.6.0. This brings one fix for | gerald | 2010-09-12 | 3 | -17/+36 |
| | | | | | FreeBSD/ia64 that I made upstream and together with another, which is a local patch for now, ia64 can become part of ONLY_FOR_ARCHS. | ||||
* | Update to the 20100904 snapshot of GCC 4.6.0. This brings first support | gerald | 2010-09-06 | 2 | -17/+16 |
| | | | | for _float128 on i386 and proper symbol versioning for libgcc. | ||||
* | Similar to lang/gcc45, add a new option LTO that enables GCC's new | gerald | 2010-09-05 | 1 | -1/+11 |
| | | | | | | | | | | | | link-time optimization framework and optimizations. GCC 4.6 has been seeing a lot of work since GCC 4.5, but we are still keeping this disable by default for now Using LTO adds libelf as a new dependency and in either case the environment does not have an influence any more. Bumping PORTREVISION since someone who had libelf on his system previously to this change would get LTO enabled automatically and then run into problems if libelf was removed. | ||||
* | Update to the 20100828 snapshot of GCC 4.6.0. | gerald | 2010-08-30 | 2 | -16/+16 |
| | |||||
* | Update to the 20100821 snapshot of GCC 4.6.0. This now really does not | gerald | 2010-08-23 | 2 | -16/+16 |
| | | | | | | | | work with the ancient version of GNU as that is part of FreeBSD 8.1 and earlier (and likely later), so where the dependency this port has on devel/binutils was a strong recommendation until now and necessary to leverage new processor features and the -mtune=native option when running on those newer processors, it is now strictly needed on x86-64 at least. | ||||
* | Update to the 20100814 snapshot of GCC 4.6.0. | gerald | 2010-08-21 | 2 | -17/+17 |
| | | | | | | Replace NOT_FOR_ARCHS by ONLY_FOR_ARCHS. [1] Suggested by: linimon | ||||
* | Update to the 20100807 snapshot of GCC 4.6.0. | gerald | 2010-08-08 | 2 | -16/+16 |
| | |||||
* | Update to the 20100724 snapshot of GCC 4.6.0. | gerald | 2010-07-25 | 2 | -16/+16 |
| | |||||
* | Update to the 20100717 snapshot of GCC 4.6.0. | gerald | 2010-07-19 | 2 | -16/+16 |
| | | | | Feature safe: yes | ||||
* | Update to the 20100710 snapshot of GCC 4.6.0. | gerald | 2010-07-11 | 2 | -16/+16 |
| | | | | Feature safe: yes | ||||
* | Update to the 20100703 snapshot of GCC 4.6.0. | gerald | 2010-07-05 | 2 | -16/+16 |
| | | | | Feature safe: yes | ||||
* | Update to the 20100626 snapshot of GCC 4.6.0. | gerald | 2010-06-27 | 2 | -16/+18 |
| | | | | | | | Make Java support an OPTION (JAVA) so it is easier to deselect. [1] Suggested by: doubg [1] Feature safe: yes | ||||
* | Simplify full-regression-test. | gerald | 2010-06-27 | 1 | -1/+1 |
| | | | | Feature safe: yes | ||||
* | Update to the 20100619 snapshot of GCC 4.6.0. | gerald | 2010-06-20 | 2 | -16/+16 |
| | | | | Feature safe: yes | ||||
* | Update to the 20100612 snapshot of GCC 4.6.0. | gerald | 2010-06-13 | 2 | -17/+16 |
| | |||||
* | Chase mpfr library and bump PORTREVISION. | ale | 2010-06-11 | 1 | -1/+2 |
| | |||||
* | Update to the 20100605 snapshot of GCC 4.6.0. | gerald | 2010-06-06 | 2 | -16/+16 |
| | |||||
* | Update to the 20100529 snapshot of GCC 4.6.0. | gerald | 2010-05-30 | 2 | -16/+16 |
| | |||||
* | Update to the 20100515 snapshot of GCC 4.6.0. | gerald | 2010-05-22 | 2 | -16/+16 |
| | |||||
* | Adjust references to the GCC version to refer to 4.6. | gerald | 2010-05-08 | 2 | -5/+5 |
| | | | | Reported by: Eitan Adler <eitanadlerlist@gmail.com> | ||||
* | Update to the 20100501 snapshot of GCC 4.6.0. | gerald | 2010-05-02 | 2 | -16/+16 |
| | |||||
* | Complete the creation of this port by adjusting it from GCC 4.5 to the | gerald | 2010-04-26 | 3 | -17/+17 |
| | | | | | 20100424 snapshot of GCC 4.6.0, which is a very, very early version of said release which likely won't happen before 2011. | ||||
* | Update to the 20100422 snapshot of GCC 4.5.1. | gerald | 2010-04-25 | 2 | -17/+16 |
| | |||||
* | Switch to use newer GMP version. | ale | 2010-04-19 | 1 | -1/+2 |
| | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) | ||||
* | Update to the 20100415 snapshot of GCC 4.5.1. This is basically the | gerald | 2010-04-19 | 2 | -16/+16 |
| | | | | | official release of GCC 4.5.0, thought that one may still have some kinks and I recommend staying with GCC 4.4 for production use. | ||||
* | Update to the 20100401 snapshot of GCC 4.5.0. | gerald | 2010-04-02 | 2 | -16/+16 |
| | |||||
* | Update to the 20100318 snapshot of GCC 4.5.0. | gerald | 2010-03-19 | 2 | -16/+16 |
| | |||||
* | Update to the 20100311 snapshot of GCC 4.5.0. | gerald | 2010-03-13 | 2 | -16/+16 |
| | |||||
* | Update to the 20100304 snapshot of GCC 4.5.0. | gerald | 2010-03-08 | 2 | -16/+16 |
| | |||||
* | Update to the 20100225 snapshot of GCC 4.5.0. | gerald | 2010-02-27 | 2 | -16/+16 |
| | | | | Feature safe: yes | ||||
* | Update to the 20100218 snapshot of GCC 4.5.0. | gerald | 2010-02-19 | 2 | -16/+16 |
| | | | | Feature safe: yes | ||||
* | Update to the 20100211 snapshot of GCC 4.5.0. | gerald | 2010-02-14 | 2 | -16/+16 |
| | |||||
* | Update to the 20100204 snapshot of GCC 4.5.0. | gerald | 2010-02-06 | 2 | -16/+16 |
| | |||||
* | Update to the 20100128 snapshot of GCC 4.5.0. | gerald | 2010-02-02 | 2 | -16/+16 |
| | |||||
* | Also build Java on amd64. | gerald | 2010-01-22 | 1 | -1/+1 |
| | | | | Submitted by: Andreas Tobler <andreast@fgznet.ch> | ||||
* | Update to the 20100114 snapshot of GCC 4.5.0. | gerald | 2010-01-17 | 2 | -16/+17 |
| | | | | | Since we already require devel/binutils for the assembler, also enforce use of the linker from there. | ||||
* | Update to the 20100107 snapshot of GCC 4.5.0. | gerald | 2010-01-08 | 2 | -16/+16 |
| | |||||
* | Update to the 20091231 snapshot of GCC 4.5.0 which brings some key | gerald | 2010-01-02 | 2 | -25/+16 |
| | | | | | | | improvements to libffi (Java), especially on amd64. Remove the WITH_JAVA_AWT knob which really has not been used a lot, if at all. | ||||
* | Update to the 20091224 snapshot of GCC 4.5.0. On the way, sort pkg-plist | gerald | 2009-12-28 | 3 | -23/+23 |
| | | | | a bit differently. | ||||
* | Update to the 20091217 snapshot of GCC 4.5.0. | gerald | 2009-12-19 | 2 | -17/+16 |
| | |||||
* | Use current GNU binutils from ports (devel/binutils) instead of the | gerald | 2009-12-01 | 1 | -5/+9 |
| | | | | | | | | | | | system tools. The latter are half a decade old and fail to properly support modern CPUs and their standard features such as SSE or AVX in the case of AMD64/Intel64 which means that they even break when using a simple -march=native. On the way, sort CONFIGURE_ARGS. PR: 140995, 136607 | ||||
* | Update to the 20091126 snapshot of GCC 4.5.0. Among others this fails | gerald | 2009-11-30 | 2 | -16/+16 |
| | | | | | to build emulators/wine due to problems with debuginfo, but then this is more of an experimental port than anything, so always use with care. | ||||
* | With lang/gcc295 gone (and not building for most of the last year), we can | gerald | 2009-11-25 | 1 | -8/+0 |
| | | | | | now remove the check for a gcc295 binary that might cause build failure in libgcj. | ||||
* | Update to the 20091119 snapshot of GCC 4.5.0. | gerald | 2009-11-20 | 2 | -16/+16 |
| | |||||
* | No longer download Objective-C related files which we don't actually use. | gerald | 2009-11-20 | 3 | -15/+6 |
| | | | | | | | | Minor style changes. Adjust the ports description to the new style I am using for the various gcc ports and remove an obsolete note on memory consumption when building libgcj (the Java library). | ||||
* | Update to the 20091112 snapshot of GCC 4.5.0. | gerald | 2009-11-13 | 2 | -19/+19 |
| | |||||
* | Update to the 20091105 snapshot of GCC 4.5.0. | gerald | 2009-11-07 | 2 | -19/+19 |
| | |||||
* | Update to the 20091029 snapshot of GCC 4.5.0. | gerald | 2009-10-31 | 2 | -19/+19 |
| | |||||
* | Update to the 20091022 snapshot of GCC 4.5.0. | gerald | 2009-10-25 | 2 | -19/+19 |
| | |||||
* | Update to the 20091015 snapshot of GCC 4.5.0. | gerald | 2009-10-17 | 2 | -19/+19 |
| | |||||
* | Update to the 20091008 snapshot of GCC 4.5.0. Add math/mpc as a | gerald | 2009-10-11 | 2 | -20/+21 |
| | | | | | dependency going forward; it will become mandatory in the next weeks and for the final GCC 4.5.0 release. | ||||
* | Update to the 20091001 snapshot of GCC 4.5.0. | gerald | 2009-10-03 | 2 | -19/+19 |
| | |||||
* | For GCC 4.5 libgcj has been broken up such compilation no longer requires | gerald | 2009-09-27 | 1 | -9/+0 |
| | | | | | | | more than half a GB of memory. Accordingly, we can now remove the build- time test for that from pre-everything. Feature safe: yes | ||||
* | Update to the 20090924 snapshot of GCC 4.5.0. | gerald | 2009-09-26 | 2 | -19/+19 |
| | | | | Feature safe: yes | ||||
* | Update to the 20090917 snapshot of GCC 4.5.0. | gerald | 2009-09-19 | 2 | -19/+19 |
| | | | | Feature safe: yes | ||||
* | Update to the 20090910 snapshot of GCC 4.5.0. | gerald | 2009-09-11 | 2 | -19/+19 |
| | |||||
* | Update to the 20090827 snapshot of GCC 4.5.0. | gerald | 2009-09-04 | 2 | -19/+19 |
| | |||||
* | Update to the 20090820 snapshot of GCC 4.5.0. | gerald | 2009-08-22 | 2 | -19/+19 |
| | |||||
* | Update to the 20090813 snapshot of GCC 4.5.0. | gerald | 2009-08-14 | 2 | -19/+19 |
| | |||||
* | Update to the 20090806 snapshot of GCC 4.5.0. | gerald | 2009-08-07 | 2 | -19/+19 |
| | |||||
* | Update to the 20090730 snapshot of GCC 4.5.0. | gerald | 2009-08-01 | 2 | -19/+19 |
| | |||||
* | Update to the 20090723 snapshot of GCC 4.5.0. | gerald | 2009-07-25 | 2 | -19/+19 |
| | |||||
* | Update to the 20090716 snapshot of GCC 4.5.0. | gerald | 2009-07-18 | 2 | -19/+19 |
| | |||||
* | Update to the 20090709 snapshot of GCC 4.5.0. | gerald | 2009-07-12 | 2 | -19/+19 |
| | |||||
* | Update to the 20090625 snapshot of GCC 4.5.0. | gerald | 2009-06-27 | 2 | -19/+19 |
| | |||||
* | The new libffi man pages depend on Java, thus are not available on x86-64. | gerald | 2009-06-22 | 1 | -3/+3 |
| | | | | Reported by: QAT | ||||
* | Update to the 20090618 snapshot of GCC 4.5.0. Tweak pkg-descr "footer". | gerald | 2009-06-20 | 4 | -26/+32 |
| | | | | | | | | | | | | Add hack for non-default LOCALBASE until the ports infrastructure has been fixed. [1] The new share/libstdc++/python/libstdcxx has now moved to a version specific location based on an upstream report of mine. And there are now three new ffi related man pages. Dedicated to: | ||||
* | Update to the 20090604 snapshot of GCC 4.5.0. | gerald | 2009-06-06 | 2 | -19/+19 |
| | |||||
* | Update to the 20090528 snapshot of GCC 4.5.0. | gerald | 2009-05-30 | 3 | -23/+30 |
| | | | | | | | | | | Move the snapshot date from PORTREVISION to being a part of PORTVERSION to allow for PORTREVISION bumps. Simplify pre-everything and adjust PLIST_SUB accordingly. Move VERSIONSTRING down to pacify portlint after all those years and extract it from PORTVERSION, too. | ||||
* | Update to the 20090521 snapshot of GCC 4.5.0. | gerald | 2009-05-24 | 2 | -19/+19 |
| | |||||
* | Make the determination of SUFFIX more general and the one of | gerald | 2009-05-19 | 1 | -2/+2 |
| | | | | CONFIGURE_SCRIPT more robust. | ||||
* | Update to the 20090514 snapshot of GCC 4.5.0. | gerald | 2009-05-18 | 2 | -24/+24 |
| | | | | | | | | | Extract SUFFIX from PORTVERSION. Use SUFFIX for TARGLIB (and thus for the library path used by this port). Also use SUFFIX for the libexec directory instead of the full port version and flatten the directory structure and simplify the logic along the way. Tinder-tested by: itetcu@ | ||||
* | - Chase math/libgmp4 shlib bump | pav | 2009-05-14 | 1 | -1/+1 |
| | | | | | Reported by: pointyhat Pointy hat to: ale | ||||
* | Update to the 20090507 snapshot of GCC 4.5.0. | gerald | 2009-05-10 | 2 | -19/+19 |
| | |||||
* | Update to the 20090423 snapshot of GCC 4.5.0. | gerald | 2009-04-25 | 2 | -19/+19 |
| | |||||
* | Update to the 20090409 snapshot of GCC 4.5.0. | gerald | 2009-04-10 | 2 | -19/+19 |
| | |||||
* | This port installs gcc45, g++45, gcj45, gfortran45 and so forth, not the | gerald | 2009-04-08 | 1 | -2/+2 |
| | | | | | | 44 flavors of course. Reported by: linimon | ||||
* | Initiate lang/gcc45 by updating to the 20090402 snapshot of GCC 4.5.0. | gerald | 2009-04-08 | 3 | -28/+27 |
| | | | | | Address a long term FIXME related to older versions of FreeBSD by removing NOMANCOMPRESS=yes. | ||||
* | Update to the 20090331 snapshot of GCC 4.4.0. | gerald | 2009-04-01 | 2 | -19/+19 |
| | |||||
* | Update to the 20090327 snapshot of GCC 4.4.0. | gerald | 2009-03-30 | 2 | -19/+20 |
| | | | | Set MAKE_JOBS_SAFE to allow for parallel builds. | ||||
* | Update to the 20090313 snapshot of GCC 4.4.0. | gerald | 2009-03-15 | 2 | -33/+28 |
| | | | | | | | | | | | Remove obsolete code to create (empty) man pages in case regular man pages cannot be created. This catches four dummy man pages we are now able to remove: gjnih44, grepjar44, jar44, jv-scan44, rmic44, and rmiregistry44. Rename the check target to full-regression-test to be in sync with the lang/gcc43 port. Add a conditional dependency on misc/dejagnu and make the inclusion of gcc-testsuite in DISTFILES conditional, too. | ||||
* | Update to the 20090227 snapshot of GCC 4.4.0. | gerald | 2009-02-28 | 2 | -19/+19 |
| | |||||
* | Update to the 20090220 snapshot of GCC 4.4.0. | gerald | 2009-02-21 | 2 | -19/+19 |
| | |||||
* | Update to the 20090213 snapshot of GCC 4.4.0. | gerald | 2009-02-15 | 3 | -25/+19 |
| | | | | | This no longer contains bin/addr2name.awk44. Also remove the post-build target and its hint for running the testsuite. | ||||
* | Update to the 20090130 snapshot of GCC 4.4.0. | gerald | 2009-02-01 | 2 | -24/+24 |
| | | | | | | | | | Set PORTNAME, MAINTAINER, COMMENT, and LATEST_LINK unconditionally as opposed to using ?=. Add powerpc to NOT_FOR_ARCHS. [1] PR: 130964 [1] | ||||
* | Chase mpfr library. | ale | 2009-01-31 | 1 | -1/+1 |
| | |||||
* | Update to the 20090123 snapshot of GCC 4.4.0. | gerald | 2009-01-24 | 2 | -19/+19 |
| | |||||
* | Update to the 20090116 snapshot of GCC 4.4.0. | gerald | 2009-01-18 | 2 | -19/+19 |
| | |||||
* | Update to the 20090109 snapshot of GCC 4.4.0. | gerald | 2009-01-11 | 2 | -19/+19 |
| | |||||
* | - Remove conditional checks for FreeBSD 5.x and older | pav | 2009-01-06 | 1 | -8/+2 |
| | |||||
* | Replace CONFLICTS=gcc-2.95.*, which actually is too late to prevent | gerald | 2009-01-04 | 1 | -3/+8 |
| | | | | | | us running into build problems, by an earlier check (pre-extract). Suggested by: pav | ||||
* | Update to the 20090102 snapshot of GCC 4.4.0. | gerald | 2009-01-04 | 2 | -19/+19 |
| | |||||
* | Update to the 20081226 snapshot of GCC 4.4.0. | gerald | 2008-12-28 | 2 | -19/+19 |
| | |||||
* | Update to the 20081128 snapshot of GCC 4.4.0. | gerald | 2008-12-01 | 2 | -19/+19 |
| | |||||
* | Update to the 20081121 snapshot of GCC 4.4.0. | gerald | 2008-11-23 | 2 | -19/+19 |
| | |||||
* | Update to the 20081107 snapshot of GCC 4.4.0. | gerald | 2008-11-09 | 2 | -19/+20 |
| | |||||
* | Update to the 20081017 snapshot of GCC 4.4.0. | gerald | 2008-10-25 | 2 | -19/+19 |
| | |||||
* | Update to the 20081003 snapshot of GCC 4.4.0. | gerald | 2008-10-05 | 2 | -19/+19 |
| | |||||
* | Update to the 20080926 snapshot of GCC 4.4.0. | gerald | 2008-09-28 | 2 | -19/+19 |
| | |||||
* | Update to the 20080919 snapshot of GCC 4.4.0. | gerald | 2008-09-24 | 2 | -19/+19 |
| | |||||
* | Update to the 20080905 snapshot of GCC 4.4.0. | gerald | 2008-09-07 | 2 | -19/+19 |
| | |||||
* | Update to the 20080822 snapshot of GCC 4.4.0. | gerald | 2008-08-24 | 2 | -19/+19 |
| | |||||
* | Update to the 20080815 snapshot of GCC 4.4.0. | gerald | 2008-08-17 | 3 | -19/+20 |
| | | | | Remove the share/python directory if empty. | ||||
* | Update to the 20080801 snapshot of GCC 4.4.0. | gerald | 2008-08-04 | 2 | -19/+19 |
| | |||||
* | Update to the 20080725 snapshot of GCC 4.4.0. | gerald | 2008-07-27 | 2 | -19/+19 |
| | |||||
* | Update to the 20080711 snapshot of GCC 4.4.0. Among others, libgcj | gerald | 2008-07-13 | 3 | -20/+26 |
| | | | | now brings to additional programs, aot-compile and rebuild-gcj-db. |