cvs commit: ports/devel/cross-gcc Makefile

2012-06-09 Thread Michael Scheidell
scheidell2012-06-09 12:04:02 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile Log: - Unbreak build, build broken for 11 months+ PR: ports/159001 Submitted by: Marcin Cieslak sa...@saper.info Reviewed by:scheidell@ (me)

Re: cvs commit: ports/devel/cross-gcc Makefile

2010-11-29 Thread Stanislav Sedov
On Fri, 26 Nov 2010 08:46:42 -0200 Marcelo Araujo araujobsdp...@gmail.com mentioned: 2010/11/20 Pav Lucistnik p...@freebsd.org: Marcelo Araujo píše v so 20. 11. 2010 v 12:24 -0200: My bet is on the recent bsd.port.mk change wrt CONFIGURE_ENV/MAKE_ENV. But I haven't looked into it in

Re: cvs commit: ports/devel/cross-gcc Makefile

2010-11-26 Thread Marcelo Araujo
2010/11/20 Pav Lucistnik p...@freebsd.org: Marcelo Araujo píše v so 20. 11. 2010 v 12:24 -0200: My bet is on the recent bsd.port.mk change wrt CONFIGURE_ENV/MAKE_ENV. But I haven't looked into it in any detail. If you cannot reproduce locally with up-to-date /usr/ports/Mk, I'll have

Re: cvs commit: ports/devel/cross-gcc Makefile

2010-11-20 Thread Marcelo Araujo
My bet is on the recent bsd.port.mk change wrt CONFIGURE_ENV/MAKE_ENV. But I haven't looked into it in any detail. If you cannot reproduce locally with up-to-date /usr/ports/Mk, I'll have to have closer look. Pav, So, I suppose that this change on bsd.port.mk could be the cause the

Re: cvs commit: ports/devel/cross-gcc Makefile

2010-11-20 Thread Pav Lucistnik
Marcelo Araujo píše v so 20. 11. 2010 v 12:24 -0200: My bet is on the recent bsd.port.mk change wrt CONFIGURE_ENV/MAKE_ENV. But I haven't looked into it in any detail. If you cannot reproduce locally with up-to-date /usr/ports/Mk, I'll have to have closer look. Pav, So, I

cvs commit: ports/devel/cross-gcc Makefile

2010-11-19 Thread Pav Lucistnik
pav 2010-11-19 22:25:00 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile Log: - Mark BROKEN: does not build Reported by:pointyhat Revision ChangesPath 1.17 +2 -0 ports/devel/cross-gcc/Makefile

Re: cvs commit: ports/devel/cross-gcc Makefile

2010-11-19 Thread Stanislav Sedov
On Fri, 19 Nov 2010 22:25:00 + (UTC) Pav Lucistnik p...@freebsd.org mentioned: pav 2010-11-19 22:25:00 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile Log: - Mark BROKEN: does not build Reported by:pointyhat Hmm, is someone

Re: cvs commit: ports/devel/cross-gcc Makefile

2010-11-19 Thread Pav Lucistnik
Stanislav Sedov píše v pá 19. 11. 2010 v 14:42 -0800: On Fri, 19 Nov 2010 22:25:00 + (UTC) Pav Lucistnik p...@freebsd.org mentioned: pav 2010-11-19 22:25:00 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile Log: - Mark BROKEN:

Re: cvs commit: ports/devel/cross-gcc Makefile

2010-11-19 Thread Gerald Pfeifer
On Fri, 19 Nov 2010, Stanislav Sedov wrote: Hmm, is someone working on fixing this? Or was the problem at least understood? I am pretty confident this PR 151792 and will be solved by updating to GCC 4.5.x thusly. Gerald ___ cvs-all@freebsd.org

cvs commit: ports/devel/cross-gcc Makefile distinfo

2009-12-15 Thread Stanislav Sedov
stas2009-12-16 01:21:10 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile distinfo Log: - Update cross-gcc to 4.4.2 and newlib to 1.17.0. Revision ChangesPath 1.14 +6 -6 ports/devel/cross-gcc/Makefile 1.5 +12 -12

cvs commit: ports/devel/cross-gcc Makefile distinfo ports/devel/cross-gcc/files patch-configure

2009-04-10 Thread Stanislav Sedov
stas2009-04-10 08:34:12 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile distinfo devel/cross-gcc/files patch-configure Log: - Update to 4.3.2. Revision ChangesPath 1.12 +16 -8 ports/devel/cross-gcc/Makefile 1.4 +9

cvs commit: ports/devel/cross-gcc Makefile

2008-12-06 Thread Stanislav Sedov
stas2008-12-06 18:25:36 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile Log: - Do not strip target binaries. It causes problems in some cases. PR: ports/128434 Submitted by: Emmanuel Vadot [EMAIL PROTECTED] Revision

cvs commit: ports/devel/cross-gcc Makefile distinfo

2008-05-12 Thread Stanislav Sedov
stas2008-05-12 08:14:05 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile distinfo Log: - Use fresh RTEMS patches to allow RTEMS 4.9 to compile fine - bump PORTREVISION. Submitted by: Mark Fullmer [EMAIL PROTECTED] Revision Changes

cvs commit: ports/devel/cross-gcc Makefile distinfo

2008-04-13 Thread Stanislav Sedov
stas2008-04-13 17:30:01 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile distinfo Log: - Update gcc to 4.2.3 - update newlib to 1.16.0. Revision ChangesPath 1.8 +5 -5 ports/devel/cross-gcc/Makefile 1.2 +12 -12

cvs commit: ports/devel/cross-gcc Makefile

2007-06-27 Thread Stanislav Sedov
stas2007-06-27 22:24:57 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile Log: - Set correct (though fake) PKGNAMEPREFIX if target archs/ABI was not selected. Revision ChangesPath 1.4 +1 -1 ports/devel/cross-gcc/Makefile

Re: cvs commit: ports/devel/cross-gcc Makefile

2007-06-26 Thread Stanislav Sedov
On Mon, 25 Jun 2007 23:31:32 +0200 Pav Lucistnik [EMAIL PROTECTED] mentioned: - Generate correct dependency list in case if target arch and abi were not specified by setting fake OURTARGET value [1] Thanks! devel/cross-gdb have similar problem. Please check it out too. Oh,

cvs commit: ports/devel/cross-gcc Makefile

2007-06-25 Thread Stanislav Sedov
stas2007-06-25 20:31:11 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile Log: - Don't touch gcc libdir, it have troubles discovering libc objects in case of non-default locations - Don't install libiberty (not needed) - Fix a typo in comment

Re: cvs commit: ports/devel/cross-gcc Makefile

2007-06-25 Thread Pav Lucistnik
- Generate correct dependency list in case if target arch and abi were not specified by setting fake OURTARGET value [1] Thanks! devel/cross-gdb have similar problem. Please check it out too. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Geography is only physics