summaryrefslogtreecommitdiff
path: root/lang/gcc44
AgeCommit message (Collapse)AuthorFilesLines
2012-02-24Reset maintainer.wiz1-2/+2
2012-02-01Remove old BUILDLINK_FNAME_TRANSFORM, which seems to have beenhans1-3/+2
cargo-culted from an older gcc package directly installing into /usr/pkg. Add include/ to buildlinked files.
2012-01-14Convert to USE_TOOLS=zip.hans1-3/+2
2011-12-22Use COMPILER_RPATH_FLAG instead of -Wl,-R.wiz2-5/+5
Fixes OS X build. From Kai-Uwe Eckhardt.
2011-11-29lang/gcc44: Mark NOT-FOR-DRAGONFLYmarino1-2/+2
This package has never built on DragonFly, but it really is not needed as the base compiler is gcc 4.4.7. The sole package (databases/libcassandra) that required lang/gcc44 was just changed to remove this requirement when built on DragonFly. This compiler is not worth the effort to fix for DragonFly.
2011-10-12Add the workaround for SunOS x86 ld bug that breaks .init sections.hans2-1/+71
Without it, programs using .init sections will just segfault. The workaround comes from http://www.openssl.org/~appro/values.c Tested on 5.10, not needed on 5.11.
2011-10-12To decide whether the visibility attribute can be supported on SunOS,hans1-1/+2
configure needs objdump.
2011-10-04Fix build on SunOS 5.10hans1-5/+5
2011-07-14When not using the GNU linker, gcc will always link shared librarieshans1-1/+9
against the shared version of libgcc. Always enable _USE_GCC_SHILB on platforms that don't use the GNU linker, such as SunOS.
2011-07-14Reduce the dependencies on tools: bison, flex and gm4 are not reallyhans1-4/+2
needed to build gcc.
2011-07-13Move option-specific dependencies, tools and variables to theirhans2-32/+36
respective options. Reduces dependencies when not building C++ or Java.
2011-07-13Prefix the gcc options with gcc- and add descriptions for each option.hans1-14/+14
Requested by wiz.
2011-07-12Use the options framework to select which language frontends to buildhans2-36/+42
besides C. Just as before, the default is to build c++, java, fortran and objc. Option java implies option c++.
2011-07-11Update to 4.4.6, from Kai-Uwe Eckhardt.wiz3-24/+8
This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.4.6 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here): http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.4.6
2011-07-05The "aot-compile" script uses python, so depend on python and deploydholland1-2/+5
REPLACE_PYTHON accordingly. PKGREVISION -> 3
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.