summaryrefslogtreecommitdiff
path: root/lang/gcc44
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Replace patch-ae with a better patches/patch-gcc_ginclude_stddef.h,wiz9-27/+46
provided by Kai-Uwe Eckhardt for fixing PR 43131 (Linux build). While here, add RCS Ids to a few patches, and regen one.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-14Fix option nls.hans3-4/+9
Include devel/gettext-lib/buildlink3.mk in buildlink3.mk only if option nls is enabled. Msgfmt is only needed if nls is enabled.
2011-04-14On SunOS, always use the Sun linker, but only use the Sun assembler ifhans1-1/+10
the GNU assembler cannot be found.
2011-03-16Whats netbsd64macro.dfs and why is it missing?hans1-4/+4
Uncomment that stuff to make the test target work again. From Kai-Uwe Eckhardt.
2011-03-16Unlimit stacksize to fix build on some NetBSD platforms.hans1-1/+2
From Kai-Uwe Eckhardt.
2011-03-16Fix java build on -current i386. Patch from Kai-Uwe Eckhardt.hans2-1/+26
2011-03-03Add patches to fix build on NetBSD 5.99.41 and newer (pkg/44598).hans6-1/+102
Patches came from Kai-Uwe Eckhardt.
2011-02-25Update to 4.4.5, fixes a build problem on OpenIndiana (and probablyhans5-17/+19
Solaris 11 Express, too). Changes 4.4.5: The GNU project and the GCC developers are pleased to announce the release of GCC 4.4.5. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.4 relative to previous releases of GCC.
2010-07-15Bump revision after math/mpfr update.asau1-1/+2
2010-05-06Changes 4.4.4:adam2-8/+6
The [1]GNU project and the GCC developers are pleased to announce the release of GCC 4.4.4. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.3 relative to previous releases of GCC.
2010-03-24Recursive revision bump for GMP update.asau1-1/+2
2010-03-15Changes 4.4.3:adam4-28/+27
The GNU project and the GCC developers are pleased to announce the release of GCC 4.4.3. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.1 relative to previous releases of GCC.
2009-10-24remove unused vartnn1-4/+1
2009-10-24Turn native language support into an option and disable it by defaulttnn2-4/+27
everywhere but on NetBSD (where we know it doesn't add any run-time dependencies)
2009-09-25Mark as user-destdir ready.wiz1-2/+2
2009-09-25Fix DESTDIR builds. There were PLIST and rpath problems. Noted by Thomasdmcmahill1-7/+7
Klausner.
2009-09-24don't undef PKG_DEVELOPER!tnn1-3/+1
2009-09-24Move LICENSE to MAINTAINER paragraph.wiz1-2/+1
2009-09-24add missing LICENSEdmcmahill1-2/+4
2009-09-24add LIBS.SunOS+= -lgmp per PR42109dmcmahill1-1/+3
2009-09-24- Get rid of a ${WRKDIR} reference in an installed file.dmcmahill4-4/+66
- Fix a bad reference to /bin/bash. - Work around a non-portable argument to find. This should address the bash issues reported in PR42092 lang/gcc44 leaves uncorrected reference to /bin/bash
2009-09-18Fix some path issues which caused buildlink of all libs and headers in /usr/pkg.dmcmahill1-9/+12
2009-09-18COMMENT improvementtnn1-2/+2
2009-09-18Import gcc-4.4.1 as lang/gcc44. This is the latest branch of gcc.dmcmahill17-0/+896
Of particular note is this package contains gfortran which is required for building some scientific software (recent versions of scilab for example). Package is prepared as a monolithic install of gcc since gcc is really not set up to build and install the core and then later add on different languages as their own packages.