Commit graph

71 commits

Author SHA1 Message Date
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
7dd847ea0b Adjust pkg-plist to (temporary) bug which added libssp include files. 2005-07-06 20:46:23 +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
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
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
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
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
Maho Nakata
5de6d77527 Adding knob WITH_FORTRAN.
Now we have GNU Fortran 90/95 compiler
with this knob.

PR:		74187
Approved by:	gerald (maintainer)
2004-12-16 09:32:21 +00:00
David E. O'Brien
6ee371136c Autogenerate the libexec portion of PLIST.
Remove unused .la files.

Reviewed by:	gerald
2004-11-05 19:48:46 +00:00
Gerald Pfeifer
7beb4bf214 Complete the repo-copy of gcc34 to gcc40 and update to the 20041024
snapshot of GCC 4.0.0.

PR:		71696.
2004-10-31 05:19:21 +00:00
Volker Stolz
8864d164aa Fix location of pkgconfig-data
Approved by: gerald
2004-09-03 17:42:11 +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
323c97787b Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete. 2004-03-20 19:50:58 +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
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
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
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
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
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
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
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
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
21080a020f Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot. 2003-03-29 23:14:33 +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
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
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
1e2ea8ca7d Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.
[and a sad day in history]
2001-05-04 08:50:08 +00:00
David E. O'Brien
b9f823ab2b Fix nits in the auto lib-gcc PLIST generation. 2001-03-02 10:09:40 +00:00
David E. O'Brien
76a9878ebc Change name of programs from e<program_name> to g<program_name>, since
e<program_name> conflicts with the egcs port.  I'm open to a better nameing
scheme.

Also change the shared libs configuring logic a little bit due to changed
way of doing it on libstdc++-v3, which this snapshot uses by default.
2000-12-05 21:36:59 +00:00
David E. O'Brien
81388430e3 Upgrade to the 2000-07-17 GCC 2.96 development snapshot. 2000-09-05 16:59:15 +00:00
David E. O'Brien
c1d22efdd6 Upgrade to the 2000-05-01 GCC 2.96 development snapshot. 2000-05-06 22:47:09 +00:00
David E. O'Brien
4dae0e3ce1 Upgrade to the 2000-03-06 GCC 2.96 development snapshot. 2000-03-08 19:01:17 +00:00
David E. O'Brien
1a5149403c Upgrade to the 2000-02-21 GCC 2.96 development snapshot. 2000-03-08 02:21:03 +00:00
David E. O'Brien
8aeb263242 Upgrade to the 2000-02-07 GCC 2.96 development snapshot. 2000-02-14 11:39:38 +00:00
David E. O'Brien
19b929d5e3 Upgrade to the 2000-01-10 GCC 2.96 development snapshot. 2000-01-17 12:27:59 +00:00
David E. O'Brien
a9426f70f2 Update to the 1999-10-25 snapshot. 1999-11-01 07:39:15 +00:00
David E. O'Brien
134508746d Upgrade to the 1999-09-20 development snapshot. 1999-10-10 20:28:35 +00:00
Peter Wemm
fe8f04069f $Id$ -> $FreeBSD$ 1999-08-30 12:01:11 +00:00
David E. O'Brien
356cdb7882 Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95
snapshot.
Mark BROKEN until the next Cygnus snapshot.
1999-08-05 16:21:08 +00:00
David E. O'Brien
978929c178 The number of things this port installs has grown.
(mostly junk in PREFIX/lib/gcc-lib/.../include)
1999-07-04 20:58:11 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
David E. O'Brien
ccfd6f92ac I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering.  This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.

Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
1999-04-21 07:48:59 +00:00