1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

224 Commits

Author SHA1 Message Date
Gerald Pfeifer
2b2f626530 Silence two portlint warnings. 2005-05-09 21:22:09 +00:00
Gerald Pfeifer
63f5afe07d Update to the 20050427 snapshot of GCC 3.3.6. On the way, remove all traces
of the Java frontend and libgcj which speeds up the build significantly and
reduces the number of file conflicts with lang/gcc34 to a minimum (which is,
in turn, needed for proper building and testing of the alpha port). Everyone
with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
2005-05-03 23:16:32 +00:00
Gerald Pfeifer
78014b7091 Update to the 20050330 pre-release of GCC 3.3.6. 2005-04-02 18:53:52 +00:00
Gerald Pfeifer
730e0cd23f Update to the 20050223 snapshot of GCC 3.3.6. 2005-02-24 16:54:02 +00:00
Gerald Pfeifer
d52598d2ac Update to the 20050202 snapshot of GCC 3.3.6. 2005-02-03 19:06:53 +00:00
Gerald Pfeifer
b24c3b604e Update to the 20050112 snapshot of GCC 3.3.6. Among others, this includes a
fix by obrien to use the KSE pthread lib for -pthread.
2005-01-16 18:44:38 +00:00
Gerald Pfeifer
642675286a Update to the 20041215 snapshot of GCC 3.3.6. 2004-12-17 19:08:19 +00:00
Gerald Pfeifer
bf41230a9b Update to the 20041103 snapshot of GCC 3.3.5. 2004-11-04 10:33:41 +00:00
Gerald Pfeifer
72857ab69f Update to the 20041013 snapshot. 2004-10-19 22:37:10 +00:00
Gerald Pfeifer
acd6c65252 Update to the 20040901 snapshot of GCC 3.3.5. 2004-09-02 12:51:53 +00:00
Gerald Pfeifer
5439bdadb6 Update to the 20040630 snapshot and change the version to 3.3.5.
Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG}
instead of ${ECHO} [1].

Spotted by:	eik [1]
2004-07-04 20:50:59 +00:00
Gerald Pfeifer
6bd1512b96 Mark BROKEN on amd64. It looks like the system compiler miscompiles this,
and most people on this platform will use either the system compiler or
gcc34 anyways.
se ${ECHO} instead of echo.
2004-07-03 20:38:18 +00:00
Gerald Pfeifer
2c7a504b30 Update to the 2004-06-16 snapshot of GCC 3.3.4. 2004-06-17 21:30:57 +00:00
Gerald Pfeifer
3cb682cf5c Update to the 2004-05-05 snapshot of GCC 3.3.4. 2004-05-14 20:15:02 +00:00
Gerald Pfeifer
138f874c11 Remove support for WITH_BOUNDSCHECKING which was broken most of the time
(due to the 3.3 branch moving quite a bit between releases).

PR:		64959
2004-05-03 18:23:39 +00:00
Gerald Pfeifer
595858c676 Update to the 2004-04-11 snapshot and a later version of the bounds checking
patch (which still has two mismatches, though).
Tweak the pre-everything message, plus display a note when libgcj is not built.
2004-04-17 18:25:47 +00:00
Gerald Pfeifer
5bab905509 Add a WITHOUT_LIBJAVA knob, 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 20040322 snapshot of GCC 3.3.3.

PR:		63427 (mostly)
2004-03-28 00:16:07 +00:00
Gerald Pfeifer
4bc04f3260 Update to the 20040308 snapshot of GCC 3.3.4.
- Work around breakage due to the renaming of x86_64 to amd64 (which still
  has not been addressed upstream).
- 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-14 12:39:34 +00:00
Gerald Pfeifer
2c4fe14389 Mark broken on amd64 (which used to be called x86_64). 2004-02-18 09:43:30 +00:00
Gerald Pfeifer
49154b4b87 Update to the 2004-02-16 snapshot of GCC 3.3.4. 2004-02-16 19:32:39 +00:00
Gerald Pfeifer
fb6bb145b6 Fix build on systems without a decent version of Perl.
PR:		62397
2004-02-08 13:08:44 +00:00
Gerald Pfeifer
eb16805645 Update to the 2004-02-02 snapshot of GCC 3.3. (Add distinfo part.)
PR:		62409
2004-02-06 09:06:27 +00:00
Gerald Pfeifer
62ca6cce97 Update to the 2004-02-02 snapshot of GCC 3.3. 2004-02-05 22:09:31 +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
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