Commit Graph

270 Commits

Author SHA1 Message Date
Gerald Pfeifer
a75a366e1a mirrors.rcn.net, one of the main mirrors has a corrupted tarball of the
testsuite; since this is not needed for regular operation, just disable
it in the port, but keep the correct data in distinfo, in case someone
wants to obtain and verify it nevertheless.

PR:		89128
Reported by:	pointyhat
2005-11-16 22:14:12 +00:00
Gerald Pfeifer
f61f2b3a33 Update to the 20051112 snapshot of GCC 4.1.0 (which requires a fix to
build with GCC 2.95 that I already submitted upstream as well).

Add a long missing dependency on USE_ICONV=yes.[1]

PR:		88894 [1]
Submitted by:	Björn König" <bkoenig@cs.tu-berlin.de> [1]
2005-11-14 00:28:31 +00:00
Gerald Pfeifer
b4c28b1112 Update to the 20051029 snapshot of GCC 4.1. This brings many bugfixes
due to the stabilization work for the 4.1.0 release and also addresses
some hierarchy problems I had reported (and which we no longer need to
work around).
2005-11-08 22:15:53 +00:00
Gerald Pfeifer
45e8398974 Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/
Classpath merger.
2005-09-25 19:35:06 +00:00
Gerald Pfeifer
efc03b4ae3 Update to the 20050917 snapshot of GCC 4.1.0. 2005-09-19 07:53:35 +00:00
Gerald Pfeifer
381009c1e4 Update to the 20050909 snapshot of GCC 4.1.0. 2005-09-12 10:15:28 +00:00
David E. O'Brien
93b6d16f71 This patch is now part of the stock FSF sources, so we don't need it anymore. 2005-09-08 18:07:29 +00:00
David E. O'Brien
9a1e2926b4 Fix bug where static forward declarations weren't accepted.
This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C.

Submitted by:	rodrigc
Obtained from:	http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html
2005-09-07 10:15:08 +00:00
Gerald Pfeifer
b5fd87955c Update to the 20050902 snapshot of GCC 4.1.0. 2005-09-03 14:10:55 +00:00
Gerald Pfeifer
28a08b1898 Reenable the Java frontend and libgcj on i386. All build and installation
problems should be resolved now.

Prevent running ranlib during installation to unbreak user mode
installations which now install libraries with permissions 444.

We now also need the math/mpfr port to build the Fortran frontend.[1]

PR:		85495 [1]
2005-09-02 09:31:27 +00:00
Gerald Pfeifer
f0e7d1a667 Update to the 20050826 snapshot of GCC 4.1.
This gets us rid of the bogus hacking and vmintegration info files,
based on my report upstream.
2005-08-30 13:21:21 +00:00
Gerald Pfeifer
46d6dfebf8 Fix the build on i386, even if that means disabling the Java frontend.
On the way, upgrade to the 20050819 snapshot of GCC 4.1 where the Java
libraries finally build (progress!) but fail due to a problem with the
installation.  If someone wants to force installation, setting SHAREMODE
to allow writing should suffice.

Approved by:	portmgr (krion)
2005-08-24 22:34:45 +00:00
Gerald Pfeifer
8865a0da82 Update to the 20050730 snapshot of GCC 4.1.0.
Replace the WITHOUT_LIBJAVA knob by WITHOUT_JAVA which also disables
building the compiler and tools proper and avoids fetching the entire
Java frontend and library tarball.

Remove bogus ${PREFIX}/share/classpath/api directory that libjava adds
these days.

Make the (optional) handling of the Fortran and Java frontends easier
to understand.
2005-08-01 19:02:03 +00:00
Gerald Pfeifer
1d591a754e Update to the 20050723 snapshot of GCC 4.1.0. Should now work on FreeBSD 7. 2005-07-25 09:45:16 +00:00
Maho Nakata
21702a7edf o Java awt is now working via gtk20
o cairo is disabled since 0.5.0 is reqired
2005-07-20 10:49:51 +00:00
Gerald Pfeifer
16962b6b74 We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
2005-07-19 15:07:34 +00:00
Gerald Pfeifer
830ca14b70 GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX. 2005-07-19 14:59:42 +00:00
Gerald Pfeifer
b99d9db951 Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).
Fix installation/deinstallation in case the PREFIX contains the string lib.
2005-07-18 13:27:11 +00:00
Gerald Pfeifer
a13701decc No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-16 12:26:33 +00:00
Gerald Pfeifer
49cbc680a5 Update to the 20050709 snapshot of GCC 4.1.0. 2005-07-10 13:14:34 +00:00
Gerald Pfeifer
7dd847ea0b Adjust pkg-plist to (temporary) bug which added libssp include files. 2005-07-06 20:46:23 +00:00
Gerald Pfeifer
d59e2c4de2 Update to the 20050702 snapshot of GCC 4.1.0. 2005-07-05 18:06:17 +00:00
Gerald Pfeifer
64468fce1c Update to the 20050625 snapshot of GCC 4.1.0.
Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.
2005-06-26 11:44:16 +00:00
David E. O'Brien
2d4b1e6ff4 Update to the 20050618 snapshot of GCC 4.1.0. 2005-06-19 23:50:28 +00:00
Maho Nakata
46a4c74271 A workaround to build libjava.
Approved by:	gerald
2005-06-14 00:45:24 +00:00
Gerald Pfeifer
d9473b1047 Update to the 20050611 snapshot of GCC 4.1.0. 2005-06-12 22:07:06 +00:00
Gerald Pfeifer
929871ba8e Update to the 20050604 snapshot of GCC 4.1.0. 2005-06-04 22:41:09 +00:00
Gerald Pfeifer
588b0c39a5 Generally disable libjava again, since it mysteriously causes the build to
fail on the ports cluster and some users's system, just not those Loren and
me have access to.

