Commit graph

271 commits

Author SHA1 Message Date
Gerald Pfeifer
453a752990 Update to the 20041224 snapshot of GCC 3.4.4. 2004-12-25 13:41:58 +00:00
Gerald Pfeifer
a1d84d4d47 Update to the 20041217 snapshot of GCC 3.4.4. On the way, properly remove
the libdata/pkgconfig directory.[1]

Pointed out by:	pointyhat/kris[1]
2004-12-19 23:45:14 +00:00
Maho Nakata
36e42dfd04 Back out to original. Maho (myself) committed
at different place.

Pointy hat to:  maho
Submitted by:   pav
2004-12-16 10:11:31 +00:00
Maho Nakata
450d1be6e1 gcc-ooo, gcc compiler for OpenOffice.org 2.0 or later
compilation. This version of gcc is as same as which
Hamburg team use to develop OpenOffice.org, applying
following fixes:

o visiblity fix
http://www.nedprod.com/programs/gccvisibility.html
o emum fix
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html

For detail, see the announce:
http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280

Many thanks to: Pavel Janik <Pavel at Janik.cz>
2004-12-16 09:16:23 +00:00
Gerald Pfeifer
ee51661154 Update to the 20041210 snapshot of GCC 3.4.4. 2004-12-15 22:27:01 +00:00
Gerald Pfeifer
560a496a8b Add missing quote in post-build target (which is a real bug, but had not
triggered any problem before).

PR:		74901
Submitted by:	Pasi Hirvonen <psh@iki.fi>
2004-12-10 10:53:43 +00:00
Gerald Pfeifer
85f12eb3ab Update to the 20041203 snapshot of GCC 3.4.4. 2004-12-06 21:33:33 +00:00
Gerald Pfeifer
d3b7bf0059 Update to the 20041126 snapshot of GCC 3.4.4. 2004-11-30 15:37:05 +00:00
Gerald Pfeifer
1c9cf791c0 Update to the 20041119 snapshot of GCC 3.4.4. 2004-11-22 09:54:34 +00:00
Gerald Pfeifer
d1dd15bb4f Update to the 20041112 snapshot, the first of 3.4.4. 2004-11-14 00:53:57 +00:00
Gerald Pfeifer
b8f419b677 Update to the 20041105 snapshot. 2004-11-08 15:07:46 +00:00
David E. O'Brien
e4cd19415f Catch the 'cklatest' target up to changes on the MASTER_SITES. 2004-11-05 19:53:25 +00:00
Gerald Pfeifer
5e51067421 Update to the 20041029 snapshot of GCC 3.4.3. 2004-10-30 17:07:02 +00:00
Gerald Pfeifer
cf5087d1a6 Update to the 20041015 snapshot of GCC 3.4.3. 2004-10-21 17:18:47 +00:00
Gerald Pfeifer
6aef5ec97e Update to the 20040827 snapshot of GCC 3.4.2. 2004-09-03 22:24:26 +00:00
Volker Stolz
8864d164aa Fix location of pkgconfig-data
Approved by: gerald
2004-09-03 17:42:11 +00:00
Gerald Pfeifer
52e5408702 Update to the 20040806 snapshot off GCC 3.4. 2004-08-12 14:17:13 +00:00
Gerald Pfeifer
fea4dadb0e Update to the 2004-07-23 snapshot of GCC 3.4.2. 2004-07-25 13:20:47 +00:00
Gerald Pfeifer
6e25d7c699 Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1). 2004-07-10 21:01:57 +00:00
Gerald Pfeifer
766213bcb0 Update to the 20040702 snapshot. Optimize that SNAPDATE variable away on
the way and use ${ECHO_MSG} instead of ${ECHO} [1].

Spotted by:	eik [1]
2004-07-04 14:39:45 +00:00
Gerald Pfeifer
6ed02c850f Use ${ECHO} instead of echo. 2004-06-17 21:39:17 +00:00
Gerald Pfeifer
c7fc29b5dc Update to the 2004-06-11 snapshot of GCC 3.4.1. 2004-06-16 18:16:26 +00:00
Gerald Pfeifer
3b61648547 Update to the 2004-06-04 snapshot of GCC 3.4.1.
On the way, note that libgcj is not built on amd64.
2004-06-06 03:57:54 +00:00
Gerald Pfeifer
2fbb3a733b Update to the 2004-04-14 snapshot, which should be nearly identical to the
GCC 3.4.0 release.
Tweak the pre-everything message, plus display a note when libgcj is not built.
2004-04-17 16:40:30 +00:00
David E. O'Brien
a2e4a83ec1 I give up, gerald wants the cruft back in. 2004-03-22 17:13:33 +00:00
David E. O'Brien
09a6fc2bd4 Use a different method to remove possibly shared directory, so we can
fail silently.

