cvs commit: ports/Mk bsd.gcc.mk bsd.options.desc.mk bsd.port.mk bsd.python.mk

2012-06-26 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-06-26 13:42:52 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk bsd.options.desc.mk bsd.port.mk bsd.python.mk Log: - Add shared TLS description Revision ChangesPath 1.65 +9 -2

Re: cvs commit: ports/Mk bsd.gcc.mk bsd.options.desc.mk bsd.port.mk bsd.python.mk

2012-06-26 Thread Niclas Zeising
On 2012-06-26 15:42, Sunpoet Po-Chuan Hsieh wrote: sunpoet 2012-06-26 13:42:52 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk bsd.options.desc.mk bsd.port.mk bsd.python.mk Log: - Add shared TLS description

cvs commit: ports/Mk bsd.gcc.mk bsd.port.mk bsd.python.mk

2012-06-26 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-06-26 13:54:59 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk bsd.port.mk bsd.python.mk Log: - Revert accidental commit Revision ChangesPath 1.66 +2 -9 ports/Mk/bsd.gcc.mk 1.731 +1 -60

Re: cvs commit: ports/Mk bsd.gcc.mk bsd.options.desc.mk bsd.port.mk bsd.python.mk

2012-06-26 Thread Sunpoet Po-Chuan Hsieh
On Tue, Jun 26, 2012 at 9:47 PM, Niclas Zeising zeis...@daemonic.se wrote: On 2012-06-26 15:42, Sunpoet Po-Chuan Hsieh wrote: sunpoet     2012-06-26 13:42:52 UTC   FreeBSD ports repository   Modified files:     Mk                   bsd.gcc.mk bsd.options.desc.mk                          

cvs commit: ports/Mk bsd.gcc.mk

2012-04-29 Thread Gerald Pfeifer
gerald 2012-04-29 12:20:17 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove last reference to GCC 4.5 now that no port refers to it any more. Revision ChangesPath 1.63 +1 -6 ports/Mk/bsd.gcc.mk

cvs commit: ports/Mk bsd.gcc.mk

2011-11-12 Thread Gerald Pfeifer
gerald 2011-11-12 22:03:55 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Disconnect GCC 4.5 alias lang/gcc45. No ports uses this directly any more via USE_GCC=4.5 and for the sake of those nine that have USE_GCC=4.5+ we transparently

cvs commit: ports/Mk bsd.gcc.mk

2011-10-30 Thread Gerald Pfeifer
gerald 2011-10-30 15:51:09 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Refer to GCC 4.7 instead of GCC 4.5. Mark the part that should not see changes based on GCC changes more clearly. Revision ChangesPath 1.60 +3 -4

cvs commit: ports/Mk bsd.gcc.mk

2011-10-30 Thread Gerald Pfeifer
gerald 2011-10-30 20:58:22 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Fix mis-applied patch from revision 1.59 (moving the new code one conditional up). Discussed with: bf Revision ChangesPath 1.61 +6 -5

cvs commit: ports/Mk bsd.gcc.mk

2011-10-29 Thread Gerald Pfeifer
gerald 2011-10-30 01:34:39 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: When USE_GCC=X.Y+ has been specified, prefer the default version of GCC (the one which also USE_FORTRAN=yes chooses) in case we do have to install GCC in any case.

cvs commit: ports/Mk bsd.gcc.mk

2011-10-08 Thread Gerald Pfeifer
gerald 2011-10-08 07:37:53 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Reference the GCC run-time libraries via FFLAGS, too, in addition to CFLAGS and LDFLAGS, if USE_FORTRAN=yes has been specified. Submitted by: bf Revision

cvs commit: ports/Mk bsd.gcc.mk

2011-10-08 Thread Gerald Pfeifer
gerald 2011-10-08 08:17:16 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Fix the previous commit for the case where USE_FORTRAN is undefined. Pointy hat to: self, bf Revision ChangesPath 1.58 +3 -1

Re: cvs commit: ports/Mk bsd.gcc.mk

2011-10-08 Thread Gerald Pfeifer
On Sat, 8 Oct 2011, Gerald Pfeifer wrote: Modified files: Mk bsd.gcc.mk Log: Fix the previous commit for the case where USE_FORTRAN is undefined. Pointy hat to: self, bf Actually, bf isn't on the hook, that was caused by me going for a (per se) more

cvs commit: ports/Mk bsd.gcc.mk

2011-09-18 Thread Gerald Pfeifer
gerald 2011-09-19 00:40:21 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Make USE_FORTRAN=yes imply the use of GCC 4.6 over GCC 4.5 so far. Exp-run by: pav Thanks to: pav, bf (for fixing several ports) Revision Changes

