The NetBSD Project

CVS log for pkgsrc/lang/gcc45/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / gcc45

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23
Thu Dec 29 22:46:30 2016 UTC (7 years, 11 months ago) by maya
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.22: +1 -1 lines
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.22: download - view: text, markup, annotated - select for diffs
Sat Jul 9 06:38:24 2016 UTC (8 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 25 14:42:55 2016 UTC (8 years, 9 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -7 lines
Use OPSYSVARS.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 24 16:14:44 2016 UTC (8 years, 10 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
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.19: download - view: text, markup, annotated - select for diffs
Tue Oct 20 10:30:54 2015 UTC (9 years, 1 month ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -2 lines
Explicitly disable multilib on 64-bit Linux if the requisite headers aren't
available.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 10 22:01:43 2015 UTC (9 years, 7 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Set GCC_REQD+=4.4 here too as gcc-4.2 won't build it due to needing
omp_lock_t.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 2 09:41:56 2014 UTC (10 years, 3 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -1 lines
PR pkg/48740 - Fix build issues on Darwin

Apply a patch by Sevan:
  1. gcc needs to be built with dwarf2 if Darwin < 9
  2. if you're building on a 32bit PowerPC Darwin < 9, disable multilib

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 29 23:36:42 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
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.15: download - view: text, markup, annotated - select for diffs
Sat May 17 16:10:45 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
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.14: download - view: text, markup, annotated - select for diffs
Thu May 8 02:05:29 2014 UTC (10 years, 6 months ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -1 lines
Fix build failure on Darwin

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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 31 12:41:11 2013 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
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.12: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:56:18 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
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.11: download - view: text, markup, annotated - select for diffs
Tue Oct 2 20:11:41 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 8 15:42:29 2012 UTC (12 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Redo netbsd/ctype_base.h patch to not pollute the namespace as much with
sys/param.h.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 2 11:55:50 2012 UTC (12 years, 6 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Use ${PREFIX}/gnu/bin/ld instead of ${PREFIX}/bin/gnu-ld

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 13 11:10:09 2012 UTC (12 years, 7 months ago) by hans
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +25 -65 lines
Bring over the fixes and cleanups from lang/gcc46 and lang/gcc44:
- use options for language selection
- SunOS fixes
- reduced dependencies

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Mar 15 06:45:26 2012 UTC (12 years, 8 months ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Pickup maintainership of gcc4 series packages.

This means I will also take care of adding newer gcc version.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 24 17:35:13 2012 UTC (12 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Reset maintainer.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 29 16:13:06 2012 UTC (12 years, 10 months ago) by marino
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
lang/gcc45: Mark NOT-FOR-DRAGONFLY

This compiler requires binutils 2.17 which A) doesn't build on DragonFly
and B) is a significant downgrade over the system binutils.  DragonFly
users should look at lang/gnat-aux for a pkgsrc compiler which is based
on gcc 4.6.  lang/gcc46 doesn't build on DragonFly either, but it may be
worth fixing that package.  This one isn't worth the effort for us.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 14 02:09:36 2012 UTC (12 years, 10 months ago) by hans
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -4 lines
Convert to USE_TOOLS=zip.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 18 17:55:27 2011 UTC (13 years, 1 month ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
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.2: download - view: text, markup, annotated - select for diffs
Mon Jul 11 22:31:18 2011 UTC (13 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update to 4.5.3, from Kai-Uwe Eckhardt.

This is the list of problem reports (PRs) from GCC's bug tracking
system that are known to be fixed in the 4.5.3 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.5.3

On the PowerPC compiler, the altivec builtin functions vec_ld and
vec_st have been modified to generate the Altivec memory instructions
LVX and STVX, even if the -mvsx option is used. In the initial GCC
4.5 release, these builtin functions were changed to generate VSX
memory reference instructions instead of Altivec memory instructions,
but there are differences between the two instructions. If the VSX
instruction set is available, you can now use the new builtin
functions vec_vsx_ld and vec_vsx_st which always generates the VSX
memory instructions.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat May 14 20:19:46 2011 UTC (13 years, 6 months ago) by wiz
Branches: TNF
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-20110514
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of gcc45-4.5.2 from pkgsrc-wip.
Packaged by Marko Schütz, improved by Kai-Uwe Eckhardt.

This is the gcc 4.5 compiler suite.

This package has a test target. For testing (only), this
package requires devel/dejagnu and devel/autogen.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 14 20:19:46 2011 UTC (13 years, 6 months ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>