summaryrefslogtreecommitdiff
path: root/lang/gcc48 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-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 Notes: svn path=/head/; revision=327697
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)John Marino2013-09-121-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 Notes: svn path=/head/; revision=327052
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-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) Notes: svn path=/head/; revision=326316
* Introduce a new option BOOTSTRAP that allows switching between aGerald Pfeifer2013-08-252-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. Notes: svn path=/head/; revision=325321
* Replace USE_GMAKE by USES=gmake.Gerald Pfeifer2013-08-172-5/+4
| | | | | | | Update to the 20130815 snapshot of GCC 4.8.2. Notes: svn path=/head/; revision=324866
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Upgrade to the 20130808 snapshot of GCC 4.8.2.Gerald Pfeifer2013-08-112-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] Notes: svn path=/head/; revision=324592
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Remove unnecessary MAN3 settings in the case of Java being enabled.Gerald Pfeifer2013-04-201-4/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316154
* Update to the 20130418 snapshot of GCC 4.8.1. This no longer installsGerald Pfeifer2013-04-192-5/+4
| | | | | | | | | | libffi and its info and man pages which was always meant to remain for internal use only. Feature safe: yes Notes: svn path=/head/; revision=316124
* Update to the 20130328 snapshot of GCC 4.8.1, first backport fixesGerald Pfeifer2013-03-292-3/+3
| | | | | | | from mainline. Notes: svn path=/head/; revision=315554
* Update to the 20130321 snapshot of GCC 4.8.0, which basicallyGerald Pfeifer2013-03-242-3/+3
| | | | | | | | | coincides with that release. Details can be found at http://gcc.gnu.org/gcc-4.8/changes.html . Notes: svn path=/head/; revision=315116
* Update to the 20130310 snapshot of GCC 4.8.0, approaching release branch.Gerald Pfeifer2013-03-132-3/+3
| | | | Notes: svn path=/head/; revision=314077
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-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 Notes: svn path=/head/; revision=313635
* Update to the 20130303 snapshot of GCC 4.8.0. This should now buildGerald Pfeifer2013-03-062-3/+3
| | | | | | | with texinfo 5.0 just fine. Notes: svn path=/head/; revision=313499
* Update to the 20130217 snapshot of GCC 4.8.0. Lots of releaseGerald Pfeifer2013-03-022-3/+3
| | | | | | | stabilization fixes. Notes: svn path=/head/; revision=313259
* Replace the use of DISTFILES by DISTNAME, since we are now down toGerald Pfeifer2013-02-162-4/+4
| | | | | | | | | one in all cases. On the way, update to the 20130210 snapshot of GCC 4.8.0. Notes: svn path=/head/; revision=312374
* Update to the 20130203 snapshot of GCC 4.8.0.Gerald Pfeifer2013-02-102-3/+3
| | | | Notes: svn path=/head/; revision=311994
* Use the new lang/gcc-ecj45 port when building the Java frontendGerald Pfeifer2013-01-203-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 Notes: svn path=/head/; revision=310702
* Update to the 20130106 snapshot of GCC 4.8.0.Gerald Pfeifer2013-01-112-5/+7
| | | | | | | | This brings a new merge with upstream libffi and a new info document (libffi.info) as well as a new man page. Notes: svn path=/head/; revision=310233
* Reintroduce, adjusted to current upstream changes, my hack to getGerald Pfeifer2012-12-183-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] Notes: svn path=/head/; revision=309143
* Make binutils a build dependency as well (not just a run-time dependency).Gerald Pfeifer2012-12-122-3/+4
| | | | | | | | | Without this, the libiberty build fails locating ar. Also update to the 20121209 snapshot of 4.8.0. Notes: svn path=/head/; revision=308776
* Update to the 20121125 snapshot of GCC 4.8.0.Gerald Pfeifer2012-12-052-3/+3
| | | | | | | | | | This enables support for libbacktrace and thus nicer backtraces should the compiler fail on FreeBSD. Feature safe: yes Notes: svn path=/head/; revision=308288
* Forward port inclusion and use of the Eclipse Java compiler. [1]Gerald Pfeifer2012-11-013-4/+16
| | | | | | | | | | Update to the 20121014 snapshot of GCC 4.8.0. Submitted by: jkim [1] Feature safe: yes Notes: svn path=/head/; revision=306819
* Forward port revision 282369 [1] which carried the following description:Gerald Pfeifer2012-10-013-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] Notes: svn path=/head/; revision=305091
* Update to the 20120909 snapshot of GCC 4.8.0. (Later versions haveGerald Pfeifer2012-09-292-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] Notes: svn path=/head/; revision=305019
* Update to the 20120902 snapshot of GCC 4.8.0 (where I committedGerald Pfeifer2012-09-042-3/+3
| | | | | | | | support for OpenBSD/x86_64 if anyone is interested in building for that). Notes: svn path=/head/; revision=303665
* Update to the 20120826 snapshot of GCC 4.8.0.Gerald Pfeifer2012-08-272-3/+3
| | | | Notes: svn path=/head/; revision=303220
* Update to the 20120819 snapshot of GCC 4.8.0.Gerald Pfeifer2012-08-211-2/+2
| | | | Notes: svn path=/head/; revision=302870
* Update to the 20120819 snapshot of GCC 4.8.0.Gerald Pfeifer2012-08-211-1/+1
| | | | Notes: svn path=/head/; revision=302868
* Update to the 20120805 snapshot of GCC 4.8.0.Gerald Pfeifer2012-08-082-3/+3
| | | | Notes: svn path=/head/; revision=302313
* Convert to the new options framework.Gerald Pfeifer2012-07-302-9/+8
| | | | | | | On the way update to the 20120729 snapshot of GCC 4.8.0. Notes: svn path=/head/; revision=301717
* Update to the 20120722 snapshot of GCC 4.8.0.Gerald Pfeifer2012-07-252-6/+6
| | | | | | | Remove ABI version numbers for all library dependencies. Notes: svn path=/head/; revision=301515
* Update to the 20120715 snapshot of GCC 4.8.0.Gerald Pfeifer2012-07-162-3/+3
| | | | Notes: svn path=/head/; revision=300932
* Update to the 20120708 snapshot of GCC 4.8.0.Gerald Pfeifer2012-07-122-3/+3
| | | | Notes: svn path=/head/; revision=300794
* Update to the 20120701 snapshot of GCC 4.8.0.Gerald Pfeifer2012-07-032-4/+4
| | | | | | | Address a minor formatting issue introduced with revision 1.536. Notes: svn path=/head/; revision=300428
* Update to the 20120617 snapshot of GCC 4.8.0.Gerald Pfeifer2012-06-192-3/+3
| | | | Notes: svn path=/head/; revision=299657
* Add powerpc64 support.Andreas Tobler2012-06-161-1/+5
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=299380
* Update to the 20120603 snapshot of GCC 4.8.0.Gerald Pfeifer2012-06-042-3/+3
| | | | Notes: svn path=/head/; revision=298355
* Update to the 20120527 snapshot of GCC 4.8.0.Gerald Pfeifer2012-05-282-3/+3
| | | | Notes: svn path=/head/; revision=297585
* Update to the 20120513 snapshot of GCC 4.8.0.Gerald Pfeifer2012-05-162-3/+3
| | | | Notes: svn path=/head/; revision=296799
* Update to the 20120506 snapshot of GCC 4.8.0.Gerald Pfeifer2012-05-082-3/+3
| | | | Notes: svn path=/head/; revision=296188
* Update to the 20120429 snapshot of GCC 4.8.0.Gerald Pfeifer2012-05-012-3/+3
| | | | Notes: svn path=/head/; revision=295749
* Update to the 20120415 snapshot of GCC 4.8.0.Gerald Pfeifer2012-04-162-3/+3
| | | | Notes: svn path=/head/; revision=294886
* Update to the 20120408 snapshot of GCC 4.8.0.Gerald Pfeifer2012-04-092-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294424
* Update to the 20120401 snapshot of GCC 4.8.0.Gerald Pfeifer2012-04-032-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294172
* Welcome GCC 4.8! For the next couple of months this is going to beGerald Pfeifer2012-03-174-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 Notes: svn path=/head/; revision=293450
* Update to the 20120225 snapshot of GCC 4.7.0.Gerald Pfeifer2012-02-262-3/+3
| | | | Notes: svn path=/head/; revision=292271