PR:		81788
2005-06-03 00:39:47 +00:00
Gerald Pfeifer
a332da27dc Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-related
part of the packaging list.
2005-05-29 22:29:08 +00:00
Gerald Pfeifer
ced91ddba0 Update to the 20050522 snapshot of 4.1.0. Simplify the handling of man
pages on systems with an old version of Perl, once and for all and forever.

Reenable building libjava where appropriate, now that this has been fixed
upstream.  And treat Fortran libraries exactly like other language support
libraries, reducing conflicts with other gcc ports and getting rid of the
libtool archives on the way.
2005-05-22 23:42:53 +00:00
Gerald Pfeifer
b37971d2b7 Include the (optional) Fortran frontend. 2005-05-19 13:46:23 +00:00
Gerald Pfeifer
5a7ced2020 Update to the 20050515 snapshot of GCC 4.1.0.
Add a conflict with the gcc34 port and address portlint warnings.
Simplify the handling of libraries which are not installed in all
configurations and put all libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
2005-05-16 21:52:09 +00:00
Gerald Pfeifer
9843b4e433 Update to the 20050508 snapshot of GCC 4.1.0. Add the new gjnih41 program
and its man page, address some portlint warnings, and resort pkg-plist. Mark
conflicts with lang/gcc33 and lang/gcc40.
2005-05-09 20:53:40 +00:00
Gerald Pfeifer
db5d02a600 Update to the 20050501 snapshot of GCC 4.1.0. This contains a patch I
had applied upstream to address the sparc64 bootstrap failure, so remove
the BROKEN entry.
2005-05-01 19:31:58 +00:00
Gerald Pfeifer
a64004003a Disable the build on alpha.[1] Address some complaints by portlint.
Discussed with:	kris [1]
2005-04-30 22:22:12 +00:00
Gerald Pfeifer
81371a360f Complete the repocopy of gcc40 to gcc41 and update to the 20050424
snapshot of GCC 4.1.0.

PR:		80306
2005-04-25 15:05:59 +00:00
Gerald Pfeifer
75331fa2ca GCC 4.0.0 has been release. Update to the first snapshot of GCC 4.0.1,
which is basically identical with the 4.0.0 release.
2005-04-24 19:29:57 +00:00
Gerald Pfeifer
109bd17e85 Update to the 20050416 snapshot of GCC 4.0.0. 2005-04-17 17:30:36 +00:00
Gerald Pfeifer
c0df2d20e0 Update to the 20050409 snapshot of GCC 4.0.0. That's getting rather close
to the real thing now.
2005-04-10 20:52:18 +00:00
Gerald Pfeifer
9e0821d200 Update to the 20050402 snapshot of GCC 4.0.0. 2005-04-03 16:41:02 +00:00
Gerald Pfeifer
b0fe092796 Mark BROKEN on sparc64. I reported the problem upstream, but there is no
fix in sight yet.

Approved by:	portmgr (krion)
2005-03-31 23:24:12 +00:00
Gerald Pfeifer
fb73c8f288 Update to the 20050319 snapshot of GCC 4.0.0. 2005-03-20 22:08:59 +00:00
Gerald Pfeifer
d9419263c9 Update to the 20050312 of GCC 4.0.0. 2005-03-19 17:45:56 +00:00
David E. O'Brien
cc7e4202b5 portlint. 2005-03-02 08:46:01 +00:00
David E. O'Brien
046adb5f9a Update to the 20050226 snapshot. 2005-03-02 08:33:46 +00:00
Gerald Pfeifer
b33648820f Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing list
for the libjava case (still disabled for now, though).
2005-02-21 16:40:36 +00:00
Gerald Pfeifer
a93ca6112a Update to the 20050130 snapshot of GCC 4.0.0. Adjust pkg-plist wrt. to
libjava which I hope to re-enable with the next update.
2005-02-01 17:10:39 +00:00
Gerald Pfeifer
fce18a3e70 Update to the 20050116 snapshot of GCC 4.0. 2005-01-16 20:32:29 +00:00
Gerald Pfeifer
c5605ba41e Update to the 20050109 snapshot of GCC 4.0.0. 2005-01-09 20:47:26 +00:00
Gerald Pfeifer
32ab5e6e11 Update to the 20041226 snapshot of GCC 4.0.0. 2004-12-28 12:19:08 +00:00