From owner-cvs-all@FreeBSD.ORG Sat Dec 17 09:56:32 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06DE9106564A; Sat, 17 Dec 2011 09:56:32 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E49398FC0A; Sat, 17 Dec 2011 09:56:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBH9uV57046265; Sat, 17 Dec 2011 09:56:31 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBH9uV6Q046264; Sat, 17 Dec 2011 09:56:31 GMT (envelope-from joerg) Message-Id: <201112170956.pBH9uV6Q046264@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 17 Dec 2011 09:56:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/avr-gcc Makefile distinfo pkg-plist ports/devel/avr-gcc/files patch-200-gcc-4.5.1-libiberty-Makefile.in patch-300-gcc-4.5.1-fixedpoint-3-4-2010 patch-301-gcc-4.5.1-xmega-v14 patch-302-gcc-4.5.1-avrtiny10 patch-303-gcc-4.5.1-osmain patch-304-gcc-4.5.1-builtins-v6 patch-305-gcc-4.5.1-avrtiny10-non-fixedpoint patch-306-gcc-4.5.1-option-list-devices ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2011 09:56:32 -0000 joerg 2011-12-17 09:56:31 UTC FreeBSD ports repository Modified files: devel/avr-gcc Makefile distinfo pkg-plist Added files: devel/avr-gcc/files patch-200-gcc-4.5.1-libiberty-Makefile.in patch-300-gcc-4.5.1-fixedpoint-3-4-2010 patch-301-gcc-4.5.1-xmega-v14 patch-302-gcc-4.5.1-avrtiny10 patch-303-gcc-4.5.1-osmain patch-304-gcc-4.5.1-builtins-v6 patch-305-gcc-4.5.1-avrtiny10-non-fixedpoint patch-306-gcc-4.5.1-option-list-devices patch-400-gcc-4.5.1-new-devices patch-401-gcc-4.5.1-atmega32_5_50_90_pa patch-402-gcc-4.5.1-attiny1634 patch-403-gcc-4.5.1-atmega48pa patch-500-gcc-4.5.1-bug13473 patch-501-gcc-4.5.1-bug13579 patch-502-gcc-4.5.1-bug-18145-v4 patch-503-gcc-4.5.1-avrtiny10-bug-12510 patch-504-gcc-4.5.1-bug12915 patch-505-gcc-4.5.1-bug13932 patch-506-gcc-4.5.1-bug13789 patch-599-gcc-4.5.1-bug46779 Removed files: devel/avr-gcc/files patch-avr-libgcc.S patch-bug11259 patch-bug18145 patch-bug19636-24894-31644-31786 patch-bug33009 patch-bug34210-35508 patch-bug35013 patch-builtins patch-disable-ssp patch-libiberty-Makefile.in patch-newdevices patch-param-inline-call-cost patch-xmega patch-xx-os_main Log: Upgrade to GCC 4.5.1. Completely reorganize the patches for this port. Patches for new devices are now synchronized with the Atmel AVR tools. The main difference is the naming scheme, as FreeBSD patches start with "patch-", while the Atmel AVR Tools patches end up in ".patch". Revision Changes Path 1.75 +3 -3 ports/devel/avr-gcc/Makefile 1.30 +4 -4 ports/devel/avr-gcc/distinfo 1.1 +13 -0 ports/devel/avr-gcc/files/patch-200-gcc-4.5.1-libiberty-Makefile.in (new) 1.1 +2755 -0 ports/devel/avr-gcc/files/patch-300-gcc-4.5.1-fixedpoint-3-4-2010 (new) 1.1 +810 -0 ports/devel/avr-gcc/files/patch-301-gcc-4.5.1-xmega-v14 (new) 1.1 +2132 -0 ports/devel/avr-gcc/files/patch-302-gcc-4.5.1-avrtiny10 (new) 1.1 +52 -0 ports/devel/avr-gcc/files/patch-303-gcc-4.5.1-osmain (new) 1.1 +585 -0 ports/devel/avr-gcc/files/patch-304-gcc-4.5.1-builtins-v6 (new) 1.1 +49 -0 ports/devel/avr-gcc/files/patch-305-gcc-4.5.1-avrtiny10-non-fixedpoint (new) 1.1 +49 -0 ports/devel/avr-gcc/files/patch-306-gcc-4.5.1-option-list-devices (new) 1.1 +328 -0 ports/devel/avr-gcc/files/patch-400-gcc-4.5.1-new-devices (new) 1.1 +46 -0 ports/devel/avr-gcc/files/patch-401-gcc-4.5.1-atmega32_5_50_90_pa (new) 1.1 +22 -0 ports/devel/avr-gcc/files/patch-402-gcc-4.5.1-attiny1634 (new) 1.1 +22 -0 ports/devel/avr-gcc/files/patch-403-gcc-4.5.1-atmega48pa (new) 1.1 +14 -0 ports/devel/avr-gcc/files/patch-500-gcc-4.5.1-bug13473 (new) 1.1 +17 -0 ports/devel/avr-gcc/files/patch-501-gcc-4.5.1-bug13579 (new) 1.1 +178 -0 ports/devel/avr-gcc/files/patch-502-gcc-4.5.1-bug-18145-v4 (new) 1.1 +43 -0 ports/devel/avr-gcc/files/patch-503-gcc-4.5.1-avrtiny10-bug-12510 (new) 1.1 +14 -0 ports/devel/avr-gcc/files/patch-504-gcc-4.5.1-bug12915 (new) 1.1 +12 -0 ports/devel/avr-gcc/files/patch-505-gcc-4.5.1-bug13932 (new) 1.1 +40 -0 ports/devel/avr-gcc/files/patch-506-gcc-4.5.1-bug13789 (new) 1.1 +102 -0 ports/devel/avr-gcc/files/patch-599-gcc-4.5.1-bug46779 (new) 1.3 +0 -353 ports/devel/avr-gcc/files/patch-avr-libgcc.S (dead) 1.4 +0 -238 ports/devel/avr-gcc/files/patch-bug11259 (dead) 1.2 +0 -186 ports/devel/avr-gcc/files/patch-bug18145 (dead) 1.3 +0 -32 ports/devel/avr-gcc/files/patch-bug19636-24894-31644-31786 (dead) 1.2 +0 -81 ports/devel/avr-gcc/files/patch-bug33009 (dead) 1.2 +0 -48 ports/devel/avr-gcc/files/patch-bug34210-35508 (dead) 1.3 +0 -59 ports/devel/avr-gcc/files/patch-bug35013 (dead) 1.2 +0 -581 ports/devel/avr-gcc/files/patch-builtins (dead) 1.2 +0 -22 ports/devel/avr-gcc/files/patch-disable-ssp (dead) 1.3 +0 -14 ports/devel/avr-gcc/files/patch-libiberty-Makefile.in (dead) 1.22 +0 -712 ports/devel/avr-gcc/files/patch-newdevices (dead) 1.2 +0 -20 ports/devel/avr-gcc/files/patch-param-inline-call-cost (dead) 1.4 +0 -892 ports/devel/avr-gcc/files/patch-xmega (dead) 1.3 +0 -186 ports/devel/avr-gcc/files/patch-xx-os_main (dead) 1.35 +205 -81 ports/devel/avr-gcc/pkg-plist