Submitted by:	kris
2004-03-22 02:10:27 +00:00
David E. O'Brien
d4b244baf7 Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist. 2004-03-21 17:02:53 +00:00
David E. O'Brien
323c97787b Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete. 2004-03-20 19:50:58 +00:00
Gerald Pfeifer
bd3834a0e5 Try to fix breakage of non-amd64 platforms introduced by 1.165 and
remove inflamatory comment.

Remove BROKEN from sparc64 and simplify special case handling of
libgcj on ia64 and sparc64.
USE_SIZE is now the default, no need to specify it explicitly.
Remove WANT_THREADS_SUPPORT knob, which should be a no-op by now.
2004-03-17 14:21:58 +00:00
David E. O'Brien
d9162f1589 Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk has
finally caught up with newer autoconf's requirements.
Allow to build on AMD64 by lying with CONFIGURE_TARGET.
2004-03-17 08:18:15 +00:00
Gerald Pfeifer
7fb421e760 Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus saves
quite some build time and also disk.  Make this the default on sparc64 and
ia64 where libgcj has not been ported to and thus fix long-standing packaging
issues on these two platforms.
On the way, update to the 20040310 snapshot of GCC 3.4.0.

PR:		63427 (mostly)
2004-03-14 21:33:57 +00:00
Gerald Pfeifer
5a8cd782b0 Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.
Given that I am now responsible for snapshot generation on gcc.gnu.org,
remove the feature to obtain sources from GCC CVS.  Mark broken on amd64
(which used to be called x86_64).
2004-02-19 22:12:30 +00:00
Gerald Pfeifer
0bfd4c2e53 Update to the 2004-02-11 snapshot of GCC 3.4.
Port the following two fixes from the lang/gcc33 port:
2004/02/08: Fix build on systems without a decent version of Perl.
2004/01/30: The Fortran frontend binary is called g77, not f77.
2004-02-12 20:40:06 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Gerald Pfeifer
dcdb48da42 Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26
change to the gcc33 port and introduce a new make variable SUFFIX to
avoid hardcoding the version number and reorder USE_ variables.
2004-01-28 22:15:03 +00:00
Gerald Pfeifer
f23ad694cc Update to the 2004-01-14 snapshot of GCC 3.4.
Merge in my 2004/01/17 change to the gcc33 port to configure with
--program-suffix and related and further simplifications.

Merge in my 2004/01/13 change to the gcc33 port to make the automatic
generation of the package list for libraries and include files more
failure tolerant, so that at least `make install` now works on sparc64.

Merge in my 2004/01/05 change to the gcc33 port to combine and simplify
the post-install handling of target libraries and GCJ include files.

libgcj still is not supported and packaging is broken on sparc64; mark
BROKEN on that platform.
2004-01-22 11:58:14 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Trevor Johnson
f3a1a0c101 Use PAX macro. 2004-01-22 08:05:25 +00:00
Gerald Pfeifer
a72114a358 Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05
changes which combine and simplify the post-install handling of target
libraries and GCJ include files and my 2003-12-14 change which simplifies
handling of .info files from the lang/gcc33 port.
2004-01-10 12:20:00 +00:00
Gerald Pfeifer
8f8670c3ab Fix packaging which was quite broken. On the way, update PORTVERSION to
match the new versioning scheme in GCC-land and adjust the renaming of
gccbug to the scheme used by the other programs installed by this port.
2004-01-09 22:04:51 +00:00
David E. O'Brien
bddaccf46a Update to the 2003-12-31 snapshot. 2004-01-06 18:50:41 +00:00
David E. O'Brien
f8303af496 Update to the 2003-12-24 snapshot. 2003-12-26 15:56:36 +00:00
David E. O'Brien
3878675a51 Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in the
manpage fake out.

Spotted by:	gerald
2003-12-15 07:49:17 +00:00
David E. O'Brien
c563a2cc00 * Deal with GCC's configurary's assumption that /usr/local/{include,lib}
are searched automatically by the compiler by using --with-libiconv-prefix.
  W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header.
  During the make, neither will be found; a lot of inconsistency here...
* Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due
  not actually passing the found header path to CFLAGS in any way.
2003-12-15 07:45:53 +00:00
Gerald Pfeifer
e4471a8b57 Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (at
least) two FreeBSD-related problems I had reported against the previous
snapshot.

Make some final adjustments to track changes in directory layout between
GCC 3.3 and 3.4, make some simplifications, and remove the BROKEN tag.
2003-12-14 02:35:52 +00:00
Gerald Pfeifer
c4fc4242f6 Really mark as broken.
Pointy hat to:	self
2003-12-04 16:21:49 +00:00
Gerald Pfeifer
e33341da83 Update to the 2003-11-26 snapshot and fix several packaging issues.
Import significant simplifications of the post-install handling of
GCJ include files from the gcc33 port.  Use the new INFO= facility.