cvs commit: ports/Mk bsd.gcc.mk

2011-09-10 Thread Gerald Pfeifer
gerald 2011-09-10 12:10:37 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Cater to versions of FreeBSD greater than 9 (up to 99). [1] Tweak the representation of versions of GCC that newer appeared in base. Submitted by: bf [1]

cvs commit: ports/Mk bsd.gcc.mk

2011-09-04 Thread Gerald Pfeifer
gerald 2011-09-04 16:56:11 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Refer to GCC 4.2+ instead of GCC 3.4+ in a comment, since the latter is not in any supported release of FreeBSD any more. Revision ChangesPath 1.54 +2

cvs commit: ports/Mk bsd.gcc.mk

2011-07-31 Thread Gerald Pfeifer
gerald 2011-07-31 22:40:40 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Clean up after revision 1.51 and adjust comments to the new reality of us not caring about FreeBSD = 6 any more (and thus no g77 in base ever). Revision Changes

cvs commit: ports/Mk bsd.gcc.mk

2011-07-19 Thread Gerald Pfeifer
gerald 2011-07-19 21:16:39 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add support for USE_GCC=4.7, USE_GCC=4.7+ and notably an installation of lang/gcc47 being used when USE_GCC=4.5+ or the like is specified. PR: 159036

cvs commit: ports/Mk bsd.gcc.mk

2011-01-31 Thread Gerald Pfeifer
gerald 2011-02-01 01:41:19 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: lang/gcc44 and later depend on the devel/binutils port. Leverage that and USE_BINUTILS for every port we are building with this combo. That way all the tools in

cvs commit: ports/Mk bsd.gcc.mk

2010-10-17 Thread Gerald Pfeifer
gerald 2010-10-17 11:24:50 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Simplify the case of USE_FORTRAN=g77. Update a comment. Discussed with: bf Revision ChangesPath 1.49 +5 -9 ports/Mk/bsd.gcc.mk

cvs commit: ports/Mk bsd.gcc.mk

2010-09-27 Thread Gerald Pfeifer
gerald 2010-09-28 02:48:29 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: In addition to CC and CXX now also set CPP with USE_GCC. Add the output of CPP to the test-gcc target. Submitted by: bf Revision ChangesPath 1.48

cvs commit: ports/Mk bsd.gcc.mk

2010-09-24 Thread Gerald Pfeifer
gerald 2010-09-24 23:14:47 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: USE_FORTRAN=yes now implies lang/gcc45 up from lang/gcc44. cad/salome and math/freemat needed some adjustments, apart from these this looks like a far more easy

cvs commit: ports/Mk bsd.gcc.mk

2010-09-04 Thread Gerald Pfeifer
gerald 2010-09-04 17:08:27 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove the transparent rewriting of USE_GCC=4.3+ to USE_GCC=4.4+. Revision ChangesPath 1.46 +1 -7 ports/Mk/bsd.gcc.mk

cvs commit: ports/Mk bsd.gcc.mk

2010-06-11 Thread Gerald Pfeifer
gerald 2010-06-11 21:06:18 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Extend and clarify the documentation for USE_GCC, making it explicit that the form requesting a minimum version is preferred over the one requesting just one version

cvs commit: ports/Mk bsd.gcc.mk ports CHANGES

2010-06-06 Thread Gerald Pfeifer
gerald 2010-06-06 17:17:04 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk .CHANGES Log: USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+ is transparently rewritten to USE_GCC=4.4+ and lang/gcc43 will

cvs commit: ports/Mk bsd.gcc.mk

2010-06-06 Thread Gerald Pfeifer
gerald 2010-06-06 19:15:03 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Tweak a conditional added in the previous commit that apparently causes troubles in some cases. Revision ChangesPath 1.43 +2 -2

cvs commit: ports/Mk bsd.gcc.mk

2010-05-02 Thread Gerald Pfeifer
gerald 2010-05-02 14:44:59 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Replace the use of GCC 4.3 in a comment/example by GCC 4.5 since the former will be gone soon. Revision ChangesPath 1.40 +2 -2

cvs commit: ports/Mk bsd.gcc.mk

2010-05-02 Thread Gerald Pfeifer
gerald 2010-05-02 17:39:06 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add support for early GCC 4.6 snapshots (lang/gcc46) via USE_GCC=4.6 and USE_GCC=4.6+. This version of GCC is in its very early development stages and use thereof

cvs commit: ports/Mk bsd.gcc.mk

2010-02-14 Thread Gerald Pfeifer
gerald 2010-02-14 22:36:50 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Locate the GCC run-time libraries under ${LOCALBASE}, where the GCC ports are installed/assumed, instead of ${PREFIX} where a dependent port is installed.

