Gerald Pfeifer
2dd8af1403
Update to the 20100527 snapshot of GCC 4.5.1.
2010-05-28 21:47:42 +00:00
Gerald Pfeifer
87611a1e5d
Update to the 20100520 snapshot of GCC 4.5.1.
2010-05-22 13:49:49 +00:00
Gerald Pfeifer
a9120149d7
Update to the 20100513 snapshot of GCC 4.5.1.
2010-05-13 23:49:25 +00:00
Gerald Pfeifer
49f14fc843
Update to the 20100506 snapshot of GCC 4.5.1.
2010-05-07 21:33:45 +00:00
Greg Larkin
97ca8c95c2
- Ok, this should work. I toasted the BUILD_DEPENDS with a "=" instead
...
of a "+=".
Reported by: QAT
2010-05-03 19:02:17 +00:00
Greg Larkin
a56762f0de
- Re-added BUILD_DEPENDS on zip that I didn't think needed to be there,
...
but it actually does.
Reported by: QAT
Pointyhat to: glarkin
2010-05-03 18:48:02 +00:00
Greg Larkin
456fd774d0
- Added support for gcj (Java compiler) to prepare the print/pdftk port
...
to migrate from gcj42 to gcj45.
- Bumped PORTREVISION (packing list & port functionality changes)
Approved by: gerald (via email)
2010-05-03 18:03:34 +00:00
Gerald Pfeifer
c0fd37448d
Add a new option LTO that enables the new link-time optimization framework
...
and first optimizations that GCC 4.5 brings. This adds libelf as a new
dependency (if used) and is off by default; we may be enabling it at a
later point, though.
Bumping PORTREVISION since someone who has installed libelf, previously
to this change would get LTO enabled automatically and then run into
problems if libelf is removed -- which is possible, since this port
does not lay down a dependency on that case.
PR: 146055
Submitted by: mm
2010-05-03 06:54:10 +00:00
Gerald Pfeifer
192109b341
Update to the 20100429 snapshot of GCC 4.5.1.
2010-04-30 15:54:35 +00:00
Gerald Pfeifer
2e31813548
Update to the 20100422 snapshot of GCC 4.5.1.
2010-04-24 20:30:12 +00:00
Alex Dupre
bf330a57d4
Switch to use newer GMP version.
...
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Gerald Pfeifer
8c421f7736
Update to the 20100415 snapshot of GCC 4.5.1. This is basically the
...
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.
2010-04-18 16:46:04 +00:00
Gerald Pfeifer
89f3bc2de9
Update to the 20100401 snapshot of GCC 4.5.0.
2010-04-02 09:15:48 +00:00
Gerald Pfeifer
ee595a0fca
Update to the 20100318 snapshot of GCC 4.5.0.
2010-03-19 14:14:59 +00:00
Gerald Pfeifer
dbd9718352
Update to the 20100311 snapshot of GCC 4.5.0.
2010-03-12 22:32:31 +00:00
Gerald Pfeifer
447b296058
Update to the 20100304 snapshot of GCC 4.5.0.
2010-03-07 19:37:30 +00:00
Gerald Pfeifer
c62fce54e7
Update to the 20100225 snapshot of GCC 4.5.0.
...
Feature safe: yes
2010-02-27 12:01:02 +00:00
Gerald Pfeifer
ef913d8c00
Update to the 20100218 snapshot of GCC 4.5.0.
...
Feature safe: yes
2010-02-19 14:37:03 +00:00
Gerald Pfeifer
a106f1ad32
Update to the 20100211 snapshot of GCC 4.5.0.
2010-02-14 14:08:53 +00:00
Gerald Pfeifer
02e0c9b4e0
Update to the 20100204 snapshot of GCC 4.5.0.
2010-02-05 20:05:15 +00:00
Gerald Pfeifer
77a4067ded
Update to the 20100128 snapshot of GCC 4.5.0.
2010-02-02 09:57:16 +00:00
Gerald Pfeifer
314eb0b207
Also build Java on amd64.
...
Submitted by: Andreas Tobler <andreast@fgznet.ch>
2010-01-21 17:01:40 +00:00
Gerald Pfeifer
199bdcb0af
Update to the 20100114 snapshot of GCC 4.5.0.
...
Since we already require devel/binutils for the assembler, also enforce
use of the linker from there.
2010-01-17 14:14:28 +00:00
Gerald Pfeifer
530cf0c9cb
Update to the 20100107 snapshot of GCC 4.5.0.
2010-01-08 08:28:15 +00:00
Gerald Pfeifer
66f47d5717
Update to the 20091231 snapshot of GCC 4.5.0 which brings some key
...
improvements to libffi (Java), especially on amd64.
Remove the WITH_JAVA_AWT knob which really has not been used a lot,
if at all.
2010-01-02 10:05:49 +00:00
Gerald Pfeifer
81416ae21a
Update to the 20091224 snapshot of GCC 4.5.0. On the way, sort pkg-plist
...
a bit differently.
2009-12-28 11:39:48 +00:00
Gerald Pfeifer
372497c64b
Update to the 20091217 snapshot of GCC 4.5.0.
2009-12-19 06:58:45 +00:00
Gerald Pfeifer
61c6070cab
Use current GNU binutils from ports (devel/binutils) instead of the
...
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
2009-12-01 11:36:59 +00:00
Gerald Pfeifer
76685cdef1
Update to the 20091126 snapshot of GCC 4.5.0. Among others this fails
...
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.
2009-11-29 17:15:04 +00:00
Gerald Pfeifer
1bcccb5059
With lang/gcc295 gone (and not building for most of the last year), we can
...
now remove the check for a gcc295 binary that might cause build failure in
libgcj.
2009-11-24 20:57:24 +00:00
Gerald Pfeifer
6744507392
Update to the 20091119 snapshot of GCC 4.5.0.
2009-11-20 12:44:18 +00:00
Gerald Pfeifer
4304d66fd4
No longer download Objective-C related files which we don't actually use.
...
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).
2009-11-20 00:03:20 +00:00
Gerald Pfeifer
f86a9d60f4
Update to the 20091112 snapshot of GCC 4.5.0.
2009-11-13 15:30:43 +00:00
Gerald Pfeifer
3f30b7b6de
Update to the 20091105 snapshot of GCC 4.5.0.
2009-11-06 19:19:11 +00:00
Gerald Pfeifer
835ed15c77
Update to the 20091029 snapshot of GCC 4.5.0.
2009-10-31 11:25:38 +00:00
Gerald Pfeifer
ebb9460b06
Update to the 20091022 snapshot of GCC 4.5.0.
2009-10-24 20:34:08 +00:00
Gerald Pfeifer
d52353ace1
Update to the 20091015 snapshot of GCC 4.5.0.
2009-10-16 17:48:36 +00:00
Gerald Pfeifer
a6661018e9
Update to the 20091008 snapshot of GCC 4.5.0. Add math/mpc as a
...
dependency going forward; it will become mandatory in the next weeks
and for the final GCC 4.5.0 release.
2009-10-11 07:49:17 +00:00
Gerald Pfeifer
d6b695af0d
Update to the 20091001 snapshot of GCC 4.5.0.
2009-10-03 07:27:00 +00:00
Gerald Pfeifer
f295d8d3bc
For GCC 4.5 libgcj has been broken up such compilation no longer requires
...
more than half a GB of memory. Accordingly, we can now remove the build-
time test for that from pre-everything.
Feature safe: yes
2009-09-26 22:08:43 +00:00
Gerald Pfeifer
4bc9b65c6e
Update to the 20090924 snapshot of GCC 4.5.0.
...
Feature safe: yes
2009-09-26 14:03:34 +00:00
Gerald Pfeifer
586b066219
Update to the 20090917 snapshot of GCC 4.5.0.
...
Feature safe: yes
2009-09-18 21:34:10 +00:00
Gerald Pfeifer
2bee2170dd
Update to the 20090910 snapshot of GCC 4.5.0.
2009-09-11 14:05:58 +00:00
Gerald Pfeifer
c60879a8da
Update to the 20090827 snapshot of GCC 4.5.0.
2009-09-04 13:04:10 +00:00
Gerald Pfeifer
461880eaaa
Update to the 20090820 snapshot of GCC 4.5.0.
2009-08-22 10:18:08 +00:00
Gerald Pfeifer
1ae84e1f9d
Update to the 20090813 snapshot of GCC 4.5.0.
2009-08-14 08:22:24 +00:00
Gerald Pfeifer
2c4d77d9e3
Update to the 20090806 snapshot of GCC 4.5.0.
2009-08-07 08:37:14 +00:00
Gerald Pfeifer
940a643ca3
Update to the 20090730 snapshot of GCC 4.5.0.
2009-07-31 23:40:58 +00:00
Gerald Pfeifer
32d6b72b10
Update to the 20090723 snapshot of GCC 4.5.0.
2009-07-25 11:17:16 +00:00
Gerald Pfeifer
6d6085e98d
Update to the 20090716 snapshot of GCC 4.5.0.
2009-07-18 13:13:28 +00:00
Gerald Pfeifer
606ab4d91f
Update to the 20090709 snapshot of GCC 4.5.0.
2009-07-11 17:41:10 +00:00
Gerald Pfeifer
c53ef4bd4f
Update to the 20090625 snapshot of GCC 4.5.0.
2009-06-26 21:19:33 +00:00
Gerald Pfeifer
df07df42fb
The new libffi man pages depend on Java, thus are not available on x86-64.
...
Reported by: QAT
2009-06-22 06:37:32 +00:00
Gerald Pfeifer
28db2f2cf9
Update to the 20090618 snapshot of GCC 4.5.0. Tweak pkg-descr "footer".
...
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:
2009-06-19 16:28:03 +00:00
Gerald Pfeifer
f22ea942e9
Update to the 20090604 snapshot of GCC 4.5.0.
2009-06-06 05:14:38 +00:00
Gerald Pfeifer
75fbad65cc
Update to the 20090528 snapshot of GCC 4.5.0.
...
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.
2009-05-30 09:32:25 +00:00
Gerald Pfeifer
26431e483f
Update to the 20090521 snapshot of GCC 4.5.0.
2009-05-24 07:41:17 +00:00
Gerald Pfeifer
713614a72d
Make the determination of SUFFIX more general and the one of
...
CONFIGURE_SCRIPT more robust.
2009-05-19 12:31:05 +00:00
Gerald Pfeifer
7ccb59fb24
Update to the 20090514 snapshot of GCC 4.5.0.
...
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@
2009-05-18 10:01:29 +00:00
Pav Lucistnik
1ebd8b8869
- Chase math/libgmp4 shlib bump
...
Reported by: pointyhat
Pointy hat to: ale
2009-05-14 11:53:13 +00:00
Gerald Pfeifer
7f9e4dcb90
Update to the 20090507 snapshot of GCC 4.5.0.
2009-05-09 16:10:17 +00:00
Gerald Pfeifer
991bbfcb7f
Update to the 20090423 snapshot of GCC 4.5.0.
2009-04-24 17:03:46 +00:00
Gerald Pfeifer
04b5cb2941
Update to the 20090409 snapshot of GCC 4.5.0.
2009-04-10 12:55:31 +00:00
Gerald Pfeifer
9ba9b893e8
This port installs gcc45, g++45, gcj45, gfortran45 and so forth, not the
...
44 flavors of course.
Reported by: linimon
2009-04-08 01:12:23 +00:00
Gerald Pfeifer
898dd6f9d2
Initiate lang/gcc45 by updating to the 20090402 snapshot of GCC 4.5.0.
...
Address a long term FIXME related to older versions of FreeBSD by
removing NOMANCOMPRESS=yes.
2009-04-07 23:39:11 +00:00
Gerald Pfeifer
942b1de739
Update to the 20090331 snapshot of GCC 4.4.0.
2009-04-01 12:10:19 +00:00
Gerald Pfeifer
d1e3c81e3c
Update to the 20090327 snapshot of GCC 4.4.0.
...
Set MAKE_JOBS_SAFE to allow for parallel builds.
2009-03-29 20:11:49 +00:00
Gerald Pfeifer
33924ed815
Update to the 20090313 snapshot of GCC 4.4.0.
...
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.
2009-03-14 21:19:39 +00:00
Gerald Pfeifer
940fb195e6
Update to the 20090227 snapshot of GCC 4.4.0.
2009-02-28 09:27:22 +00:00
Gerald Pfeifer
1f488c2256
Update to the 20090220 snapshot of GCC 4.4.0.
2009-02-21 15:52:17 +00:00
Gerald Pfeifer
610521f704
Update to the 20090213 snapshot of GCC 4.4.0.
...
This no longer contains bin/addr2name.awk44. Also remove the
post-build target and its hint for running the testsuite.
2009-02-14 19:37:27 +00:00
Gerald Pfeifer
426c930e82
Update to the 20090130 snapshot of GCC 4.4.0.
...
Set PORTNAME, MAINTAINER, COMMENT, and LATEST_LINK unconditionally as
opposed to using ?=.
Add powerpc to NOT_FOR_ARCHS. [1]
PR: 130964 [1]
2009-02-01 10:50:03 +00:00
Alex Dupre
4926cbc0b9
Chase mpfr library.
2009-01-30 23:23:18 +00:00
Gerald Pfeifer
53fa59ba07
Update to the 20090123 snapshot of GCC 4.4.0.
2009-01-24 11:52:19 +00:00
Gerald Pfeifer
f266c1a8be
Update to the 20090116 snapshot of GCC 4.4.0.
2009-01-17 19:42:59 +00:00
Gerald Pfeifer
8bc298e17f
Update to the 20090109 snapshot of GCC 4.4.0.
2009-01-10 18:59:50 +00:00
Pav Lucistnik
41d8c3385c
- Remove conditional checks for FreeBSD 5.x and older
2009-01-05 20:36:33 +00:00
Gerald Pfeifer
ceedb2090e
Replace CONFLICTS=gcc-2.95.*, which actually is too late to prevent
...
us running into build problems, by an earlier check (pre-extract).
Suggested by: pav
2009-01-03 19:59:01 +00:00
Gerald Pfeifer
820105717e
Update to the 20090102 snapshot of GCC 4.4.0.
2009-01-03 16:39:57 +00:00
Gerald Pfeifer
ac5ba5387e
Update to the 20081226 snapshot of GCC 4.4.0.
2008-12-27 18:37:16 +00:00
Gerald Pfeifer
c82fdf4ec3
Update to the 20081128 snapshot of GCC 4.4.0.
2008-11-30 21:09:14 +00:00
Gerald Pfeifer
ae3a03dd95
Update to the 20081121 snapshot of GCC 4.4.0.
2008-11-23 15:05:09 +00:00
Gerald Pfeifer
74c09613b0
Update to the 20081107 snapshot of GCC 4.4.0.
2008-11-09 05:07:39 +00:00
Gerald Pfeifer
a9423b452c
Update to the 20081017 snapshot of GCC 4.4.0.
2008-10-24 19:45:50 +00:00
Gerald Pfeifer
4b41db8fb2
Update to the 20081003 snapshot of GCC 4.4.0.
2008-10-05 09:02:01 +00:00
Gerald Pfeifer
4a5d2c3fde
Update to the 20080926 snapshot of GCC 4.4.0.
2008-09-28 11:42:01 +00:00
Gerald Pfeifer
78f8b71e9e
Update to the 20080919 snapshot of GCC 4.4.0.
2008-09-24 08:36:19 +00:00
Gerald Pfeifer
68d50a8eb4
Update to the 20080905 snapshot of GCC 4.4.0.
2008-09-06 22:13:44 +00:00
Gerald Pfeifer
ff7c71b38d
Update to the 20080822 snapshot of GCC 4.4.0.
2008-08-23 16:51:55 +00:00
Gerald Pfeifer
d4eb4feea1
Update to the 20080815 snapshot of GCC 4.4.0.
...
Remove the share/python directory if empty.
2008-08-16 16:30:13 +00:00
Gerald Pfeifer
d1babe68ba
Update to the 20080801 snapshot of GCC 4.4.0.
2008-08-04 00:20:30 +00:00
Gerald Pfeifer
6a206f2956
Update to the 20080725 snapshot of GCC 4.4.0.
2008-07-26 22:26:53 +00:00
Gerald Pfeifer
e1f1d987f7
Update to the 20080711 snapshot of GCC 4.4.0. Among others, libgcj
...
now brings to additional programs, aot-compile and rebuild-gcj-db.
2008-07-12 17:34:24 +00:00
Gerald Pfeifer
af1c2bab61
Update to the 20080627 snapshot of GCC 4.4.0.
2008-06-28 20:17:09 +00:00
Gerald Pfeifer
96d0de496d
Update to the 20080613 snapshot of GCC 4.4.0.
2008-06-14 21:56:04 +00:00
Gerald Pfeifer
760a170b91
Update to the 20080606 snapshot of GCC 4.4.0.
2008-06-10 23:37:39 +00:00
Gerald Pfeifer
bd01b5bf6f
Update to the 20080523 snapshot of GCC 4.4.0.
2008-05-24 08:36:02 +00:00
Gerald Pfeifer
5f73c24e27
Update to the 20080509 snapshot of GCC 4.4.0.
2008-05-11 15:33:07 +00:00
Gerald Pfeifer
2a9e9f55a3
Update to the 20080502 snapshot of GCC 4.4.0.
2008-05-03 18:47:08 +00:00
Gerald Pfeifer
42822021c2
Update to the 20080411 snapshot of GCC 4.4.0.
2008-04-12 20:38:55 +00:00