The port is still (marked) broken, but should essentially work out
of the box once the remaining upstream bugs have been fixed.
2003-12-04 16:20:50 +00:00
Gerald Pfeifer
48fa42c8e7 Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.
There is no bounds-checking patch for GCC 3.4 yet, extended printf format
checking for FreeBSD has not been ported yet, and the port is BROKEN due
to weird libjava build failures which occur if and only if building from
within the FreeBSD ports system.
2003-11-14 22:01:13 +00:00
Edwin Groothuis
a58129d3de - ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:		ports/56800-56819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Gerald Pfeifer
a45e081cf6 Use ${STRIP_CMD} instead of strip. Strip some additional files and simplify
the machinery so that we do not need to maintain duplicate lists of binaries.
Rename loop variables from $file to $f to avoid warnings by future versions
of portlint.
Fix a post-build comment.

Reviewed by:	obrien
2003-07-11 20:35:45 +00:00
David E. O'Brien
ff39f0fa07 My manpage creation fake-out broke with 3.1.1. Give up and add a build
dependency on perl 5.6.
2003-07-11 17:10:13 +00:00
Gerald Pfeifer
4e8956733b Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69. 2003-07-09 21:52:36 +00:00
David E. O'Brien
ea2f5a20cc Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot. 2003-07-09 21:20:55 +00:00
Gerald Pfeifer
1006fbdfb8 Add bounds-checking support using Herman ten Brugge's patches.
PR:		53395
Submitted by:	Dan Nelson <dnelson@allantgroup.com>
2003-06-17 21:17:12 +00:00
Kris Kennaway
0cfa4535b7 Don't remove the share/java and share/java/classes system directories. 2003-06-09 11:59:17 +00:00
Gerald Pfeifer
6234046b7f Update to the official release of GCC 3.3. On the way, somewhat restructure
the port so that switching between snapshots and releases will amount to fewer
changes in the future.
Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1.
2003-05-15 12:56:34 +00:00
Gerald Pfeifer
3d5eaab42b Update to the second prerelease of GCC 3.3. Add support for the core
languages testsuites (similar to the lang/gcc32 port).
2003-05-09 14:47:00 +00:00
Gerald Pfeifer
e41c7da010 I now made .bz2 sources available on gcc.gnu.org, so again use these instead
of .gz sources.  Remove a makeinfo related hack for CONFIGURE_ENV which is
not needed any longer.
2003-05-08 11:32:06 +00:00
Gerald Pfeifer
f23ec6ffe5 Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.
Adjust COMMENT and remove NO_CDROM. Reenable man pages.
2003-05-06 22:14:55 +00:00
Gerald Pfeifer
da95daf4a9 Remove --with-gnu-as --with-gnu-ld, which are actually no-ops. 2003-05-06 11:45:22 +00:00
Gerald Pfeifer
8c09145995 Properly add the "[FreeBSD]" marker to the GCC version string also for
prereleases and releases.
2003-05-06 11:19:17 +00:00
David E. O'Brien
430972b2aa G++ headers are now installed in c++/<gcc_ver> rather than g++-v3. 2003-05-06 00:44:10 +00:00
David E. O'Brien
91003077c5 Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot. 2003-05-04 02:52:49 +00:00
David E. O'Brien
61c4db0e8e Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot. 2003-04-28 02:23:49 +00:00
Gerald Pfeifer
3e6f00c31e Merge targets pre-configure and pre-build, simplify them, and remove
patch-va.  All of these dealt with us patching generated files (which
we don't do any longer).
2003-04-25 17:06:46 +00:00
Gerald Pfeifer
216a3c7853 Make MAINTAINER overrideable by slave ports. 2003-04-25 06:40:43 +00:00
Gerald Pfeifer
e5cd9dacdf Fifty-one months after ELF flag day, and after the system compiler became
ELF-only as well, remove support for aout from the next generation of GCC.

Suggested by:	Loren James Rittle <rittle@labs.mot.com>
Discussed with:	obrien
2003-04-24 10:37:23 +00:00
Gerald Pfeifer
3978f0bf02 Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 on
i386-unknown-freebsd4.8.)
2003-04-23 13:20:53 +00:00
David E. O'Brien
8a8eef1274 Allow YACC to be used, rather than Bison, for C/C++.
Submitted by:	kan
2003-04-22 17:14:43 +00:00
Dirk Meyer
f4e43b6408 merge changes from gcc32 to gcc33 after testing
- Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work.
- fix PLIST so critical file libgcc_s.so.1 is included.
- complete PLIST
- COMMENT can be overrritten by a slave port
- uncomment MANPAGES, as they are currently not installed.
2003-04-21 07:59:03 +00:00
David E. O'Brien
0c6eadf766 Not sure how I missed these patches in my 24-March-2003 GCC 3.3
in-development snapshot upgrade.
2003-04-20 17:20:51 +00:00
Gerald Pfeifer
8e282b7bde Remove files/patch-t-freebsd. The underlying problem has been fixed in
GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions
of FreeBSD should build fine with this patchs, its just another extra
difference to pristine FSF sources and may cause subtle header-related bugs
for FreeBSD 4.x systems.

Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2003-04-17 14:04:43 +00:00
Gerald Pfeifer
1db51c3071 Remove the last part of jdp's profile fixes from 1998/10/08, which actually
breaks -fprofile-arcs for current GCCs.

