summaryrefslogtreecommitdiff
path: root/lang/gcc43 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20070720 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-212-19/+19
|
* Update to the 20070713 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-152-19/+19
|
* Update to the 20070622 snapshot of GCC 4.3.0.Gerald Pfeifer2007-06-242-19/+19
|
* Update to the 20070601 snapshot of GCC 4.3.0.Gerald Pfeifer2007-06-022-19/+19
|
* Update to the 20070518 snapshot of GCC 4.3.0 (since this week's one isGerald Pfeifer2007-05-282-19/+19
| | | | broken).
* Update to the 20070427 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-282-19/+19
|
* Update to the 20070420 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-212-22/+22
| | | | | | | Move the WITH_JAVA_AWT bits into the ! WITHOUT_JAVA branch, that is, enable this only when Java is enabled. PR: 111544
* Update to the 20070413 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-142-19/+20
| | | | Add WANT_GNOME=yes per our GNOME porting documentation.
* libjava now also provides cp-tools.info.Gerald Pfeifer2007-04-121-1/+2
| | | | Reported by: rafan
* Move everything related to the WITH_JAVA_AWT knob into a single blockGerald Pfeifer2007-04-111-14/+12
| | | | | | and make this a subset of the general Java-specific section. Submitted by: alepulver
* Check for, and warn about the datasize limit, before trying to buildGerald Pfeifer2007-04-091-0/+9
| | | | | | | with Java support. PR: 111126 Suggested by: kris, cperciva
* Update to the 20070406 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-092-19/+19
|
* Document the large memory requirements when building with Java support.Gerald Pfeifer2007-03-311-0/+4
| | | | Discussed with: alepulver
* Update to the 20070323 snapshot of GCC 4.3.0.Gerald Pfeifer2007-03-282-19/+19
|
* Update to the 20070316 snapshot of GCC 4.3.0.Gerald Pfeifer2007-03-172-19/+19
|
* Update to the 20070309 snapshot of GCC 4.3.0. This brings a new gcjh43Gerald Pfeifer2007-03-123-20/+31
| | | | | | application and man pages for gappletviewer43, gjar43, gjarsigner43, gjavah43, gkeytool43, gnative2ascii43, gorbd43, grmid43, gserialver43, and gtnameserv43.
* Update to the 20070302 snapshot of GCC 4.3.0.Gerald Pfeifer2007-03-042-19/+19
|
* Update to the 20070223 snapshot of GCC 4.3.0. No extra patch is neededGerald Pfeifer2007-02-243-50/+19
| | | | to build on i386 any longer.
* Update to the 20070216 snapshot of GCC 4.3.0.Gerald Pfeifer2007-02-184-20/+53
| | | | | | | This has a patch of mine to account for the removal of /usr/bin/objformat on 7-CURRENT and defaults to elf instead of aout in this case. Add a temporary patch to fix the bootstrap on i386.
* Update to the 20070209 snapshot of GCC 4.3.0.Gerald Pfeifer2007-02-123-20/+27
| | | | | | This adds a couple of further programs related to Java language support, specifically gjar, gjavah, gnative2ascii, gorbd, grmid, gserialver, and gtnameserv.
* Update to the 20070202 snapshot of GCC 4.3.0.Gerald Pfeifer2007-02-064-43/+23
| | | | | | | | | | | Adjust pkg-plist to remove some secondary programs which we no longer provide after the import of the Eclipse Java frontend. Properly set INFO for those cases where we actually do not build libgomp, and thus not libgomp.info either. Move ia64 to NOT_FOR_ARCHS from BROKEN, like we did with lang/gcc43. Remove the cklatest target and files/patch-gengtype-yacc.y.
* Revert previous commit.Gerald Pfeifer2007-01-151-18/+18
| | | | Pointyhat to: self
* Add ia64 to NOT_FOR_ARCHS. This has been broken for ages, it is not clearGerald Pfeifer2007-01-152-19/+19
| | | | | | | whether it is our kernel/userland, the hardware, or something else at fault and nobody on our side nor upstream seems to have any interest. Discussed with: kris
* Add missing DISTFILES entry for Java.Gerald Pfeifer2007-01-081-0/+3
|
* Update to the 20070105 snapshot of GCC 4.3.0. Remove temporary patch wasGerald Pfeifer2007-01-063-35/+16
| | | | is upstream now.
* Update to the 20061230 snapshot of GCC 4.3.0.Gerald Pfeifer2007-01-023-23/+40
| | | | | | This adds a libgomp info page (the other changes to INFO and MAN are just to sort these two properly) and we need to add a temporary patch to fix an issue triggered by FreeBSD headers.
* Update to the 20061202 snapshot of GCC 4.3.0.Gerald Pfeifer2006-12-032-19/+19
|
* Update to the 20061125 snapshot of GCC 4.3.0.Gerald Pfeifer2006-11-262-19/+19
|
* Update to the 20061111 snapshot of GCC 4.3.0.Gerald Pfeifer2006-11-122-19/+19
|
* And here we go, introducing the lang/gcc43 port in form of the 20061104Gerald Pfeifer2006-11-054-40/+32
| | | | | | | | | | snapshot of GCC 4.3.0; repocopied over from lang/gcc42. Sadly we now have an unconditional dependency on math/libgmp4 and math/mpfr. On the positive side this allows us to always build the Fortran frontend. PR: 104683
* Update to the 20061024 snapshot GCC 4.2.0.Gerald Pfeifer2006-10-312-19/+19
|
* Update lang/gcc42 to the 20061014 snapshot of GCC 4.2.0, which appends aGerald Pfeifer2006-10-194-27/+26
| | | | | | | | | | | | version number to libdata/pkgconfig/libgcj.pc. Fix packaging on amd64 on the way (enabling Java actually was a noop, except for pkg-plist). Update lang/gcc41 to the 20061013 snapshot of GCC 4.1.2. These changes allow us to remove the CONFLICT between lang/gcc41 and lang/gcc42 when building with Java support (the default on i386). Approved by: portmgr (erwin)
* Update to the 20060923 snapshot of GCC 4.2.0.Gerald Pfeifer2006-09-242-19/+19
|
* Remove bootclasspath setting to java-gcj-compatMaho Nakata2006-09-181-2/+1
| | | | when building with awt gtk peer.
* Update to the 20060915 of GCC 4.1.2. This fixes the namespace pollutionGerald Pfeifer2006-09-173-29/+21
| | | | | | | | | caused by include/ffi.h. Enable libgcj on amd64 in addition to i386. Remove the hack we had used to rename man pages to match the actual names of binaries (back when GCCs configure mechanism failed to do so).
* Update to the 20060909 snapshot of GCC 4.2.0.Gerald Pfeifer2006-09-112-19/+19
|
* Update to the 20060906 snapshot of GCC 4.2.0. This is getting pretty closeGerald Pfeifer2006-09-063-21/+20
| | | | | to the start of the GCC 4.2 release branch, and removes another namespace pollution issue.
* Update to the 20060826 snapshot of GCC 4.2.0. Among others, this fixesGerald Pfeifer2006-08-303-22/+23
| | | | | | | | | | two cases where the common (file) namespace was polluted by Java-specific files. Disable building libgomp on FreeBSD 4.x and early versions of FreeBSD 5.0 due to pthread-related build issues there.[1] Reported by: kris (pointyhat) [1]
* Update to the 20060819 snapshot of GCC 4.2.0.Gerald Pfeifer2006-08-212-19/+19
|
* Update to the 20060812 snapshot of GCC 4.2.0.Gerald Pfeifer2006-08-132-19/+19
|
* Setting java.home, changing default awt peer to gtk,Maho Nakata2006-08-081-1/+6
| | | | | | and using cairo backend for WITH_JAVA_AWT Approved by: gerald
* Update to the 20060805 snapshot of GCC 4.2.0.Gerald Pfeifer2006-08-072-19/+19
|
* Update to the 20060729 snapshot of GCC 4.2.0.Gerald Pfeifer2006-07-312-19/+19
|
* Update to the 20060722 snapshot of GCC 4.2.0.Gerald Pfeifer2006-07-232-21/+20
| | | | | | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now. Be more friendly for additional patches. Submitted by: maho (implicitly)
* Update to the 20060715 snapshot of GCC 4.2.0.Gerald Pfeifer2006-07-172-19/+19
|
* Update to the 20060708 snapshot of GCC 4.2.0.Gerald Pfeifer2006-07-092-24/+21
| | | | | | | Simplify the subdirectory we use for GCC-specific libraries and include files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}. Remove the hack to set RANLIB=: now that this has been addressed upstream.
* Update to the 20060701 snapshot of GCC 4.2.0.Gerald Pfeifer2006-07-033-20/+24
| | | | | | bootstrap-lean is back, which means quite a bit less disk space used when building this port. Also, Java comes with new applications gappletviewer42, gjarsigner42, and gkeytool42 and a new libgcj-tools-4.2.0.jar.
* Update to the 20060624 snapshot of GCC 4.2.0.Gerald Pfeifer2006-06-263-29/+24
| | | | | mf-runtime.h no longer pollutes public filename space, so we can remove our workaround. Refresh files/java-patch-hier.
* Update to the 20060617 snapshot of GCC 4.2.0.Gerald Pfeifer2006-06-184-41/+21
| | | | | | | Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40)
* Update to the 20060610 snapshot of GCC 4.2.0.Gerald Pfeifer2006-06-113-37/+20
| | | | | | Add zip as a build dependency of Java (libgcj). [1] Reported by: kris (pointyhat) [1]