summaryrefslogtreecommitdiffstats
path: root/lang/gcc43
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20050409 snapshot of GCC 4.0.0. That's getting rather closegerald2005-04-102-13/+13
| | | | to the real thing now.
* Update to the 20050402 snapshot of GCC 4.0.0.gerald2005-04-032-13/+13
|
* Mark BROKEN on sparc64. I reported the problem upstream, but there is nogerald2005-03-311-0/+4
| | | | | | fix in sight yet. Approved by: portmgr (krion)
* Update to the 20050319 snapshot of GCC 4.0.0.gerald2005-03-202-13/+13
|
* Update to the 20050312 of GCC 4.0.0.gerald2005-03-192-13/+13
|
* portlint.obrien2005-03-021-2/+8
|
* Update to the 20050226 snapshot.obrien2005-03-022-13/+13
|
* Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing listgerald2005-02-213-18/+20
| | | | for the libjava case (still disabled for now, though).
* Update to the 20050130 snapshot of GCC 4.0.0. Adjust pkg-plist wrt. togerald2005-02-013-19/+17
| | | | libjava which I hope to re-enable with the next update.
* Update to the 20050116 snapshot of GCC 4.0.gerald2005-01-162-14/+14
|
* Update to the 20050109 snapshot of GCC 4.0.0.gerald2005-01-092-13/+13
|
* Update to the 20041226 snapshot of GCC 4.0.0.gerald2004-12-282-13/+13
|
* Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.gerald2004-12-252-13/+14
|
* Adding knob WITH_FORTRAN.maho2004-12-163-1/+20
| | | | | | | | Now we have GNU Fortran 90/95 compiler with this knob. PR: 74187 Approved by: gerald (maintainer)
* Update to the 20041205 snapshot of GCC 4.0.0.gerald2004-12-062-11/+11
|
* Update to the 20041128 snapshot of GCC 4.0.0.gerald2004-11-302-11/+11
|
* Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of thegerald2004-11-222-13/+12
| | | | | old bounds checker). This includes quite a couple of SPARC fixes and should fix the bootstrap failure there.
* Update to the 20041114 snapshot of GCC 4.0.0.gerald2004-11-142-11/+11
|
* Adjust the names of the individual frontends to GCC 4.0.gerald2004-11-091-3/+3
| | | | PR: 73581
* Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-gerald2004-11-083-26/+11
| | | | related fixes I had submitted upstream.
* Revert those changes from the prevision commit (revision 1.181) that weregerald2004-11-071-12/+4
| | | | | | accidental, considering obrien's log entry and the breakage caused. Spotted by: kris (on behalf of pointyhat)
* Catch the 'cklatest' target up to changes on the MASTER_SITES.obrien2004-11-051-5/+13
|
* Autogenerate the libexec portion of PLIST.obrien2004-11-052-21/+8
| | | | | | Remove unused .la files. Reviewed by: gerald
* Complete the repo-copy of gcc34 to gcc40 and update to the 20041024gerald2004-10-315-62/+63
| | | | | | snapshot of GCC 4.0.0. PR: 71696.
* Update to the 20041015 snapshot of GCC 3.4.3.gerald2004-10-212-14/+14
|
* Update to the 20040827 snapshot of GCC 3.4.2.gerald2004-09-032-13/+13
|
* Fix location of pkgconfig-datavs2004-09-032-2/+12
| | | | Approved by: gerald
* Update to the 20040806 snapshot off GCC 3.4.gerald2004-08-122-13/+13
|
* Update to the 2004-07-23 snapshot of GCC 3.4.2.gerald2004-07-252-13/+13
|
* Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).gerald2004-07-102-14/+14
|
* Update to the 20040702 snapshot. Optimize that SNAPDATE variable away ongerald2004-07-042-17/+16
| | | | | | the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1]
* Use ${ECHO} instead of echo.gerald2004-06-171-3/+3
|
* Update to the 2004-06-11 snapshot of GCC 3.4.1.gerald2004-06-162-13/+13
|
* Update to the 2004-06-04 snapshot of GCC 3.4.1.gerald2004-06-062-15/+15
| | | | On the way, note that libgcj is not built on amd64.
* Update to the 2004-04-14 snapshot, which should be nearly identical to thegerald2004-04-172-14/+17
| | | | | GCC 3.4.0 release. Tweak the pre-everything message, plus display a note when libgcj is not built.
* I give up, gerald wants the cruft back in.obrien2004-03-221-0/+2
|
* Use a different method to remove possibly shared directory, so we canobrien2004-03-221-2/+2
| | | | | | fail silently. Submitted by: kris
* Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist.obrien2004-03-211-2/+0
|
* Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete.obrien2004-03-201-0/+2
|
* Try to fix breakage of non-amd64 platforms introduced by 1.165 andgerald2004-03-171-13/+3
| | | | | | | | | 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.
* Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk hasobrien2004-03-171-3/+2
| | | | | finally caught up with newer autoconf's requirements. Allow to build on AMD64 by lying with CONFIGURE_TARGET.
* Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus savesgerald2004-03-143-37/+50
| | | | | | | | | 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)
* Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.gerald2004-02-192-45/+18
| | | | | | 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).
* Update to the 2004-02-11 snapshot of GCC 3.4.gerald2004-02-122-22/+24
| | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26gerald2004-01-283-39/+38
| | | | | change to the gcc33 port and introduce a new make variable SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
* Update to the 2004-01-14 snapshot of GCC 3.4.gerald2004-01-224-38/+54
| | | | | | | | | | | | | | | 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.
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1
|
* Use PAX macro.trevor2004-01-221-1/+1
|
* Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05gerald2004-01-103-28/+13
| | | | | | 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.
OpenPOWER on IntegriCloud