PR:		50842
2003-04-14 19:56:36 +00:00
Gerald Pfeifer
7884ebd7be Appease portlint by various whitespace changes. Remove last traces of
PATCH_SITES and PATCHFILES which we haven't used lately as well as of
libgcj not building properly.
2003-04-06 14:30:41 +00:00
Gerald Pfeifer
61cf47fa3f Finally remove the parts of this patch that date back to 1998 and have now
been commented for more than a year.
2003-04-02 20:18:22 +00:00
Gerald Pfeifer
0442b27ae7 Remove special alpha optimization warning. alpha support now should be
sufficiently stable.
2003-04-02 11:43:15 +00:00
Dirk Meyer
9c77d269ae LATEST_LINK can now be overwritten by the slave port.
added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
2003-03-31 01:19:14 +00:00
David E. O'Brien
21080a020f Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot. 2003-03-29 23:14:33 +00:00
Gerald Pfeifer
4a2ca53673 Fix COMMENT and a Makefile comment. 2003-03-24 16:03:14 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
David E. O'Brien
19abf1681e Use the most modern spelling of egcs.cygnus.com. 2002-12-03 23:21:14 +00:00
David E. O'Brien
3d7bd2c689 The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
2002-11-05 03:10:08 +00:00
Akinori MUSHA
e8dcfa2a89 Use MASTER_SITES_GCC.
Approved by:	obrien (maintainer)
2002-10-19 18:55:52 +00:00
David E. O'Brien
7cd2eff96a Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot. 2002-10-18 04:14:28 +00:00
David E. O'Brien
86c666a8ce Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout. 2002-10-10 23:19:05 +00:00
Gerald Pfeifer
f95783c497 ftp://ftp.netwinder.org/ is no longer a MASTER_SITE.
Approved by:	obrien (maintainer+mentor)
2002-07-31 12:34:31 +00:00
David E. O'Brien
704ef6b8f8 This is now in the stock FSF sources. 2002-05-18 19:06:11 +00:00
David E. O'Brien
a320d6dbeb Upgrade to a 18-May-2002 GCC 3.2 in-development checkout. 2002-05-18 10:16:53 +00:00
Gerald Pfeifer
9956fb5b95 GCC 2.95 and later aren't called egcs (any longer). Also update
description and web address.

Approved by:	obrien (maintainer+mentor)
2002-04-17 07:17:04 +00:00
Gerald Pfeifer
a6568b932b GCC 2.95 and later aren't called egcs (any longer), so remove two patches
that add references to egcs to the documentation.

Approved by:	obrien (maintainer+mentor)
2002-04-12 07:41:58 +00:00
David E. O'Brien
232042d3a6 Upgrade to a 06-April-2002 GCC 3.2 in-development checkout. 2002-04-07 10:48:11 +00:00
David E. O'Brien
71db5c7255 Upgrade to a 27-March-2002 GCC 3.2 in-development checkout. 2002-03-29 00:58:14 +00:00
David E. O'Brien
2f276e99ec Upgrade to a 12-March-2002 GCC 3.2 in-development checkout. 2002-03-13 07:50:44 +00:00
David E. O'Brien
d3909fe686 Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.
Due to the lack of a real snapshot distfile, this has to use CVS
as the fetch method.
2002-03-13 05:08:26 +00:00
David E. O'Brien
5d96a80946 Mark broken while I find a suitable snapshot. 2002-03-09 21:23:05 +00:00
David E. O'Brien
9a20bf6731 Sync with gcc30's style.
This includes changing the name from g<BINARY> to <BINARY>31, using a
single .info file rather than the mirage of them, and switch to using the
.bz2 distfiles.
2002-03-04 21:08:06 +00:00
David E. O'Brien
9604fa36af Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot. 2002-03-02 18:53:57 +00:00
David E. O'Brien
1190560cdc Update to the 2002-02-04 snapshot.
This port still does not install properly (still has some old cruft in it).
But incase someone wants to work on a patch to help me out...
2002-02-10 11:16:51 +00:00
David E. O'Brien
f80f7f352a This allows the port to build, but it still has install problems. 2002-02-05 02:54:52 +00:00
David E. O'Brien
1262671749 Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot. 2002-02-03 07:15:30 +00:00