aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc33
Commit message (Collapse)AuthorAgeFilesLines
* Accept -march/-mcpu "k8", "opteron", and "athlon64".David E. O'Brien2005-10-312-1/+15
| | | | Notes: svn path=/head/; revision=146806
* Support FreeBSD 7.David E. O'Brien2005-10-314-3/+46
| | | | Notes: svn path=/head/; revision=146805
* We no longer install any libraries to $PREFIX/lib, so remove this fromGerald Pfeifer2005-07-191-1/+1
| | | | | | | LDCONFIG_DIRS. Notes: svn path=/head/; revision=139596
* IGNORE on 7.x and above.Gerald Pfeifer2005-07-141-0/+3
| | | | Notes: svn path=/head/; revision=139240
* Directly install libraries into a port-specific location instead ofGerald Pfeifer2005-07-141-16/+5
| | | | | | | | | | | | | | | 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. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Notes: svn path=/head/; revision=139205
* Now that the GCC 3.3 branch has been closed, switch from tracking snapshotsGerald Pfeifer2005-07-102-16/+15
| | | | | | | | to the final release, 3.3.6. Unfortunately, this requires using PORTEPOCH. Tweak a comment and remove a debug output on the way. Notes: svn path=/head/; revision=138812
* Fix the handling of man pages on systems with an old version of Perl, onceGerald Pfeifer2005-05-221-3/+3
| | | | | | | and for all and forever. Notes: svn path=/head/; revision=135822
* Fix (and simplify) the handling of man pages on old systems with Perl 5.0.Gerald Pfeifer2005-05-201-9/+7
| | | | | | | Point out by: pointyhat Notes: svn path=/head/; revision=135660
* Update to the 20050511 snapshot of GCC 3.3.6.Gerald Pfeifer2005-05-163-33/+26
| | | | | | | | | | | | Add conflicts with the gcc40 and gcc41 ports, due to the .info files. Simplify the handling of libraries which are not installed in all configurations. 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. Notes: svn path=/head/; revision=135379
* Silence two portlint warnings.Gerald Pfeifer2005-05-091-2/+2
| | | | Notes: svn path=/head/; revision=134955
* Update to the 20050427 snapshot of GCC 3.3.6. On the way, remove all tracesGerald Pfeifer2005-05-034-74/+22
| | | | | | | | | | 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. Notes: svn path=/head/; revision=134570
* Update to the 20050330 pre-release of GCC 3.3.6.Gerald Pfeifer2005-04-022-13/+13
| | | | Notes: svn path=/head/; revision=132226
* Update to the 20050223 snapshot of GCC 3.3.6.Gerald Pfeifer2005-02-242-13/+13
| | | | Notes: svn path=/head/; revision=129684
* Update to the 20050202 snapshot of GCC 3.3.6.Gerald Pfeifer2005-02-032-13/+13
| | | | Notes: svn path=/head/; revision=127985
* Update to the 20050112 snapshot of GCC 3.3.6. Among others, this includes aGerald Pfeifer2005-01-162-13/+13
| | | | | | | fix by obrien to use the KSE pthread lib for -pthread. Notes: svn path=/head/; revision=126611
* Update to the 20041215 snapshot of GCC 3.3.6.Gerald Pfeifer2004-12-172-14/+14
| | | | Notes: svn path=/head/; revision=124324
* Update to the 20041103 snapshot of GCC 3.3.5.Gerald Pfeifer2004-11-042-13/+13
| | | | Notes: svn path=/head/; revision=120762
* Update to the 20041013 snapshot.Gerald Pfeifer2004-10-192-13/+13
| | | | Notes: svn path=/head/; revision=119811
* Update to the 20040901 snapshot of GCC 3.3.5.Gerald Pfeifer2004-09-022-13/+13
| | | | Notes: svn path=/head/; revision=117934
* Update to the 20040630 snapshot and change the version to 3.3.5.Gerald Pfeifer2004-07-042-18/+17
| | | | | | | | | | Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1] Notes: svn path=/head/; revision=112918
* Mark BROKEN on amd64. It looks like the system compiler miscompiles this,Gerald Pfeifer2004-07-031-3/+4
| | | | | | | | | and most people on this platform will use either the system compiler or gcc34 anyways. se ${ECHO} instead of echo. Notes: svn path=/head/; revision=112871
* Update to the 2004-06-16 snapshot of GCC 3.3.4.Gerald Pfeifer2004-06-172-13/+13
| | | | Notes: svn path=/head/; revision=111692
* Update to the 2004-05-05 snapshot of GCC 3.3.4.Gerald Pfeifer2004-05-142-13/+13
| | | | Notes: svn path=/head/; revision=109164
* Remove support for WITH_BOUNDSCHECKING which was broken most of the timeGerald Pfeifer2004-05-031-25/+1
| | | | | | | | | (due to the 3.3 branch moving quite a bit between releases). PR: 64959 Notes: svn path=/head/; revision=108293
* Update to the 2004-04-11 snapshot and a later version of the bounds checkingGerald Pfeifer2004-04-172-15/+18
| | | | | | | | patch (which still has two mismatches, though). Tweak the pre-everything message, plus display a note when libgcj is not built. Notes: svn path=/head/; revision=107367
* Add a WITHOUT_LIBJAVA knob, which disables building libgcj and thus savesGerald Pfeifer2004-03-283-40/+48
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=105462
* Update to the 20040308 snapshot of GCC 3.3.4.Gerald Pfeifer2004-03-142-23/+17
| | | | | | | | | | - 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. Notes: svn path=/head/; revision=103985
* Mark broken on amd64 (which used to be called x86_64).Gerald Pfeifer2004-02-181-0/+4
| | | | Notes: svn path=/head/; revision=101310
* Update to the 2004-02-16 snapshot of GCC 3.3.4.Gerald Pfeifer2004-02-162-17/+16
| | | | Notes: svn path=/head/; revision=101081
* Fix build on systems without a decent version of Perl.Gerald Pfeifer2004-02-081-6/+8
| | | | | | | PR: 62397 Notes: svn path=/head/; revision=100377
* Update to the 2004-02-02 snapshot of GCC 3.3. (Add distinfo part.)Gerald Pfeifer2004-02-061-12/+12
| | | | | | | PR: 62409 Notes: svn path=/head/; revision=100122
* Update to the 2004-02-02 snapshot of GCC 3.3.Gerald Pfeifer2004-02-051-1/+1
| | | | Notes: svn path=/head/; revision=100082
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Consider another instance of the man pages not being generated if Perl 5.6Gerald Pfeifer2004-02-011-6/+6
| | | | | | | | | | | is not installed and move/adjust the previous hack. Reported by: bento Lee Harr <missive@hotmail.com> AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=99737
* The Fortran frontend binary is called g77, not f77.Gerald Pfeifer2004-01-301-1/+1
| | | | Notes: svn path=/head/; revision=99516
* Update to the 2004-01-26 snapshot of GCC 3.3. Introduce a new make variableGerald Pfeifer2004-01-262-24/+34
| | | | | | | SUFFIX to avoid hardcoding the version number and reorder USE_ variables. Notes: svn path=/head/; revision=99234
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98788
* Add missing part of yesterday's commit.Gerald Pfeifer2004-01-211-6/+12
| | | | | | | | | Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE. Reported by: Rolandas Naujikas <rolnas@takas.lt> Notes: svn path=/head/; revision=98697
* Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE.Gerald Pfeifer2004-01-211-1/+2
| | | | Notes: svn path=/head/; revision=98689
* Configure with --program-suffix and make related and further simplifications.Gerald Pfeifer2004-01-172-21/+14
| | | | Notes: svn path=/head/; revision=98429
* Sync handling of man pages with the gcc34 port. Merge in my 2004/01/09Gerald Pfeifer2004-01-172-17/+11
| | | | | | | | | 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. Notes: svn path=/head/; revision=98414
* Update to the 2004-01-12 snapshot of GCC 3.3. Make the automatic generationGerald Pfeifer2004-01-132-15/+18
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=98110
* Update to the 2004-01-05 snapshot. On the way, combine and simplify theGerald Pfeifer2004-01-053-25/+13
| | | | | | | post-install handling of target libraries and GCJ include files. Notes: svn path=/head/; revision=97408
* Update to the 2003-12-22 snapshot.David E. O'Brien2003-12-262-9/+8
| | | | Notes: svn path=/head/; revision=96625
* Update to the 2003-12-08 snapshot. Simplify handling of .info files, andGerald Pfeifer2003-12-143-23/+17
| | | | | | | merge in some of my recent changes to the gcc34 port. Notes: svn path=/head/; revision=95814
* Update to the 2003-12-01 snapshot (quite some fixes).Gerald Pfeifer2003-12-062-8/+8
| | | | | | | Further simplify handling of .info files. Notes: svn path=/head/; revision=95194
* Significantly simplify and shorten the post-install handling of GCJ includeGerald Pfeifer2003-11-151-26/+7
| | | | | | | files. Notes: svn path=/head/; revision=94031
* Restore support for gij.Gerald Pfeifer2003-11-091-1/+1
| | | | Notes: svn path=/head/; revision=93507
* Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that areGerald Pfeifer2003-11-082-12/+20
| | | | | | | | not provided on all platforms (notably SPARC at this time) by installing a dummy instead. Notes: svn path=/head/; revision=93413
* Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increaseGerald Pfeifer2003-11-081-1/+1
| | | | | | | the chance of success on disk starved hosts (e.g. on the FreeBSD cluster). Notes: svn path=/head/; revision=93407