summaryrefslogtreecommitdiff
path: root/lang/gcc44
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-08Redo netbsd/ctype_base.h patch to not pollute the namespace as much withjoerg3-17/+8
sys/param.h.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-03Make gcc-inplace-math work with new mpfr.hans2-6/+18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51935
2012-04-13Add option gcc-inplace-math to allow building devel/gmp and math/mpfrhans4-10/+32
along with gcc, as described at http://gcc.gnu.org/install/prerequisites.html
2012-04-13Move ICONVPREFIX definiton to nls option.hans2-3/+3
2012-04-08Revert the below commit as it has been decided that plus (+) characters aresbd1-8/+7
allowed in option names (pkglint has been updated). --- Module Name: pkgsrc Committed By: sbd Date: Wed Apr 4 22:18:30 UTC 2012 Modified Files: pkgsrc/lang/gcc44: options.mk Log Message: Rename option "gcc-c++" to "gcc-cpp" (with legacy support) as pkglint complains with: "gcc-c++" is not a valid option name. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/gcc44/options.mk
2012-04-04Rename option "gcc-c++" to "gcc-cpp" (with legacy support) as pkglintsbd1-7/+8
complains with: "gcc-c++" is not a valid option name.
2012-03-15Update to GCC 4.4.7sbd2-7/+6
GCC 4.4.7 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.4.6. This release marks the end of the maintainance of the GCC 4.4 series. This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.4.7 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.6.2
2012-03-15More dragonfly cleanup.sbd4-514/+0
2012-03-15As this package is marked NOT-FOR-DRAGONFLY remove dragonfly patchessbd4-89/+2
and pre-configure. Also remove MESSAGE_SUBST.
2012-03-15Pickup maintainership of gcc4 series packages.sbd1-2/+2
This means I will also take care of adding newer gcc version.
2012-03-12Remove the gcc4X/preconfigure.mk files, they are unused and obsolete.sbd1-11/+0
2012-03-12Remove the MESSAGE files from gcc34 and gcc4X, the messages is VERY outdated!sbd1-17/+0
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