1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

607 Commits

Author SHA1 Message Date
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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +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
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Gerald Pfeifer
8bce3183f7 Remove unnecessary MAN3 settings in the case of Java being enabled.
Feature safe:	yes
2013-04-20 15:36:33 +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
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
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
2013-03-08 11:32:11 +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
5c0bda5094 Update to the 20120819 snapshot of GCC 4.8.0. 2012-08-21 15:38:53 +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
Gerald Pfeifer
bc0ec67303 Update to the 20120617 snapshot of GCC 4.8.0. 2012-06-19 19:52:44 +00:00
Andreas Tobler
e3d4cd154f Add powerpc64 support.
Approved by:	gerald
2012-06-16 04:36:47 +00:00
Gerald Pfeifer
6c01726442 Update to the 20120603 snapshot of GCC 4.8.0. 2012-06-04 14:06:28 +00:00
Gerald Pfeifer
6a6012f4ea Update to the 20120527 snapshot of GCC 4.8.0. 2012-05-28 11:44:50 +00:00
Gerald Pfeifer
177a5ac850 Update to the 20120513 snapshot of GCC 4.8.0. 2012-05-16 21:25:42 +00:00
Gerald Pfeifer
419dfeefbc Update to the 20120506 snapshot of GCC 4.8.0. 2012-05-08 03:00:39 +00:00
Gerald Pfeifer
85e30b39ae Update to the 20120429 snapshot of GCC 4.8.0. 2012-05-01 01:26:59 +00:00
Gerald Pfeifer
dafeb2361e Update to the 20120415 snapshot of GCC 4.8.0. 2012-04-16 01:06:17 +00:00
Gerald Pfeifer
d889913b8d Update to the 20120408 snapshot of GCC 4.8.0.
Feature safe:	yes
2012-04-09 13:41:43 +00:00
Gerald Pfeifer
1383f135ed Update to the 20120401 snapshot of GCC 4.8.0.
Feature safe:	yes
2012-04-03 22:14:26 +00:00
Gerald Pfeifer
2820a99869 Welcome GCC 4.8! For the next couple of months this is going to be
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
2012-03-17 11:22:17 +00:00
Gerald Pfeifer
e34f428021 Update to the 20120225 snapshot of GCC 4.7.0. 2012-02-26 17:07:03 +00:00
Gerald Pfeifer
f24f6d080c Update to the 20120204 snapshot of GCC 4.7.0. 2012-02-11 21:40:00 +00:00
Gerald Pfeifer
00b8a0db25 Update to the 20120128 snapshot of GCC 4.7.0. This fixes
-fstack-protector-all on FreeBSD (thanks to tijl).
2012-02-04 11:06:28 +00:00
Gerald Pfeifer
d9dac2c50c Update to the 20120121 snapshot of GCC 4.7.0.
This fixes a bootstrap comparison failure rearing its ugly head in
some cases, plus GNU/kFreeBSD.
2012-01-22 00:56:24 +00:00
Gerald Pfeifer
b68a866302 Update to the 20120114 snapshot of GCC 4.7.0. Re-enable the Objective-C
front end and accordingly also the run-time.
2012-01-15 19:34:28 +00:00
Gerald Pfeifer
073c1ba410 Update to the 20120107 snapshot of GCC 4.7.0. 2012-01-13 21:57:31 +00:00
Gerald Pfeifer
9a50baf4ce Update to the 20111231 snapshot of GCC 4.7.0. 2012-01-06 19:52:09 +00:00