Up to [cvs.netbsd.org] / pkgsrc / lang / gcc44
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 13 11:01:32 2012 UTC (6 weeks ago) by hans
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +17 -2
lines
Diff to previous 1.10 (colored)
Add option gcc-inplace-math to allow building devel/gmp and math/mpfr along with gcc, as described at http://gcc.gnu.org/install/prerequisites.html
Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 13 10:35:38 2012 UTC (6 weeks ago) by hans
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Move ICONVPREFIX definiton to nls option.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 11:29:51 2012 UTC (6 weeks, 4 days ago) by spz
Branch: pkgsrc-2012Q1
Changes since 1.8: +7 -8
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Pullup ticket #3722 - requested by sbd
lang/gcc44: option syntax fix
Revisions pulled up:
- lang/gcc44/options.mk 1.9
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: sbd
Date: Sun Apr 8 05:04:36 UTC 2012
Modified Files:
pkgsrc/lang/gcc44: options.mk
Log Message:
Revert the below commit as it has been decided that plus (+) characters are
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/gcc44/options.mk
Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 8 05:04:36 2012 UTC (6 weeks, 5 days ago) by sbd
Branch: MAIN
Changes since 1.8: +7 -8
lines
Diff to previous 1.8 (colored)
Revert the below commit as it has been decided that plus (+) characters are 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
Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 4 22:18:29 2012 UTC (7 weeks, 1 day ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base
Branch point for: pkgsrc-2012Q1
Changes since 1.7: +8 -7
lines
Diff to previous 1.7 (colored)
Rename option "gcc-c++" to "gcc-cpp" (with legacy support) as pkglint complains with: "gcc-c++" is not a valid option name.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 14 02:09:36 2012 UTC (4 months, 1 week ago) by hans
Branch: MAIN
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Convert to USE_TOOLS=zip.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 13 13:25:17 2011 UTC (10 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.5: +33 -9
lines
Diff to previous 1.5 (colored)
Move option-specific dependencies, tools and variables to their respective options. Reduces dependencies when not building C++ or Java.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 13 13:13:43 2011 UTC (10 months, 1 week ago) by hans
Branch: MAIN
Changes since 1.4: +14 -14
lines
Diff to previous 1.4 (colored)
Prefix the gcc options with gcc- and add descriptions for each option. Requested by wiz.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 12 18:05:58 2011 UTC (10 months, 1 week ago) by hans
Branch: MAIN
Changes since 1.3: +40 -3
lines
Diff to previous 1.3 (colored)
Use the options framework to select which language frontends to build besides C. Just as before, the default is to build c++, java, fortran and objc. Option java implies option c++.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 14 19:38:13 2011 UTC (13 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Fix option nls. Include devel/gettext-lib/buildlink3.mk in buildlink3.mk only if option nls is enabled. Msgfmt is only needed if nls is enabled.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 24 20:16:02 2009 UTC (2 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.1: +1 -4
lines
Diff to previous 1.1 (colored)
remove unused var
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 24 20:15:05 2009 UTC (2 years, 7 months ago) by tnn
Branch: MAIN
Turn native language support into an option and disable it by default everywhere but on NetBSD (where we know it doesn't add any run-time dependencies)