aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20060218 snapshot of GCC 4.2.0.Gerald Pfeifer2006-02-211-15/+15
| | | | | | | | | Remove USE_REINPLACE= as advised by new portlint. Also note that at least some of the installation hierarchy problems with libgomp have been fixed now due to my report upstream. Notes: svn path=/head/; revision=156625
* Update to the 20060211 snapshot of GCC 4.2.0.Gerald Pfeifer2006-02-121-15/+15
| | | | Notes: svn path=/head/; revision=155847
* Update to the 20060204 snapshot of GCC 4.2.0.Gerald Pfeifer2006-02-051-15/+15
| | | | Notes: svn path=/head/; revision=155235
* Update to the 20060128 snapshot of GCC 4.2.0.Gerald Pfeifer2006-02-011-15/+15
| | | | Notes: svn path=/head/; revision=154992
* Update to the 20060121 snapshot of GCC 4.2.0, which now includes libgomp.Gerald Pfeifer2006-01-271-15/+15
| | | | Notes: svn path=/head/; revision=154553
* Update to the 20060114 snapshot of GCC 4.2.0.Gerald Pfeifer2006-01-151-15/+15
| | | | Notes: svn path=/head/; revision=153534
* Update to the 20060107 snapshot of GCC 4.2.0.Gerald Pfeifer2006-01-081-15/+15
| | | | | | | | GCC no longer installs an empty ${PREFIX}/share/classpath/, so we can avoid my hack to remove it. Notes: svn path=/head/; revision=153090
* Update to the 20051231 snapshot of GCC 4.2.0.Gerald Pfeifer2006-01-011-15/+15
| | | | Notes: svn path=/head/; revision=152545
* Update to the 20051224 snapshot of GCC 4.2.0.Gerald Pfeifer2005-12-281-15/+15
| | | | | | | | | Improve packaging by using @dirrm include/ssp instead of speculative removal. Remove broken removal of the info/gcc42 directory; this has to be handled by Mk/bsd.ports.mk. Notes: svn path=/head/; revision=152277
* Update to the 20051217 snapshot of GCC 4.2.0. Due to changes in the buildGerald Pfeifer2005-12-191-18/+15
| | | | | | | systems, this will consume more diskspace to build (some 900MB on i386). Notes: svn path=/head/; revision=151570
* Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210Gerald Pfeifer2005-12-111-18/+18
| | | | | | | | | | | snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253 Notes: svn path=/head/; revision=150924
* Update to the 20051202 snapshot of GCC 4.1.0.Gerald Pfeifer2005-12-041-18/+18
| | | | | | | | | Unfortunately, we have to disable building Java since installation of libgcj consumes insane amounts of memory and thus fails on machines with less than 1GB of RAM. Notes: svn path=/head/; revision=150333
* Update to the 20051125 snapshot of GCC 4.1.0 (which gets us rid of aGerald Pfeifer2005-11-291-12/+18
| | | | | | | workaround I had to apply to this port). Notes: svn path=/head/; revision=149944
* Update to the 20051112 snapshot of GCC 4.1.0 (which requires a fix toGerald Pfeifer2005-11-141-12/+12
| | | | | | | | | | | | build with GCC 2.95 that I already submitted upstream as well). Add a long missing dependency on USE_ICONV=yes.[1] PR: 88894 [1] Submitted by: Björn König" <bkoenig@cs.tu-berlin.de> [1] Notes: svn path=/head/; revision=148179
* Update to the 20051029 snapshot of GCC 4.1. This brings many bugfixesGerald Pfeifer2005-11-081-12/+12
| | | | | | | | | due to the stabilization work for the 4.1.0 release and also addresses some hierarchy problems I had reported (and which we no longer need to work around). Notes: svn path=/head/; revision=147648
* Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/Gerald Pfeifer2005-09-251-12/+12
| | | | | | | Classpath merger. Notes: svn path=/head/; revision=143538
* Update to the 20050917 snapshot of GCC 4.1.0.Gerald Pfeifer2005-09-191-12/+12
| | | | Notes: svn path=/head/; revision=143129
* Update to the 20050909 snapshot of GCC 4.1.0.Gerald Pfeifer2005-09-121-12/+12
| | | | Notes: svn path=/head/; revision=142515
* Update to the 20050902 snapshot of GCC 4.1.0.Gerald Pfeifer2005-09-031-12/+12
| | | | Notes: svn path=/head/; revision=141839
* Update to the 20050826 snapshot of GCC 4.1.Gerald Pfeifer2005-08-301-12/+12
| | | | | | | | 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-241-12/+12
| | | | | | | | | | | | 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-011-12/+12
| | | | | | | | | | | | | | | 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-251-12/+12
| | | | Notes: svn path=/head/; revision=140072
* Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).Gerald Pfeifer2005-07-181-12/+12
| | | | | | | Fix installation/deinstallation in case the PREFIX contains the string lib. Notes: svn path=/head/; revision=139503
* Update to the 20050709 snapshot of GCC 4.1.0.Gerald Pfeifer2005-07-101-12/+12
| | | | Notes: svn path=/head/; revision=138797
* Update to the 20050702 snapshot of GCC 4.1.0.Gerald Pfeifer2005-07-051-12/+12
| | | | Notes: svn path=/head/; revision=138520
* Update to the 20050625 snapshot of GCC 4.1.0.Gerald Pfeifer2005-06-261-12/+12
| | | | | | | | | | 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-191-12/+12
| | | | Notes: svn path=/head/; revision=137740
* Update to the 20050611 snapshot of GCC 4.1.0.Gerald Pfeifer2005-06-121-12/+12
| | | | Notes: svn path=/head/; revision=137368
* Update to the 20050604 snapshot of GCC 4.1.0.Gerald Pfeifer2005-06-041-12/+12
| | | | Notes: svn path=/head/; revision=136799
* Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-relatedGerald Pfeifer2005-05-291-12/+12
| | | | | | | 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-221-12/+12
| | | | | | | | | | | | 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-161-12/+10
| | | | | | | | | | | | | 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-091-12/+12
| | | | | | | | 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-011-12/+12
| | | | | | | | had applied upstream to address the sparc64 bootstrap failure, so remove the BROKEN entry. Notes: svn path=/head/; revision=134463
* Complete the repocopy of gcc40 to gcc41 and update to the 20050424Gerald Pfeifer2005-04-251-12/+12
| | | | | | | | | 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-241-12/+12
| | | | | | | 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-171-12/+12
| | | | Notes: svn path=/head/; revision=133533
* Update to the 20050409 snapshot of GCC 4.0.0. That's getting rather closeGerald Pfeifer2005-04-101-12/+12
| | | | | | | to the real thing now. Notes: svn path=/head/; revision=132930
* Update to the 20050402 snapshot of GCC 4.0.0.Gerald Pfeifer2005-04-031-12/+12
| | | | Notes: svn path=/head/; revision=132361
* Update to the 20050319 snapshot of GCC 4.0.0.Gerald Pfeifer2005-03-201-12/+12
| | | | Notes: svn path=/head/; revision=131797
* Update to the 20050312 of GCC 4.0.0.Gerald Pfeifer2005-03-191-12/+12
| | | | Notes: svn path=/head/; revision=131646
* Update to the 20050226 snapshot.David E. O'Brien2005-03-021-12/+12
| | | | Notes: svn path=/head/; revision=130161
* Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing listGerald Pfeifer2005-02-211-12/+12
| | | | | | | 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-011-12/+12
| | | | | | | 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-161-12/+12
| | | | Notes: svn path=/head/; revision=126618
* Update to the 20050109 snapshot of GCC 4.0.0.Gerald Pfeifer2005-01-091-12/+12
| | | | Notes: svn path=/head/; revision=125995
* Update to the 20041226 snapshot of GCC 4.0.0.Gerald Pfeifer2004-12-281-12/+12
| | | | Notes: svn path=/head/; revision=125332
* Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.Gerald Pfeifer2004-12-251-12/+12
| | | | Notes: svn path=/head/; revision=125133