Up to [cvs.NetBSD.org] / pkgsrc / lang / gcc46
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.34, Thu Dec 29 22:46:30 2016 UTC (6 years, 11 months ago) by maya
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +1 -1
lines
FILE REMOVED
Remove gcc45,46,47 and libs as discussed in pkgsrc-users GCC_REQD for these versions now resolves to gcc48 due to a previous commit. Please file a bug report if you are having trouble with GCC 4.8.
Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 19 21:09:40 2016 UTC (7 years, 1 month ago) by sevan
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.32: +9 -1
lines
Diff to previous 1.32 (colored)
Unbreak on Tiger by disabling multilib support which causes build to hang on 32-bit PowerPC Macs and explicitly use DWARF2 to work around toolchain limitations which cause the comparison test to fail otherwise.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Sep 6 13:57:02 2016 UTC (7 years, 3 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.31: +8 -3
lines
Diff to previous 1.31 (colored)
gcc46: use a more reasonable specfile for netbsd disable libssp on netbsd - it conflicts with native libssp (PR pkg/47213) build fix by using stdarg instead of VA_*, cherry picked from https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=206881 fixes PR pkg/50042 bump PKGREVISION
Revision 1.31 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:24 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 25 14:42:55 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.29: +9 -12
lines
Diff to previous 1.29 (colored)
Use OPSYSVARS.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 24 16:14:44 2016 UTC (7 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Attempt to bring sanity to how ABI and MACHINE_ARCH are set. Previously there were at least 5 different ways MACHINE_ARCH could be set, some statically and some at run time, and in many cases these settings differed, leading to issues at pkg_add time where there was conflict between the setting encoded into the package and that used by pkg_install. Instead, move to a single source of truth where the correct value based on the host and the chosen (or default) ABI is determined in the bootstrap script. The value can still be overridden in mk.conf if necessary, e.g. for cross-compiling. ABI is now set by default and if unset a default is calculated based on MACHINE_ARCH. This fixes some OS, e.g. Linux, where the wrong default was previously chosen. As a result of the refactoring there is no need for LOWER_ARCH, with references to it replaced by MACHINE_ARCH. SPARC_TARGET_ARCH is also removed.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Jan 1 01:29:56 2015 UTC (8 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.27: +8 -2
lines
Diff to previous 1.27 (colored)
Bump PKGREVISION * Add support code for gcc46-libs.
Revision 1.27 / (download) - annotate - [select for diffs], Thu May 29 23:36:42 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Bump for perl-5.20.0. 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.
Revision 1.26 / (download) - annotate - [select for diffs], Sat May 17 16:10:46 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Bump applications PKGREVISIONs for python users that might be using python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
Revision 1.25 / (download) - annotate - [select for diffs], Thu May 15 12:04:41 2014 UTC (9 years, 6 months ago) by pho
Branch: MAIN
Changes since 1.24: +8 -1
lines
Diff to previous 1.24 (colored)
PR pkg/48740 - Fix problems on Darwin 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) patches/patch-libgcc_config_t-slibgcc-darwin: If we don't install libgcc_s.10.[45].dylib, our gcc links binaries with *both* /usr/lib/libgcc_s.1.dylib and ${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Jan 25 13:38:47 2014 UTC (9 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.23: +8 -3
lines
Diff to previous 1.23 (colored)
Update to 4.6.4 * Add OpenBSD/amd64 5.4 support Changelog: * Bugfixes
Revision 1.23 / (download) - annotate - [select for diffs], Fri May 31 12:41:11 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Bump all packages for perl-5.18, that 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.
Revision 1.22 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:18 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 2 20:11:41 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
Changes since 1.20: +1 -3
lines
Diff to previous 1.20 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Aug 7 15:16:35 2012 UTC (11 years, 4 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
lang/gcc46: Mark NOT-FOR-DRAGONFLY A very large number of patches is required to properly build a stock gcc on DragonFly, as evidenced by the patches added to lang/gcc47. DragonFly already has a very good gcc46-based compiler in lang/gnat-aux. DragonFly users that specifically need gcc46 have been told to use gnat-aux. There's no need to make maintenance of lang/gcc46 harder so it's masked on DragonFly to show its intentionally unsupported.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 8 15:42:29 2012 UTC (11 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Redo netbsd/ctype_base.h patch to not pollute the namespace as much with sys/param.h.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 13 11:02:47 2012 UTC (11 years, 7 months ago) by hans
Branch: MAIN
Changes since 1.17: +2 -9
lines
Diff to previous 1.17 (colored)
Add option gcc-inplace-math to allow building devel/gmp, math/mpfr and math/mpcomplex together with gcc, as described at http://gcc.gnu.org/install/prerequisites.html
Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 13 10:38:26 2012 UTC (11 years, 7 months ago) by hans
Branch: MAIN
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Move ICONVPREFIX definition to nls option.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 15 06:45:26 2012 UTC (11 years, 8 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Pickup maintainership of gcc4 series packages. This means I will also take care of adding newer gcc version.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 14 23:24:54 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.14: +6 -7
lines
Diff to previous 1.14 (colored)
Pass proper configure arguments so that it is happy with GNU tools available on NetBSD; removes two dependencies. Unlimit before running tests, reduces test failures. Add t-crtstuff to tmake_file on NetBSD as well. gcc46 should work much better now on NetBSD. All from Kai-Uwe Eckhardt in private mail. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 5 15:25:36 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update to 4.6.3, from Kai-Uwe Eckhardt. GCC 4.6.3 This is the [22]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.6.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). 22. http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.3
Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 24 17:35:13 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Reset maintainer.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 31 19:37:31 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
Update to GCC 4.6.2 GCC 4.6.2 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.6.1, with over 110 bugs fixed since previous release. This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.6.2 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
Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 18 17:56:15 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Add patch-ac from lang/gcc44. Without it, programs built with this gcc lack the rpath to libgcc, causing all kinds of trouble.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 13 14:30:48 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
Fix pasto.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 13 12:53:56 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Bump revision for recent changes to dependencies and SunOS support.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 13 10:56:21 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.7: +2 -4
lines
Diff to previous 1.7 (colored)
Reduce dependencies. Bison, flex, and gm4 are not really needed to build gcc.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 13 10:54:24 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.6: +3 -55
lines
Diff to previous 1.6 (colored)
Use options framework for language support.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 13 10:43:10 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.5: +2 -5
lines
Diff to previous 1.5 (colored)
Fix options nls. No need for msgfmt or libiconv when it is off.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 13 10:39:45 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.4: +18 -1
lines
Diff to previous 1.4 (colored)
Add SunOS specifics from lang/gcc44. This includes linker/assembler selection, objdump detection and the SunOS 5.10 ld workaround.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 13 10:28:30 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
Changes since 1.3: +3 -4
lines
Diff to previous 1.3 (colored)
The dependency on binutils and libelf seems to be for NetBSD only.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 22 14:55:57 2011 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Do not hardcode dependency on libiconv, use libiconv/bl3.mk. Bump PKGREVISION.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 13 14:06:22 2011 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.1: +5 -4
lines
Diff to previous 1.1 (colored)
Update to 4.6.1, provided by Kai-Uwe Eckhardt. Do not depend on libelf and binutils on Linux since the current pkgsrc versions might effectively be downgrades and break stuff (this needs a better solution, like e.g. updating them :) ). Changes: 158 bugs fixed, see http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.1
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun May 15 00:09:55 2011 UTC (12 years, 6 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-20110515
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of gcc46-4.6.0, packaged for wip by Kai-Uwe Eckhardt. This is the gcc 4.6 compiler suite. This package has a test target. For testing (only), this package requires devel/dejagnu and devel/autogen.
Revision 1.1 / (download) - annotate - [select for diffs], Sun May 15 00:09:55 2011 UTC (12 years, 6 months ago) by wiz
Branch: MAIN
Initial revision