1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

445 Commits

Author SHA1 Message Date
Gerald Pfeifer
d2b62a7a89 Update to the 20140828 snapshot of GCC 4.8.4. 2014-08-31 22:04:31 +00:00
Gerald Pfeifer
de24821d65 Update to the 20140807 snapshot of GCC 4.8.4. 2014-08-10 20:40:36 +00:00
Gerald Pfeifer
65ce14af9c Update to the 20140724 snapshot of GCC 4.8.4. 2014-07-26 13:31:58 +00:00
Gerald Pfeifer
f7740de34b Update to the 20140710 snapshot of GCC 4.8.4.
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
2014-07-11 00:27:29 +00:00
Gerald Pfeifer
9c8f3d316a Update to the 20140626 snapshot of GCC 4.8.4. 2014-06-27 22:01:28 +00:00
Gerald Pfeifer
faadf0f691 Update to the 20140619 snapshot of GCC 4.8.4 2014-06-24 16:17:36 +00:00
Gerald Pfeifer
12e97d4035 Update to the 20140605 snapshot of GCC 4.8.4.
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]
2014-06-10 02:11:30 +00:00
Gerald Pfeifer
a1ca7d805c Update to the 20140522 snapshot of GCC 4.8.4 which is pretty much the
GCC 4.8.3 release.
2014-05-26 12:23:18 +00:00
Gerald Pfeifer
27403d6a03 Update to the 20140508 snapshot of GCC 4.8.3. 2014-05-12 00:14:24 +00:00
Gerald Pfeifer
62770bd993 Update to the 20140424 snapshot of GCC 4.8.3. 2014-04-29 15:07:19 +00:00
Gerald Pfeifer
59d55aedab Update to the 20140410 snapshot of GCC 4.8.3.
Add pkg-message that references the need to use -Wl,-rpath=... . [1]

PR:		185902 [1]
2014-04-13 01:18:14 +00:00
Gerald Pfeifer
99a8c05c97 Update to the 20140320 snapshot of GCC 4.8.3.
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.
2014-04-07 21:39:52 +00:00
Gerald Pfeifer
527699133b Update to the 20140220 snapshot of GCC 4.8.3.
Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).
2014-02-22 10:36:54 +00:00
Gerald Pfeifer
38cc2c9f76 Update to the 20140213 snapshot of GCC 4.8.3.
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]
2014-02-15 01:11:37 +00:00
Gerald Pfeifer
73ecb3a194 Update to the 20140116 snapshot of GCC 4.8.3. 2014-01-20 01:36:18 +00:00
Gerald Pfeifer
9111836c05 Update to the 20131212 snapshot of GCC 4.8.3. 2013-12-16 03:31:10 +00:00
Gerald Pfeifer
4260ab280e Update to the 20131121 snapshot of GCC 4.8.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.
2013-12-01 21:22:44 +00:00
Gerald Pfeifer
63e7b1828a Change PORTNAME from gcc to gcc48 to match the actual name of this
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.
2013-11-24 20:55:35 +00:00
Gerald Pfeifer
89cc5ee5e3 Update to the 20131114 snapshot of GCC 4.8.3. 2013-11-18 03:04:05 +00:00
Gerald Pfeifer
e81f2abed2 Update to the 20131024 snapshot of GCC 4.8.3, which pretty much
coincides with the release of GCC 4.8.2.

Remove a (long) obsolete dependency on bison. [1]

STAGEify.

Reported by:	marino [1]
2013-10-27 01:15:33 +00:00
Gerald Pfeifer
74f2919779 Update to the 20131010 snapshot of GCC 4.8.2. [1]
Migrate to the new LIB_DEPENDS standard.

Reported by:	portscout [1]
2013-10-13 19:08:37 +00:00
Gerald Pfeifer
507691028c Update to the 20130919 snapshot of GCC 4.8.2. 2013-09-24 07:53:54 +00:00
Gerald Pfeifer
3f7e4615cf Introduce a new option BOOTSTRAP that allows switching between a
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.
2013-08-25 01:38:39 +00:00
Gerald Pfeifer
f9abdb22c7 Replace USE_GMAKE by USES=gmake.
Update to the 20130815 snapshot of GCC 4.8.2.
2013-08-17 19:23:44 +00:00
Gerald Pfeifer
da9dde7f02 Upgrade to the 20130808 snapshot of GCC 4.8.2.
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]
2013-08-11 14:58:18 +00:00
Gerald Pfeifer
e077a0a508 Update to the 20130418 snapshot of GCC 4.8.1. This no longer installs
libffi and its info and man pages which was always meant to remain for
internal use only.

