Age | Commit message (Collapse) | Author | Files | Lines |
|
each GCC version. Using the variable causes impossible version constraints
when a specific GCC is depended upon but the user is using something newer,
as _GCC_REQD will be set to the higher value.
|
|
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
|
|
|
|
Makefile:
See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to
create a stub library, not just to remove symbols, so we must not
let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the
build fails for missing files.
patches/patch-ac:
Remove the whitespace between $(LINKER_RPATH_FLAG) and the path.
Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld)
|
|
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
of ctype.h argument range errors.
|
|
bsd.prefs.mk."
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
|
|
sys/param.h.
|
|
It turns out there were a lot of these.
|
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51935
|
|
along with gcc, as described at http://gcc.gnu.org/install/prerequisites.html
|
|
|
|
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
|
|
complains with: "gcc-c++" is not a valid option name.
|
|
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
|
|
|
|
and pre-configure.
Also remove MESSAGE_SUBST.
|
|
This means I will also take care of adding newer gcc version.
|
|
|
|
|
|
|
|
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.
|