aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc47
Commit message (Collapse)AuthorAgeFilesLines
* Add missing DISTFILES entry for Java.Gerald Pfeifer2007-01-081-0/+3
| | | | Notes: svn path=/head/; revision=181789
* Update to the 20070105 snapshot of GCC 4.3.0. Remove temporary patch wasGerald Pfeifer2007-01-063-35/+16
| | | | | | | is upstream now. Notes: svn path=/head/; revision=181612
* 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. Notes: svn path=/head/; revision=181300
* Update to the 20061202 snapshot of GCC 4.3.0.Gerald Pfeifer2006-12-032-19/+19
| | | | Notes: svn path=/head/; revision=178670
* Update to the 20061125 snapshot of GCC 4.3.0.Gerald Pfeifer2006-11-262-19/+19
| | | | Notes: svn path=/head/; revision=178066
* Update to the 20061111 snapshot of GCC 4.3.0.Gerald Pfeifer2006-11-122-19/+19
| | | | Notes: svn path=/head/; revision=177108
* 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 Notes: svn path=/head/; revision=176500
* Update to the 20061024 snapshot GCC 4.2.0.Gerald Pfeifer2006-10-312-19/+19
| | | | Notes: svn path=/head/; revision=175725
* 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) Notes: svn path=/head/; revision=175407
* Update to the 20060923 snapshot of GCC 4.2.0.Gerald Pfeifer2006-09-242-19/+19
| | | | Notes: svn path=/head/; revision=173700
* Remove bootclasspath setting to java-gcj-compatMaho Nakata2006-09-181-2/+1
| | | | | | | when building with awt gtk peer. Notes: svn path=/head/; revision=173287
* 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). Notes: svn path=/head/; revision=173255
* Update to the 20060909 snapshot of GCC 4.2.0.Gerald Pfeifer2006-09-112-19/+19
| | | | Notes: svn path=/head/; revision=172768
* 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. Notes: svn path=/head/; revision=172420
* 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] Notes: svn path=/head/; revision=171658
* Update to the 20060819 snapshot of GCC 4.2.0.Gerald Pfeifer2006-08-212-19/+19
| | | | Notes: svn path=/head/; revision=171107
* Update to the 20060812 snapshot of GCC 4.2.0.Gerald Pfeifer2006-08-132-19/+19
| | | | Notes: svn path=/head/; revision=170475
* 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 Notes: svn path=/head/; revision=170097
* Update to the 20060805 snapshot of GCC 4.2.0.Gerald Pfeifer2006-08-072-19/+19
| | | | Notes: svn path=/head/; revision=170003
* Update to the 20060729 snapshot of GCC 4.2.0.Gerald Pfeifer2006-07-312-19/+19
| | | | Notes: svn path=/head/; revision=169182
* 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) Notes: svn path=/head/; revision=168550
* Update to the 20060715 snapshot of GCC 4.2.0.Gerald Pfeifer2006-07-172-19/+19
| | | | Notes: svn path=/head/; revision=168106
* 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. Notes: svn path=/head/; revision=167264
* 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. Notes: svn path=/head/; revision=166871
* 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. Notes: svn path=/head/; revision=166380
* 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) Notes: svn path=/head/; revision=165677
* 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] Notes: svn path=/head/; revision=165112
* Update to the 20060603 snapshot of GCC 4.2.0.Gerald Pfeifer2006-06-053-26/+44
| | | | | | | | | Java support is back (on i386), and all those additional libtool files we are currently installing as part of libgcj will be gone with next week's snapshot. Notes: svn path=/head/; revision=164485
* Update to the 20060527 snapshot of GCC 4.2.0.Gerald Pfeifer2006-05-282-16/+16
| | | | Notes: svn path=/head/; revision=163707
* Fix dependency of libartMaho Nakata2006-05-281-1/+1
| | | | | | | | Submitted by: kris Approved by: gerald (implicitly) Notes: svn path=/head/; revision=163674
* Update to the 20060520 snapshot of GCC 4.2.0.Gerald Pfeifer2006-05-212-16/+16
| | | | Notes: svn path=/head/; revision=162951
* Update to the 20060513 snapshot of GCC 4.2.0.Gerald Pfeifer2006-05-142-16/+16
| | | | Notes: svn path=/head/; revision=162298
* Update to the 20060506 snapshot of GCC 4.2.0.Gerald Pfeifer2006-05-132-20/+16
| | | | | | | | ia64 and sparc64 should build again now; http://gcc.gnu.org/PR25865 has been addressed. Notes: svn path=/head/; revision=162236
* Avoid hard-coding the GCC release series in the cklatest target.Gerald Pfeifer2006-05-121-1/+1
| | | | Notes: svn path=/head/; revision=162196
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+1
| | | | Notes: svn path=/head/; revision=161929
* IGNORE on ia64 and sparc64, because we know things currently cannot workGerald Pfeifer2006-04-231-0/+4
| | | | | | | on these two. Notes: svn path=/head/; revision=160219
* Make sure all lang/gcc* ports I maintain can be properly used as masterGerald Pfeifer2006-04-231-2/+2
| | | | | | | ports by allowing MAINTAINER and COMMENT to be overridden. Notes: svn path=/head/; revision=160218
* Update to the 20060422 snapshot of GCC 4.2.0.Gerald Pfeifer2006-04-232-16/+16
| | | | Notes: svn path=/head/; revision=160216
* Update to the 20060415 snapshot of GCC 4.2.0. Adjust the explanationGerald Pfeifer2006-04-162-17/+18
| | | | | | | on why Java still is disabled. Notes: svn path=/head/; revision=159699
* Update to the 20060408 snapshot of GCC 4.2.0.Gerald Pfeifer2006-04-092-16/+16
| | | | Notes: svn path=/head/; revision=159212
* Update to the 20060401 snapshot of GCC 4.2.0.Gerald Pfeifer2006-04-022-16/+16
| | | | Notes: svn path=/head/; revision=158664
* Fix handling of shared libraries via rc.d for non-default prefixes.Gerald Pfeifer2006-03-291-0/+1
| | | | Notes: svn path=/head/; revision=158357
* Update to the 20060325 snapshot of GCC 4.2.0. Two minor cleanups on theGerald Pfeifer2006-03-262-20/+17
| | | | | | | Java side, without real functional changes. Notes: svn path=/head/; revision=158154
* - add RC_D_SH to keep shared libs working after rebootDirk Meyer2006-03-263-0/+19
| | | | Notes: svn path=/head/; revision=158130
* Update to the 20060318 snapshot of GCC 4.2.0.Gerald Pfeifer2006-03-202-16/+16
| | | | Notes: svn path=/head/; revision=157735
* Update to the 20060311 snapshot of GCC 4.2.0.Gerald Pfeifer2006-03-153-36/+25
| | | | | | | | | | | | | | | | | | | The spamming of $PREFIX/include/ssp is now finally gone after my reports upstream, which allows us to restrict the conflict with gcc-4.1.* to the case where we build Java. Convert the build-time dependency on math/mpfr to a full one, since the Fortran frontend also needs this at run time. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Remove bogus USE_X11 (which was not used by default nor any other port). No longer hardcode the version number in LATEST_LINK. Notes: svn path=/head/; revision=157354
* Update to the 20060218 snapshot of GCC 4.2.0.Gerald Pfeifer2006-02-213-21/+16
| | | | | | | | | 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-122-16/+16
| | | | Notes: svn path=/head/; revision=155847
* Update to the 20060204 snapshot of GCC 4.2.0.Gerald Pfeifer2006-02-052-16/+16
| | | | Notes: svn path=/head/; revision=155235
* Update to the 20060128 snapshot of GCC 4.2.0.Gerald Pfeifer2006-02-012-16/+16
| | | | Notes: svn path=/head/; revision=154992