aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc46
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/Gerald Pfeifer2005-09-253-15/+19
| | | | | | | Classpath merger. Notes: svn path=/head/; revision=143538
* Update to the 20050917 snapshot of GCC 4.1.0.Gerald Pfeifer2005-09-192-13/+13
| | | | Notes: svn path=/head/; revision=143129
* Update to the 20050909 snapshot of GCC 4.1.0.Gerald Pfeifer2005-09-122-13/+13
| | | | Notes: svn path=/head/; revision=142515
* This patch is now part of the stock FSF sources, so we don't need it anymore.David E. O'Brien2005-09-081-16/+0
| | | | Notes: svn path=/head/; revision=142235
* Fix bug where static forward declarations weren't accepted.David E. O'Brien2005-09-071-0/+16
| | | | | | | | | | This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C. Submitted by: rodrigc Obtained from: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html Notes: svn path=/head/; revision=142157
* Update to the 20050902 snapshot of GCC 4.1.0.Gerald Pfeifer2005-09-032-13/+13
| | | | Notes: svn path=/head/; revision=141839
* Reenable the Java frontend and libgcj on i386. All build and installationGerald Pfeifer2005-09-021-1/+3
| | | | | | | | | | | | | | problems should be resolved now. Prevent running ranlib during installation to unbreak user mode installations which now install libraries with permissions 444. We now also need the math/mpfr port to build the Fortran frontend.[1] PR: 85495 [1] Notes: svn path=/head/; revision=141773
* Update to the 20050826 snapshot of GCC 4.1.Gerald Pfeifer2005-08-302-14/+14
| | | | | | | | This gets us rid of the bogus hacking and vmintegration info files, based on my report upstream. Notes: svn path=/head/; revision=141445
* Fix the build on i386, even if that means disabling the Java frontend.Gerald Pfeifer2005-08-242-14/+14
| | | | | | | | | | | | On the way, upgrade to the 20050819 snapshot of GCC 4.1 where the Java libraries finally build (progress!) but fail due to a problem with the installation. If someone wants to force installation, setting SHAREMODE to allow writing should suffice. Approved by: portmgr (krion) Notes: svn path=/head/; revision=140969
* Update to the 20050730 snapshot of GCC 4.1.0.Gerald Pfeifer2005-08-014-75/+66
| | | | | | | | | | | | | | | Replace the WITHOUT_LIBJAVA knob by WITHOUT_JAVA which also disables building the compiler and tools proper and avoids fetching the entire Java frontend and library tarball. Remove bogus ${PREFIX}/share/classpath/api directory that libjava adds these days. Make the (optional) handling of the Fortran and Java frontends easier to understand. Notes: svn path=/head/; revision=140719
* Update to the 20050723 snapshot of GCC 4.1.0. Should now work on FreeBSD 7.Gerald Pfeifer2005-07-253-15/+13
| | | | Notes: svn path=/head/; revision=140072
* o Java awt is now working via gtk20Maho Nakata2005-07-201-0/+12
| | | | | | | o cairo is disabled since 0.5.0 is reqired Notes: svn path=/head/; revision=139676
* 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
* GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX.Gerald Pfeifer2005-07-191-0/+2
| | | | Notes: svn path=/head/; revision=139595
* Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).Gerald Pfeifer2005-07-182-15/+16
| | | | | | | Fix installation/deinstallation in case the PREFIX contains the string lib. Notes: svn path=/head/; revision=139503
* No longer put target specific files and include files at the veryGerald Pfeifer2005-07-161-5/+5
| | | | | | | | | | 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=139337
* Update to the 20050709 snapshot of GCC 4.1.0.Gerald Pfeifer2005-07-102-13/+13
| | | | Notes: svn path=/head/; revision=138797
* Adjust pkg-plist to (temporary) bug which added libssp include files.Gerald Pfeifer2005-07-061-0/+5
| | | | Notes: svn path=/head/; revision=138628
* Update to the 20050702 snapshot of GCC 4.1.0.Gerald Pfeifer2005-07-052-13/+13
| | | | Notes: svn path=/head/; revision=138520
* Update to the 20050625 snapshot of GCC 4.1.0.Gerald Pfeifer2005-06-263-28/+15
| | | | | | | | | | 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. Notes: svn path=/head/; revision=138036
* Update to the 20050618 snapshot of GCC 4.1.0.David E. O'Brien2005-06-192-13/+13
| | | | Notes: svn path=/head/; revision=137740
* A workaround to build libjava.Maho Nakata2005-06-141-4/+4
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=137409
* Update to the 20050611 snapshot of GCC 4.1.0.Gerald Pfeifer2005-06-122-13/+13
| | | | Notes: svn path=/head/; revision=137368
* Update to the 20050604 snapshot of GCC 4.1.0.Gerald Pfeifer2005-06-042-13/+13
| | | | Notes: svn path=/head/; revision=136799
* Generally disable libjava again, since it mysteriously causes the build toGerald Pfeifer2005-06-031-0/+3
| | | | | | | | | | fail on the ports cluster and some users's system, just not those Loren and me have access to. PR: 81788 Notes: svn path=/head/; revision=136696
* Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-relatedGerald Pfeifer2005-05-294-14/+32
| | | | | | | part of the packaging list. Notes: svn path=/head/; revision=136399
* Update to the 20050522 snapshot of 4.1.0. Simplify the handling of manGerald Pfeifer2005-05-223-28/+21
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=135890
* Include the (optional) Fortran frontend.Gerald Pfeifer2005-05-191-0/+2
| | | | Notes: svn path=/head/; revision=135610
* Update to the 20050515 snapshot of GCC 4.1.0.Gerald Pfeifer2005-05-163-41/+27
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=135415
* Update to the 20050508 snapshot of GCC 4.1.0. Add the new gjnih41 programGerald Pfeifer2005-05-093-27/+30
| | | | | | | | and its man page, address some portlint warnings, and resort pkg-plist. Mark conflicts with lang/gcc33 and lang/gcc40. Notes: svn path=/head/; revision=134954
* Update to the 20050501 snapshot of GCC 4.1.0. This contains a patch IGerald Pfeifer2005-05-012-17/+13
| | | | | | | | had applied upstream to address the sparc64 bootstrap failure, so remove the BROKEN entry. Notes: svn path=/head/; revision=134463
* Disable the build on alpha.[1] Address some complaints by portlint.Gerald Pfeifer2005-04-301-3/+3
| | | | | | | Discussed with: kris [1] Notes: svn path=/head/; revision=134420
* Complete the repocopy of gcc40 to gcc41 and update to the 20050424Gerald Pfeifer2005-04-254-44/+44
| | | | | | | | | snapshot of GCC 4.1.0. PR: 80306 Notes: svn path=/head/; revision=134147
* GCC 4.0.0 has been release. Update to the first snapshot of GCC 4.0.1,Gerald Pfeifer2005-04-242-14/+14
| | | | | | | which is basically identical with the 4.0.0 release. Notes: svn path=/head/; revision=134079
* Update to the 20050416 snapshot of GCC 4.0.0.Gerald Pfeifer2005-04-172-13/+13
| | | | Notes: svn path=/head/; revision=133533
* Update to the 20050409 snapshot of GCC 4.0.0. That's getting rather closeGerald Pfeifer2005-04-102-13/+13
| | | | | | | to the real thing now. Notes: svn path=/head/; revision=132930
* Update to the 20050402 snapshot of GCC 4.0.0.Gerald Pfeifer2005-04-032-13/+13
| | | | Notes: svn path=/head/; revision=132361
* Mark BROKEN on sparc64. I reported the problem upstream, but there is noGerald Pfeifer2005-03-311-0/+4
| | | | | | | | | fix in sight yet. Approved by: portmgr (krion) Notes: svn path=/head/; revision=132135
* Update to the 20050319 snapshot of GCC 4.0.0.Gerald Pfeifer2005-03-202-13/+13
| | | | Notes: svn path=/head/; revision=131797
* Update to the 20050312 of GCC 4.0.0.Gerald Pfeifer2005-03-192-13/+13
| | | | Notes: svn path=/head/; revision=131646
* portlint.David E. O'Brien2005-03-021-2/+8
| | | | Notes: svn path=/head/; revision=130162
* Update to the 20050226 snapshot.David E. O'Brien2005-03-022-13/+13
| | | | Notes: svn path=/head/; revision=130161
* Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing listGerald Pfeifer2005-02-213-18/+20
| | | | | | | for the libjava case (still disabled for now, though). Notes: svn path=/head/; revision=129493
* Update to the 20050130 snapshot of GCC 4.0.0. Adjust pkg-plist wrt. toGerald Pfeifer2005-02-013-19/+17
| | | | | | | libjava which I hope to re-enable with the next update. Notes: svn path=/head/; revision=127863
* Update to the 20050116 snapshot of GCC 4.0.Gerald Pfeifer2005-01-162-14/+14
| | | | Notes: svn path=/head/; revision=126618
* Update to the 20050109 snapshot of GCC 4.0.0.Gerald Pfeifer2005-01-092-13/+13
| | | | Notes: svn path=/head/; revision=125995
* Update to the 20041226 snapshot of GCC 4.0.0.Gerald Pfeifer2004-12-282-13/+13
| | | | Notes: svn path=/head/; revision=125332
* Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.Gerald Pfeifer2004-12-252-13/+14
| | | | Notes: svn path=/head/; revision=125133
* Adding knob WITH_FORTRAN.Maho Nakata2004-12-163-1/+20
| | | | | | | | | | | Now we have GNU Fortran 90/95 compiler with this knob. PR: 74187 Approved by: gerald (maintainer) Notes: svn path=/head/; revision=124194
* Update to the 20041205 snapshot of GCC 4.0.0.Gerald Pfeifer2004-12-062-11/+11
| | | | Notes: svn path=/head/; revision=123328