Feature safe:	yes
2013-04-19 23:45:27 +00:00
Gerald Pfeifer
b0eba5c7b5 Update to the 20130328 snapshot of GCC 4.8.1, first backport fixes
from mainline.
2013-03-29 18:24:07 +00:00
Gerald Pfeifer
cdc5cd2051 Update to the 20130321 snapshot of GCC 4.8.0, which basically
coincides with that release.

Details can be found at http://gcc.gnu.org/gcc-4.8/changes.html .
2013-03-24 12:48:55 +00:00
Gerald Pfeifer
b374d07225 Update to the 20130310 snapshot of GCC 4.8.0, approaching release branch. 2013-03-13 12:24:52 +00:00
Gerald Pfeifer
79164d6d10 Update to the 20130303 snapshot of GCC 4.8.0. This should now build
with texinfo 5.0 just fine.
2013-03-06 03:42:44 +00:00
Gerald Pfeifer
2879eb5cea Update to the 20130217 snapshot of GCC 4.8.0. Lots of release
stabilization fixes.
2013-03-02 15:02:41 +00:00
Gerald Pfeifer
fa7f46ed48 Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

On the way, update to the 20130210 snapshot of GCC 4.8.0.
2013-02-16 16:43:41 +00:00
Gerald Pfeifer
fd586bce8b Update to the 20130203 snapshot of GCC 4.8.0. 2013-02-10 06:03:06 +00:00
Gerald Pfeifer
8b12fade52 Use the new lang/gcc-ecj45 port when building the Java frontend
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
2013-01-20 16:44:04 +00:00
Gerald Pfeifer
5cde3656fc Update to the 20130106 snapshot of GCC 4.8.0.
This brings a new merge with upstream libffi and a new info
document (libffi.info) as well as a new man page.
2013-01-11 13:36:02 +00:00
Gerald Pfeifer
ac60120ca5 Reintroduce, adjusted to current upstream changes, my hack to get
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]
2012-12-18 04:47:15 +00:00
Gerald Pfeifer
2847cdf824 Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.

Also update to the 20121209 snapshot of 4.8.0.
2012-12-12 17:42:27 +00:00
Gerald Pfeifer
da9125ed2d Update to the 20121125 snapshot of GCC 4.8.0.
This enables support for libbacktrace and thus nicer backtraces
should the compiler fail on FreeBSD.

Feature safe:	yes
2012-12-05 00:27:21 +00:00
Gerald Pfeifer
e9257c094d Forward port inclusion and use of the Eclipse Java compiler. [1]
Update to the 20121014 snapshot of GCC 4.8.0.

Submitted by:	jkim [1]
Feature safe:	yes
2012-11-01 19:12:06 +00:00
Gerald Pfeifer
c0a0ba288e Forward port revision 282369 [1] which carried the following description:
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]
2012-10-01 03:46:21 +00:00
Gerald Pfeifer
753bc68a05 Update to the 20120909 snapshot of GCC 4.8.0. (Later versions have
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]
2012-09-29 03:20:08 +00:00
Gerald Pfeifer
a6e3ad55b2 Update to the 20120902 snapshot of GCC 4.8.0 (where I committed
support for OpenBSD/x86_64 if anyone is interested in building
for that).
2012-09-04 17:33:28 +00:00
Gerald Pfeifer
1de64f8f94 Update to the 20120826 snapshot of GCC 4.8.0. 2012-08-27 08:11:33 +00:00
Gerald Pfeifer
3d0a6e81c9 Update to the 20120819 snapshot of GCC 4.8.0. 2012-08-21 15:53:22 +00:00
Gerald Pfeifer
b1f0064a5d Update to the 20120805 snapshot of GCC 4.8.0. 2012-08-08 23:57:31 +00:00
Gerald Pfeifer
1e86b5a214 Convert to the new options framework.
On the way update to the 20120729 snapshot of GCC 4.8.0.
2012-07-30 12:47:27 +00:00
Gerald Pfeifer
a778e97c28 Update to the 20120722 snapshot of GCC 4.8.0.
Remove ABI version numbers for all library dependencies.
2012-07-25 09:53:04 +00:00
Gerald Pfeifer
df65ca5b07 Update to the 20120715 snapshot of GCC 4.8.0. 2012-07-16 09:01:48 +00:00
Gerald Pfeifer
74babfd2cf Update to the 20120708 snapshot of GCC 4.8.0. 2012-07-12 08:37:49 +00:00
Gerald Pfeifer
8c1dd1ec98 Update to the 20120701 snapshot of GCC 4.8.0.
Address a minor formatting issue introduced with revision 1.536.
2012-07-03 09:48:33 +00:00