Commit graph

200 commits

Author SHA1 Message Date
Gerald Pfeifer
62e1c98435 Consider another instance of the man pages not being generated if Perl 5.6
is not installed and move/adjust the previous hack.

Reported by:	bento
		Lee Harr <missive@hotmail.com>
		AMAKAWA Shuhei <sa264@cam.ac.uk>
2004-02-01 20:54:24 +00:00
Gerald Pfeifer
206720c9f6 The Fortran frontend binary is called g77, not f77. 2004-01-30 13:52:37 +00:00
Gerald Pfeifer
acef2d3ac6 Update to the 2004-01-26 snapshot of GCC 3.3. Introduce a new make variable
SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
2004-01-26 22:51:16 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Gerald Pfeifer
d846c1b2b5 Add missing part of yesterday's commit.
Update to the 2004-01-19 snapshot of GCC 3.3.  Employ USE_SIZE.

Reported by:	Rolandas Naujikas <rolnas@takas.lt>
2004-01-21 13:51:42 +00:00
Gerald Pfeifer
6519b62972 Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE. 2004-01-21 08:43:10 +00:00
Gerald Pfeifer
9eb0382f5a Configure with --program-suffix and make related and further simplifications. 2004-01-17 23:37:46 +00:00
Gerald Pfeifer
8dc6c581f1 Sync handling of man pages with the gcc34 port. Merge in my 2004/01/09
change to the gcc34 port to adjust the renaming of gccbug to the scheme
used by the other programs installed by this port.  Remove hack to provide
stubs for binaries not built on some platforms.
2004-01-17 18:58:41 +00:00
Gerald Pfeifer
75daad926a Update to the 2004-01-12 snapshot of GCC 3.3. 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.

libgcj still is not supported and packaging is broken on sparc64; mark BROKEN
on that platform.
2004-01-13 21:24:49 +00:00
Gerald Pfeifer
0e4a35336b Update to the 2004-01-05 snapshot. On the way, combine and simplify the
post-install handling of target libraries and GCJ include files.
2004-01-05 22:39:43 +00:00
David E. O'Brien
22b475c1a0 Update to the 2003-12-22 snapshot. 2003-12-26 15:39:48 +00:00
Gerald Pfeifer
eb7f54c028 Update to the 2003-12-08 snapshot. Simplify handling of .info files, and
merge in some of my recent changes to the gcc34 port.
2003-12-14 21:09:36 +00:00
Gerald Pfeifer
566f4b19bd Update to the 2003-12-01 snapshot (quite some fixes).
Further simplify handling of .info files.
2003-12-06 17:39:09 +00:00
Gerald Pfeifer
43105ce234 Significantly simplify and shorten the post-install handling of GCJ include
files.
2003-11-15 17:48:11 +00:00
Gerald Pfeifer
533c67393f Restore support for gij. 2003-11-09 09:37:25 +00:00
Gerald Pfeifer
32c5a7922e Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that are
not provided on all platforms (notably SPARC at this time) by installing a
dummy instead.
2003-11-08 22:05:16 +00:00
Gerald Pfeifer
1d1f2e0a35 Build GCC using make bootstrap-lean instead of make bootstrap to increase
the chance of success on disk starved hosts (e.g. on the FreeBSD cluster).
2003-11-08 21:08:00 +00:00
Gerald Pfeifer
7bc3091fb7 Use an updated version of the bounds checking patch which applies w/o
problems.
2003-10-22 01:20:57 +00:00
Gerald Pfeifer
49bd07c8df Adopt this port.
Agreed to by:	obrien
2003-10-20 21:21:34 +00:00
Gerald Pfeifer
8925e345a4 Update to a slightly newer version of the optional bounds checking patches,
but disable the note on WITH_BOUNDSCHECKING as even these have not been
updated for GCC 3.3.2 yet.

Noticed by:	trevor
2003-10-20 15:17:00 +00:00
Gerald Pfeifer
2348d513f7 Update to the GCC 3.3.2 release, fixing packaging problems caused by the
previous update on the way.
Generalize this port such that switching between GCC snapshots and releases
will be even simpler next time.  Remove code to use CVS to obtain sources as
I (wearing my GCC hat) can guarantee that we will provide snapshots as long
as needed in the future.
2003-10-17 13:34:24 +00:00
Gerald Pfeifer
9f56449994 Update from the 2003-08-04 to the 2003-10-13 snapshot which essentially
will become GCC 3.3.2.  Fix the incorrect pkg-descr on binaries installed.
2003-10-15 19:22:46 +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
c6dfdef4fd Update the optional GCC bounds checking patch to the latest version which
again works with current GCC 3.3 sources (modulo a minor tweak to avoid a
patch affecting a bison generated file).

PR:		54587
2003-08-11 16:14:52 +00:00
David E. O'Brien
1cbb6d6420 Upgrade to the 4-Aug-2003 GCC 3.3.1 in-development snapshot. 2003-08-06 16:49:37 +00:00
David E. O'Brien
6cc1afcbb1 style nit. 2003-08-04 20:40:29 +00:00
Gerald Pfeifer
08652ef172 Use the nice new infrastructure for handling .info files. It's so much
simpler now.
2003-08-04 17:21:31 +00:00
David E. O'Brien
346b76a924 Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot. 2003-08-04 07:55:58 +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