cvs commit: ports/Mk bsd.gcc.mk

2010-01-02 Thread Gerald Pfeifer
gerald 2010-01-02 08:11:28 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add a run-time dependency for all uses of lang/gcc* except for gcc34 which is subsumbed by later versions. This is needed for libstdc++ and other core run-time

cvs commit: ports/Mk bsd.gcc.mk

2010-01-02 Thread Gerald Pfeifer
gerald 2010-01-02 12:05:30 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Quote the output for BUILD_DEPENDS and RUN_DEPENDS in the test-gcc target. This is necessary to properly handle dependencies such as

cvs commit: ports/Mk bsd.gcc.mk

2010-01-02 Thread Gerald Pfeifer
gerald 2010-01-02 13:51:33 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Split the logic around USE_GCC in two parts. The first handles the processing of USE_GCC directives, the second then takes a concrete selection coming from the

cvs commit: ports/Mk bsd.gcc.mk

2009-10-10 Thread Gerald Pfeifer
gerald 2009-10-10 11:45:31 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentation a bit. Suggested by: bsam Revision ChangesPath 1.35 +5 -4

cvs commit: ports/Mk bsd.gcc.mk

2009-09-25 Thread Gerald Pfeifer
gerald 2009-09-26 01:02:01 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory when building with USE_FORTRAN=yes. This makes us use libstdc++.so.6 (and others) brought

cvs commit: ports/Mk bsd.gcc.mk

2009-09-23 Thread Gerald Pfeifer
gerald 2009-09-23 21:13:08 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Also print LDFLAGS as part of the test-gcc target. Print quotes around CFLAGS and FFLAGS, too, to exactly see where we have whitespace. Feature safe: yes

cvs commit: ports/Mk bsd.gcc.mk

2009-09-12 Thread Gerald Pfeifer
gerald 2009-09-12 18:07:51 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: USE_FORTRAN=yes now implies lang/gcc44 up from lang/gcc43. Remove one explicit reference to the version number on the way. Tested by: pav (and pointyhat)

cvs commit: ports/Mk bsd.gcc.mk

2009-07-12 Thread Gerald Pfeifer
gerald 2009-07-12 22:35:13 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Tweak some comments. The two non-whitespace changes are a fix from /lang/gcc43 to lang/gcc43 and removing to notes that might be seen as indicative of GCC only

cvs commit: ports/Mk bsd.gcc.mk

2009-06-19 Thread Gerald Pfeifer
gerald 2009-06-19 17:48:47 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove support for USE_GCC=2.95 after lang/gcc295 has been failing to build for what must be 9+ months and we have removed all dependencies the last couple of

cvs commit: ports/Mk bsd.gcc.mk

2009-03-28 Thread Gerald Pfeifer
gerald 2009-03-28 23:57:56 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove GCC 2.8 from the list of options for USE_GCC; the lang/gcc28 port has been removed a while ago and no port has USE_GCC=2.8 in use. Revision Changes

cvs commit: ports/Mk bsd.gcc.mk

2009-03-07 Thread Gerald Pfeifer
gerald 2009-03-07 19:17:44 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove support for GCC 3.3. No port in the tree uses this any longer, and lang/gcc33 has been deprecated for a month. Revision ChangesPath 1.28 +2 -3

cvs commit: ports/Mk bsd.gcc.mk

2009-02-01 Thread Gerald Pfeifer
gerald 2009-02-02 01:45:13 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Set CC and CXX to match the choice of GNU Fortran compilers for C and C++, too, to avoid subtle compatibility problems. Diagnose the case where an unexpected

cvs commit: ports/Mk bsd.gcc.mk

2009-01-17 Thread Gerald Pfeifer
gerald 2009-01-18 03:10:19 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add support for USE_GCC=4.4+ and remove USE_GCC=4.1+ (which is not used by any other port at this point). Revision ChangesPath 1.26 +3 -3

cvs commit: ports/Mk bsd.gcc.mk

2009-01-05 Thread Gerald Pfeifer
gerald 2009-01-05 14:53:23 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Update USE_FORTRAN=yes to leverage lang/gcc43 instead of lang/gcc42 and remove USE_FORTRAN=gfortran42 which is not used by any port anyway. PR: 129656

cvs commit: ports/Mk bsd.gcc.mk

2009-01-05 Thread Gerald Pfeifer
gerald 2009-01-05 20:25:52 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: When USE_FORTRAN is specified, add F77, FC, and FFLAGS to CONFIGURE_ENV too, not just MAKE_ENV. Revision ChangesPath 1.22 +3 -2

cvs commit: ports/Mk bsd.gcc.mk

