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


Default branch: MAIN


Revision 1.23, Thu Dec 29 22:46:30 2016 UTC (6 years, 11 months ago) by maya
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +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.22 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:24 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.21 / (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.20: +5 -7 lines
Diff to previous 1.20 (colored)

Use OPSYSVARS.

Revision 1.20 / (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.19: +2 -2 lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Tue Oct 20 10:30:54 2015 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.18: +5 -2 lines
Diff to previous 1.18 (colored)

Explicitly disable multilib on 64-bit Linux if the requisite headers aren't
available.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 10 22:01:43 2015 UTC (8 years, 8 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

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) - annotate - [select for diffs], Tue Sep 2 09:41:56 2014 UTC (9 years, 3 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.16: +9 -1 lines
Diff to previous 1.16 (colored)

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) - annotate - [select for diffs], Thu May 29 23:36:42 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Sat May 17 16:10:45 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Thu May 8 02:05:29 2014 UTC (9 years, 7 months ago) by pho
Branch: MAIN
Changes since 1.13: +8 -1 lines
Diff to previous 1.13 (colored)

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) - annotate - [select for diffs], Fri May 31 12:41:11 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (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.12 / (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.11: +2 -2 lines
Diff to previous 1.11 (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.11 / (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.10: +1 -3 lines
Diff to previous 1.10 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.10 / (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-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Redo netbsd/ctype_base.h patch to not pollute the namespace as much with
sys/param.h.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 2 11:55:50 2012 UTC (11 years, 6 months ago) by cheusov
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Use ${PREFIX}/gnu/bin/ld instead of ${PREFIX}/bin/gnu-ld

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 13 11:10:09 2012 UTC (11 years, 7 months ago) by hans
Branch: MAIN
Changes since 1.7: +25 -65 lines
Diff to previous 1.7 (colored)

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) - 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.6: +2 -2 lines
Diff to previous 1.6 (colored)

Pickup maintainership of gcc4 series packages.

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

Revision 1.6 / (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.5: +2 -2 lines
Diff to previous 1.5 (colored)

Reset maintainer.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 29 16:13:06 2012 UTC (11 years, 10 months ago) by marino
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

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) - annotate - [select for diffs], Sat Jan 14 02:09:36 2012 UTC (11 years, 10 months ago) by hans
Branch: MAIN
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored)

Convert to USE_TOOLS=zip.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 18 17:55:27 2011 UTC (12 years, 1 month ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Mon Jul 11 22:31:18 2011 UTC (12 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

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 / (download) - annotate - [select for diffs] (vendor branch), Sat May 14 20:19:46 2011 UTC (12 years, 6 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-20110514
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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) - annotate - [select for diffs], Sat May 14 20:19:46 2011 UTC (12 years, 6 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>