Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
cargo-culted from an older gcc package directly installing into
/usr/pkg. Add include/ to buildlinked files.
|
|
|
|
Fixes OS X build.
From Kai-Uwe Eckhardt.
|
|
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.
|
|
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.
|
|
configure needs objdump.
|
|
|
|
against the shared version of libgcc. Always enable _USE_GCC_SHILB on
platforms that don't use the GNU linker, such as SunOS.
|
|
needed to build gcc.
|
|
respective options. Reduces dependencies when not building C++ or Java.
|
|
Requested by wiz.
|
|
besides C. Just as before, the default is to build c++, java, fortran
and objc. Option java implies option c++.
|
|
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
|
|
REPLACE_PYTHON accordingly. PKGREVISION -> 3
|
|
provided by Kai-Uwe Eckhardt for fixing PR 43131 (Linux build).
While here, add RCS Ids to a few patches, and regen one.
|
|
|
|
|
|
Include devel/gettext-lib/buildlink3.mk in buildlink3.mk only if option
nls is enabled. Msgfmt is only needed if nls is enabled.
|
|
the GNU assembler cannot be found.
|
|
Uncomment that stuff to make the test target work again.
From Kai-Uwe Eckhardt.
|
|
From Kai-Uwe Eckhardt.
|
|
|
|
Patches came from Kai-Uwe Eckhardt.
|
|
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.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
everywhere but on NetBSD (where we know it doesn't add any run-time
dependencies)
|
|
|
|
Klausner.
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
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.
|