2009-01-05 Thread Gerald Pfeifer
gerald 2009-01-05 22:26:07 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Fix whitespace to four rows per tab style, update version numbers in the description of USE_GCC, and adjust description of USE_FORTRAN to recent changes.

Re: cvs commit: ports/Mk bsd.gcc.mk

2009-01-05 Thread Doug Barton
Gerald Pfeifer wrote: gerald 2009-01-05 22:26:07 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Fix whitespace to four rows per tab style, update version numbers in the description of USE_GCC, and adjust description of USE_FORTRAN

cvs commit: ports/Mk bsd.gcc.mk

2009-01-05 Thread Maho Nakata
maho2009-01-06 03:48:55 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add RUN_DEPENDS as well when we specify USE_FORTRAN. PR: 119052 Approved by:gerald Revision ChangesPath 1.24 +4 -1

cvs commit: ports/Mk bsd.gcc.mk

2009-01-05 Thread Maho Nakata
maho2009-01-06 05:45:23 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Fix typo. Submitted by: bf bf20...@yahoo.com Revision ChangesPath 1.25 +2 -2 ports/Mk/bsd.gcc.mk

cvs commit: ports/Mk bsd.gcc.mk

2008-08-17 Thread Gerald Pfeifer
gerald 2008-08-17 06:57:17 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove support for GCC 2.7 (the lang/gcc27 port) which, as it turns out, had been removed from ports three years ago. Revision ChangesPath 1.20 +2 -3

cvs commit: ports/Mk bsd.gcc.mk

2008-08-16 Thread Gerald Pfeifer
gerald 2008-08-16 20:48:58 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove support for GCC 3.2 which is not used by a port anymore (and where we'll shortly remove lang/gcc32 which does not support amd64, for example). Revision

cvs commit: ports/Mk bsd.gcc.mk bsd.port.mk ports/games/formido Makefile ports/graphics/gdal/files patch-swig-python-GNUmakefile ports/x11-toolkits/xmhtml Makefile ports/x11-wm/sapphire Makefile

2008-07-24 Thread Pav Lucistnik
pav 2008-07-24 22:29:33 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk bsd.port.mk games/formidoMakefile graphics/gdal/files patch-swig-python-GNUmakefile x11-toolkits/xmhtml Makefile x11-wm/sapphire Makefile

cvs commit: ports/Mk bsd.gcc.mk

2008-06-28 Thread Gerald Pfeifer
gerald 2008-06-28 16:52:40 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Provide the test-gcc target and at least key information there even if USE_GCC has not been specified. This is relevant for USE_FORTRAN, but should be useful in

cvs commit: ports/Mk bsd.gcc.mk

2008-05-05 Thread Gerald Pfeifer
gerald 2008-05-05 23:26:31 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+. No objections by: portmgr (linimon, marcus, erwin) Revision ChangesPath 1.16

cvs commit: ports/Mk bsd.gcc.mk

2007-11-05 Thread Gerald Pfeifer
gerald 2007-11-05 19:26:16 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Remove lang/gcc40 which only has three dependencies left in the tree (all of which only have it as a minimal requirement and also build with lang/gcc42) and has

cvs commit: ports/Mk bsd.gcc.mk bsd.port.mk

2007-07-27 Thread Pav Lucistnik
pav 2007-07-27 21:40:11 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk bsd.port.mk Log: - Pass FFLAGS to make when USE_FORTRAN is set [1] - Fix detection of i386 libs on amd64/ia64 [2] - Make IGNORE messages show as a real sentences [3] -

cvs commit: ports/Mk bsd.gcc.mk

2007-05-19 Thread Pav Lucistnik
pav 2007-05-19 22:06:14 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Recognize gcc42 in 7-CURRENT base Approved by:portmgr (implicit) Revision ChangesPath 1.12 +3 -3 ports/Mk/bsd.gcc.mk

cvs commit: ports/Mk bsd.gcc.mk

2007-01-29 Thread Pav Lucistnik
pav 2007-01-29 09:27:04 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: - Transfer maintainership of this file to Gerald Pfeifer Revision ChangesPath 1.11 +2 -2 ports/Mk/bsd.gcc.mk

cvs commit: ports/Mk bsd.gcc.mk

2007-01-06 Thread Gerald Pfeifer
gerald 2007-01-06 09:46:09 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Make WITH_FORTRAN use lang/gcc42 (which now builds the Fortran frontend by default) instead of lang/gfortran (which is scheduled for removal). Reviewed by:

cvs commit: ports/Mk bsd.gcc.mk

2006-01-20 Thread Edwin Groothuis
edwin 2006-01-21 05:27:11 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Add support for lang/gcc42 Revision ChangesPath 1.6 +3 -2 ports/Mk/bsd.gcc.mk ___ cvs-all@freebsd.org