Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2011 09:56:31 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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 ...
Message-ID:  <201112170956.pBH9uV6Q046264@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112170956.pBH9uV6Q046264>